View Single Post
Old 07-21-2011, 08:35 PM   #1839
Zatakawa
Enthusiast
Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.Zatakawa ought to be getting tired of karma fortunes by now.
 
Zatakawa's Avatar
 
Posts: 37
Karma: 500222
Join Date: Mar 2011
Device: none
I am having some trouble using USB Networking.
  1. Installed Jailbreak and usbnetworking
  2. Edited config:
    Code:
    HOST_IP=192.168.0.112
    KINDLE_IP=192.168.0.49
  3. On Kindle:
    Code:
    <DEL> ;debugOn
    <DEL> ~usbNetwork
    (now usb0 ethernet interface automatically appears.)
  4. On Host:
    Code:
    $ sudo eject Kindle
    $ sudo ifconfig usb0 192.168.0.112
    $ telnet 192.168.0.49
    Trying 192.168.0.49...
    telnet: Unable to connect to remote host: No route to host
What did i miss?

Am i correct that the usb0 interface needs to have the inet address of the host computer? (That's what your README tells me)

The MAC address in ifconfig shows ee:49:00:00:00:00.

I also can't ping 192.168.0.49: From 192.168.0.112 icmp_seq=1 Destination Host Unreachable

Last edited by Zatakawa; 07-21-2011 at 09:19 PM.
Zatakawa is offline   Reply With Quote