* USB Mass Storage Device
@ 2003-04-12 18:18 jim beam
0 siblings, 0 replies; 3+ messages in thread
From: jim beam @ 2003-04-12 18:18 UTC (permalink / raw)
To: linux-kernel
Hello group,
The following USB Mass Storage device is found during bootup:
scsi0 : SCSI emulation for USB
Mass Storage devices
Vendor: SOYO Model: USB Storage-SMC Rev: 0214
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Is it a CompactFlash reader that plugs directly into a USB1 header on my
motherboard.
/sys/bus/scsi/devices/0:0:0:0/* contains information regarding the device,
however there is nothing /dev/scsi/host0/bus0/target0/lun0 for me to mount,
regardless of whether there is a card in the drive or not. I have hotplug
enables, and inserting a card in the drive does not generate any new
messages under dmesg (although verbosity stuff is not enabled). Is this
device not yet supported, or am I missing something that I need to enable?
Thanks,
Jim
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: USB Mass Storage Device
@ 2003-04-12 23:25 Douglas Gilbert
2003-04-13 0:00 ` Robert Love
0 siblings, 1 reply; 3+ messages in thread
From: Douglas Gilbert @ 2003-04-12 23:25 UTC (permalink / raw)
To: linux-kernel, jim_jim33
Jim Bean wrote:
> The following USB Mass Storage device is found during bootup:
>
> scsi0 : SCSI emulation for USB
> Mass Storage devices
> Vendor: SOYO Model: USB Storage-SMC Rev: 0214
> Type: Direct-Access ANSI SCSI revision: 02
> Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
>
> Is it a CompactFlash reader that plugs directly into a USB1 header
> on my motherboard.
> /sys/bus/scsi/devices/0:0:0:0/* contains information regarding
> the device, however there is nothing
> /dev/scsi/host0/bus0/target0/lun0 for me to mount, regardless
> of whether there is a card in the drive or not. I have
> hotplug enables, and inserting a card in the drive does not
> generate any new messages under dmesg (although verbosity
> stuff is not enabled). Is this device not yet supported,
> or am I missing something that I need to enable?
Jim,
Have a look in /var/log/messages for errors coming from the
sd driver (e.g. it could be stuck on a READ CAPACITY or MODE
SENSE command). Other than that it could be a problem with
devfs. You could make a temporary device node (e.g.
'cd /root; mknod my_sda b 8 0') then try fdisk on my_sda.
Doug Gilbert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: USB Mass Storage Device
2003-04-12 23:25 USB Mass Storage Device Douglas Gilbert
@ 2003-04-13 0:00 ` Robert Love
0 siblings, 0 replies; 3+ messages in thread
From: Robert Love @ 2003-04-13 0:00 UTC (permalink / raw)
To: dougg; +Cc: linux-kernel, jim_jim33
On Sat, 2003-04-12 at 19:25, Douglas Gilbert wrote:
> Have a look in /var/log/messages for errors coming from the
> sd driver (e.g. it could be stuck on a READ CAPACITY or MODE
> SENSE command). Other than that it could be a problem with
> devfs. You could make a temporary device node (e.g.
> 'cd /root; mknod my_sda b 8 0') then try fdisk on my_sda.
I see the same problem here without devfs.
The device does not even register itself as a block device. I.e., on
boot it is detected and listed as sda but no sda* device is a valid
block device. /sys/block/ does not list it.
Also no errors in dmesg...
Robert Love
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-12 23:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-12 23:25 USB Mass Storage Device Douglas Gilbert
2003-04-13 0:00 ` Robert Love
-- strict thread matches above, loose matches on Subject: below --
2003-04-12 18:18 jim beam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox