On Mon, 2003-07-07 at 22:20, Aaron Smith wrote: > I thought I'd have another go at possibly getting an answer to this > question. I'm currently running Redhat 7.3, with the stock redhat > 2.4.20-18 kernel (installed via RPM). I have a Lacie External CD-R > enclosure that I'm connecting to my USB port. When I power on the > drive, the USB portion springs into action, identifying it and adding an > entry to /proc/scsi/usb-storage-0: > Host scsi1: usb-storage > Vendor: LaCie > Product: USB Mass STORAGE > Serial Number: None > Protocol: 8020i > Transport: Control/Bulk > GUID: 059fa6020000000000000000 > Attached: Yes > > However, that's it. /proc/scsi/scsi does not contain an entry for this > drive (it only contains an entry for my tape drive which is an atapi > tape drive added to the scsi system via ide-scsi and the hdd=scsi kernel > parameter) > My module list: > sg 33028 0 (autoclean) > sr_mod 16088 0 (unused) > usb-storage 64960 0 > st 29488 0 (autoclean) > snd-seq-oss 29152 0 (autoclean) > snd-seq-midi-event 5468 0 (autoclean) [snd-seq-oss] > snd-seq 46092 2 (autoclean) [snd-seq-oss > snd-seq-midi-event] > snd-pcm-oss 43140 1 (autoclean) > snd-mixer-oss 14496 1 (autoclean) [snd-pcm-oss] > agpgart 43520 3 (autoclean) > nvidia 1674080 10 (autoclean) > parport_pc 16804 1 (autoclean) > lp 8768 0 (autoclean) > parport 33216 1 (autoclean) [parport_pc lp] > appletalk 23020 12 (autoclean) > snd-intel8x0 20864 2 > snd-pcm 79392 0 [snd-pcm-oss snd-intel8x0] > snd-timer 19072 0 [snd-seq snd-pcm] > snd-ac97-codec 47376 0 [snd-intel8x0] > snd-mpu401-uart 4584 0 [snd-intel8x0] > snd-rawmidi 17216 0 [snd-mpu401-uart] > snd-seq-device 5740 0 [snd-seq-oss snd-seq snd-rawmidi] > snd 40064 0 [snd-seq-oss snd-seq-midi-event > snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm snd-timer > snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device] > soundcore 6212 5 [snd] > snd-page-alloc 7488 0 [snd-intel8x0 snd-pcm] > eepro100 21068 1 > mii 3816 0 [eepro100] > iptable_mangle 2912 0 (autoclean) (unused) > iptable_nat 20436 0 (autoclean) (unused) > ip_conntrack 24948 1 (autoclean) [iptable_nat] > iptable_filter 2432 1 (autoclean) > ip_tables 13376 5 [iptable_mangle iptable_nat > iptable_filter] > ide-scsi 10528 0 > scsi_mod 103756 5 [sg sr_mod usb-storage st ide-scsi] > ide-cd 31616 0 > cdrom 33248 0 [sr_mod ide-cd] > nls_iso8859-1 3456 1 (autoclean) > nls_cp437 5088 1 (autoclean) > vfat 11484 1 (autoclean) > fat 35992 0 (autoclean) [vfat] > usb-uhci 23620 0 (unused) > usbcore 71680 1 [usb-storage usb-uhci] > ext3 64000 2 > jbd 45836 2 [ext3] > > Note that usb-storage was started automatically, but sr_mod was added > by hand (via modprobe) in an effort to make it "see" the CD-R. Is there > some step I'm missing? Some module that needs to be loaded? Any help > would be appreciated.....
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: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
