Cannot ping or connect to MangOH Yellow

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.

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?

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)

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.