Cannon Point-LP CNVi [Wireless-AC] Device not working

The Additional drivers dialog is showing this: The additional drivers dialog is showing this:

Does this mean that my system won't connect to Wireless AC networks? Is there a way around this?

lspci -v gives the following output"

00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 30)
    DeviceName: Onboard - Ethernet
    Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC]
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at a121c000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi

I'm using a Dell Inspiron 14 (5482)


Solution 1:

I still can't comment so it's hard to ask clarifying questions. It looks like there were known issues with this WiFi card on Linux firmware version 20190628. AFAICT it was fixed upstream: https://bugzilla.kernel.org/show_bug.cgi?id=203315

I would suggest one of two possible lines of action. The first, is simply try the recently released 20.04 live CD and see if your WiFi works in that live environment. 20.04 will have a newer kernel than 19.10 did and so should include this firmware fix.

If for some reason that's not an option or does not work you can always install the backports iwlwifi kernel module via the command line:

sudo apt update
sudo apt install backport-iwlwifi-dkms

I'll be honest, I'm not sure the iwlwifi kernel module will actually help if it's a Linux firmware bug. So my recommendation would be to try and prefer the 20.04 live CD solution.