Skip to content

Instantly share code, notes, and snippets.

@gionn
Created February 24, 2013 17:21
Show Gist options
  • Save gionn/5024680 to your computer and use it in GitHub Desktop.
Save gionn/5024680 to your computer and use it in GitHub Desktop.
Acer TravelMate 5760Z (HuronRiver_CRB)
# 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