Hi all,
 
I have Cypress SL11R-IDE, a SM/CF read/writer. I've heard that Linux USB supports this device from http://www.qbik.ch/usb/devices/showdev.php?id=737
I believe I've installed hotplug and every neccessary things for this device, but I failed to mount it on my desktop.
My desktop PC uses 2.4.2 kernel.
It seems that the device itself was recogniozed correctly and all modules were installed.
 
Followings are debug message.
Any idea of what's wrong?
 
[root@John usb]# pwd
/proc/bus/usb
[root@John usb]# cat devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #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=e000
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=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=04ce ProdID=0002 Rev= 0.76
S:  Manufacturer=CYPRESS SM-CF 0.76
S:  Product=CYPRESS SM-CF 0.76
S:  SerialNumber=11204EC2
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=300mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]# lsmod
Module                  Size  Used by
ide-cd                 26880   0  (autoclean)
cdrom                  27232   0  (autoclean) [ide-cd]
usb-storage            32048   0
scsi_mod               95584   1  [usb-storage]
autofs                 11296   1  (autoclean)
ne2k-pci                5120   1  (autoclean)
8390                    6848   0  (autoclean) [ne2k-pci]
ipchains               39360   0  (unused)
usb-uhci               20752   0  (unused)
usbcore                49728   1  [usb-storage usb-uhci]
nls_cp949             141488   1  (autoclean)
nls_cp437               4384   1  (autoclean)
vfat                    9424   1  (autoclean)
fat                    32640   0  (autoclean) [vfat]
[root@John usb]#
[root@John usb]#
[root@John usb]# cat drivers
         usbdevfs
         hub
         usb-storage
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: CYPRESS  Model: SM-CF 0.76       Rev:    
  Type:   Direct-Access                    ANSI SCSI revision: 02
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]#
[root@John usb]# mount -t ext2 /dev/sda /mnt/usbhd
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       or too many mounted file systems
[root@John usb]#
[root@John usb]# mke2fs /dev/sda
mke2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
/dev/sda is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
131072 inodes, 262143 blocks
13107 blocks (5.00%) reserved for the super user
First data block=0
8 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376
 
Writing inode tables: done                           
Warning: could not erase block 0: Attempt to write block from filesystem resulted in short write
Writing superblocks and filesystem accounting information:
done
[root@John usb]#
[root@John usb]# mount -t ext2 /dev/sda /mnt/usbhd
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       or too many mounted file systems
[root@John usb]#
 
 

Reply via email to