Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于4.14无法使用WiFi,使用rtlwifi_new解决问题一点细节
Experiences and Insight
969
views ·
1
replies ·
To
floor
Go
GreenHat
deepin
2018-02-05 21:30
Author
本帖最后由 GreenHat 于 2018-2-5 13:31 编辑
部分友友可能升级4.14后无法使用wifi,或者wifi信号异常
然后到论坛搜索下发现
安装rtlwifi_new
可以解决问题
但是可能部分友友安装rtlwifi_new过程可能会遇到以下问题:
这是因为网卡型号不是这个
那么如何解决呢:
打开终端输入
lspci
Copy the Code
红色所指那个就是。
然后按照流程走就行。
贴上
rtlwifi_new安装代码:
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
sudo modprobe -r <>
sudo modprobe <>
Copy the Code
(注意:
<>填的是网卡型号小写,按照我的来就是在终端输入
udo modprobe -r rtl8723be)
然后还有github地址:
https://github.com/lwfinger/rtlwifi_new
Copy the Code
最后,祝deepin越办越大,谢谢。
Reply
Like 0
Favorite
View the author
All Replies
aida
deepin
2018-02-06 01:05
#1
rtlwifi_new已经提任务了,马上会打包在仓库中,这样大家可以直接终端安装就可以了。
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
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
部分友友可能升级4.14后无法使用wifi,或者wifi信号异常
然后到论坛搜索下发现安装rtlwifi_new可以解决问题
但是可能部分友友安装rtlwifi_new过程可能会遇到以下问题:
这是因为网卡型号不是这个
那么如何解决呢:
打开终端输入
红色所指那个就是。
然后按照流程走就行。
贴上rtlwifi_new安装代码:
然后还有github地址:
最后,祝deepin越办越大,谢谢。