I am using this wifi adapter in my Jetson Nano B01, and I have two issues.
Wifi doesn’t reconnect after disconnecting: After disconnection due to no range, when Jetson Nano is back in range, it sometimes doesn’t reconnect to the network. If I turn on a different network from my phone, while the first network is still on, it connects to the one on phone. When i turn the phone hotspot off, it sometimes connects back to the WiFi router.
After running Nano for long duration, like 12 hours, I can see it is connected to the internet via the WiFi router, but I am unable to SSH or ping it. Even after restarting the WiFi router, the Nano connects to the WiFI but unable to ssh or ping.
How to solve these issues? I’ve tried with two WiFi routers and results are same. Can using a WiFi card instead of USB adapter solve this issue completely?
It got connected but I couldn’t ping or SSH.
The ping sometimes gave response, but with a very high delay. The rest of the times it was unreachable.
On my router I could see it was connected.
I could also see it had established websocket connection via one of my scripts.
But if rebooting the jetson nano can bring it back, why is your previous log is the case after you reboot the device? I mean, according to your description, wifi should work fine under such situation, right?
You pasted below log in previous comment. According to the timestamp and log content, I can tell it is a log right after the boot up.
My question is: If you say this error only can be restored after you rebooting the device, then why do you share us a boot log and tell us it is an error log? Do you mean this issue would happen even after reboot?
Okay now I understood what you ask.
Sometimes it happens right after boot, when I can’t ssh/ping, although it is connected to the router/internet. The above pasted dmesg log is one such example. I then used monitor+mouse to get this log, since I couldn’t ssh/ping.
Now when this happens, I have to restart, which helps sometimes, but the other times it doesn’t work. So I have to keep trying until it works
Ok, please do below test and share us the syslog (/var/log/syslog).
When you hit this problem again, no matter it is right after boot up or it happens after few hours, please use the Ubuntu GUI on the desktop to reconnect the wifi router. Check if the wifi is back to life now. If it is not, please give us the syslog and tell us the timestamp of when you do this test.
Yes, I face this issue too, where after disconnection, or connection to another network, the previous network is not visible when I do nmcli dev wifi or check in GUI NetworkManager.
I will check the log attached in above forum and compare with mine. Thanks a lot for sharing it!