I have just installed Ubuntu and Settings > WiFi indicates no wifi adapter found. I believe the hardware is supported. I have tried troubleshooting by googling solutions but have had no luck.
I generated a text file that is fairly long with a lot of wireless info (using instructions here) that I can provide if that's helpful.
Any help is greatly appreciated.
cbm@cbm-XPS-2017:~$ sudo lshw -C network
[sudo] password for cbm:
*-network
description: Network controller
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:3c:00.0
version: 78
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=iwlwifi latency=0
resources: irq:148 memory:d8a00000-d8a01fff
cbm@cbm-XPS-2017:~$
cbm@cbm-XPS-2017:~$ iwconfig
lo no wireless extensions.
usb0 no wireless extensions.
cbm@cbm-XPS-2017:~$
Editing to add sudo dmesg | grep iwl
cbm@cbm-XPS-2017:~$ sudo dmesg | grep iwl
[sudo] password for cbm:
[ 4.222408] iwlwifi 0000:3c:00.0: enabling device (0000 -> 0002)
[ 4.233606] iwlwifi 0000:3c:00.0: Found debug destination: EXTERNAL_DRAM
[ 4.233612] iwlwifi 0000:3c:00.0: Found debug configuration: 0
[ 4.234321] iwlwifi 0000:3c:00.0: loaded firmware version 36.77d01142.0 8265-36.ucode op_mode iwlmvm
[ 4.360723] iwlwifi 0000:3c:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Editing to add sudo dmesg | grep -e 3c:00 -e wl
cbm@cbm-XPS-2017:~$ sudo dmesg | grep -e 3c:00 -e wl
[sudo] password for cbm:
[ 0.549616] pci 0000:3c:00.0: [8086:24fd] type 00 class 0x028000
[ 0.549708] pci 0000:3c:00.0: reg 0x10: [mem 0xd8a00000-0xd8a01fff 64bit]
[ 0.550138] pci 0000:3c:00.0: PME# supported from D0 D3hot D3cold
[ 4.222408] iwlwifi 0000:3c:00.0: enabling device (0000 -> 0002)
[ 4.233606] iwlwifi 0000:3c:00.0: Found debug destination: EXTERNAL_DRAM
[ 4.233612] iwlwifi 0000:3c:00.0: Found debug configuration: 0
[ 4.234321] iwlwifi 0000:3c:00.0: loaded firmware version 36.77d01142.0 8265-36.ucode op_mode iwlmvm
[ 4.360723] iwlwifi 0000:3c:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Full wireless info is located here: https://pastebin.ubuntu.com/p/qVpzVMmXM2/