Ubuntu20.04 Wifi Adpater and Nvidia divers Installation

Wifi Adpater Driver Installation

  1. Close the secure boot mode in BIOS setup

    bash 复制代码
    mokutil --sb
  2. Check the wifi adapter type:

    Intel® Wi-Fi 6E AX211

  3. Check system kernal version, processor type and operating system

    bash 复制代码
    uname -a
bash 复制代码
sudo apt-get update
  1. Install Hardware Enablement (HWE) stack for Ubuntu 20.04

    bash 复制代码
    sudo apt-get install linux-generic-hwe-20.04
bash 复制代码
sudo apt-get install build-essential dkms
cpp 复制代码
cd /Downloads

https://drive.google.com/file/d/1Gkr_ZqefV2OoP7EOyyKT1Z2Hr2nKfwyv/view?usp=drive_link
8.

bash 复制代码
sudo dpkg -i backport-iwlwifi-dkms_9858-0ubuntu3.4_all.deb
bash 复制代码
sudo modprobe iwlwifi

Nvidia diver Installation

bash 复制代码
sudo apt-get purge nvidia*
bash 复制代码
ubuntu-drivers devices
  1. Based on the output install the recommend one :
  • driver : nvidia-driver-560-open - third-party non-free recommended

    cpp 复制代码
    sudo apt-get install nvidia-driver-560
    
    sudo reboot
相关推荐
orion5721 小时前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
用户805533698031 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698031 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房2 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia3 天前
linux curl命令详解_curl详解
linux
扛枪的书生3 天前
Linux 网络管理器用法速查
linux
顺风尿一寸3 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫3 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux