Jetson AGX Orin 32GB Developer Kit wifi/network issues

Hello,

I have been facing an issue for over 3 days now and I cannot find a solution.

I currently have a 32GB Jetson with the newest Jetpack version. Before you recommend re-flashing, I tried that 3 times.

Upon booting up the device, I am able to connect via ethernet with no issues. However, when trying to connect to a wifi network I get an error Error: Connection activation failed: (7) Secrets were required, but not provided.

I have tried using the GUI, nmtui, and nmcli. I have also disabled power management and reinstalled drivers found here GitHub - lwfinger/rtw88

Please advise - we need this device working. Having both ethernet + wifi working is critical for our use case .

Another thing ill add is that as soon as I boot up, I see the networks I want to connect to, then they disappear until I reboot. When im able to select the networks before they disappear, I get prompted to enter the password over and over

Hi,
Do you flash the AGX Orin developer kit to latest Jetpack 5.1.1? We would suggest use latest release and give it a try.

yes I do. I reflashed twice with no solution. Wifi is faulty and doesnt connect

Hi,
Please execute $ lspci -vvv and check if the adapter is detected and shown like:

0001:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
        Subsystem: AzureWave RTL8822CE 802.11ac PCIe Wireless Network Adapter
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Step
ping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 312
        Region 0: I/O ports at 1000 [size=256]
        Region 2: Memory at 20a8000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: rtl88x2ce
        Kernel modules: rtl8822ce

0001:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
        Subsystem: AzureWave RTL8822CE 802.11ac PCIe Wireless Network Adapter
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 312
        Region 0: I/O ports at 1000 [size=256]
        Region 2: Memory at 20a8000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: rtl88x2ce
        Kernel modules: rtl8822ce, rtw_8822ce

thanks for the reply - I do see the adapter connected

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.