View previous topic :: View next topic |
Author |
Message |
Graf n00b

Joined: 22 Jun 2005 Posts: 23
|
Posted: Wed Jun 22, 2005 10:52 pm Post subject: SD card under Gentoo Linux |
|
|
I have problems with SD cards on my computer running Gentoo Linux.
I use USB card reader with slots for all flash card types and it reads them well except for CD cards.
If I insert for example a Compact Flash card into it, /dev/sda1 appears and can be mounted. If i insert SD nothing happens.
I searched google, but the results were simply solutions like "use mount...blah-blah" or texts that there can be no open source driver for SD due to licensing limitations... Where is the truth? And is it possible to read SD cards under Gentoo? Thanks. |
|
Back to top |
|
 |
fredgt Apprentice

Joined: 06 Dec 2004 Posts: 168 Location: Belgium
|
Posted: Wed Jun 22, 2005 11:04 pm Post subject: |
|
|
Wel there are two ways that the SD card reader can be implemented.
The first one is hardware implemented (mostly for usb readers) and then it should just work like any other USB memory.
The other one is software controled (in most laptops). For this one the driver controles everything and as this is a protected format and there aren't any drivers available it won't work.
However i use a usb digicam to read other SD cards, this mostly works. |
|
Back to top |
|
 |
Graf n00b

Joined: 22 Jun 2005 Posts: 23
|
Posted: Thu Jun 23, 2005 3:50 am Post subject: |
|
|
Huh... Thanks...
I use my PDA for reading SD but it's slow ant quite inconvenient. |
|
Back to top |
|
 |
dsd Developer

Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Thu Jun 23, 2005 9:53 am Post subject: |
|
|
try enabling SCSI multiple LUN then you'll get a different /dev node for the SD reading _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
 |
mbar Veteran


Joined: 19 Jan 2005 Posts: 1993 Location: Poland
|
Posted: Thu Jun 23, 2005 2:12 pm Post subject: |
|
|
And I think you have to enable "MMC/SD Card support" in kernel. |
|
Back to top |
|
 |
Graf n00b

Joined: 22 Jun 2005 Posts: 23
|
Posted: Fri Jun 24, 2005 5:13 am Post subject: |
|
|
Enabling "Probe all LUNs on each SCSI device" helped! /dev/sdc (and /dev/sdc1 if SD is inserted) appeared and works perfect. Thanks.
And, BTW, I didn't find any option like "SD/MMC Support". But anyway it works.
I am happy now  |
|
Back to top |
|
 |
|