A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
I've replaced the 0x0203 product id by 0x0209 which corresponds to my keyboard.
I am familiar with C but not with kernel development.
After looking at the source and adding a few prints I managed to partially trace my problem.
It failed to open /sys/bus/hid/devices/0003:1532:0209.0006/mode_custom. This file simply doesn't exist.
I suppose the kernel module is supposed to create it so userland can talk to the driver.
The kernel module seems loaded: lsmod | grep razer reports the following:
Hello,
Notes:
0x0203
product id by0x0209
which corresponds to my keyboard.After looking at the source and adding a few prints I managed to partially trace my problem. It failed to open
/sys/bus/hid/devices/0003:1532:0209.0006/mode_custom
. This file simply doesn't exist. I suppose the kernel module is supposed to create it so userland can talk to the driver. The kernel module seems loaded:lsmod | grep razer
reports the following:Do you have an idea about what could have wrong? Is there additional information that I could provide that would help resolving the issue?
Thanks,
Edit: Kernel version:
3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux
.