Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
REL8192eu USB网卡驱动安装
Experiences and Insight
1240
views ·
2
replies ·
To
floor
Go
bbyzjs
deepin
2020-08-30 06:17
Author
REL8192eu USB网卡系统默认成REL8xxxxu,网速和很多网友提到的一样,只有1Mb/s,而且每次开机都不能连接WiFi,一定要把网卡拔下来再插上才可以,使用中还会掉线,一直在寻求网卡的Linux驱动,下载过多个版本,但都没有安装成功,内核也升到了5.8.5,但依然无果,几天来一直在和驱动较劲,今天偶然看到一个帖子很受启发(https://bbs.deepin.org/post/153283),终于安装好了网卡驱动,网速从1MB/s提高到了144Mb/s,开机即可自动连接,不要再拔插网卡了,一以下是我的操作步骤:
1、
sudo apt-get install git build-essential dkms -y
2、sudo git clone git://github.com/Mange/rtl8192eu-linux-driver.git /usr/src/rtl8192eu-1.0
3、sudo dkms add rtl8192eu/1.0
4、 sudo dkms install rtl8192eu/1.0
5
、
echo "8192eu" | sudo tee -a /etc/modules
6
、
echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8192eu.conf
7
、
sudo update-grub; sudo update-initramfs -u
8
、
sudo shutdown -r now
不对之处请前辈指正!
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2020-08-30 23:03
#1
感谢分享
https://bbs.deepin.org/user/241653
Reply
Like 0
View the author
158******75
deepin
2023-03-24 23:23
#2
安装成功 可是不会搜索信号
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
1、 sudo apt-get install git build-essential dkms -y
2、sudo git clone git://github.com/Mange/rtl8192eu-linux-driver.git /usr/src/rtl8192eu-1.0
3、sudo dkms add rtl8192eu/1.0
4、 sudo dkms install rtl8192eu/1.0