Wifi e Bluetooth não funcionam na instalação limpa do Acer Nitro 5 AN515-45-R715 de 21.04 e 20.04

Wifi e Bluetooth não funcionam na instalação limpa do Acer Nitro 5 AN515-45-R715 de 21.04 e 20.04

Instalei primeiro o Ubuntu 20.04 e depois experimentei o Ubuntu 21.04. Nas duas vezes, nenhum adaptador wifi foi encontrado e o Bluetooth também não estava funcionando. A mesma história depois de atualizar os pacotes. Wifi funciona no Windows. SecureBoot desabilitado.

No meu entender, a placa wifi é uma Mediatek mt7961

lspci -nnk | grep 0280

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

Não há drivers para isso:

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

Núcleo:

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

Algo que eu possa fazer para que o wifi funcione? Trabalho principalmente com Ubuntu e gostaria de manter o laptop.

EDITAR Após atualizar o kernel para 5.12.9, o Wifi está funcionando. No entanto, o Bluetooth ainda não funciona.

Tentando também consertar o Bluetooth

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

Responder1

A instalação do kernel Linux mais recente (5.15) resolveu o problema para mim.

informação relacionada