Hi,
went through all steps, but at the end can ping, but can't telnet, I'm getting:
telnet: Unable to connect to remote host: Connection refused
I'm sure it's kindle I'm pinging, because when I disconnect it, the pings stop working.
Any ideas?
Quote:
Originally Posted by Rinzwind
Linux/Ubuntu:
I took steps up to 7 and when disi! spoke about windows I started to investigate myself. I did the following (maybe someone could tell me if I did some unnecesary steps!!):
sudo ifconfig usb0 192.168.2.2
You can check the result with:
lsusb | grep RNDIS
This should show something like:
Bus 008 Device 002: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
Now you should be able to ping your kindle with:
ping 192.168.2.2
and ...
telnet 192.168.2.2 now gives me...
Trying 192.168.2.2...
Connected to 192.168.2.2.
Escape character is '^]'.
Welcome to Kindle!
#################################################
# 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]# uname -a
Linux kindle 2.6.26-rt-lab126 #5 Wed Sep 15 19:25:13 PDT 2010 armv6l unknown
[root@kindle root]#
|