Closed devsaurus closed 1 year ago
the same on Mageia Cooker with kernel 6.2.2 ...
Same on Pop!_OS
modprobe: FATAL: Module tuxedo_keyboard not found in directory /lib/modules/6.2.0-76060200-generic modprobe: FATAL: Module tuxedo_io not found in directory /lib/modules/6.2.0-76060200-generic modprobe: FATAL: Module clevo_acpi not found in directory /lib/modules/6.2.0-76060200-generic modprobe: FATAL: Module clevo_wmi not found in directory /lib/modules/6.2.0-76060200-generic modprobe: FATAL: Module uniwill_wmi not found in directory /lib/modules/6.2.0-76060200-generic
But now I know for sure the keyboard backlight is capable to produce different colors.
I did a reinstall of tuxedo-control-center via the terminal methode described on here. As said I'm on Pop-OS! 22.04.
All modules are being found, but when I do modprobe clevo_acpi
:
modprobe: ERROR: could not insert 'clevo_acpi': Operation not permitted
I think everything works. But the LED on the dedicated Tuxedo Control Center button is lighting up constant, so probably there are other things not quitte right. My space bar for instance seem to be registering key presses really, really slow.
Same problem here.
Failed to load tuxedo_keyboard
on 6.2.1-arch1-1
, loosing control on the keyboard RGB once the system is up.
Hello,
weird, build and inserted fine on a fresh tumbleweed install.
Maybe other special settings like.. secureboot or something not allowing unsigned modules?
I fixed my issue.
It turned out that I was running an outdated version of the code. I update it and everything is working as expected.
Sorry for the inconvenience :v
Maybe other special settings like.. secureboot or something not allowing unsigned modules?
Good point, my laptop has secureboot enabled.
Just gave it a try and disabled the secureboot option in BIOS. The tuxedo-keyboard modules load without issue now on 6.2.1.
Secureboot | Kernel | Module state |
---|---|---|
enabled | 6.2.0 | loads ok |
enabled | 6.2.1 | doesn't load |
disabled | 6.2.0 | loads ok |
disabled | 6.2.1 | loads ok |
Update: This post explains the issue with secure boot and external modules on tumbleweed, it's unrelated to this module. Sorry for the noise here.
I run SUSE Tumbleweed on my Pulse 14 (TUXEDO Pulse 14 Gen1/PULSE1401, BIOS N.1.07.A05 04/25/2022) and stumbled upon an issue with the modules provided by tuxedo-keyboard 3.1.4.
After upgrading to kernel 6.2.1-1-default, all tuxedo-keyboard modules fail to load with the same error:
As a result, fan control etc isn't effective and Tuxedo Control Center can't set any profiles.
Modules work fine on 6.2.0-1-default and load automatically during system startup.
What could prevent the modules from loading in 6.2.1 while they work in 6.2.0?