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

Ubuntu22.04 升级kernel更新WiFi7 driver

Ubuntu22.04 升级kernel更新WiFi7 driver

  • 查看当前内核版本
  • 查看可用的内核版本
  • 更新内核
  • 更新 WiFi driver
  • bug 参考信息


查看当前内核版本

uname -r

查看可用的内核版本

sudo apt-get update
 
sudo apt-cache search linux-image  ## 查看可用内核

更新内核

更新内核要把所有相关的都更新了,不然到了引导界面,进不了系统,只能进旧版本内核系统。

sudo apt-get install linux-headers-6.2.0-26-generic
sudo apt-get install linux-image-6.2.0-26-generic
sudo apt-get install linux-modules-6.2.0-26-generic 
sudo apt-get install linux-modules-extra-6.2.0-26-generic

更新 WiFi driver

到 Linux WiFi 站点下载最新的 driver package

https://wireless.docs.kernel.org/en/latest/en/users/drivers/iwlwifi.html

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/

在这里插入图片描述

下载后解压,然后将对应的 driver 拷贝到 OS firmware 对应目录下,以 Ubuntu 举例如下:

intel WiFi:

cp iwlwifi-*.{ucode,pnvm} /lib/firmware/

MTK WiFi:

cp mediatek/*.{ucode,pnvm} /lib/firmware/mediatek/

bug 参考信息

Wi-Fi / Bluetooth coexistence
Having Wi-Fi and Bluetooth running at the same time is a challenge. 
These scenarios have been tested thoroughly on 7260 and up, less so on earlier devices. 
This is why some people may face issues with devices that are handled by iwldvm. 
For users of these devices who have problems when Wi-Fi and Bluetooth are running
concurrently, we suggest to disable BT Coex by loading iwlwifi with bt_coex_active=0 as 
a module parameter.

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

相关文章:

  • 【mac】终端左边太长处理,自定义显示名称(terminal路径显示特别长)
  • CTF之密码学(凯撒加密)
  • 将table中行的赋值到其他模块去维护不显示,this.$forceUpdate()无效,刷新key 放到完整模块里不可行
  • 英语知识网站开发:Spring Boot框架应用
  • redis 底层数据结构
  • 爬虫开发(5)如何写一个CSDN热门榜爬虫小程序
  • Linux Shell 脚本题目集
  • Soul App创始人张璐团队亮相GITEX GLOBAL 2024,展示多模态AI的交互创新
  • vue——v-model,computed,watch(内含项目实战)
  • Bitcoin---P2SH;P2SH举例;P2SH的局限性
  • 走出“ICU”,小鹏汽车低价回血
  • 速盾:ddos防御手段哪种比较好?高防cdn怎么样?
  • spring声明式事务源码详解
  • springboot+redis+lua脚本实现滑动窗口限流
  • 追加docker已运行容器添加或修改端口映射方法
  • 可视化绘图技巧100篇基础篇(十)-堆叠条形图(stacked bar)(二)
  • Unity-Lightmap入门篇
  • Mongodb入门到放弃
  • vue3 开发利器——unplugin-auto-import
  • React Hooks中use的细节
  • 【探寻密码的奥秘】-001:解开密码的神秘面纱
  • Spring MVC:原理、配置与基础应用详解
  • 【人工智能】Python常用库-Scikit-learn常用方法教程
  • 泷羽sec学习打卡-shell命令2
  • 【webrtc】 mediasoup中m77的IntervalBudget及其在AlrDetector的应用
  • Day3 苍穹外卖项目 公共字段自动填充(AOP)、文件上传、新增菜品、菜品分页查询、删除菜品、修改菜品