Re: Apacer SM/CF combo reader driver

From: Harm Verhagen
Date: Mon Aug 11 2003 - 16:37:17 EST


> I've got an Apacer SM/CF combo reader too. I found your email :

> I just got myself an Apacer SM/CF combo reader, USB
07c4:a109.
> The CF part is supported in the stock kernel (by
datafab.c),
> the SM part is not.


I needed to compile the kernel (RedHat 2.4.20-19.9) with the "Probe all
LUNs on each device" option enabled (CONFIG_SCSI_MULTI_LUN) in order to
access the SM on my apacer combo reader (0x0d7d:0x0240).

Or you can manually add it by something like:
echo scsi add-single-device 1 0 0 1 > /proc/scsi/scsi

With one of the above SM access on my device works fine. I can mount it
using:
mount -t vfat /dev/sdb1 /mnt/usbreader

I got this info from:
http://www.qbik.ch/usb/devices/showdev.php?id=1620
http://www.qbik.ch/usb/devices/showdev.php?id=1634


regards,
Harm Verhagen



--
Harm Verhagen <h.verhagen@xxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/