Hi. First time posting and I hope I am doing it right.
I recently purchased a new Jetson Orin Nano Super Developer Kit. I am booting Jetpack 6.2 from a microSD card and upon initial setup, there is no WiFi from the preinstalled WiFi card. Somehow, the bluetooth shows, but running:
nmcli device wifi list
shows nothing.
running:
lspci
shows the Realtek RTL8822CE Network adapter. And running:
ip link
does not show and wlan or any other WiFi option. Running:
lsmod | grep 8822
also does not show anything.
Is this a known issue? I did manage to install drivers for an Intel WiFi card and can connect to the internet using that card, but I need to get the Realtek WiFi card working. I checked the WiFi card website and it says there is a driver to install for a Raspberry Pi, but seems to indicate that the Jetson Orin Nano should be natively supported.
The link you sent requires a Linux Host Machine but I have been flashing my microSD card from a Windows Machine following the instructions from ๐ Initial Setup Guide - Jetson Orin Nano - NVIDIA Jetson AI Lab . I re-flashed the microSD card multiple times following this method and each time the problem persists. Do I need a Linux Host Machine?