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 1I6rtG-00060W-UO for garchives@archives.gentoo.org; Fri, 06 Jul 2007 17:46:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l66HhiQ2005750; Fri, 6 Jul 2007 17:43:44 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l66HhhKs005702 for ; Fri, 6 Jul 2007 17:43:43 GMT Received: by py-out-1112.google.com with SMTP id d32so613357pye for ; Fri, 06 Jul 2007 10:43:42 -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=sUshZVvfwq6mdi4wFiO93WOkZWwzYGhtrwfNEI2eK7ObLaK0Vv89PnurJVn8WcLWLZf5Jb4aA4jQXFaXKdA31xk9igq26FOcCUUahTUGfAemkh0g0kIXb9E+SCz1Hezh39IZXi7k7ehfIRX59N0Cp+fOXhMCbsm3X84sJkR1Jj4= 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=fyTPLT5eR3SQRolA+kAwlWtQcltyjhtbVohlFJQupHdNClsK+re9H5nigYRONiEQmjIG0r3f2xTAvStkc2oGLw6uLJYO4/p/BMxVKTBJotydFaQWl91CJbWquUIBEM2HCmmKh/xm4qs9S29H8+DNSzILlm6c/lrVYcRfXs2vX/I= Received: by 10.35.39.2 with SMTP id r2mr1655694pyj.1183743822324; Fri, 06 Jul 2007 10:43:42 -0700 (PDT) Received: by 10.35.82.20 with HTTP; Fri, 6 Jul 2007 10:43:42 -0700 (PDT) Message-ID: Date: Fri, 6 Jul 2007 19:43:42 +0200 From: Beso To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] SD Card reader, HP/Compaq latptop {SOLVED} In-Reply-To: <468E37B8.90501@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_61109_14774140.1183743822288" References: <468CE010.6070904@ercbroadband.org> <4d192b620707050539t64c0c29erfb5e841a4ddda245@mail.gmail.com> <468CFCBD.1030309@ercbroadband.org> <4d192b620707050751l4a89020eybcf858faac574869@mail.gmail.com> <468E37B8.90501@ercbroadband.org> X-Archives-Salt: a21f1e40-6093-4352-91ab-b53477a5c168 X-Archives-Hash: 7aedd250c79acb3907cf70d26c0e1da9 ------=_Part_61109_14774140.1183743822288 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/7/6, Mark Haney : > > Javi Moreno wrote: > > > # 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. > > > > Yep that did it. The problem I had was that I was compiling mmc_core > and mmc_blk(?) as modules and they wouldn't load that way. Once I built > them into the kernel and left tifm_sd, etc. as modules they all played > nice and now I can use my SD card. you can also build them as modules, and then add them as 2 lines in /etc/modules.autoload/kernel-2.6 file and they will be loaded at the top of start of local and imedeately after the start of boot services.... this is a way of loading modules that udev will not load by default and that you still want to load at boot.... Thanks for the help. > > > -- > Recedite, plebes! Gero rem imperialem! > > > Mark Haney > Sr. Systems Administrator > ERC Broadband > (828) 350-2415 > > Call (866) ERC-7110 for after hours support > -- > gentoo-amd64@gentoo.org mailing list > > -- beso d-_-b ------=_Part_61109_14774140.1183743822288 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2007/7/6, Mark Haney <mhaney@ercbroadband.org>:
Javi Moreno wrote:

> # 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.
>

Yep that did it.  The problem I had was that I was compiling mmc_core
and mmc_blk(?) as modules and they wouldn't load that way.  Once I built
them into the kernel and left tifm_sd, etc. as modules they all played
nice and now I can use my SD card.

you can also build them as modules, and then add them  as 2 lines in /etc/modules.autoload/kernel-2.6 file and they will be loaded at the top of start of local and imedeately after the start of boot services.... this is a way of loading modules that udev will not load by default and that you still want to load at boot....

Thanks for the help.


--
Recedite, plebes! Gero rem imperialem!


Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415

Call (866) ERC-7110 for after hours support
--
gentoo-amd64@gentoo.org mailing list




--
beso

d-_-b ------=_Part_61109_14774140.1183743822288-- -- gentoo-amd64@gentoo.org mailing list