Quote:
Originally Posted by valex
I upgraded usbNetwork to v0.27 and sshd over wifi worked. Then I upgraded fw to 3.0.3. Now sshd is not working after
;debugOn
~usbNetwork
Mounting the Kindle over USB shows that the usbnet directory is still there. Here is my config (with comments removed)
HOST_IP=192.168.1.1
KINDLE_IP=192.168.1.9
K3_WIFI="true"
K3_WIFI_SSHD_ONLY="true"
Do I need to reinstall usbNetwork 0.27 to re-enable sshd?
Thanks
|
Can you still ping/ssh to it with the USB cable in?
If so do a:
ps -ef|grep sshd
and see if it returns something like this:
root 14663 1 0 19:58 ? 00:00:00 /usr/bin/dropbear -P /mnt/us/usbnet/run/sshd.pid
root 16858 14663 4 20:03 ? 00:00:00 /usr/bin/dropbear -P /mnt/us/usbnet/run/sshd.pid
-> this means ssh is running.
-> if it does not show this you need to start sshd.
The only thing I remember that needs to be activated on the kindle is g_ether
(modprobe g_ether). Maybe it got deleted during the update/restart?
You can find info on g_ether with
/sbin/modinfo g_ether
Any other questions and smart sollutions will come from NiLuJe

(now let's see if he is up to the challenge >

) lol