Results 1 to 2 of 2

Thread: Aspire one only detects SD card when present @ boot time

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Beans
    6

    Aspire one only detects SD card when present @ boot time

    Hi,

    I recently bought an aspire one netbook, and of course the pre-installed Linpus was quickly replaced by an ubuntu hardy.

    I followed the guide at https://help.ubuntu.com/community/AspireOne
    And everything I tried so far worked, except for the Card reader.

    When an SD card is present at boot time ubuntu detects it and I can freely switch it for any other in the same slot,
    if however I insert a card in the second slot nothing happens.

    If I boot without an SD card inserted it won't detect cards inserted in either slot.
    (the /dev/mmcblk0p1 entry, which is mounted when booting with SD inserted, isn't even there)

    Also if I run
    Code:
    setpci -d 197b:2381 AE=47
    I get:
    Code:
    setpci: Warning no devices selected for `AE=47`.

    I hope someone here can point me in the right direction?

  2. #2
    Join Date
    Jun 2008
    Beans
    6

    Lightbulb Re: Aspire one only detects SD card when present @ boot time

    Almost solved,

    For some reason the "/usr/local/sbin/jmb38x_d3e.sh" doesn't run on startup.
    Which is why "setpci -d 197b:2381 AE=47" gave me an error.

    Code:
    wget http://petaramesh.org/public/arc/pro.../jmb38x_d3e.sh
    sudo chmod 754 jmb38x_d3e.sh
    sudo mv jmb38x_d3e.sh /usr/local/sbin/
    I assumed this piece of code made sure the jmb38x_d3e.sh would run on startup...

    Do I need to create a symlink in /etc/rc.d ,or is there a more elegant solution?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •