全新安装 21.04 和 20.04 的 Acer Nitro 5 AN515-45-R715 无法使用 Wifi 和蓝牙

全新安装 21.04 和 20.04 的 Acer Nitro 5 AN515-45-R715 无法使用 Wifi 和蓝牙

我先安装了 Ubuntu 20.04,后来又尝试了 Ubuntu 21.04。两次都找不到 wifi 适配器,蓝牙也无法工作。更新软件包后情况相同。Wifi 在 Windows 上可以正常工作。安全启动已禁用。

据我了解,wifi 卡是联发科 mt7961

lspci -nnk | grep 0280

05:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7961]

没有驱动程序:

inxi -nz

Network:
  Device-1: Realtek driver: r8169 
  IF: enp4s0 state: up speed: 100 Mbps duplex: full mac: <filter> 
  Device-2: MEDIATEK driver: N/A

核心:

uname -a
Linux ****-Nitro-AN515-45 5.11.0-18-generic

我能做些什么来让 wifi 正常工作?我主要使用 Ubuntu,并且想保留笔记本电脑。

编辑 升级内核到5.12.9后,Wifi可以正常工作。但是蓝牙仍然无法正常工作。

尝试修复蓝牙

lsusb

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 04f2:b64f Chicony Electronics Co., Ltd HD User Facing
Bus 003 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 04ca:3802 Lite-On Technology Corp. Wireless_Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


sudo dmesg | grep -i blue

[    1.967037] Bluetooth: Core ver 2.22
[    1.967076] Bluetooth: HCI device and connection manager initialized
[    1.967082] Bluetooth: HCI socket layer initialized
[    1.967084] Bluetooth: L2CAP socket layer initialized
[    1.967088] Bluetooth: SCO socket layer initialized
[    2.245128] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.245130] Bluetooth: BNEP filters: protocol multicast
[    2.245133] Bluetooth: BNEP socket layer initialized

答案1

安装最新的 Linux 内核(5.15)解决了我的问题。

相关内容