Quote:
Originally Posted by RockDoctor
The problem you describe was one I encountered on my Acer Aspire One netbook back when I first bought it and tried running Ubuntu. The problem was that the Ubuntu kernel was not loading the driver for the card reader unless the SD card was inserted prior to booting. The fix I used was adding to the kernel line of the menu.lst file.
|
I found it necessary to add the following lines to my /etc/fstab to get mine to automount correctly.
Code:
/dev/mmcblk0 /media/floppy1 auto rw,user,noauto 0 0
/dev/mmcblk1 /media/floppy2 auto rw,user,noauto 0 0
Note that this applies to the AOA110 and AOA150. (although it might work with other machines)