Gentoo Archives: gentoo-user

From: Marco <listworks@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Getting Cardreader running on Asus F3SC
Date: Sat, 11 Jul 2009 12:26:08
Message-Id: 93d30e950907110517q2435adbdo1e60695667f50869@mail.gmail.com
In Reply to: [gentoo-user] Getting Cardreader running on Asus F3SC by Marco
1 Hi again,
2
3 I got my card reader running:
4
5 ~# lspci
6 [...]
7 09:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro
8 Host Adapter (rev 22)
9 09:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
10 09:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host
11 Adapter (rev 12)
12 09:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
13 [...]
14
15 Then I had to recompile my kernel:
16 ~# cd /usr/src/linux
17 ~# diff .config.old .config
18 2647c2647,2648
19 < # CONFIG_MMC_SDHCI_PCI is not set
20 ---
21 > CONFIG_MMC_SDHCI_PCI=m
22 > CONFIG_MMC_RICOH_MMC=m
23
24 Rebooting and the SD card appears as /dev/mmcblk0.
25
26 --
27 Regards,
28 Marco
29
30
31 On Tue, Jul 7, 2009 at 6:11 PM, Marco<listworks@×××××.com> wrote:
32 > Hi all,
33 >
34 > I'm trying to get my SD-card reader running on my Asus F3SC notebook.
35 > http://www.linlap.com/wiki/asus+f3sc tells me that I have to load
36 > modules sdhci and mmc_core.
37 >
38 > ~# modprobe mmc_core
39 > ~# modprobe sdhci
40 > ~# lsmod | grep mmc_core
41 > mmc_core               34496  1 sdhci
42 > ~# lsmod | grep sdhci
43 > sdhci                  15364  0
44 > mmc_core               34496  1 sdhci
45 > ~# tail -f /var/log/messages
46 >
47 > I insert my SD card, but there is not device recognized in the log.
48 >
49 > Any tips on what I'm doing wrong or what I'm missing?
50 >
51 > Thanks!
52 >
53 > --
54 > Best regards,
55 >  Marco
56 >