當前位置:編程學習大全網 - 網站源碼 - linux下 TP-LINK TL-WN823N 哪裏有驅動

linux下 TP-LINK TL-WN823N 哪裏有驅動

1.Linux下驅動無線網卡需要先安裝網卡驅動,這裏以BCM4310無線網卡為例

下載地址: broadcom.com/support/?gid=1

2.解壓無線網卡驅動壓縮包

[root@test ~]#tar -xf ndiswrapper-1.52.tar.gz

3.命令cd進入ndiswrapper-1.52解壓目錄

[root@test ~]#cd ndiswrapper-1.52

4.編譯安裝驅動配置文件

[root@test ~]#./configure

[root@test ~]#make

5.安裝無線網卡驅動

[root@test ~]#make install

6.查看驅動是否安裝

[root@test ~]#ndiswrapper -l

#會輸出當前已經安裝過的驅動

7.加載無線網卡驅動

[root@test ~]#modprobe ndiswrapper

8.寫入網卡配置文件

[root@test ~]#ndiswrapper -m

[root@test ~]#ndiswrapper -ma

[root@test ~]#ndiswrapper -mi

9.啟動後模塊自動加載無線網卡

[root@test ~]#modprobe ndiswrapper

10.重啟下就成功驅動無線網卡了

[root@test ~]#reboot

  • 上一篇:易語言怎麽攔截替換封包
  • 下一篇:8月24號從濱州到煙臺的客車有幾班?都是幾點的?
  • copyright 2024編程學習大全網