You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get this work on XMG 17-Pro Notebook (https://bestware.com/en/xmg-pro-17.html) which also has Clevo Keyboard with colored-LEDs and so on. I think it's the same than yours and the one build into Tuxedo-Notebooks.
I already tried tuxedo-driver, which was unable to detect my keyboard to get the module work. I already tried to figure out which device matches:
N: Name="Clevo Airplane-Mode Hotkey"
P: Phys=tuxedo_wmi/input0
S: Sysfs=/devices/platform/tuxedo_wmi/input/input14
Your Clevo-Device appears to be on: /input14
Looks like my notebook has this device on /input14, so I've tried to modify & recompile your provided clevo-xsm-wmi.c with that.
But still modprobe complains:
modprobe: ERROR: could not insert 'clevo_xsm_wmi': No such device
Error initializing device!
Do you have any advice how I could fix that modifying the driver source?
Thanks in advice
The text was updated successfully, but these errors were encountered:
I'm trying to get this work on XMG 17-Pro Notebook (https://bestware.com/en/xmg-pro-17.html) which also has Clevo Keyboard with colored-LEDs and so on. I think it's the same than yours and the one build into Tuxedo-Notebooks.
I already tried tuxedo-driver, which was unable to detect my keyboard to get the module work. I already tried to figure out which device matches:
With:
grep -i 'Clevo' -A4 /proc/bus/input/devices | grep -E '/input[0-9]*$'
I'll was able to figure out the following:
Looks like my notebook has this device on /input14, so I've tried to modify & recompile your provided clevo-xsm-wmi.c with that.
But still modprobe complains:
modprobe: ERROR: could not insert 'clevo_xsm_wmi': No such device
Error initializing device!
Do you have any advice how I could fix that modifying the driver source?
Thanks in advice
The text was updated successfully, but these errors were encountered: