While my laptop (XPS 13) can technically connect to my WiFi, anything beyond a basic google search is impossible. Downloading and updating software is also impossible. I have tried this on multiple networks, and have confirmed that the issue is with my laptop’s network drivers.
lspci lists its network controller as Intel Corporation Device 2723 (rev 1a)
I would start trying to fix this by reinstalling the drivers, but I don’t have an Ethernet adapter at the moment, so I wanted to know if there’s a way to fix this either without an internet, or by transferring files from a computer without a Linux OS.
lshw shows two Ethernet and no wireless network adapters for some reason
uname -a shows 5.4.0-45-generic #49~18.04.2-Ubuntu SMP [timestamp that I’m too lazy to type] x86_64 x86_64 x86_64 GNU/Linux
Update: I believe my card is an AX200. I downloaded the correct ucode file (iwlwifi-cc-46.3 etc) from Intel’s website and moved it to /lib/firmware. I’m not sure which firmware it is selecting, because modinfo iwlwifi gives 20 or so lines starting with “firmware:”, none of which is the one corresponding to the wireless adapter.
uname -a
? – mchid Sep 06 '20 at 03:18modinfo iwlwifi | grep cc
– mchid Sep 06 '20 at 14:13ls /var/cache/apt/archives/linux-firmware*
– mchid Sep 06 '20 at 21:25