Hello, I'm having trouble getting my microsoft wireless 2.0 mouse working under x and gpm -- connected via usb. Neither my mouse or keyboard responds in X. I can't seem to get any response and it may have to do with me compiling a new kernel (2.6.17-rc5). I try "cat /dev/input/mice" and "cat /dev/mouse" but neither seem to be recieving any input.
I've searched the forums and tried everything listed, but to no avail. Here is some information that might help determine my problem.
xorg.conf
Quote:
Section "Input Device"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
|
dmesg | grep "mouse"
Quote:
mice: PS/2 mouse device common for all mice
|
dmesg | grep "usb"
Quote:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver usb-storage
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.5:USB HID core driver
|
cat /etc/rc.d/rc.modules | grep "usb"
Quote:
/sbin/modprobe usb-uhci
#/sbin/modprobe usb-ohci
#/sbin/modprobe usbmouse
#/sbin/modprobe usbkbd
#/sbin/modprobe usbserial
#/sbin/modprobe usb-storage
#/sbin/modprobe plus
# added grep "hid" below, for post only
/sbin/modprobe hid
|
cat /proc/bus/input/devices
Quote:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 Keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: Key=4 2000000 blah blah
B: MSC=10
B: LED=7
|
It may also be important to note that /proc/bus/usb is empty.
Any help would be most appreciated. Could I have left a kernel option out?