View Single Post
Old 01-27-2010, 06:11 AM   #2
jft
Enthusiast
jft began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Jan 2010
Location: Germany
Device: Kindle DXi
My friend, you miss ONE critical point:

Quote:
-then ifconfig usb0 192.168.0.102
This assigns an IP to the usb interface of your computer!!

Quote:
I try to ssh to the kindle as root ssh root@192.168.0.102 and I am prompted for a password which I then press enter. I then get asked again and again.
Here you try to access your own computer, not the kindle!!

The IP of the kindle is assigned to the one written in the "usbnetwork" script and should be 192.168.2.2 in the latest versions. So you should assign 192.168.2.1 to your usb0 interface.

Now try "telnet 192.168.2.2".

Last edited by jft; 01-27-2010 at 08:13 AM.
jft is offline   Reply With Quote