Sd Card Readers

Discussion in 'Linux' started by alansmyth, Nov 1, 2009.

  1. alansmyth

    alansmyth

    Joined:
    Jul 14, 2009
    Messages:
    11
    Likes Received:
    0
    I am running an Acer Aspire One on ubuntu 9.10 NOT the netbook remix version but the desktop version. Everthing works except my sd card readers are not hot swapable. Can anyone instruct this newbie how to get them to work. I f someone could take me through it step by step please.
     
    alansmyth, Nov 1, 2009
    #1
  2. alansmyth

    Guest Guest

    if you have grub2 you should have if you did a new install here is a procedure that worked for me:

    open a terminal and type
    gksudo gedit /etc/default/grub

    on line #9 add 'pciehp.pciehp_force=1' as shown below::
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp.pciehp_force=1"

    then save & run "sudo update-grub"

    if you happen to have regular grub this should work:

    gedit /boot/grub/menu.lst

    find the kernal line and add 'pciehp.pciehp_force=1'
    kernel /boot/vmlinuz-2.6.31-14-generic pciehp.pciehp_force=1
    and save

    hope that helps

    doug
     
    Guest, Nov 2, 2009
    #2
  3. alansmyth

    caulktel

    Joined:
    Dec 12, 2008
    Messages:
    92
    Likes Received:
    0
    Hey Doug, I just tried this, (the Grub 2 method), and it worked great! Thanks for the info.

    Joel
     
    caulktel, Nov 2, 2009
    #3
  4. alansmyth

    alansmyth

    Joined:
    Jul 14, 2009
    Messages:
    11
    Likes Received:
    0
    Many thanks Doug that sorted the problem out using Grub 2, thanks for the help
     
    alansmyth, Nov 3, 2009
    #4
  5. alansmyth

    templar

    Joined:
    Sep 8, 2008
    Messages:
    7
    Likes Received:
    0
    Hello All

    I am running ubuntu 9.1 (fresh install) on Aspire zg5 that has been upgraded to 1.5 gigs and the wireless changed to a dell 1505 N card. I have made the changes to the files for grub2 listed above and neither of the readers work unless I have a card in them at boot. Both work correctly then but no hot swap joy. Is there any thing else I need to do to make this work? The install went perfect and everything else except brightness osd works 100% I love ubuntu so far and find that I boot it more often than xp (dual boot).

    Any help would be appreciated.

    greg
     
    templar, Dec 31, 2009
    #5
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.