Version V3.1.26.4
4.21 MB
2025/01/10
SHA-256 :CEF9E2ECB4A9FFA1914D03DF83282E5C6F568DB76F4C66D7BE2219DE7321CE26
Severity :
Critical
Description :
TI Smart Amplifier Driver package provide the Speaker protection and SPK calibration protection and fine tune with ASUS Audio Engineer
Minimum OS Version :
Windows 11 64-bit 24H2
Device List :
TAS2781
However I of course cannot use the .exe. What are the chances of this being community supported in the near future? Is there anyway I can help as a novice?
I booted an ubuntu 22.02 live USB to see if that worked, and there was only the ‘dummy output’ device detected there.
in kernel-ark/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
ASUS laptop might be using a different ACPI ID that the driver doesn’t recognize yet, or there might be missing configuration for your exact model.
You could try installing i2c-tools and look for I2C devices with
sudo i2cdetect -l
I2C controller driver might not be loaded, which means the kernel can’t
talk to any I2C devices at all. If your I2C adapter is loaded, I would expect you to
see something similar to:
i2c-0 smbus SMBus I801 adapter at efa0 SMBus adapter
If the controller is not loaded, you could try loading the driver module using
the modprobe command, but I’m not sure which driver would you need (depends on
your chipset)
sudo modprobe i2c-i801
Also you may try asking at ALSA mailing list for some tricks to enable the driver.