View Single Post
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#1
  • 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
  • If you're using NetworkManager (Ubuntu etc.) wait for the address search to stop (notification area stops "connecting" animation) and you have a "disconnected" popup.
  • Issue the following command on the PC:
    Code:
    sudo ifconfig usb0 192.168.2.14 netmask 255.255.255.0 up
  • Then you may:
    Code:
    ssh root@192.168.2.15
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 

The Following 3 Users Say Thank You to smoku For This Useful Post: