From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I6Sht-0004mQ-QY for garchives@archives.gentoo.org; Thu, 05 Jul 2007 14:53:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l65EpSZd004323; Thu, 5 Jul 2007 14:51:28 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l65EpRDj004318 for ; Thu, 5 Jul 2007 14:51:27 GMT Received: by ug-out-1314.google.com with SMTP id a2so553714ugf for ; Thu, 05 Jul 2007 07:51:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=m4x4XomrdWO6D03jYz/ENQ4jaCdvDsAe/Lv5zWb9rSRCyEnvy/OWtQLfefU66IdL36y7JajOL+BJWiSm2+RX9P9EcHZbs/CB8GTYmUYjGz2UkHhOb7nKg4SOcnrpc4BEqoC3KdVr1j832FNjcF6wwLUOm6rZ6idRNEmGz82p3Qo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RAURtcIL8eNYq3XwDZS7GCEq1kCF0X0kY48b8Qo0sFC2igMxbJykO5OURm4et6fhLxJrT0fVLbLNrfKgwKZjeqoOZlqF/cltUgz44v82UbiQAcpE151JL7wW+r8gDM5Ip4OKUItTN14/zrJrmGoor91+pRXtouaa3/ynNP7b8/A= Received: by 10.78.140.17 with SMTP id n17mr4717059hud.1183647087250; Thu, 05 Jul 2007 07:51:27 -0700 (PDT) Received: by 10.78.187.4 with HTTP; Thu, 5 Jul 2007 07:51:22 -0700 (PDT) Message-ID: <4d192b620707050751l4a89020eybcf858faac574869@mail.gmail.com> Date: Thu, 5 Jul 2007 16:51:22 +0200 From: "Javi Moreno" To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] SD Card reader, HP/Compaq latptop In-Reply-To: <468CFCBD.1030309@ercbroadband.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_94674_24269175.1183647082197" References: <468CE010.6070904@ercbroadband.org> <4d192b620707050539t64c0c29erfb5e841a4ddda245@mail.gmail.com> <468CFCBD.1030309@ercbroadband.org> X-Archives-Salt: bda52504-e087-48a4-9389-7c1ed2f20e80 X-Archives-Hash: 59763aba45cce04669ce33cb7b9d31eb ------=_Part_94674_24269175.1183647082197 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline With the 2.6.21 I don't need any tweak, at least for me. First configure the kernel # cd /usr/src/linux # make menuconfig Under Device Drivers I have MMC Support selected, MMC block device driver and Secure Digital Host Controller Inferface Support as well. Then TI Flash Media as module. If you are first selecting this option you'll have to reboot with the new kernel. If not you can compile and load the module tifm_sd. After modprobing you can run update-modules to have that module loaded always. # make && make modules_install # cp arch/'YOUR ARCH'/boot/bzImage /boot/'YOUR KERNEL' # reboot (not needed depending on what you had on your previous kernel) # modprobe tifm_sd # update-modules The device will be named /dev/mmcblk0, /dev/mmcblk0p1 for firt partition and so on. Now mount, you'll need vfat fs support. ------=_Part_94674_24269175.1183647082197 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline With the 2.6.21 I don't need any tweak, at least for me.

First configure the kernel

# cd /usr/src/linux
# make menuconfig


Under Device Drivers I have MMC Support selected, MMC block device driver and Secure Digital Host Controller Inferface Support as well.
Then TI Flash Media as module.

If you are first selecting this option you'll have to reboot with the new kernel.
If not you can compile and load the module tifm_sd. After modprobing you can run update-modules to have that module loaded always.

# make && make modules_install
# cp arch/'YOUR ARCH'/boot/bzImage /boot/'YOUR KERNEL'
# reboot (not needed depending on what you had on your previous kernel)

# modprobe tifm_sd
# update-modules

The device will be named /dev/mmcblk0, /dev/mmcblk0p1 for firt partition and so on.

Now mount, you'll need vfat fs support.
------=_Part_94674_24269175.1183647082197-- -- gentoo-amd64@gentoo.org mailing list