博客园第一篇博客,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
版权声明:本文为博主原创文章,转载请附上博文链接!

最新文章

  1. TCP/UDP,SOCKET网络通信,C++/Java实现
  2. OC第五节 ——点语法和@property
  3. Why does pthread_cond_signal not work?【转】
  4. ORACLE-SELECT学习
  5. 修改Oracle最大连接数
  6. MYSQL中的SELECT查询时进行运算
  7. canvas画时钟
  8. 电商平台如何接入快递鸟电子面单API?
  9. Debug与Release有时候确实不一致
  10. C#基础——结构体
  11. df 命令详解
  12. 工作中常用的Linux命令
  13. Mybatis中文查询没有结果
  14. 十分钟(小时)学习pandas
  15. topcoder srm 640 div1
  16. 使用java的wsimport.exe生成wsdl的客户端代码【转】
  17. Spark2.1.0——剖析spark-shell
  18. MySQL大数据量分页性能优化
  19. 商铺项目(使用DES加密配置信息)
  20. Mybatis多表查询(一对一、一对多、多对多)

热门文章

  1. 史上最全面的SignalR系列教程-2、SignalR 实现推送功能-永久连接类实现方式
  2. 强烈推荐优秀的Vue UI组件库
  3. 5 X 5 方阵引出的寻路算法 之 路径遍历(完结)
  4. 云片RocketMQ实战:Stargate的前世今生
  5. 5G标准公布,你很快又要换手机了
  6. ReactJS:最大更新深度超出错误
  7. Go语言框架:Beego vs Gin 的区别
  8. net core Webapi基础工程搭建(七)——小试AOP及常规测试_Part 1
  9. C#中appium自动化执行移动命令mobile:shell用法
  10. JavaScript算法实现——排序