[Kernel/Drive] 系统不支持无线网卡RTL8812AU V20.6
Tofloor
poster avatar
星宿老仙
deepin
2022-07-18 02:14
Author

磊科NW392无线网卡RTL8812AU,系统不识别,没有驱动。需要自己手动找驱动安装,但是自己水平有限,弄不好,非常麻烦。希望能够在下次系统升级的时候解决。

 

问题如何重现

 

问题重现频率

 

Reply Favorite View the author
All Replies
蔡EEPIN
deepin
2022-07-18 02:54
#1

Compiling for Ubuntu (16.04) and Debian (9)

Download archive into temp directory

# mkdir -p /tmp/t4u
# cd /tmp/t4u
# wget https://github.com/abperiasamy/rtl8812AU_8821AU_linux/archive/master.zip

Unzip

# unzip master.zip
# cd rtl8812AU_8821AU_linux-master

Install kernel headers

# sudo apt install linux-headers-$(uname -r)

Compile and install from source

# make
# sudo make install

Load module

# sudo modprobe -a rtl8812au

github 打开终端,跟着命令一条一条输入 操作之前最好先备份一下系统

Reply View the author
Vimvi2233
deepin
2022-07-18 03:04
#2

8812AU这张卡嗅探效果不佳。

Reply View the author
momen
deepin
2022-07-18 23:24
#3

https://www.cnblogs.com/chencarl/p/12391105.html

Reply View the author
momen
deepin
2022-07-18 23:25
#4

我网上找到个教程,你可以试下↑

Reply View the author
星宿老仙
deepin
2022-07-23 01:39
#5
蔡EEPIN

Compiling for Ubuntu (16.04) and Debian (9)

Download archive into temp directory

# mkdir -p /tmp/t4u
# cd /tmp/t4u
# wget https://github.com/abperiasamy/rtl8812AU_8821AU_linux/archive/master.zip

Unzip

# unzip master.zip
# cd rtl8812AU_8821AU_linux-master

Install kernel headers

# sudo apt install linux-headers-$(uname -r)

Compile and install from source

# make
# sudo make install

Load module

# sudo modprobe -a rtl8812au

github 打开终端,跟着命令一条一条输入 操作之前最好先备份一下系统

�在解析主机 github.com (github.com)... 0.0.0.0, ::
正在连接 github.com (github.com)|0.0.0.0|:443... 失败:拒绝连接。
正在连接 github.com (github.com)|::|:443... 失败:拒绝连接。

提示这个

Reply View the author
MeowVing
deepin
2022-07-23 01:43
#6
星宿老仙

�在解析主机 github.com (github.com)... 0.0.0.0, ::
正在连接 github.com (github.com)|0.0.0.0|:443... 失败:拒绝连接。
正在连接 github.com (github.com)|::|:443... 失败:拒绝连接。

提示这个

看样子你是连不上github,帮你下好了~joy

rtl8812AU_8821AU_linux-master.zip

重命名为 master.zip,把他放在

/tmp/t4u

目录下面,可能需要管理员权限,然后继续执行后面命令~

Reply View the author