Created
July 18, 2023 11:17
-
-
Save indeedhat/68c62e721f00ea0f29b87bcc81d747d4 to your computer and use it in GitHub Desktop.
Install atheros ar9271 driver ubuntu 22.04 (jammy)
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 this line in /etc/apt/sources.list | |
# deb http://httpredir.debian.org/debian/ bullseye main contrib non-free | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9 | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 605C66F00D6C9793 | |
sudo apt-get update --allow-unauthenticated | |
# this will produce an error... go with it | |
sudo apt-get install firmware-atheros | |
sudo dpkg -i --force-overwrite /var/cache/apt/archives/firmware-atheros_20210315-3_all.deb | |
sudo apt -f install |
please help me toturial install atheros ar9271 with video
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what worked for me -
Add this line in /etc/apt/sources.list - (choose your text editor ... nano, vim, etc) - I like nano
deb http://httpredir.debian.org/debian/ bullseye main contrib non-free
#deb-src deb http://httpredir.debian.org/debian/ bullseye main contrib non-free
(nano exit and save) - CTRL x
y
y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 605C66F00D6C9793
sudo apt-get update --allow-unauthenticated
sudo apt-get install firmware-atheros
sudo dpkg -i --force-overwrite /var/cache/apt/archives/firmware-atheros_20210315-3_all.deb
sudo apt update && sudo apt upgrade -y
Reboot PC
to check if driver is installed type in terminal - "inxi -N" without quotations