KsenijaS / krakenx

Python script to control NZXT cooler Kraken X52/X62 in Linux
GNU General Public License v2.0
181 stars 20 forks source link

After issuing a color change, following commands fail to do anything. #10

Closed ghost closed 6 years ago

ghost commented 6 years ago

Arch Linux 4.17.2

After a fresh restart, with the LED's of my kraken x62 off:

colctl -m solid -c0 50,0,90 successfully changes the LED's from black to purple

immediately after I run:

colctl -m solid -c0 0,0,0 to change the LED's back to black but nothing happens.

no other colctl commands seem to work until I restart again.

willkill07 commented 6 years ago

I also report the same issue.

kernel version: 4.17.2-1-ARCH Hardware: Kraken x62

jonasmalacofilho commented 6 years ago

I can reproduce this as well.

jneumaier commented 6 years ago

I guess this has been fixed accidentally. Works for me. Please verify.

jonasmalacofilho commented 6 years ago

I can still reproduce this after a fresh boot, at least on Linux (4.18.1-arch1-1-ARCH).

Could this maybe be related to detaching the kernel driver but never reattaching it?

jneumaier commented 6 years ago

Thanks @jonasmalacofilho I merged the pull request #23 but only had time to verify everything works on Windows. @thevik @willkill07 If you have the time, you are welcome to verfiy the fix on Linux. Otherwise I will just trust jonasmalacofilho's expertise and close the issue in a few days :-)

ghost commented 6 years ago

Verified on Linux. Thanks for the fix! @jneumaier

jneumaier commented 6 years ago

@thevik Perfect, thanks!