dm1
May 15, 2020, 4:41pm
1
I’ve been following the instructions in the Getting Started guide, and have managed to switch on the device and read its CON port just fine. However, I’m unable to connect to the device on 192.168.2.2.
ping 192.168.2.2
just drops packets and ssh root@192.168.2.2
times out.
Please advise.
pinst
May 15, 2020, 6:30pm
2
What is your host system? Windows systems need the ECM driver installed. If it’s Linux, no driver needed.
What does “ifconfig” on the mangOH console say?
dm1
May 17, 2020, 1:49pm
3
Host system is Debian based. the network LED is showing yellow. ifconfig
output is below:
bridge0 Link encap:Ethernet HWaddr BA:9A:EC:BF:81:D0
inet addr:192.168.225.1 Bcast:192.168.225.255 Mask:255.255.255.0
inet6 addr: fe80::b89a:ecff:febc:7ecd/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:76 (76.0 B)
ecm0 Link encap:Ethernet HWaddr D6:22:7E:8F:D2:FC
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::d422:7eff:fe8f:d2fc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:36 errors:0 dropped:0 overruns:0 frame:0
TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5886 (5.7 KiB) TX bytes:1458 (1.4 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
rmnet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
dm1
May 19, 2020, 12:39pm
4
How is this supposed to behave when it’s working? I guess I’m connecting to a network, so should I be seeing an ethernet connection in my system tray? Any advice on how to troubleshoot this would be appreciated.