Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
7774 Discussions

Intel WiFi6 AX201 160Mhz not working in Ubuntu 18.04

glazze
Beginner
1,810 Views

Good evening,

 

I have just installed Ubuntu 18.04 LTS on my new notebook MSI Katana gf66 but a lot of harware is not working including Wifi.

 

I am posting some outputs that I hope can be useful:

 

uname -r
5.4.0-135-generic

 

sudo lshw -c network

*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: iomemory:610-60f memory:6103144000-6103147fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: enp4s0
version: 15
serial: d8:bb:c1:f4:dc:2c
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.78.82 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:17 ioport:3000(size=256) memory:82104000-82104fff memory:82100000-82103fff

lspci -knn |grep Net
00:14.3 Network controller [0280]: Intel Corporation Device [8086:51f0] (rev 01)

lspci -vv -s 00:14.3
00:14.3 Network controller: Intel Corporation Device 51f0 (rev 01)
Subsystem: Intel Corporation Device 0074
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 255
Region 0: Memory at 6103144000 (64-bit, non-prefetchable) [disabled] [size=16K]
Capabilities: <access denied>

 

Here should be seen the kernel drivers used (that should be iwlwifi) but instead the output shows Interrupt: pin A routed to IRQ 255

 

lsmod | grep iwlwifi

no output

 

I installed the module iwlwifi and iwlmvm with sudo modprobe iwlwifi and sudo modprobe iwlmvm and now lsmod | grep iwlwifi shows

iwlmvm 385024 0
mac80211 856064 1 iwlmvm
iwlwifi 339968 1 iwlmvm
cfg80211 712704 3 iwlmvm,iwlwifi,mac80211

 

dmesg | grep iwlwifi

no output neither before nor after installing the iwlwifi module

 

Still anything working, I don't know where to put hands.

Thank you in advance for the support,

Guido

0 Kudos
0 Replies
Reply