首页 > 系统相关 >Fix Wi-Fi for Intel Wi-Fi 6 AX201 on Ubuntu 18.04---GPT

Fix Wi-Fi for Intel Wi-Fi 6 AX201 on Ubuntu 18.04---GPT

时间:2024-09-22 17:50:38浏览次数:1  
标签:git Intel sudo firmware Wi iwlwifi Fi

Certainly! Here's a step-by-step guide you can document on your blog to help you easily set up the Intel Wi-Fi 6 AX201 on your ThinkPad when reinstalling Ubuntu 18.04.


How to Fix Wi-Fi for Intel Wi-Fi 6 AX201 on Ubuntu 18.04

If you reinstall Ubuntu 18.04 on a ThinkPad with an Intel Wi-Fi 6 AX201 card, follow these steps to get the Wi-Fi working:

Step 1: Install Required Build Tools and Headers

You need the correct build tools to install the Wi-Fi drivers.

  1. Open a terminal (Ctrl + Alt + T) and run:
    sudo apt update
    sudo apt install build-essential linux-headers-$(uname -r) git
    

Step 2: Download and Install the Latest Wi-Fi Firmware

The Intel AX201 chipset requires specific firmware that isn't included in Ubuntu 18.04 by default.

  1. Download the required firmware file:

    wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/iwlwifi-so-a0-hr-b0-89.ucode
    
  2. Move the downloaded file to the system firmware directory:

    sudo mv iwlwifi-so-a0-hr-b0-89.ucode /lib/firmware/
    
  3. Set the correct permissions for the firmware:

    sudo chmod 644 /lib/firmware/iwlwifi-so-a0-hr-b0-89.ucode
    

Step 3: Download and Install the Backported iwlwifi Driver

You'll need to backport the latest iwlwifi driver for your Wi-Fi card.

  1. Clone the backport repository:

    git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
    
  2. Navigate to the cloned directory:

    cd backport-iwlwifi
    
  3. Build and install the driver:

    make defconfig-iwlwifi-public
    make -j4
    sudo make install
    

Step 4: Load the Wi-Fi Driver

Now, load the newly installed driver and ensure it works.

  1. Unload any existing iwlwifi module:

    sudo modprobe -r iwlwifi
    
  2. Load the new module:

    sudo modprobe iwlwifi
    

Step 5: Reboot the System

Reboot your system to apply the changes:

sudo reboot

Step 6: Verify Wi-Fi is Working

After rebooting:

  1. Check that the Wi-Fi interface is active:

    iwconfig
    

    You should see a wireless interface like wlp0s20f3.

  2. Check available Wi-Fi networks:

    nmcli device wifi list
    
  3. If needed, connect to a network:

    nmcli device wifi connect <SSID> password <Wi-Fi password>
    

Conclusion

By following these steps, you?ll get your Intel Wi-Fi 6 AX201 card working on Ubuntu 18.04 after a fresh installation. Keep this guide handy for future re-installations!


This guide should help you get Wi-Fi working without any issues in the future!

标签:git,Intel,sudo,firmware,Wi,iwlwifi,Fi
From: https://www.cnblogs.com/zhaopw5/p/18425595

相关文章

  • mysql安装(windows-mysql-8.1.0-winx64.zip安装)
    1、官网下载,解压缩2、配置环境变量3、新增my.ini文件,根据电脑环境修改配置 #设置mysql的安装目录 basedir #设置mysql数据库的数据的存放目录 datadirmy.ini文件内容如下:[mysqld]#设置3306端口port=3306#设置mysql的安装目录basedir=D:\kaifa\mysql-8.1.0-winx6......
  • WPF System.Windows.MessageBox.Show Dispatcher processing has been suspended, bu
    privatevoidSelectedCommandExecuted(objectobj){if(obj!=null&&objisDataGriddg){if(dg!=null){varselectedBks=dg.SelectedItems;if(selectedBks!=null&&selectedBk......
  • Excel的背面(1) — Pywin32调用异常、MSO与KET之争
    在上一篇博文中我提到了Excel批注有关的问题,这里我并不打算马上更新Excel歪门邪道,毕竟我可供更新的内容实在是太少了,这也对应了我过去失败的29年,恍恍惚惚出生,恍恍惚惚工作,恍恍惚惚之间步入低谷,从来就没有哪一刻想过要成为成年人,最后不过是有着成年人躯壳的小孩。Excel相关的内容因......
  • Filebeat
    Filebeat简介Filebeat用于转发和集中日志数据的轻量级传送程序。作为服务器上的代理安装,Filebeat监视指定的位置文件或位置,收集日志事件,并将他们转发到Elasticsearch或Logstash进行索引。架构图安装Filebeat下载并安装wgethttps://artifacts.elastic.co/downloads/beats......
  • 浅谈在.Net Framework Winforms程序中调用 WinRT API
    浅谈在.NetFramework桌面应用中调用WinRTAPI【作者:张赐荣】在开发Windows程序时,我们经常会遇到需要调用系统功能的场景,比如文件操作、录音、摄像头管理等。在传统的桌面应用开发中,使用.NetFramework封装的Win32API**或者直接调用底层复杂的com接口来完成这些功能,......
  • WINCCV7.5SP2做用户登陆注销记录
    某浪博客前两天忽然将访问量清零了,我觉得这是要赶人走了,我把那边写的学习笔记一点点搬运过来吧。原文地址:WINCCV7.5SP2做用户登陆注销记录_来自金沙江的小鱼_新浪博客(sina.com.cn)前两天领导要求对现场有一个控制系统的人机交互功能加密码功能,给不同用户不同权限,有些权限多个......
  • 不小心把Windows资源管理器关闭了怎么办
    因为在压缩文件夹的时候Windows资源管理器给卡死了,怎么都关不了所以进行了一个很降智的操作...打开任务管理器,把Windows资源管理器给“结束任务”了...一瞬间,电脑开始闪屏,然后最底下那条任务栏菜单全部消失不见,按windows键都没反应...幸亏浏览器界面还在,赶紧搜索怎么恢复当意......
  • 帝国CMS系统数据库配置文件是哪个文件?/e/class/config.php
    帝国CMS系统的数据库配置文件位置取决于你使用的帝国CMS的具体版本。对于不同版本的帝国CMS,数据库配置文件的位置有所不同:对于帝国CMS7.0及之后的版本,数据库配置文件位于:  /e/config/config.php对于帝国CMS7.0之前的版本,数据库配置文件位于:  /e/class/co......
  • 帝国CMS提示“Notice: Use of undefined constant”错误说明: php.ini配置问题
    当你在PHP应用中遇到“Notice:Useofundefinedconstant”的错误提示时,这通常是因为代码中引用了一个未定义的常量。这种错误通常不会导致程序崩溃,但会影响代码的可读性和稳定性。错误原因未定义的常量代码中引用了一个未定义的常量。错误报告级别当前的错误报告......
  • 通过组合使用这些工具,您可以实现灵活的 WIM 备份和恢复方案。每个工具都有其特定功能,
    使用Windows的WIM(WindowsImagingFormat)备份和恢复可以通过命令行工具DISM(DeploymentImagingServiceandManagementTool)来实现。以下是一些常用的WIM备份和恢复命令参数示例:1. 备份(Capture)使用dism命令将系统映像备份为WIM文件:bashCopyCodedism/Cap......