Created
February 24, 2013 17:21
-
-
Save gionn/5024680 to your computer and use it in GitHub Desktop.
Acer TravelMate 5760Z (HuronRiver_CRB)
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
# Add acpi_backlight=vendor for brightness not working | |
/etc/default/grub | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" | |
# Fix for lag and packet loss on wifi - working on 3.2 stock kernel but not on 3.5 backported | |
07:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01) | |
/etc/modprobe.d/ath9k.conf | |
options ath9k nohwcrypt=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment