Ok, I was gone for 2 days and it seems to be connected. It might be the delay it takes to get a connection.
But I'm unable to ping the device or access it using SSH via the ip address. What config should I change?
Here's the ifconfig :
apcli0 Link encap:Ethernet HWaddr 40:A3:6B:C2:14:XX
inet addr:192.168.X.YY Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::42a3:6bff:fec2:14XX/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:27199 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)
I noticed that the dropped packets from RX is quite high.
UPDATE
After updating the firmare using oupgrade
. The connection has been lost.
I've followed @cas instructions from the given link.
iwconfig
gives me this result
apcli0 RTWIFI SoftAP ESSID:"MySSID"
Mode:Managed Channel=3 Access Point: 70:8B:CD:31:26:XX
Bit Rate=150 Mb/s
It shows it is connected.
ifconfig
shows me this
apcli0 Link encap:Ethernet HWaddr 40:A3:6B:C2:14:XX
inet6 addr: fe80::42a3:6bff:fec2:14XX/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:38 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)
And I'm unable to ping anything
root@Omega-1439:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
ping: sendto: Network unreachable
What are the next steps?