PDA

View Full Version : Dead Logitech USB Mouse



Steven2ic
01-18-2005, 12:44 AM
I have the following configuration:

Knoppix 3.6, installed to the HD.
2.4.27 kernel
KDE

Everything has been fine with my old PS/2 mouse.

I purchased a Logitech Mini Optical Mouse, connected to the single USB port on my PC. Rebooted (multiple times). It's completely inoperative. All I can do is plug the old PS/2 mouse back in and force a reboot.

Here's a snippet from dmesg, in case that gives any clues:

usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 00:50:50 Aug 9 2004
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 10 for device 00:07.2
PCI: Sharing IRQ 10 with 00:0b.0
usb-uhci.c: USB UHCI at I/O 0xef80, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usbdevfs: remount parameter error
hub.c: new USB device 00:07.2-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x46d/0xc016) is not claimed by any active driver.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.

usb.c: registered new driver hiddev
usb.c: registered new driver hid
input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb1:2.0
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice


Same mouse works fine booting to Win 98SE on the same PC.

What am I missing ?

Thanks !

Steven2ic
01-18-2005, 05:11 PM
OK - got it working....For the benefit of others, here's what I did:

As root:

modprobe hid
modprobe mousedev

In /etc/modules-2.4.27, added the followeing lines at the bottom:

hid
mousedev

In /etc/X11/XF86Config-4, changed


InputDevice "PS/2 Mouse" "CorePointer"

to:
InputDevice "USB Mouse" "CorePointer"

Rebooted.