Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4457

My Kindle Network does not work.

$
0
0
Hi.

I got at brand new Kindle 4. So far I installed the jailbreak, the kindlet jailbreak, the developer keys, KUAL and usbnetworking.

The latter thing does not work. My kindle seems to refuse any kind of network from outside.

I followed the usbnetwork instructions. On my host the lsusb displays
Code:

Bus 001 Device 052: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
and the usbnetworkd status in the KUAL menu is enabled.

I do configure the networkinface with like

Code:

# ifconfig usb0 192.168.15.201
# ifconfig usb0
usb0      Link encap:Ethernet  HWaddr ee:49:00:00:00:00 
          inet addr:192.168.15.201  Bcast:192.168.15.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 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)

But I can't ping the Kindle.

Code:

# ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
From 192.168.15.201 icmp_seq=1 Destination Host Unreachable
From 192.168.15.201 icmp_seq=2 Destination Host Unreachable
From 192.168.15.201 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.15.244 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3000ms
pipe 4
# ssh 192.168.15.244
ssh: connect to host 192.168.15.244 port 22: No route to host




Same thing goes for the Wifi connection. I added my ssh public key to usbnet/etc/authorized_keys and enabled ssh over wifi via KULA. Pinging or sshing to the wifi ip address of the kindle does lead to the same results.


:help: :help:

Viewing all articles
Browse latest Browse all 4457

Trending Articles