1.檢視無線網絡卡晶元型號 是否被支援
rex@debian:~$ lsusb
bus 002 device 003: id 093a:2510 pixart imaging, inc. optical mouse
bus 002 device 002: id 046d:c315 logitech, inc. classic new touch keyboard
bus 002 device 001: id 1d6b:0001 linux foundation 1.1 root hub
bus 001 device 005: id 1307:0165 transcend information, inc. 2gb/4gb flash drive
bus 001 device 004: id 0cf3:1006 atheros communications, inc. tp-link tl-wn422g v2 802.11g [atheros ar9271]
bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub
3.解壓 tar jxvf compat-wireless-$(date -i).tar.bz2
4.進入解壓目錄
./scripts/driver-select
5.選擇型號安裝
./scripts/driver-select ath9k_htc
或者全部
./scripts/driver-select restore
6.build
cd compat-wireless-$(date -i)make
7.install
sudo make install
8.根據提示操作,
如果之前有無線網絡卡驅動,先解除安裝再重啟
第一次安裝的話,直接
sudo modprobe ath9k_htc (之前選擇的型別)
dmesg | grep ath 看下裝置是否識別
本人第一次未識別到無線網絡卡 發現缺少 htc_9271.fw 這個檔案
無線連線成功!
參考:
Debian6顯示卡驅動安裝
nvidia linux x86 260.19.36.run接下來我們安裝linux核心編譯標頭檔案 apt get install linux header uname r 還有編譯環境 apt get install build essential因為在x執行的時候我們不能裝顯示卡驅動,所以必須...
Debian 6 安裝小記
07.31.2011 posted in lamp 上個月入手了mac,就把thinkpadr400冷落了蠻久。想著太浪費了,於是想著開始折騰系統。最開始是考慮unix中的freebsd,openbsd,netbsd,後來覺得還是回歸linux吧,ubuntu太大眾而且特別是那個紫色調太不喜歡,op...
debian6基本安裝
debian 6 squeeze vpn基本安裝 1 163的源 deb squeeze main non free contrib deb squeeze proposed updates main non free contrib deb squeeze updates main non fre...