View Single Post
Old 10-21-2010, 03:57 AM   #14
manonoc
Junior Member
manonoc began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Oct 2010
Location: FRANCE
Device: sony PRS 500, KINDLE DX GRAPHITE, KOBO forma
that's working very well !

i've too configured before g:/kindle/usbnetwork/info with the good IP

under vista, the driver "RNDIS / Ethernet Gadget" is not found

but under ubuntu, you've just to configure /etc/network/interfaces
with (my lan is 71, it is usually 1) :


allow-hotplug usb0
mapping udev
script grep
map usb0
iface usb0 inet static
address 192.168.71.2
netmask 255.255.255.0
network 192.168.71.0
broadcast 192.168.71.255

and after:

ifdown usb0 (usefull sometimes)
ifup usb0
ssh 192.168.71.10


hope that helps !
manonoc is offline   Reply With Quote