View previous topic :: View next topic |
Author |
Message |
PowerFactor Veteran
Joined: 30 Jan 2003 Posts: 1693 Location: out of it
|
Posted: Sun Mar 30, 2003 5:09 am Post subject: 6 in 1 usb card readers |
|
|
I want to get a 6 in 1 card reader but I was just wondering if any of them work completely with linux. I've herd that with some only the compact flash portion works. That wouldn't help me as what I need right now is the smart media portion. I only need smart media right now but since the 6 in 1 models are so cheap I thought I would get one if it would work with linux. Anybody have any luck with these? |
|
Back to top |
|
|
dek l33t
Joined: 16 May 2002 Posts: 657 Location: Germany
|
Posted: Sun Mar 30, 2003 7:42 pm Post subject: |
|
|
I have a reader that works perfectly.
No special driver needed, i just load the usual modules usb-storage, sd_mod and vfat. Since it is a no-name product i can't tell you anything about the vendor, it is just listed as "USB Reader".
It took me a while to figure out how to make use of all the different cards. At first only the compact flash part worked for me. I had to activate "Probe all LUNs on each SCSI device" in the kernel config. Now all devices are created through devfs. |
|
Back to top |
|
|
cryos Retired Dev
Joined: 08 Mar 2003 Posts: 242 Location: US
|
Posted: Mon Mar 31, 2003 1:03 am Post subject: |
|
|
I have a SmartDisk USB card reader (does 3 of the main memory disks). It does seem to be recognised by the kernel, but I have not yet managed to actually read a card. I actually want to use the Sony MemoryStick portion of it, but don't really know how to go about this as yet.
Any tips and/or pointers on this would be appreciated! Where in /dev might I find it? I have one entry in scsi that may be referring to it, but it is 3 different devices under Win2k. |
|
Back to top |
|
|
kha n00b
Joined: 19 Mar 2003 Posts: 41
|
Posted: Mon Mar 31, 2003 3:56 pm Post subject: |
|
|
I am using yhe Dazzle 6 in One usb reader, it works fairly well. I have tested it with compact-flash, SD and Memory stick. The three of them went fine.
In USB View it is detected as Orca card reader. It is working quite well most of the time, even though some time, it will go in timeout, and won't get initialized. I think this is due to my built-in memory stick reader (which I could never get to work).
Please note that the initialization can happen in any order. On my laptop I never know where a specific flash card is going to get mounted. Since I have three drive (1 for built-in MS + 2 for Dazzle) I must have 3 mount point.
Appart form this everything is working fine 9 time out of ten (and I am using unstable kernels 2.5.65 or 2.5.66) .
Kha _________________ Digital is perfect, but humans keeps on being analogic.
Viagra Is A Great Reccursive Acronym (can't use it though :( ) |
|
Back to top |
|
|
mellofone Apprentice
Joined: 13 Apr 2002 Posts: 287
|
Posted: Mon May 19, 2003 5:29 pm Post subject: |
|
|
I am having the same problem with my 6 in 1 reader. It is technically a no namer, but I think the install CD is named something like Coolmax...
This one connects directly to the motherboard instead of the standard usb plug. USB works, as I have my archos jukebox and a single card cf reader working on the same system. The device is found:
Code: | Scanning for device 2 0 0 0 ...
OLD: Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: Model: USB 2.0 Reader Rev: 1.05
Type: Direct-Access ANSI SCSI revision: 02 |
But I only see one additional link created in /dev/sd*. If I try to mount that:
Code: |
mount -tvfat /dev/sda1 /mount/cf
Input/Ouput Error: |
dmesg shows:
Code: | Device 08:01 not ready.
I/O error: dev 08:01, sector 64
FAT: unable to read boot sector
SCSI error: host 2 id 0 lun 0 return code = 8000002
Sense class 7, sense error 0, extended sense 4
|
And gives the standard No such filesystem on media error. The device works perfectly under (ugh) Windows, so I know the hardware itself is setup correctly.
Lastly, I do have "[*] Probe all LUNs on each SCSI device" setup in my kernel.
Any ideas? _________________ :wq |
|
Back to top |
|
|
|