View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#4
Originally Posted by bugelrex View Post
If I want to connect using Windows, what is the equivalent of:
sudo ifconfig usb0 192.168.2.14 netmask 255.255.255.0 up

Does ipconfig provide this same functionality?
The problem in Windows is, that you need a driver to be installed to use your device as a usb-networking device. This driver should come with PC Connectivity, MADDE and the Nokia Qt SDK. Then you can use the Windows UI to configure your usb connection (IP address etc.)


Originally Posted by smoku View Post
[LIST][*]First install SSH server on the device. I use 'dropbear' package.[*]Check for the following lines in /etc/network/interfaces and if there aren't there, add them (using root):
Code:
iface usb0 inet static
        address 192.168.2.15
        netmask 255.255.255.0
[*]Connect N900 with USB cable.[*]Select "PC Suite Mode" in popup.[*]Switch to 'root' on N900 and issue the following commands:
Code:
ifup usb0
/etc/init.d/dropbear start

It's a matter of taste, but I like MAD developer, as it does all the steps, offering a UI. Maybe you want to have a look at that one.


Originally Posted by debernardis View Post
Please add it to the wiki, too
There is a wiki-page already


Daniel

Last edited by danielwilms; 2010-06-18 at 12:30. Reason: changed link to N900 usb networking page
 

The Following 2 Users Say Thank You to danielwilms For This Useful Post: