Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Last active May 8, 2024 02:42
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
@ShanFell
Copy link

i have no idea how, but u saved my ass. thanks!

@lucasromeiro
Copy link

Here dont work

@ardhi126 @ShanFell can help me?

i put the line in /etc/apt/sources.list

image
image

@indeedhat
Copy link

for anyone who comes across this it just needs to have the base repo and key updated. there is a gist for it here: https://gist.github.com/indeedhat/68c62e721f00ea0f29b87bcc81d747d4

@quiala2059
Copy link

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

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