You're my hero ^^ Strangely ifconfig usb0 on the server doesn't work anymore... but who cares?
Now I have only other two problems: I can't mount the partition with sshfs:
Code:
$ sudo sshfs -o sftp_server=/mnt/onboard/.kobo/usbnet/sftp-server root@192.168.2.101:/ /media/kobo
root@192.168.2.101's password:
remote host has disconnected
Is it a problem with sftp-server?
Furthermore I noticed that even if I exit the launcher, if I reconnect the Kobo with the usb to the server, dropbear is still running. Can't you change he usbnet button to "disable usbnet" when clicked, and add this script?
Code:
killall dropbear
ifconfig usb0 down
busybox rmmod g_ether
busybox rmmod arcotg_udc
PS: the other launcher applications and the launcher itself are killed after you exit the launcher?