right card reader doesn't work in ubuntu

Discussion in 'Linux' started by bjlockie, Mar 8, 2009.

  1. bjlockie

    bjlockie

    Joined:
    Oct 21, 2008
    Messages:
    93
    Likes Received:
    0
    My expansion card reader works (left side) but the one on the right side doesn't.
    I am using the UNR with the Sickboy kernel.

    There is nothing in dmesg.
     
    bjlockie, Mar 8, 2009
    #1
  2. bjlockie

    spinnekopje

    Joined:
    Aug 13, 2008
    Messages:
    83
    Likes Received:
    0
    Have you done some tweaks for the card readers?

    I don't use sickboy's kernel, but I use my own starting from his config. My card readers both work, but as I only have SD cards I can only know for sure about those. I did the following:

    Code:
    spinnekop@spinnie-one:~$ cat /etc/modules 
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    pciehp
    acerhdf
    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:~$ 
     
    spinnekopje, Mar 9, 2009
    #2
  3. bjlockie

    bjlockie

    Joined:
    Oct 21, 2008
    Messages:
    93
    Likes Received:
    0
    It's weird the left one works.

    I have no acerhdf module.
     
    bjlockie, Mar 10, 2009
    #3
  4. bjlockie

    LoGraYThS

    Joined:
    Mar 2, 2009
    Messages:
    1
    Likes Received:
    0
    Card Readers wasn't working on my Eeebuntu Standard installation until I found this.

    Thank you! :D
     
    LoGraYThS, Mar 12, 2009
    #4
  5. bjlockie

    Nudnik_de

    Joined:
    Aug 7, 2008
    Messages:
    57
    Likes Received:
    0
    I had the same issue on my Xubuntu 8.10 with Sickboy Kernel. The following from https://help.ubuntu.com/community/AspireOne110L#Card Readers helped.

    Creating a file etc/modprobe/aspireone with following content:
    Code:
    ####################################################################
    # Module options for the Acer AspireOne
    #
    # Enable USB card reader
    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 sd
    and adding the following to etc/modules
    Code:
    pciehp
     
    Nudnik_de, Mar 12, 2009
    #5
  6. bjlockie

    bjlockie

    Joined:
    Oct 21, 2008
    Messages:
    93
    Likes Received:
    0
    The pciehp module conflicts with something:
    [ 7.002037] ACPI Error (dsfield-0139): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    [ 7.002059] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012cc0), AE_ALREADY_EXISTS
    [ 7.002563] ACPI Error (dsfield-0139): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    [ 7.002585] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012cc0), AE_ALREADY_EXISTS
    [ 7.003059] ACPI Error (dsfield-0139): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    [ 7.003079] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012cc0), AE_ALREADY_EXISTS
    [ 7.003439] ACPI Error (dsfield-0139): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    [ 7.003453] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012cc0), AE_ALREADY_EXISTS

    The /etc/modprobe.d/aspireone disables both readers.
     
    bjlockie, Mar 13, 2009
    #6
  7. bjlockie

    jeffyeh

    Joined:
    Sep 11, 2008
    Messages:
    41
    Likes Received:
    0
    I'm getting the same problem. Before I did the fixes described in this thread, I had my left reader hot-swappable. Now I have nothing :(
     
    jeffyeh, Mar 13, 2009
    #7
  8. bjlockie

    Nudnik_de

    Joined:
    Aug 7, 2008
    Messages:
    57
    Likes Received:
    0
    The two tips shouldn't be used together as they are redundant. Try either the one or the other. Maybe it's relevant to have the commands in th e right order.
     
    Nudnik_de, Mar 17, 2009
    #8
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.