WIFI 6e doesn't connect on ubuntu 20.04

Asked by Sanchu Varkey

I have Wi-Fi 6 AX210 160MHz card on ubuntu 20 04, and I am unable to scan the WIFI 6E AP But I am not able to connect to it. Is anybody able to connect to it.
I am able to see the AP but it fails to connect

uname -a gives me the following output 5.15.0-69-generic #76~20.04.1-Ubuntu SMP Mon Mar 20 15:54:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

svarkey@svarkey-Precision-7760:~$ dmesg | grep wifi
[ 4.633764] iwlwifi 0000:92:00.0: enabling device (0000 -> 0002)
[ 4.639841] iwlwifi 0000:92:00.0: api flags index 2 larger than supported by driver
[ 4.639851] iwlwifi 0000:92:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.63.2.2
[ 4.640028] iwlwifi 0000:92:00.0: loaded firmware version 66.f1c864e0.0 ty-a0-gf-a0-66.ucode op_mode iwlmvm
[ 4.687081] iwlwifi 0000:92:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[ 4.845889] iwlwifi 0000:92:00.0: loaded PNVM version 0x5a8dfca
[ 4.857925] iwlwifi 0000:92:00.0: Detected RF GF, rfid=0x10d000
[ 4.928612] iwlwifi 0000:92:00.0: base HW address: 70:a8:d3:af:5b:68
[ 5.008484] iwlwifi 0000:92:00.0 wlp146s0: renamed from wlan0

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
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; sudo rfkill list

Thanks

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#2

  *-network
       description: Wireless interface
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:92:00.0
       logical name: wlp146s0
       version: 1a
       serial: 70:a8:d3:af:5b:68
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.15.0-69-generic firmware=66.f1c864e0.0 ty-a0-gf-a0-66.uc ip=192.168.0.198 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:17 memory:b4100000-b4103fff
  *-network
       description: Ethernet interface
       product: Ethernet Connection (14) I219-LM
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       logical name: enp0s31f6
       version: 11
       serial: 08:92:04:22:d2:b7
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=5.15.0-69-generic firmware=0.4-4 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:147 memory:b4300000-b431ffff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
0: dell-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: dell-bluetooth: Bluetooth
 Soft blocked: no
 Hard blocked: no
2: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
3: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no

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

The WiFi has an IP address. Can you ping 8.8.8.8 OK? If you run:

ping -c 4 8.8.8.8

Do you get 4 replies?

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#4

Yes i did get 4 replies

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#5

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=112 time=160 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=112 time=160 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=112 time=160 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=112 time=160 ms

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 159.618/159.716/159.827/0.080 ms

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

OK, run:

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null

sudo apt update

sudo apt -y full-upgrade

Should help. Looks like you are connected but the DNS settings in your system are off or non-existent. The fact that you can ping 8.8.8.8 OK shows that traffic is flowing as expected

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#7

I think the issue is connecting to the WIFI 6GHZ channel is the issue. It can connect to 2.4 and 5GHZ channels.

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

Getting full updates may help

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#9

svarkey@svarkey-Precision-7760:~$ sudo apt -y full-upgrade
[sudo] password for svarkey:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
Sanchu Varkey (mailsanchu) said :
#10

svarkey@svarkey-Precision-7760:~$ sudo apt -y full-upgrade
[sudo] password for svarkey:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Can you help with this problem?

Provide an answer of your own, or ask Sanchu Varkey for more information if necessary.

To post a message you must log in.