* How to use a USB SD/MMC card reader?
@ 2005-10-19 19:39 Helge Hafting
2005-10-19 19:52 ` Lennart Sorensen
2005-10-20 3:16 ` Mark Lord
0 siblings, 2 replies; 4+ messages in thread
From: Helge Hafting @ 2005-10-19 19:39 UTC (permalink / raw)
To: linux-kernel
I have an usb card reader (Apacer) in my desktop machine.
It has several slots for different card types. One of the slots accepts
the compactflash cards I use in my camera. I can mount those and
copy the pictures, no problems there. (It becomes /dev/sdf)
Another slot accepts SD/MMC cards. I tried inserting an MMC card,
but nothing seems to happen. Using /dev/sdf doesn't work - no medium.
And /dev/sdg doesn't exist.
I obviously have usb block devices & scsi working, or I'd be unable to use
the compactflash cards. I have also enabled CONFIG_MMC for this kernel. (2.6.14-rc3)
Is there anything else I should do, to make the mmc slot work too?
Helge Hafting
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to use a USB SD/MMC card reader?
2005-10-19 19:39 How to use a USB SD/MMC card reader? Helge Hafting
@ 2005-10-19 19:52 ` Lennart Sorensen
2005-10-21 6:32 ` Helge Hafting
2005-10-20 3:16 ` Mark Lord
1 sibling, 1 reply; 4+ messages in thread
From: Lennart Sorensen @ 2005-10-19 19:52 UTC (permalink / raw)
To: Helge Hafting; +Cc: linux-kernel
On Wed, Oct 19, 2005 at 09:39:13PM +0200, Helge Hafting wrote:
> I have an usb card reader (Apacer) in my desktop machine.
>
> It has several slots for different card types. One of the slots accepts
> the compactflash cards I use in my camera. I can mount those and
> copy the pictures, no problems there. (It becomes /dev/sdf)
>
> Another slot accepts SD/MMC cards. I tried inserting an MMC card,
> but nothing seems to happen. Using /dev/sdf doesn't work - no medium.
> And /dev/sdg doesn't exist.
>
> I obviously have usb block devices & scsi working, or I'd be unable to use
> the compactflash cards. I have also enabled CONFIG_MMC for this kernel. (2.6.14-rc3)
>
> Is there anything else I should do, to make the mmc slot work too?
Your adapter might use LUNs rather than IDs for each port. By default
(at least on most distribution compiled kernels) only LUN 0 is scanned.
You can enable scanning all LUNs on all scsi devices, or you can
manually run a script that scans for scsi devices on each LUN.
I belive the scsi-mod option max_luns should be set to 5 or 7 or
whatever many slots your device has, and that should hopefully make
things appear.
Len Sorensen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to use a USB SD/MMC card reader?
2005-10-19 19:39 How to use a USB SD/MMC card reader? Helge Hafting
2005-10-19 19:52 ` Lennart Sorensen
@ 2005-10-20 3:16 ` Mark Lord
1 sibling, 0 replies; 4+ messages in thread
From: Mark Lord @ 2005-10-20 3:16 UTC (permalink / raw)
To: Helge Hafting; +Cc: linux-kernel
Helge Hafting wrote:
> I have an usb card reader (Apacer) in my desktop machine.
..
> Another slot accepts SD/MMC cards. I tried inserting an MMC card,
> but nothing seems to happen. Using /dev/sdf doesn't work - no medium.
Rebuild your kernel with "CONFIG_SCSI_MULTI_LUN" enabled
(aka. "Probe all LUNs on each SCSI device" under drivers->scsi).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-21 6:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19 19:39 How to use a USB SD/MMC card reader? Helge Hafting
2005-10-19 19:52 ` Lennart Sorensen
2005-10-21 6:32 ` Helge Hafting
2005-10-20 3:16 ` Mark Lord
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox