My Aspire 5 has an Intel wifi 6 AX201 wifi card, that just doesn't work. I seen lots of older posts advising to install the 5.3 kernel, but as I have 18.04 LTS with 5.4 kernel...going backwards doesn't seem helpful, especially when 5.4 has support for my graphics card.
sudo lshw -C network
outputs:
*-network
description: Wireless interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
logical name: wlp0s20f3
version: 30
serial: 34:cf:f6:61:c0:38
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-52-generic firmware=48.13675109.0 ip=192.168.0.107 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ubuntu-drivers devices
outputs:
== /sys/devices/pci0000:00/0000:00:14.3 ==
modalias : pci:v00008086d000034F0sv00008086sd00000074bc02sc80i00
vendor : Intel Corporation
manual_install: True
driver : backport-iwlwifi-dkms - distro free
And this is what I see under "Software & Updates".. (no ability to change driver selection)
Any advice?
UPDATE I just followed the instructions found here to install the Intel® Wi-Fi 6 AX201 160MHz driver and it again didn't work, even after reboot. (same results as above). Baffled..
rfkill list all
outputs:
0: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
dmesg | grep iwl
outputs:
[ 4.599126] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-50.ucode failed with error -2
[ 4.599140] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-49.ucode failed with error -2
[ 4.601381] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
[ 4.601388] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[ 4.601390] iwlwifi 0000:00:14.3: Found debug configuration: 0
[ 4.601704] iwlwifi 0000:00:14.3: loaded firmware version 48.13675109.0 op_mode iwlmvm
[ 4.638673] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x338
[ 4.645726] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 4.646575] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[ 4.790849] iwlwifi 0000:00:14.3: base HW address: 34:cf:f6:61:c0:38
[ 4.805279] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[ 6.295861] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 6.439366] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[ 6.448594] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS
rfkill list all
and also:dmesg | grep iwl
– chili555 Oct 21 '20 at 02:16https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack for some details. It's easy to go from GA to HWE, there can be complications going the other way around though.. I'd suggest chasing @chili555's help first though :) – guiverc Oct 21 '20 at 02:27