From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MPbea-0003DK-4y for garchives@archives.gentoo.org; Sat, 11 Jul 2009 12:26:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1DE3E02D0; Sat, 11 Jul 2009 12:26:06 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 676D7E02D0 for ; Sat, 11 Jul 2009 12:26:06 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so275022eyh.36 for ; Sat, 11 Jul 2009 05:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7qaQE8GLkdKmnzFRBeSzcQ66jOwbZv+B/jzBqf5X8sQ=; b=lDPcwgQ2C2tVz+24pm5j0dEZPep49vzrENQiTl++7enwOk89wHyepb9sUte8kCB2FU KdTxZA7aqO3/ZZidz+ySXBmJG3z9ynM+bK1LPlQFvPq5bhM4eMrS3nP49pDPeVf8it+S v+W8mT06kqgyqw8qCkagi6vsybOxtBzIWra2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CYnboPiugrB4z4xKXRa9wbHB99plT08lLyZRgIE3IG5xNn09WKWEZBbjb0Z/skKNZp 16tnqk30x0+QPIhOs4oUI6mPyFYdSXuI3dqnp332vkJRDD5bPzUFqH8prn8y+WuC/qMn uwO1ys7svXEClpboKUgQq83rk2z/REcR5xh+8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.55.208 with SMTP id k58mr872115wec.9.1247314674434; Sat, 11 Jul 2009 05:17:54 -0700 (PDT) In-Reply-To: <93d30e950907070911t1dbae44csa148b561e3137c0e@mail.gmail.com> References: <93d30e950907070911t1dbae44csa148b561e3137c0e@mail.gmail.com> Date: Sat, 11 Jul 2009 14:17:54 +0200 Message-ID: <93d30e950907110517q2435adbdo1e60695667f50869@mail.gmail.com> Subject: [gentoo-user] Re: Getting Cardreader running on Asus F3SC From: Marco To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4e33ec0a-2f2e-42d6-8d10-dd329d04b15f X-Archives-Hash: fb30ff55f7928c049eba8925e58a5d3c Hi again, I got my card reader running: ~# lspci [...] 09:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) 09:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12) 09:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12) 09:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff) [...] Then I had to recompile my kernel: ~# cd /usr/src/linux ~# diff .config.old .config 2647c2647,2648 < # CONFIG_MMC_SDHCI_PCI is not set --- > CONFIG_MMC_SDHCI_PCI=3Dm > CONFIG_MMC_RICOH_MMC=3Dm Rebooting and the SD card appears as /dev/mmcblk0. -- Regards, Marco On Tue, Jul 7, 2009 at 6:11 PM, Marco wrote: > Hi all, > > I'm trying to get my SD-card reader running on my Asus F3SC notebook. > http://www.linlap.com/wiki/asus+f3sc tells me that I have to load > modules sdhci and mmc_core. > > ~# modprobe mmc_core > ~# modprobe sdhci > ~# lsmod | grep mmc_core > mmc_core =A0 =A0 =A0 =A0 =A0 =A0 =A0 34496 =A01 sdhci > ~# lsmod | grep sdhci > sdhci =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A015364 =A00 > mmc_core =A0 =A0 =A0 =A0 =A0 =A0 =A0 34496 =A01 sdhci > ~# tail -f /var/log/messages > > I insert my SD card, but there is not device recognized in the log. > > Any tips on what I'm doing wrong or what I'm missing? > > Thanks! > > -- > Best regards, > =A0Marco >