Click to See Complete Forum and Search --> : Dazzle 6in1 Card Reader Problem


radial
05-01-2003, 04:44 PM
Hi guys,

I have a problem with my Dazzle 6in1 card reader.

The device has 2 slots, the first one is for CF & MD and the second is for SM, SD & MS

When I put a CF in the first slot and run:


mount /dev/sda1 /mnt/cardreader


It mounts fine, I can read/write to the device no problems.

If I unmount the device, take the CF out and then put a smart media card in slot 2 and run the above mount command I get the error:


mount: No medium found


Now I've tried mounting the device using /dev/sda1,2,3,4,5,6 and also tried /dev/sda,b,c,d,e,f

Nothing I have done appears to work and allow mounting of a SD or SM card, if I mount the CF again I can read/write to it but none of the other media will work

I've searched this forum and seen lots of solutions to other similar problems, but nothing like mine...

Can anyone help me pplleeaassee :)

Thanks,

Radial.

kapong
05-01-2003, 10:36 PM
it is probably cuased by two things:

1. you didn't get the right character device. (not likley as you seemed to try most of the possibilities.) you could try
cat /proc/partitions
to see if you missed one.

2. the usb (I am assuming it is USB) mass storage driver only supports one reader per physical device. If this were the case then I don't know what to tell you.