Again, I unplugged the kindle, disabled usbnet, re-enabled it and replugged the kindle.
ping still not working.
Rebound usb0 to 192.168.15.201, and then ping started working again. So I went with ssh:
Code:
root@acerino:~# ssh root@192.168.15.244
Welcome to Kindle!
root@192.168.15.244's password:
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]# ls
[root@kindle root]# pwd
/var/tmp/root
[root@kindle root]# cd /
[root@kindle /]# ls
MNTUS_EXEC bin dev etc lib mnt opt proc sbin sys tmp usr var
[root@kindle /]# cd sys
And again, everything hanging.
I opened a new shell, then:
Code:
marco@acerino:~$ sudo -i
[sudo] password for marco:
root@acerino:~# ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
^C
--- 192.168.15.244 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3022ms
root@acerino:~# ifconfig usb0 192.168.15.201
root@acerino:~# ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=1.27 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.341 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.291 ms
^C
--- 192.168.15.244 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.291/0.636/1.278/0.454 ms
root@acerino:~#
root@acerino:~#
root@acerino:~#
root@acerino:~# ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
^C
--- 192.168.15.244 ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6047ms
root@acerino:~#
root@acerino:~#
root@acerino:~# ifconfig usb0 192.168.15.201
root@acerino:~# ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=1.22 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.193 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.191 ms
64 bytes from 192.168.15.244: icmp_seq=4 ttl=64 time=0.190 ms
^C
--- 192.168.15.244 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.190/0.449/1.224/0.447 ms
It seems that the network connection fails after a few seconds