最近因為需要測試一些東西,所以在 Parallels Desktop 裝了 Kali Linux 版本是 1.0.9-amd64.
在 Parallels Desktop 預設下網路是跑 NAT, 但我需要掛載另張無線網卡,剛好手上有以前買的 ASUS USB-N10 NANO 150 無線網卡,便去官網抓驅動程式來裝,但系統還是沒抓到這張網卡,乾脆再去找其他 driver 來源裝,確定這張晶片是 RTL8188C/8192C 後:
sudo apt-get install git build-essential linux-headers-amd64
git clone https://github.com/dz0ny/rt8192cu.git
cd rt8192cu
make
sudo make install
一切就搞定了。
2014/09/14 Update:
後來發現 RTL8188C/8192C 系列的無線網卡不支援 Monitor 監聽模式,所以趕緊上 PChome 24H 買了台可設為 monitor mode 的無線網卡, Buffalo WLI-UC-GNM N150, 確定晶片是 Ralink RT8070 後安裝一下驅動包即可:
sudo apt-get install firmware-ralink wireless-tools
延伸閱讀:
- Linux Wireless drivers
- Install drivers for Wifi usb adapters Trendnet TEW-624UB, TP-Link WN821N, Asus n13, Edimax etc based on rtl8192cu wireless chipset on linux.
- https://github.com/dz0ny/rt8192cu
- https://github.com/pvaret/rtl8192cu-fixes
- https://unix.stackexchange.com/questions/112161/modules-make-lib-modules-3-7-trunk-amd64-build-no-such-file-or-directory
請問 buffalo 網卡在 mac os 10.10 下可以用嗎?感謝你的分享
如果你說的是這張 Buffalo WLI-UC-GNM N150,應該是無法哦。