I am running Ubuntu 20.04.1 LTS and have an Intel AX200 Wifi 6 (Gig+) wifi/bluetooth card. My wifi works just fine but my operating system doesn't seem to recognize that the card also supports bluetooth.
Unlike Bluetooth/Wi-Fi Troubleshooting: Ubuntu 20.04 LTS, Intel AX200, my "Software & Updates" only shows my GPU not the wifi/bluetooth card. I have tried installing the driver for "Intel® Wi-Fi 6 AX200 160MHz" from https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi, copying it into /lib/firmware
, and rebooting but that didn't seem to work either.
Here is the result when I run dmesg | grep iwl
. Let me know if you need more information!
[ 3.480424] iwlwifi 0000:08:00.0: enabling device (0000 -> 0002)
[ 3.485588] iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-cc-a0-50.ucode failed with error -2
[ 3.485603] iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2
[ 3.486825] iwlwifi 0000:08:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
[ 3.486827] iwlwifi 0000:08:00.0: Found debug destination: EXTERNAL_DRAM
[ 3.486828] iwlwifi 0000:08:00.0: Found debug configuration: 0
[ 3.487005] iwlwifi 0000:08:00.0: loaded firmware version 48.4fa0041f.0 op_mode iwlmvm
[ 3.504740] iwlwifi 0000:08:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 3.516892] iwlwifi 0000:08:00.0: Applying debug destination EXTERNAL_DRAM
[ 3.517361] iwlwifi 0000:08:00.0: Allocated 0x00400000 bytes for firmware monitor.
[ 3.667363] iwlwifi 0000:08:00.0: base HW address: c8:b2:9b:e9:cd:e3
[ 3.684555] iwlwifi 0000:08:00.0 wlp8s0: renamed from wlan0
[ 4.548573] iwlwifi 0000:08:00.0: Applying debug destination EXTERNAL_DRAM
[ 4.698841] iwlwifi 0000:08:00.0: FW already configured (0) - re-configuring
dmesg | grep -i blue
. – Pilot6 Dec 09 '20 at 15:54