暗影精灵3装deepin有问题
Tofloor
poster avatar
s690759602
deepin
2017-10-31 02:22
Author
无线网卡识别不了,在网上看教程装了一遍无线网卡驱动,重启又没了,希望你们可以看一下这个问题,我室友因为这个转过去Ubuntu了0 0
Reply Favorite View the author
All Replies
avatar
freezing
deepin
2017-11-01 17:21
#1
我暗影3没问题啊
Reply View the author
avatar
jingle
deepin
2017-11-01 18:49
#2
具体什么配置?  sudo deepin-feedback-cli命令反馈下日志  开了蓝牙?
Reply View the author
avatar
A·S·M·X·T 😏😜
deepin
2017-11-01 21:01
#3
sudo apt update
sudo apt install git
git clone https://github.com/rtlwifi-linux/rtlwifi-next
cd rtlwifi-next
make
sudo make install
sudo modprobe rtl8822be


你是不是按以上安装的???
如果是按以上或许还需要在/etc/modules加入这个驱动模块以开机加载!


  1. echo  rtl8822be |sudo tee -a /etc/modules
Copy the Code

Reply View the author