tuxedocomputers / tuxedo-control-center

A tool to help you control performance, energy, fan and comfort settings on TUXEDO laptops.
GNU General Public License v3.0
522 stars 69 forks source link

Solution: Pulse Gen2 - Kernel 6.1 on Manjaro - fan & processor control not working #316

Closed Hahlh closed 1 year ago

Hahlh commented 1 year ago

Just here to leave a solution.

After upgrade to kernel 6.1 TCC stopped offering me fan and processor control which meant a huge loss in performance.

Going through the install instructions here once more and rebooting seems to have resolved the issue:

https://www.tuxedocomputers.com/en/Arch-Linux-and-Manjaro-on-TUXEDO-computers.tuxedo#

I suspect that specifically the reinstall of the packages as the kernel modules were likely not loaded because they weren't available (are kernel modules for those packages installed based on the kernels installed and available? That would explain the breakage and the fix).

yay -S tuxedo-keyboard-ite-dkms tuxedo-keyboard-dkms tuxedo-control-center-bin

After a reboot everything worked again.

Happy debugging!