当前位置: 首页 > article >正文

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

安装双系统后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.com/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.com/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.com/HRex39/rtl8852be.git -b dev
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

如此便成功安装好驱动。


http://www.kler.cn/a/376986.html

相关文章:

  • 【微服务】1、引入;注册中心;OpenFeign
  • 根据docker file 编译镜像
  • 操作手册:集成钉钉审批实例消息监听配置
  • 用户界面的UML建模11
  • 文献综述拆解分析
  • GoChina备案管家
  • clickhouse运维篇(三):生产环境一键生成配置并快速部署ck集群
  • HTML 基础标签——元数据标签 <meta>
  • vue路由两种数据类型引用
  • vue3中使用mqtt数据传输(封装)
  • 使用Postman进行API测试
  • 论文翻译 | Ignore Previous Prompt: Attack Techniques For Language Models
  • 【OD-支持在线评测】周末爬山(200分)
  • 移植 AWTK 到 纯血鸿蒙 (HarmonyOS NEXT) 系统 (2) - 移植 nanovg
  • 《深入浅出HTTPS​​​​》读书笔记(4):密码学
  • Flutter报错信息Unhandled Exception: Binding has not yet been initialized.
  • Facebook直播按钮缺失现象的深入分析
  • expand,None索引,permute【pytorch】
  • 数据结构之——选择树
  • leetcode hot100【LeetCode 322. 零钱兑换】java实现
  • Linux下Nginx的安装与使用
  • 红队-shodan搜索引擎篇
  • k8s 小版本升级
  • VS+Qt解决提升控件后,包含头文件格式不对问题处理
  • C++设计模式结构型模式———装饰模式
  • 房贷利率定价调整机制变更的一点理解