> 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 <[email protected]>
On Mon, Aug 11, 2003 at 11:32:54PM +0200, Harm Verhagen wrote:
> > Apacer SM/CF combo reader, USB 07c4:a109.
> 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).
That is an entirely different animal. Unrelated.