Last active
September 1, 2024 20:28
-
-
Save Utshaw/dcff57ae67cd21c0d90c0a63e7bc4d30 to your computer and use it in GitHub Desktop.
install atheros AR9271 driver on Ubuntu
This file contains 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 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 |
unable to find package firmware-atheros ( show me how)
THIS REPO NO LONGER WORKS! GOTO https://gist.github.com/indeedhat/68c62e721f00ea0f29b87bcc81d747d4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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