安装双系统后ubuntu无法联网(没有wifi标识)网卡驱动为RTL8852BE

安装双系统后ubuntu没有办法联网,(本篇博客适用的版本为ubuntu20.04)且针对情况为无线网卡驱动未安装的情况 此时没有网络,可以使用手机数据

安装双系统后ubuntu没有办法联网,(本篇博客适用的版本为ubuntu20.04)且针对情况为无线网卡驱动未安装的情况
此时没有网络,可以使用手机数据线连接,使用USB共享网络便可解决无法下载的问题。

  • 打开终端使用命令lshw -C network,如果出现network UNCLAIMED,说明没有网卡驱动
  • 使用命令lspci | grep -i net查询网卡驱动版本

    然后进入PCI-device查询name(例本博客中输入b852)

    可以看到name为RTL8852BE

    使用git clone下载相应驱动
    这里推荐git clone https://github/HRex39/rtl8852be.git
    前置操作
sudo apt-get update
sudo apt-get upgrade
sudo apt autoremove
sudo apt-get install build-essential
sudo apt-get install bc

使用命令sudo uname -sr查看内核版本
如果kernel版本小于5.18,则执行命令

#Turn off your Security Boot in BIOS

git clone https://github/HRex39/rtl8852be.git
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

如果内核版本高于5.18,则执行命令

#Turn off your Security Boot in BIOS

git clone https://github/HRex39/rtl8852be.git -b dev
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

如此便成功安装好驱动。

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754678432a5189285.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信