ccMSC / ckb

RGB Driver for Linux and OS X
http://forum.corsair.com/v3/showthread.php?t=133929
GNU General Public License v2.0
1.34k stars 170 forks source link

Scimitar not detected in ckb on Arch Linux #387

Open 2NE1 opened 8 years ago

2NE1 commented 8 years ago

No matter what I do, I cannot get my laptop to detect my Scimitar mouse in ckb. I have tried downloading from the AUR (both the regular and latest version) and directly from github (fw2kb) but neither worked. I tried adding the usbhid.quirks=0x1B1C:0x1B1E:0x20000408 line like this GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.quirks=0x1B1C:0x1B1E:0x20000408 resume=UUID=a1e537b3-f75d-476d-85e6-d3d291f77815" but that didn't help. I have tried with the firmware it shipped with (unknown) and the latest version when I updated it on a Windows PC, then I tried downgrading it to the 1.06 from here http://forum.corsair.com/v3/showthread.php?t=138472 but I have not had any success. The mouse works and lights up, and is detected twice in xinput for some reason, but nothing from ckb. What is the best combination of ckb and firmware to hopefully get it detected? Your program looks amazing and I am beating my head against the wall in my attempt to use it.

Thank you for any help. Please let me know if there is any additional information I can provide.

tatokis commented 8 years ago

Try the newly created newdev branch from this repo, with both the latest firmware version and an older one if the latest one doesn't work. If that has no effect then make sure that your device actually has a productID of 0x1B1E.

lsusb | grep Corsair

should show you.

Finally, stop the systemd ckb-daemon unit and run it manually from a terminal as root and post the output, as that might contain any information as to why it is not working.