Now, on the freshly installed Ubuntu 22.04, the WiFi icon is not showing up. I encountered the same issue in the previous version, and I was able to solve it by downloading and installing from (https://backports.docs.kernel.org/releases.html). However, this time I encountered an error:
As you can see, I used the exact method you provided. This method worked in my previous attempts, but after reflashing, it failed:
jetson@jetson-desktop:~/backports-6.1.97-1$ make defconfig-iwlwifi
/--------------
| Your kernel headers are incomplete/not installed.
| Please install kernel headers, including a .config
| file or use the KLIB/KLIB_BUILD make variables to
| set the kernel to build against, e.g.
| make KLIB=/lib/modules/3.1.7/
| to compile/install for the installed kernel 3.1.7
| (that isn't currently running.)
\--
make: *** [Makefile:41: defconfig-iwlwifi] Error 1
Then I tried to download linux-headers-tegra via apt, but it also failed:
jetson@jetson-desktop:~/backports-6.1.97-1$ sudo apt-get install linux-headers-tegra
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-tegra
So, could you tell me where I can install linux-headers-tegra?