Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[solved]download open-ath9k-htc-firmware 1.4.0?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
hthi
Posts: 213
Joined: 2015-05-09 15:43
Has thanked: 1 time

[solved]download open-ath9k-htc-firmware 1.4.0?

#1 Post by hthi »

debian 9 64bit

For an usb ar9271 wifi card I want to download open-ath9k-htc-firmware version 1.4.0. I got these instructions

Code: Select all

dpkg -P open-ath9k-htc-firmware
TMP=$(mktemp -p /etc/apt/sources.list.d --suffix=.list)
echo 'deb http://deb.debian.org/debian sid main' >> "$TMP"
apt update
apt download firmware-ath9k-htc
rm "$TMP"
apt update
The commands result in error messages.
I have been told the file is in the sid main repository. How do I download the file? Thank you.
Last edited by hthi on 2017-08-31 19:24, edited 1 time in total.


User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: download open-ath9k-htc-firmware 1.4.0?

#3 Post by stevepusser »

It's already in the firmware-atheros package, no need to go through all the extra shenangians:

https://packages.debian.org/stretch/firmware-atheros

Just use the download link at the bottom to get the deb, then install it.

Just a tip, when you're a beginner running stable, any instructions that include "sid" should be approached with extreme caution.
MX Linux packager and developer

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: download open-ath9k-htc-firmware 1.4.0?

#4 Post by sunrat »

There is no package by that name in Debian repos - https://packages.debian.org/search?keyw ... ection=all

If you philosophically need open firmware, follow arochester's link.

If you just want it to work the easiest way, follow Steve's advice.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

hthi
Posts: 213
Joined: 2015-05-09 15:43
Has thanked: 1 time

Re: download open-ath9k-htc-firmware 1.4.0?

#5 Post by hthi »

Thank you.
The package can be downloaded on https://packages.debian.org/sid/firmware-ath9k-htc.
In order to get an ar9271 wifi card to run on debian 9 main 64bit in file /etc/NetworkManager/NetworkManager.conf edit

Code: Select all

[device]

wifi.scan-rand-mac-address=no
into the file.
Notice the edit will stop mac address randomization.

I try to avoid non libre software.

Post Reply