Debian
Linux 2.6.23 (VM) 無法安裝usb wifi
我剛剛安裝了 KDE 3.5 並試圖讓驅動程序為我的 Atheros 9271 工作,當我輸入
lsusb
它時檢測到它但不是 ifconfig(只有乙太網和環回)。我在這裡嘗試了以下說明:
https://wiki.debian.org/ath9k_htc
但是當我執行
apt-get update && apt-get install firmware-atheros
它時,它會出現:有任何想法嗎?
韌體 atheros 是一個非免費程序,你應該編輯你
/etc/apt/sources.list
的如下(不要使用重定向器 httpredir):deb http://deb.debian.org/debian jessie main contrib non-free deb-src http://deb.debian.org/debian jessie main contrib non-free deb http://deb.debian.org/debian jessie-updates main contrib non-free deb-src http://deb.debian.org/debian jessie-updates main contrib non-free deb http://security.debian.org/debian-security/ jessie/updates main contrib non-free deb-src http://security.debian.org/debian-security/ jessie/updates main contrib non-free
保存並安裝包:
apt update apt install firmware-atheros
解決此錯誤:
E: The package firmware-atheros needs to be reinstalled, but I can't find an archive for it
嘗試以下命令:
apt install --reinstall firmware-atheros
如果您仍然獲得“半配置包”,請備份您的
/var/lib/dpkg/status
:cp /var/lib/dpkg/status status.bak
打開
status
文件:nano /var/lib/dpkg/status
找到
firmware-atheros
然後刪除它的描述,保存文件並執行:dpkg --configure -a apt update apt install firmware-atheros
GPG 錯誤可以通過安裝
debian-archive-keyring
and來解決debian-keyring
:apt install debian{$1,-archive}-keyring