Wifi driver Intel AC 9560 Ubunto not recognizing

Asked by Pedro J E Casaleiro

The Wifi driver Intel AC9560WiFi does not work on a MSI Modern14 A10M with Ubuntu 18.04.
I was able to install it with the additional driver backport-iwlwifi following the instructions of Vlad Pop in https://elementaryos.stackexchange.com/questions/21683/wireless-driver-installation/21685#21685

The current problem is internet became very slow. I tried to speed it by deactivating 802. 11n with
echo "options iwlwifi 11n_disable=1?" >> /etc/modprobe.d/iwlwifi.conf

It made me lost the wifi and I can't recover it.
I thought to reinstall the last update of the driver backport-iwlwifi-dkms-7906, I made the download but don't know how to replace the older one. It does not appear on the Software apps under additional drivers.

What should I do? How can I upgrade the driver?
Shall I upgrade to Ubuntu 19 or 20, will it recognize the wifi driver?
Thanks
Pedro

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu backport-iwlwifi-dkms Edit question
Assignee:
No assignee Edit question
Solved by:
Pedro J E Casaleiro
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

To undo your file edit, run:

sudo gedit /etc/modprobe.d/iwlwifi.conf

Delete the line you added, save the new file, close gedit and reboot

Revision history for this message
Pedro J E Casaleiro (pcasaleiro) said :
#3

Thank you I I am trying now, here is what you ask:

 *-network DISPONÍVEL
       descrição: Network controller
       produto: Intel Corporation
       fabricante: Intel Corporation
       ID físico: 14.3
       informações do barramento: pci@0000:00:14.3
       versão: 00
       largura: 64 bits
       clock: 33MHz
       capacidades: pm msi pciexpress msix cap_list
       configuração: latency=0
       recursos: memória:51214000-51217fff
  *-network
       descrição: Ethernet interface
       ID físico: 2
       nome lógico: enx00e04c534458
       serial: 00:e0:4c:53:44:58
       tamanho: 100Mbit/s
       capacidade: 100Mbit/s
       capacidades: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuração: autonegotiation=on broadcast=yes driver=dm9601 driverversion=22-Aug-2005 duplex=full firmware=Davicom DM96xx USB 10/100 Ether ip=192.168.1.103 link=yes multicast=yes port=MII speed=100Mbit/s
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
Linux pec-Modern-14-A10M 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
Pedro J E Casaleiro (pcasaleiro) said :
#4

Thank you so much!
Solved!