ubuntu下安裝rtl8811cu/rtl8821cu網卡 Tplink WDN5200H網卡


博客園第一篇博客,CSDN現在讓人眼花繚亂了 @_@

由於需要wifi調試,筆記本內置的網卡有點不太靈光,買了個TPLINK的WDN5200H AC網卡,給虛擬機用,折騰一下成功了
github上有rtl8821cu/rtl8811cu的驅動和安裝方法,但是時間有點久了,新的內核計時器改變了很多,所以驅動已經過時,找到一個新的內核驅動,查看我的資源可以下載,github可以不用資源分下載驅動,如果看官願意打賞一下我辛苦整理,那就下載一下我的資源吧 https://download.csdn.net/download/daxus/10801673
安裝方法仍舊適用

驅動轉自 https://github.com/whitebatman2/rtl8821CU

以下安裝方法轉自githuab MingxuZhang的主頁
https://github.com/MingxuZhang/rtl8821cu

How to do
Install driver
copy the whole repo to your PC, enter (your_dir)/rtl8821cu/, open a terminal and type:

make
sudo make install
sudo modprobe 8821cu
the driver installed.

Plug your USB-wifi-adapter into your PC
If wifi can be detected, congratulations. If not, maybe you need to switch your device usb mode by the following steps in terminal:

find your usb-wifi-adapter device ID, like "0bda:1a2b", by type:
lsusb
switch the mode by type: (the device ID must be yours.)
sudo usb_modeswitch -KW -v 0bda -p 1a2b
It should work.

感謝兩位作者
---------------------
作者:Daxus Gu
來源:CSDN
原文:https://blog.csdn.net/daxus/article/details/84348308
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM