You mean, how to set up the USB networking? If you use Linux, when you connect N9 to a computer in SDK mode most propably your device is recognized as network device and an USB ethernet device is created in the kernel. (which shows up as usb0: device in ifconfig) In Nemo the SDK mode is default, as opposed to in Harmattan where by default you are asked whether to use USB memory mode or USB SDK mode. The difference is that in Harmattan when you connect the device in SDK mode, it will launch up /usr/sbin/dnsmasq with DHCP offer, giving the address to your PC automatically. With Nemo, you have to do this manually. You can either set it up in the Network manager, or put the following lines in your /etc/network/interfaces: Code: auto usb0 iface usb0 inet static address 192.168.2.14 netmask 255.255.255.0 If you are using some Windows variant, you propably need to install NDIS drivers and do some other dirty windows magic to make it work
auto usb0 iface usb0 inet static address 192.168.2.14 netmask 255.255.255.0