Created
September 6, 2015 12:05
-
-
Save rudylacrete/3ac37709cb614acc090d to your computer and use it in GitHub Desktop.
asus BU401L ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To make the card reader working: | |
sudo add-apt-repository ppa:iacobs/au6601 | |
sudo apt-get update | |
sudo apt-get install au6601-dkms | |
Screen brigthness control: | |
sudo gedit /etc/default/grub | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=" | |
sudo grub-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment