Author Topic: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE  (Read 2826 times)

Offline aplumlee

  • Jr. Member
  • **
  • Posts: 23
SD Card does not respond...cannot see it anywhere in the directory..Any Help !!? Thanks in advance !!

Offline rubentje1991

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2110
  • Rubenus Parvus MCMXCI
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #1 on: June 24, 2010, 03:10:28 AM »
So, it's not visible in your /media folder?

If you go to PCLinuxOS Control Center => Manage Local Disks (formatting disk drives, ...), is there a tab visible with your SD-card????
(probably there is a Konsole command - but I've forgotten it again  :-\ )

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4512
  • Philosophy= Bigger Hammer
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #2 on: June 24, 2010, 04:37:42 AM »
to get it to work .. go to-- Configure your LXDesktop ..System---file manager superuser mode---click on your root partition--then go to --- /etc and follow the instructions below ..

SD Card Readers:
For the Right-hand-side card reader to work, make sure in the BIOS you have the option D2D Recovery "Enabled"
Work fine after the following mods:

Create a file named aspire-fix-sd-slots in /etc/modprobe.d/
Add to it the following lines:

options pciehp pciehp_force=1
options sdhci debug_quirks=1

In /etc/mdprobe.preload add the following line if it's not there already.to an exsisting file

pciehp

To solve the boot up problem when you have the right SD card inserted during boot add the following two lines to the file /etc/modprobe.d/blacklist

blacklisted memstick
blacklisted jmb38x_ms

reboot...
« Last Edit: June 24, 2010, 04:40:00 AM by scoundrel »
Please Donate Today..Or I Will Make You Wish You Had

Offline denoobifyme

  • Sr. Member
  • ****
  • Posts: 421
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #3 on: June 24, 2010, 11:27:21 AM »
Thanks Scoundrel.

For those who aren't yet comfortable with modifying files, you can leave the SD card out until after boot or use it in a USB card reader. I remember with PCLOS 09, this was necessary because udev would freeze if the SD card was in at boot. I haven't even tried my SD with 2010, but it looks like it might still be a problem.
Fair warning: I am a whiny, selfish brat who should be denied access to 2010, per a moderator. Box: Acer Aspire One 110-xxxx model. XP wiped (and flushed), 2010 gnome (despite mod) grafted onto 8g flash HD via livecd.

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #4 on: June 24, 2010, 11:52:12 AM »
I just tried a SD card in my wife's Acer Aspire One netbook and it worked fine. This netbook is running 2010.1 KDE fully updated.
If Firefighters died and went to hell, they would just put it out!

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4512
  • Philosophy= Bigger Hammer
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #5 on: June 24, 2010, 12:08:30 PM »
I just tried a SD card in my wife's Acer Aspire One netbook and it worked fine. This netbook is running 2010.1 KDE fully updated.

not on mine ... which model does she have ??  mine is the AAO ZG5
Please Donate Today..Or I Will Make You Wish You Had

Offline ff103

  • Hero Member
  • *****
  • Posts: 711
    • The City Of Paintsville, Ky.
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #6 on: June 24, 2010, 12:48:55 PM »
I posted this thread a few days ago, http://www.pclinuxos.com/forum/index.php/topic,74894.0.html
the tag underneath says Aspire one D250-1026, hope this helps. I will copy and post a config file if you tell me which one you want to look at.
If Firefighters died and went to hell, they would just put it out!

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4512
  • Philosophy= Bigger Hammer
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #7 on: June 24, 2010, 01:31:20 PM »
strange.. mine is from 09 and will not do so ..must be something new that pclos doesn't pick up.... otherwise all flavors of pclos runs ape on it ..
Please Donate Today..Or I Will Make You Wish You Had

Offline aplumlee

  • Jr. Member
  • **
  • Posts: 23
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #8 on: July 02, 2010, 09:36:52 AM »
Thanks for all the help so far...followed all the steps and still does not work
FYI...The Model on this netbook is NAV50
Thanks for all your help

Offline jlr1001

  • Full Member
  • ***
  • Posts: 116
    • Bent Pin Marketing & Entertainment
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #9 on: August 30, 2010, 09:05:01 AM »
Hey all... just wanted to confirm that "modprobe pciehp" doesn't seem to enable the sd readers any more.

This worked fine in PCLOS 2009, but no go in 2010...




-JLR
Bent Pin Marketing & Entertainment
Narrative Marketing | Transmedia Storytelling

Offline joeham

  • Jr. Member
  • **
  • Posts: 13
Re: Acer Aspire one netbook SD not reconized using PCLinuxOS LXDE
« Reply #10 on: November 14, 2010, 08:49:55 PM »
I have a friend with new Aspire One AO532h that has an SD card controller made by ENE in Taiwan.  It does not seem to have a common linux driver.

I researched it for him and found this link:

https://bugs.launchpad.net/linux/+bug/530277

It seems it reports there is a driver from the Moblin project that might work.

You might do lspci and search on the SD card controller chip part number.  If it is made by ENE you might be able to scrounge up some source code from one of the sources alluded to in the link above.

ENE seems to think it should keep the technical data about their controllers on a need to know basis, since there is no engineering data on their web site, just marketing descriptions.

I hope you are successful in your driver quest.