Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Last active September 1, 2024 20:28
Show Gist options
  • Save Utshaw/dcff57ae67cd21c0d90c0a63e7bc4d30 to your computer and use it in GitHub Desktop.
Save Utshaw/dcff57ae67cd21c0d90c0a63e7bc4d30 to your computer and use it in GitHub Desktop.
install atheros AR9271 driver on Ubuntu
# Add this line in /etc/apt/sources.list
# deb http://httpredir.debian.org/debian/ jessie main contrib non-free
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7638D0442B90D010
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CBF8D6FD518E17E1
sudo apt-get update --allow-unauthenticated
sudo apt-get install firmware-atheros
sudo dpkg -i --force-overwrite /var/cache/apt/archives/firmware-atheros_0.43_all.deb # if error says error processing archive /var/cache/apt/archives/firmware-atheros_0.43_all.deb
sudo apt -f install # to fix broken packages
@quiala2059
Copy link

unable to find package firmware-atheros ( show me how)

@JDuB0687
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment