Sorry for not answering, got that issue too. And reading the INSTALL file again, there is a small error/omission in there.
You want to check the existence and permissions of /var/lib/roccat where it saves profiles systemwide.
Should normally be accessible for members of group roccat, but to make it sure do:
- Code: Select all
mkdir -p /var/lib/roccat
chown -R root:roccat /var/lib/roccat
chmod 2770 /var/lib/roccat
The chown
-R was added by me, as there was a subdirectory in there owned by root - maybe because I stupidly ran the config tool as root to see if that would workaround the permissions problem.
Also you want to check the permissions on the device nodes themselves, should all be readable and writable by group roccat.
In your case, the first command would probably be
iskucontrol -p- Code: Select all
[doktor5000@Mageia3 ~]$ konextdcontrol -p
/sys/devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/0003:1E7D:2E22.0005/koneplus/roccatkoneplus0
[doktor5000@Mageia3 ~]$ ls -al /sys/devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/0003:1E7D:2E22.0005/koneplus/roccatkoneplus0
insgesamt 0
drwxr-xr-x 3 root root 0 Feb 3 23:59 ./
drwxr-xr-x 3 root root 0 Feb 3 23:59 ../
-rw-rw---- 1 root roccat 4096 Feb 3 23:59 actual_profile
--w--w---- 1 root roccat 3 Feb 3 23:59 control
-r--r--r-- 1 root roccat 4096 Feb 3 23:59 dev
lrwxrwxrwx 1 root root 0 Feb 5 10:15 device -> ../../../0003:1E7D:2E22.0005/
-r--r----- 1 root roccat 4096 Feb 3 23:59 firmware_version
-rw-rw---- 1 root roccat 6 Feb 3 23:59 info
--w--w---- 1 root roccat 2082 Feb 3 23:59 macro
drwxr-xr-x 2 root roccat 0 Feb 3 23:59 power/
-r--r----- 1 root roccat 77 Feb 3 23:59 profile1_buttons
-r--r----- 1 root roccat 43 Feb 3 23:59 profile1_settings
-r--r----- 1 root roccat 77 Feb 3 23:59 profile2_buttons
-r--r----- 1 root roccat 43 Feb 3 23:59 profile2_settings
-r--r----- 1 root roccat 77 Feb 3 23:59 profile3_buttons
-r--r----- 1 root roccat 43 Feb 3 23:59 profile3_settings
-r--r----- 1 root roccat 77 Feb 3 23:59 profile4_buttons
-r--r----- 1 root roccat 43 Feb 3 23:59 profile4_settings
-r--r----- 1 root roccat 77 Feb 3 23:59 profile5_buttons
-r--r----- 1 root roccat 43 Feb 3 23:59 profile5_settings
-rw-rw---- 1 root roccat 77 Feb 3 23:59 profile_buttons
-rw-rw---- 1 root roccat 43 Feb 3 23:59 profile_settings
-rw-rw---- 1 root roccat 6 Feb 3 23:59 sensor
-rw-rw---- 1 root roccat 4096 Feb 3 23:59 startup_profile
lrwxrwxrwx 1 root root 0 Feb 3 23:59 subsystem -> ../../../../../../../../../class/koneplus/
--w--w---- 1 root roccat 16 Feb 3 23:59 talk
-rw-rw---- 1 root roccat 4 Feb 3 23:59 tcu
-r--r----- 1 root roccat 1028 Feb 3 23:59 tcu_image
-rw-r--r-- 1 root roccat 4096 Feb 3 23:59 uevent
If it looks like this, and still doesn't work, then pull the mouse and replug it. Also mentioned in th FAQ:
http://roccat.sourceforge.net/general.h ... faq_initrd and the bullet point after that.