Gibtnix / MSIKLM

Control the SteelSeries keyboard of your MSI gaming notebook with Linux
GNU General Public License v3.0
244 stars 50 forks source link

MSI Vector GP66 "No compatible keyboard found!" but it works with msi-perkeyrgb (git) #52

Open ProgrammingLife opened 1 year ago

ProgrammingLife commented 1 year ago
$ sudo ./msiklm test
No compatible keyboard found!
Check you're using sudo!

$ lsusb | grep Steel
Bus 001 Device 003: ID 1038:113a SteelSeries ApS SteelSeries KLC

With the msi-perkeyrgb I use like this:

sudo msi-perkeyrgb --id 1038:113a --model GS65 --preset disco
Gibtnix commented 1 year ago

msiklm does not find your keyboard during the msiklm test call because it uses different IDs, check the function open_keyboard in msiklm.c for further information about this. You can try to replace the IDs inside this function with yours, but I did not analyze the command structure required for your keyboard. Maybe it works, too, maybe msi-perkeyrgb is the right tool for your keyboard.