My card reader doesn't work in Aspire One on Ubuntu Netbook Remix

Asked by javon83

I'm new in Ubuntu world. I'm using Ubuntu Netbook Remix on my Aspire One and I got a problem with the Card Reader.
I insert a SD Card in the slot card, but nothing happend, so I think it doesn't work appropriately.

I am thankful your help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
javon83
Solved:
Last query:
Last reply:
Revision history for this message
Andy Ferguson (teknostatik) said :
#1

Is it the left hand or right hand card slot? If it's the right hand slot try booting the laptop with the card already inserted and see if that makes a difference.

I don't have the hardware to hand to help you further I'm afraid, but have a look at https://help.ubuntu.com/community/AspireOne which might help you further.

Regards,

Andy

Revision history for this message
javon83 (javier-trevino83) said :
#2

I found a solution... in help project UNR web page...

It's neccesary add some lines to the file /boot/grub/menu.lst. Write on the terminal:

sudo gedit /boot/grub/menu.lst

We need to search the next line:

# defoptions=quiet splash

We should add... pciehp.pciehp_force=1

Being of the following way...

# defoptions=quiet splash pciehp.pciehp_force=1

Then refresh the grub...

sudo update-grub

We reinitiated to changes make effect.

Thanks!

Regards!

Javier.