View Single Post
Old 05-06-2013, 07:06 AM   #118
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
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?

Last edited by Lucas Malor; 05-08-2013 at 04:18 PM.
Lucas Malor is offline   Reply With Quote