----- Original Message ----- From: "Ragnar Skaret" <[EMAIL PROTECTED]> ... > I have a problem with mounting of my usb-storage which in fact is > a smart-card reader. ... > > My problem is that the device is not showing up under > /proc/scsi/scsi which only holds: > > Attached devices: > Host: scsi0 Channel: 00 Id: 00 Lun: 00 > Vendor: HP Model: CD-Writer+ 8100 Rev: 1.0g > Type: CD-ROM ANSI SCSI revision: 02 > > When I'm running dmesg I can see the following about usb: > > usb.c: registered new driver usbdevfs ... > usb.c: USB device 2 (vend/prod 0x7c4/0xa400) is not claimed by any > active driver. > > This last line is pointing out my smart-card reader according to > the usbview program.
I'm having the same problem with a Lexar smart card reader in RedHat 7.1, kernel 2.4.18-pre7. 'lsusb' reports: Bus 001 Device 003: ID 07cc:0004 Carry Inc. SmartMedia & CompactFlash & PCMCIA Card Reader Language IDs: none (invalid length string descriptor 02; len=2) Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 64 idVendor 0x07cc Carry Inc. idProduct 0x0004 SmartMedia & CompactFlash & PCMCIA Card Reader .... But I cant mount it. 'mount -t vfat /dev/sda1 mount/ ' complains: mount: /dev/sda1 is not a valid block device I'm not even certain if /dev/sda1 is the appropriate device. How do I find that out? (I also tried /dev/sda3 and /dev/sda5 in case the device number is related to the USB device number ... I get the same result.) When I reconnect the device 'dmesg' reports: usb.c: USB disconnect on device 3 hub.c: USB new device connect on bus1/2/2, assigned device number 5 usb.c: USB device 5 (vend/prod 0x7cc/0x4) is not claimed by any active driver. /proc/scsi/scsi is empty. Any help is really appreciated! Thanks, -- Bernd _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
