View Single Post
Old 04-04-2016, 12:12 PM   #143
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
K2I (B003) USB network problem

Using the packages from this thread for:
Jailbreak, KUAL, MrPI, MKK, and USBnetwork on a K2I that had never been jailbroken before - -

Using the 'Toggle USB Network' button -
Later, using the 'USBnetwork Status' button -
I see a status message of "USBNetwork: enabled (usbnet, sshd down?)"

I do have an address on the USB PC device:
Code:
       valid_lft forever preferred_lft forever
5: usb1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether ee:49:00:00:00:00 brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.1 peer 192.168.2.2/32 scope global usb1
    inet6 fe80::ec49:ff:fe00:0/64 scope link
I have a route:
Code:
$ ip route
default via 192.168.0.1 dev eth0  metric 100 
169.254.0.0/16 dev eth2  proto kernel  scope link  src 169.254.57.30 
192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.2 
192.168.0.0/16 dev usb0  proto kernel  scope link  src 192.168.15.201 
192.168.2.2 dev usb1  proto kernel  scope link  src 192.168.2.1
Telnet works:
Code:
$ telnet 192.168.2.2
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]#
but indeed, just like the status message said, dropbear is not running:
Code:
[root@kindle root]# ps aux | grep 'drop'
root     14893  0.0  0.3   2652   472 pts/0    RN+  01:50   0:00 grep drop
I made one change to the default config file:
Code:
# Don't let dropbear print the banner at each login
QUIET_DROPBEAR="true"
In the file: config.default not in the file: config

K2I - FW-2.5.2

Can you suggest what I might check next?
knc1 is offline   Reply With Quote