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
signature.asc
Description: This is a digitally signed message part
