Background
-
Hardware: BlueROV2 with Navigator board running BlueOS.
-
Connection method: USB tether (interface appears as
enx00e04c360208on host). -
Hosts tested:
-
Ubuntu laptop (works) → Previously configured, can connect to BlueOS and SSH into Navigator without issues.
-
Jetson Orin Nano (fails) → Tried same setup, cannot reach BlueOS.
-
Ubuntu desktop PC (fails) → Same behavior as Jetson, cannot reach BlueOS.
-
Observed Behavior
-
On Jetson Orin Nano and Ubuntu desktop:
-
USB interface comes up as
192.168.2.1/24. -
Attempting to ping 192.168.2.2 or 192.168.2.10 (typical BlueOS defaults) →
Destination Host Unreachable (from 192.168.2.1) -
Running
arp-scanacross192.168.2.0/24→ no response at all. -
ifconfigshows RX=0, TX=0 packets on tether interface.
-
-
On working laptop:
-
Able to connect to Navigator normally.
-
Network settings already established.
-
Confirms BlueOS + Navigator board are functional when accessed from that machine.
-
Expected Behavior
-
Navigator board running BlueOS should respond on
192.168.2.2(or assigned IP) when connected to host via USB tether. -
Host should see ARP responses and be able to ping BlueOS.
Troubleshooting Already Done
-
Confirmed host interfaces get IP
192.168.2.1/24. -
Disabled Wi‑Fi routing conflicts.
-
Tried multiple IPs (
192.168.2.2,192.168.2.10,.20, etc.). -
Ran
nmapandarp-scan→ no device detected. -
Verified the USB‑Ethernet device (
enx00e04c360208) is up and recognized by Linux. -
Issue is reproducible on two different hosts (Jetson Orin Nano + Ubuntu desktop).
Summary
-
Works: Ubuntu laptop (can ping and SSH into Navigator).
-
Fails: Jetson Orin Nano + Ubuntu desktop (no ping, no ARP replies, RX/TX = 0).
-
Suspect: Either host‑specific driver/USB compatibility issue or BlueOS/Navigator only binding correctly to the original laptop configuration.
Could the team confirm:
-
If there are known compatibility issues with Jetson Orin Nano or some desktop USB controllers?
-
Whether BlueOS/Navigator requires special udev/network rules for hosts other than the first configured laptop?
-
Any recommended steps to reset the Navigator’s network configuration to factory defaults so it can be discovered on new hosts?