Try reading the FAQ at http://www.linux-usb.org, it might help (depending 
on your kernel options).

On Sun, 26 Jan 2003, dan wrote:

> hi everyone,
> 
> i can't mount my secure digital card in my securemate sddr-73.
> i've scoured the web for an answer but so far no luck.
> 
> i know usb is working, and the card is ok, because i can read the card when its in 
>my (usb) camera with gphoto2.
> 
> my system:
> 
> uname -a
> Linux localhost.localdomain 2.4.19-16mdk #1 Fri Sep 20 18:15:05 CEST 2002 i586 
>unknown unknown GNU/Linux
> 
> lsmod
> scsi_mod               90372   4  [sd_mod sr_mod usb-storage]
> 
> (amongst other things, so scsi support is switched on?)
> 
> cat /proc/bus/usb/devices
> T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> B:  Alloc= 93/900 us (10%), #Int=  1, #Iso=  0
> D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=0000 ProdID=0000 Rev= 0.00
> S:  Product=USB UHCI Root Hub
> S:  SerialNumber=e400
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
> T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
> D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=0ab0 ProdID=0001 Rev= 2.00
> S:  Manufacturer=ARROW STRONG
> S:  Product=USB Mouse
> C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 40mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usb_mouse
> E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=10ms
> T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=0781 ProdID=0830 Rev= 0.12
> C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
> I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
> E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=10ms
> 
> (sometimes i get manufacturer and product info as well)
> (usb hub is version 1.00, imagemate is version 1.10 - problem?)
> 
> cat /proc/scsi/scsi
> Attached devices: 
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: SanDisk  Model: ImageMate CF-SD1 Rev: 0100
>   Type:   Direct-Access                    ANSI SCSI revision: 02
> 
> (shouldn't i see 2 devices here, as the sddr-73 has compact flash and secure digital 
>slots?)
> 
> 
> cat /proc/scsi/usb-storage-0/0
>    Host scsi0: usb-storage
>        Vendor: SanDisk
>       Product: ImageMate CF-SD 
> Serial Number: FBCD12346860
>      Protocol: Transparent SCSI
>     Transport: Bulk
>          GUID: 078108300000fbcd12346860
>      Attached: Yes
> 
> cat /etc/fstab
> /dev/sda1     /mnt/cf         vfat    
>user,iocharset=iso8859-1,umask=0,nosuid,noauto,nodev,codepage=850,exec 0 0
> /dev/sdb1     /mnt/sd         vfat    
>user,iocharset=iso8859-1,umask=0,nosuid,noauto,nodev,codepage=850,exec 0 0
> 
> (amongst other things, 50% guesswork 50% cribbage)
> 
> this is all from a boot with no card in reader.
> insert card in reader, then
> 
> mount /mnt/sd
> mount: special device /dev/sdb1 does not exist
> mount /mnt/cf
> mount: special device /dev/sda1 does not exist
> 
> i've played around with the fstab entries without success.
> 
> so i unplug reader then plug it in again (with card in slot)...
> 
> tail -20 /var/log/messages
> Jan 26 21:13:22 localhost kernel: usb.c: USB disconnect on device 4
> Jan 26 21:13:31 localhost kernel: hub.c: USB new device connect on bus1/2, assigned 
>device number 5
> Jan 26 21:13:35 localhost /etc/hotplug/usb.agent: Setup usb-storage for USB product 
>781/830/12
> 
> now when i
> 
> cat /proc/scsi/scsi           
> Attached devices: 
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: SanDisk  Model: ImageMate CF-SD1 Rev: 0100
>   Type:   Direct-Access                    ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
>   Vendor: SanDisk  Model: ImageMate CF-SD1 Rev: 0100
>   Type:   Direct-Access                    ANSI SCSI revision: 02
> 
> (so this time it realises there are 2 things, or its just added the same thing again 
>maybe)
> 
> mount /mnt/sd
> mount: special device /dev/sdb1 does not exist
> mount /mnt/cf
> mount: special device /dev/sda1 does not exist
> 
> (no change)
> 
> any ideas?
> 
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> 

-- 
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to