Re: [linux-usb] Close to a solution. Please help !
From: Daniel Gonzalez <hidden>
Date: 2000-04-24 21:53:39
"Dunlap, Randy" wrote:
Hi Daniel, Please send us your linux/.config file.
There it goes. Please be aware that the system I have right nor is slightly different than the one I had this morning. I have recompiled everything and selected the 'compile as module' option for most of the stuff. The behaviour is the same, though.
quoted
Well. The sources I have are taken from linuxcare (I think that is Paul'stree,quoted
isn't?). I am using the devel tree, since I heard that was performingbetter for thequoted
USB subsystem.and from kernel messages:quoted
Apr 24 13:58:26 dhcp-213-224-12-204 kernel: Linux version 2.3.99-pre6(root@dhcp-213-224-12-204.kabel.pandora.be) (gcc version 2.95.2 19991024 (release)) #5 Mon Apr 24 13:25:37 EDT 2000quoted
Apr 24 13:51:11 dhcp-213-224-12-204 kernel: usb-ohci: Warning! Gobs of debugging output has been enabled. Apr 24 13:51:11 dhcp-213-224-12-204 kernel: Check yourkern.debugquoted
logs for the bulk of it. Apr 24 13:51:11 dhcp-213-224-12-204 kernel: usbcore: Registered new drivermousequoted
Apr 24 13:51:11 dhcp-213-224-12-204 kernel: USB HID boot protocol mouse driver registered. Apr 24 13:51:11 dhcp-213-224-12-204 kernel: usbcore: Registered new driverkeyboardquoted
Apr 24 13:51:11 dhcp-213-224-12-204 kernel: usbcore: Registered new driverhubquoted
Apr 24 13:51:11 dhcp-213-224-12-204 kernel: usbcore: Registered new driverusb_scsiquoted
Apr 24 13:51:11 dhcp-213-224-12-204 kernel: USB SCSI support registered.I'm still confused about what version of the kernel code this is. The Linux boot message says 2.3.99-pre6, but the USB code is clearly MUCH earlier than that. Could you explain a little of how you came by this code? I don't want the complete history, just enough to help us understand what you are trying to use here.
I am using a development tree targeted for the PowerPC community. I suppose this code is periodically merged with the main linux tree, but I do not know how they put together the sources. Maybe I should use the main linux tree ? The usb sources are: [root@dhcp-213-224-12-204 usb]# grep \$Id /usr/src/linux/drivers/usb/* 2>/dev/nul /usr/src/linux/drivers/usb/dabusb.c: * $Id: dabusb.c,v 1.45 2000/01/31 10:23:44 fliegl Exp $ /usr/src/linux/drivers/usb/devices.c: * $Id: devices.c,v 1.5 2000/01/11 13:58:21 tom Exp $ /usr/src/linux/drivers/usb/devio.c: * $Id: devio.c,v 1.7 2000/02/01 17:28:48 fliegl Exp $ /usr/src/linux/drivers/usb/drivers.c: * $Id: drivers.c,v 1.3 2000/01/11 13:58:24 tom Exp $ /usr/src/linux/drivers/usb/inode.c: * $Id: inode.c,v 1.3 2000/01/11 13:58:25 tom Exp $ /usr/src/linux/drivers/usb/plusb.c: * $Id: plusb.c,v 1.18 2000/02/14 10:38:58 fliegl Exp $ /usr/src/linux/drivers/usb/usb-uhci.c: * $Id: usb-uhci.c,v 1.228 2000/04/02 19:55:51 acher Exp $ /usr/src/linux/drivers/usb/usb-uhci.h: $Id: usb-uhci.h,v 1.54 2000/04/02 19:55:53 acher Exp $ /usr/src/linux/drivers/usb/usb.c: * $Id: usb.c,v 1.53 2000/01/14 16:19:09 acher Exp $ Regards, Daniel