I'm kind of new to Gentoo (installed it some years ago, but used Ubuntu most of the time) but I wanted to give it a try again these days
But I'm stuck with the "Roccat Savu" mouse I want to use. I compiled the related kernel module (tried to compile in, and compile as module, both are same) and get the following errors, when booting and when starting X:
dmesg output
/var/log/Xorg.0.log
I think the interesting parts are these:
From dmesg:
Code: Select all
[ 13.798332] savu 0003:1E7D:2D5A.0007: timeout initializing reports
[ 13.798371] input: ROCCAT ROCCAT Savu as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/input/input12
[ 13.812151] input: failed to attach handler kbd to device input12, error: -16
[ 13.817150] sysrq: Failed to open input device, error -16
[ 13.822149] input: failed to attach handler sysrq to device input12, error: -16
[ 13.822191] savu 0003:1E7D:2D5A.0007: input,hidraw6: USB HID v1.10 Keyboard [ROCCAT ROCCAT Savu] on usb-0000:00:1d.0-1.8/input1
Code: Select all
[ 26.922] (II) config/udev: Adding input device ROCCAT ROCCAT Savu (/dev/input/event8)
[ 26.922] (**) ROCCAT ROCCAT Savu: Applying InputClass "evdev keyboard catchall"
[ 26.922] (**) ROCCAT ROCCAT Savu: Applying InputClass "evdev pointer catchall"
[ 26.922] (**) ROCCAT ROCCAT Savu: Applying InputClass "evdev keyboard catchall"
[ 26.922] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Savu'
[ 26.922] (**) ROCCAT ROCCAT Savu: always reports core events
[ 26.922] (**) evdev: ROCCAT ROCCAT Savu: Device: "/dev/input/event8"
[ 26.935] (EE) evdev: ROCCAT ROCCAT Savu: Unable to open evdev device "/dev/input/event8".
[ 26.935] (EE) PreInit returned 2 for "ROCCAT ROCCAT Savu"
What I've tried:
- re-emerge some package, like xorg-server
- cat the different /dev/input/ devices. None of them reacts to mouse movement, or I get
Code: Select all
cat: /dev/input/event8: Device or resource busy- rebuild the kernel with the roccat module sometimes
- experiment with Xorg config (see here), but I think, the problem occurs before X even starts (because of the dmesg output)
- Google, but the error messages don't lead me to anything useful
Now the Xorg config is default again apart from German keyboard layout.
I am far away from being an Linux expert, so I'm out of ideas.
Thanks for any suggestions.
P.S. I don't know whether these might be useful:
Kernel config
/proc/bus/input/devices

