pciehp module to kernel and card readers

Discussion in 'Linux' started by spinnekopje, Feb 10, 2009.

  1. spinnekopje

    spinnekopje

    Joined:
    Aug 13, 2008
    Messages:
    83
    Likes Received:
    0
    I'm working on reducing the number of modules to zero if possible. For the moment I only have modules concerning the pciehp module I use to make the card readers work properly. I load the module in /etc/modules and I've also got the next file:
    Code:
    spinnekop@spinnie-one:~$ cat /etc/modprobe.d/aspire 
    #
    # Aspire One tweaks
    #
    
    # Card Readers
    options pciehp pciehp_force=1
    install sdhci for i in 2381 2382 2383 2384; do /usr/bin/setpci -d 197b:$i AE=47; done; /sbin/modprobe --ignore-install sdhci
    spinnekop@spinnie-one:~$ 
    Does someone have a solution to include that one into the kernel and keep working card readers. I tried once to include it but no working card readers then. I use the latest kernel from kernel.org (2.6.28.4).

    Thanks in advance.

    btw: I can upload my .config if someone is interested, but I have to add it doesn't support ext2 and other stuff I don't use myself.
     
    spinnekopje, Feb 10, 2009
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.