No subject


Tue Nov 29 10:43:08 WST 2011


When it works it says:
Feb  6 00:53:18 erdos kernel: hub.c: new USB device 00:02.0-1, assigned address 2
Feb  6 00:53:18 erdos kernel: input: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse � with IntelliEye] on usb2:2.0

lsusb output:
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 002: ID 045e:0025 Microsoft Corp. IntelliEye Mouse
Bus 001 Device 001: ID 0000:0000

lsmod reports that usbcore, ehci-hcd and usb-ohci are all loaded.

A complete diff of the two kernel config files is below... I note that the
original one doesn't mention CONFIG_USB_MOUSE, but I think this is a red herring
as the menuconfig description says of the driver "This is almost certainly not
what you want".  Other than that there seems to be nothing suspicious.

I've tried plugging and unplugging the mouse, rebooting, restarting hotplug,
and putting it in a different USB port to no avail. 

So what am I missing here?

Cheers,

Cameron.

--- /boot/config-2.4.24-cjp-erdos-5     2004-01-31 21:19:23.000000000 +0800
+++ /boot/config-2.4.24-cjp-erdos-6     2004-02-06 19:26:36.000000000 +0800
@@ -1080,11 +1080,11 @@
 #
 # Sound
 #
-CONFIG_SOUND=y
+CONFIG_SOUND=m
 # CONFIG_SOUND_ALI5455 is not set
 CONFIG_SOUND_BT878=m
 # CONFIG_SOUND_CMPCI is not set
-CONFIG_SOUND_EMU10K1=y
+CONFIG_SOUND_EMU10K1=m
 CONFIG_MIDI_EMU10K1=y
 # CONFIG_SOUND_FUSION is not set
 # CONFIG_SOUND_CS4281 is not set
@@ -1110,7 +1110,7 @@
 #
 # USB support
 #
-CONFIG_USB=y
+CONFIG_USB=m
 # CONFIG_USB_DEBUG is not set

 #
@@ -1152,9 +1152,11 @@
 #
 # USB Human Interface Devices (HID)
 #
-CONFIG_USB_HID=y
+CONFIG_USB_HID=m
 CONFIG_USB_HIDINPUT=y
 # CONFIG_USB_HIDDEV is not set
+# CONFIG_USB_KBD is not set
+# CONFIG_USB_MOUSE is not set
 CONFIG_USB_AIPTEK=m
 CONFIG_USB_WACOM=m
 # CONFIG_USB_KBTAB is not set





More information about the plug mailing list