Skip to content

KimSJ/LinuxOnAcer8943G

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

LinuxOnAcer8943G

Notes on stuff I did to my lappy to make Ubuntu 12.10 work

###Get the Internal SD Card Reader working on Acer 8943G

cd /etc/modprobe.d
sudo nano sdcardread.conf

Add

options sdhci debug_quirks=0x40

save and quit nano

sudo rmmod sdhci_pci
sudo rmmod sdhci
sudo modprobe sdhci
sudo modprobe sdhci_pci

sudo update-initramfs -u

(Not sure if that last command is actually needed; didn't try reboot before I executed it)

###Add Open Command Prompt Here Functionality To Nautilus

sudo apt-get install nautilus-open-terminal
killall nautilus

###Install Chrome ###Install bunch of packages...

sudo apt-get install emacs bridge-utils

###Bridging the RaspberryPi

About

Notes on stuff I did to my lappy to make Ubuntu 12.10 work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published