Problem with ITE IT8689 chip was solved:
-
Installed package
it87-dkms-git
from AUR -
In file
/etc/default/grub/grub.cfg
added
acpi_enforce_resources=lax
to existing parametersGRUB_CMDLINE_LINUX_DEFAULT=""
-
Run
grub-mkconfig -o /boot/grub/grub.cfg
to refresh config -
Added kernel module with
modprobe it87 force_id=0x8628
-
Tested with
sensors
. Alsopwmconfig
found new hwmon in/sys/class/hwmon
-
After testing added
options it87 force_id=0x8628
to/etc/modprobe.d/it87.conf
-
it87
to file/etc/modules
-
Rebooted
Tested in 5.15 and 5.16