[Seek Help] 刚装完deepin没有无线网卡,跪求大神帮忙!!!
Tofloor
poster avatar
jason-z
deepin
2022-12-21 06:28
Author

刚装完的20.8没有无线网卡,跪求各位大神帮忙sob 电脑是tingkook14+ 12500H版。

Reply Favorite View the author
All Replies
寒羽
deepin
2022-12-21 06:47
#1

打开一个终端,然后输入下面的命令,然后回车,查看网卡型号

lspci | grep -i ethernet

Reply View the author
昨夜的星辰
deepin
2022-12-21 07:14
#2

先试一下安装这个看行不行

sudo apt install backport-iwlwifi-dkms

如果无法插网线没有网的情况下可以找台android手机,用数据线接到电脑上,手机时选择USB共享网络,系统会自动显示为有线连接

手机连WIFI的情况下就是共享的WIFI网络,否则是走的手机流量

Reply View the author
jason-z
deepin
2022-12-21 17:10
#3

谢谢各位大神的帮助,一会试一下。

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-12-21 17:41
#4
  • 可以切换到5.18内核试试
Reply View the author
babyfengfjx
Super Moderator
CQA
2022-12-21 17:41
#5
sudo  apt install linux-image-deepin-hwe-amd64 linux-headers-deepin-hwe-amd64 

Reply View the author
zh******ge@163.com
deepin
2022-12-22 01:47
#6

同thinkbook 14+ I5-12500H集显版。先查看网卡型号,我的是8852BE,临时解决方案,安卓手机使用数据线连接电脑,打开网络共享里的USB共享。下面是安装驱动方法(可以去对应guthub页面查看详情):

#内核小于5.18的

git clone https://github.com/HRex39/rtl8852be.git

#内核大于等于5.18的
git clone https://github.com/HRex39/rtl8852be.git -b dev

cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

蓝牙驱动:

#内核=5.15
git clone https://github.com/HRex39/rtl8852be_bt.git -b 5.15

#内核=5.18
git clone https://github.com/HRex39/rtl8852be_bt.git -b 5.18

cd rtl8852be_bt
make -j8
sudo make install

Reply View the author
jason-z
deepin
2022-12-23 00:08
#7
babyfengfjx
sudo  apt install linux-image-deepin-hwe-amd64 linux-headers-deepin-hwe-amd64 

刚才试过了,网卡的问题没有解决。重启后变得特别卡。。。。。。动一下鼠标要等一秒才能跳过去

Reply View the author
zhangmx
deepin
2022-12-27 17:58
#8
babyfengfjx
sudo  apt install linux-image-deepin-hwe-amd64 linux-headers-deepin-hwe-amd64 

老哥这个可以,我的荣耀笔记本

Reply View the author