On Fri, 09 Apr 2004 13:39:35 -0400 tj wrote: > Boot up messages, no usb devices attached. [skip]
This part seems to be OK. > hid.o, keybdev.o, input.o are not loaded. > > Plug in Saitek Cyborg joystick.and run dmesg, Th following is added on. > > hub.c: new USB device 00:10.0-1, assigned address 2 > usb.c: USB device 2 (vend/prod 0x6a3/0x6) is not claimed by any active > driver. > usb.c: registered new driver hiddev > usb.c: registered new driver hid > hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <[EMAIL PROTECTED]> > hid-core.c: USB HID support drivers > mice: PS/2 mouse device common for all mice > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -110 > <Keeps repeating last line> Here is the problem. Most likely hotplug runs something which wants to talk with the new device and manages to confuse it in the process. You need to track down and disable this thing. You can try to modprobe hid before attaching the joystick, so that the hid driver will grab the device before that hotplug crap. > lsmod now yeilds: > Module Size Used by Not tainted > keybdev 2080 0 (unused) > mousedev 4276 0 (unused) > hid 21636 0 (unused) > input 3232 0 [keybdev mousedev hid] > <rest of modules> > Still no joydev module. joydev is not loaded automatically - the input subsystem does not support hotplug. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users