I dont know if I understand but if you configure kernel with make xconfig and dont edit .config directly you will see that you just can configure usb_storage if you had config scsi disks, if you put scsi disk in module => that you just can put usb-storage in module. so should have the same effect if you put usb-uhci in kernel or install with module. after this if you have modules, you have to insert scsi_mod before usb-storage, if you dont installing usb-storage will give you this error: Using /lib/modules/2.4.22-pre3/kernel/drivers/usb/storage/usb-storage.o /lib/modules/2.4.22-pre3/kernel/drivers/usb/storage/usb-storage.o: unresolved symbol scsi_unregister_module_R81d85a75 /lib/modules/2.4.22-pre3/kernel/drivers/usb/storage/usb-storage.o: unresolved symbol scsi_register_module_Rfa20b7b0 /lib/modules/2.4.22-pre3/kernel/drivers/usb/storage/usb-storage.o: unresolved symbol scsi_register_R0c160985 and the module will not be installed.
what I think that can be different is hotplug that has been introduced in last kernels, so you can try disable hotplug. the same for next thread usb-storage. On Tue, 2003-07-08 at 14:38, Aaron Smith wrote: > The usb module is started on bootup so it never needs to be insmod'd. > However, in the interest of science, I removed all the loaded modules > that had to do with either SCSI or USB (this includes usb-uhci, > usb-storage, scsi_mod, sr_mod, as well as st and ide-scsi which are > needed for my tape drive) and then re-loaded them in the order described > below. If the USB device was turned on, then as soon as usb-uhci was > loaded, the other 2 modules loaded automatically and I had THIS in > /var/log/messages: > > Jul 8 09:23:28 sloth kernel: usb-uhci.c: $Revision: 1.275 $ time > 09:18:44 May 29 2003 > Jul 8 09:23:28 sloth kernel: usb-uhci.c: High bandwidth mode enabled > Jul 8 09:23:28 sloth kernel: PCI: Found IRQ 10 for device 00:1f.2 > Jul 8 09:23:28 sloth kernel: usb-uhci.c: USB UHCI at I/O 0xef80, IRQ 10 > Jul 8 09:23:28 sloth kernel: usb-uhci.c: Detected 2 ports > Jul 8 09:23:28 sloth kernel: usb.c: new USB bus registered, assigned > bus number 1 > Jul 8 09:23:28 sloth kernel: hub.c: USB hub found > Jul 8 09:23:28 sloth kernel: hub.c: 2 ports detected > Jul 8 09:23:28 sloth kernel: usb-uhci.c: v1.275:USB Universal Host > Controller Interface driver > Jul 8 09:23:29 sloth kernel: hub.c: new USB device 00:1f.2-2, assigned > address 2 > Jul 8 09:23:29 sloth kernel: usb.c: USB device 2 (vend/prod > 0x59f/0xa602) is not claimed by any active driver. > Jul 8 09:23:31 sloth /etc/hotplug/usb.agent: Setup usbcore for USB > product 0/0/0 > Jul 8 09:23:31 sloth /etc/hotplug/usb.agent: Setup usbcore for USB > product 0/0/0 > Jul 8 09:23:32 sloth /etc/hotplug/usb.agent: Setup usb-storage for USB > product 59f/a602/200 > Jul 8 09:23:32 sloth kernel: SCSI subsystem driver Revision: 1.00 > Jul 8 09:23:32 sloth kernel: Initializing USB Mass Storage driver... > Jul 8 09:23:32 sloth kernel: usb.c: registered new driver usb-storage > Jul 8 09:23:32 sloth kernel: scsi0 : SCSI emulation for USB Mass > Storage devices > Jul 8 09:23:32 sloth kernel: USB Mass Storage support registered. > > Notice the absence of any sort of SCSI attachment message. Removing all > the modules and then reloading them with the USB device OFF and then > turning it ON once the modules are in place yields the same result. At > this point, I would like to point out that this CD-R WAS working with an > earlier version of Redhat so there is no hardware issue. It only > stopped working after an earlier upgrade. > > On Mon, 2003-07-07 at 17:52, S�rgio Monteiro Basto wrote: > > > > cat usbinstall.sh > > insmod usb-uhci > > insmod scsi_mod > > insmod usb-storage > > mount /dev/sda1 /mnt/cdr/ > > > > in /var/log/messages you will see if is /dev/sda1 the mount point. > > > ----------------------------------------------------------------- > Aaron Smith vox: 269.226.9550 ext.26 > Network Director fax: 269.349.9076 > Nexcerpt, Inc. http://www.nexcerpt.com > > ...Nexcerpt... Extend Your Expertise -- S�rgioMB email: [EMAIL PROTECTED] Who gives me one shell, give me everything. ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
