[tlinux-users:08599] Re: SD TypA Controller

"Manuel Aguilar" <[email protected]> Mon, 13 Aug 2007 10:45:41 -0400
Newsgroups gmane.linux.hardware.toshiba
Message-ID <[email protected]>
I had it working a while ago with a coupe of tweaks I found on the web:
You might have to change the device ids according to what you find with
lspci.
Besides the script below, I have used separately the tifm series of modules,
which is still a work in progress. They should be included in any recent
kernel.

Cheers,
Manuel.

#!/bin/bash
#
# Script to enable SD interface of the TI PCXxx12 interface.
#

# Remove SDHCI and MMC modules, if they are installed.
       modprobe -r sdhci
       modprobe -r mmc_block
# Change what interface is enabled.
       setpci -s 0a:04.3 86.b=90
       setpci -s 0a:04.2 4c.b=02 # FlashMedia SD disable
       setpci -s 0a:04.3 04.b=06 # SDHCI Mem+ BusMaster+
       setpci -s 0a:04.3 88.b=01 # SDHCI DMA enable
# Load the SD and MMC modules again.
       modprobe sdhci || exit 1
       modprobe mmc_block || exit 1
       exit 0


On 8/13/07, atul jain <[email protected]> wrote:
>
> Hi Kiyoshi,
>
>              Can you provide more details like
>
> which GNU/linux distribution are you  using?
>
> What is  your toshiba  model number?
>
>
>
>
> On 8/13/07, Kiyoshi Egami <[email protected]> wrote:
> >
> > Has anyone figured out a way to use the Toshiba SD controller under
> Linux?
> > _________________________________________________________________
> > Recharge--play some free games. Win cool prizes too!
> > http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink
> >
>
>
> --
> Cheers
> Atul
>
>