[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB storage (memstick) trouble



You need to build USB support, either into the kernel or as
modules.  Looks like usb-uhci exists, which means you need to first
load usbcore.  Alternatively, it's possible you have an ohci system.  Try
the following:

insmod usbcore
insmod usb-uhci
insmod usb-ohci
insmod usb-storage

And see what the output is. If no luck, try posting the output of lspci.

ap

----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
clists@perrin.socsci.unc.edu * andrew_perrin (at) unc.edu


On Tue, 15 Oct 2002, Johannes Graumann wrote:

> Hello,
> 
> Just got my OmniFlash Uno reader for Sony memsticks. Doesn't work and
> scanning through the google archives didn't help me out.
> 
> 'cat /proc/scsi/scsi' gives me
> 	Attached devices: 
> 	Host: scsi0 Channel: 00 Id: 00 Lun: 00
> 	  Vendor: SONY     Model: CD-ROM CDU5211   Rev: YYS7
> 	  Type:   CD-ROM                           ANSI SCSI revision: 02
> 	Host: scsi0 Channel: 00 Id: 01 Lun: 00
> 	  Vendor: PLEXTOR  Model: CD-R   PX-W2410A Rev: 1.04
> 	  Type:   CD-ROM                           ANSI SCSI revision: 02
> so the usb device is not being seen.
> 
> 'lsmod' gives:
> 	Module                  Size  Used by    Not tainted
> 	ide-scsi                7488   0 
> 	sg                     24452   0  (autoclean)
> 	binfmt_misc             5636   1 
> 	ipt_limit                960  11  (autoclean)
> 	ipt_state                608  13  (autoclean)
> 	ipt_LOG                 3136  11 
> 	ip_conntrack_ftp        3200   0  (unused)
> 	iptable_mangle          2112   0  (autoclean) (unused)
> 	iptable_nat            12660   0  (autoclean) (unused)
> 	ip_conntrack           12684   3  (autoclean) [ipt_state ip_conntrack_ftp iptable_nat]
> 	iptable_filter          1728   1  (autoclean)
> 	ip_tables              10432   8  [ipt_limit ipt_state ipt_LOG iptable_mangle iptable_nat iptable_filter]
> 	emu10k1                55712   1 
> 	ac97_codec              9568   0  [emu10k1]
> 	parport_pc             25704   0  (autoclean) (unused)
> 	lp                      6912   0  (autoclean)
> 	parport                21728   0  (autoclean) [parport_pc lp]
> 	sound                  52876   0  [emu10k1]
> 	soundcore               3236   7  [emu10k1 sound]
> 	eepro100               17264   1 
> 	mousedev                3776   1 
> 	keybdev                 1664   0  (unused)
> 	input                   3072   0  [mousedev keybdev]
> 
> 'modprobe usb-uhci' results in:
> 	/lib/modules/2.4.18-bf2.4/kernel/drivers/usb/usb-uhci.o: init_module: No such device
> 	Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
> 	      You may find more information in syslog or the output from dmesg
> 	/lib/modules/2.4.18-bf2.4/kernel/drivers/usb/usb-uhci.o: insmod /lib/modules/2.4.18-bf2.4/kernel/drivers/usb/usb-uhci.o failed
> 	/lib/modules/2.4.18-bf2.4/kernel/drivers/usb/usb-uhci.o: insmod usb-uhci failed
> 
> Can anyone help me with this, please?
> 
> Joh
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: