I've just installed Gentoo on my new system and I'm having great difficulty getting the mouse to work.
When I cat /dev/input/mice, I see nothing on the console when moving the mouse around.
When I cat /dev/input/mouse0, the following message is printed:
Code: Select all
cat: /dev/input/mouse0: Device or resource busyCode: Select all
usb 2-1.3.2: new full-speed USB device number 8 using ehci_hcd
usb 2-1.3.2: New USB device found, idVendor=046d, idProduct=c049
usb 2-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.3.2: Product: USB Gaming Mouse
usb 2-1.3.2: Manufacturer: Logitech
input: Logitech USB Gaming Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.2/2-1.3.2:1.0/input/input8
hid-generic 0003:046D:C049.0008: input: USB HID v1.11 Mouse [Logitech USB Gaming Mouse] on usb-0000:00:1d.0-1.3.2/input0
hid-generic 0003:046D:C049.0009: device has no listeners, quittingThe keyboard is working OK. I've put INPUT_DEVICES="evdev" in my make.conf. I've configured the kernel with HID_GENERIC and USB_HID enabled.
Note that X is able to start successfully with a working keyboard, but not mouse. The log file shows the following errors:
Code: Select all
[ 18.571] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/event4)
[ 18.571] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
[ 18.571] (II) Using input driver 'evdev' for 'Logitech USB Gaming Mouse'
[ 18.571] (**) Logitech USB Gaming Mouse: always reports core events
[ 18.571] (**) evdev: Logitech USB Gaming Mouse: Device: "/dev/input/event4"
[ 18.584] (EE) evdev: Logitech USB Gaming Mouse: Unable to open evdev device "/dev/input/event4".
[ 18.584] (EE) PreInit returned 2 for "Logitech USB Gaming Mouse"
[ 18.584] (II) UnloadModule: "evdev"
[ 18.584] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/mouse0)
[ 18.584] (II) No input driver specified, ignoring this device.
[ 18.584] (II) This device may have been added with another device file.Motherboard: ASUS P9X79
CPU: Intel i7 3820
RAM: Corsair 16GB DDR3 1866MHz
GPU: ASUS nVidia GTX 660 2GB
Audio: Creative Labs Sound Blast Live!
Keyboard: Logitech G11
Mouse: Logitech G5
Linux Kernel: gentoo-sources-3.6.11
The system is configured to boot using GRUB2 (EFI mode)
I can confirm that the mouse works OK in the BIOS and in the Ubuntu Live environment running from a USB stick (also in EFI mode).
I don't really know what else to try.
Can anyone suggest something?
Cheers,
Martin


