View Single Post
Posts: 36 | Thanked: 26 times | Joined on Oct 2011 @ Riga, Latvia
#1
The Harmattan dev docs have a section on setting up internet connection over USB. Despite an error in the docs I kind-of got it working. "Kind-of" because although it works from terminal, web browser and the like still think I'm offline.

I found N900 usbnet wiki page which says that I have to install libicd-network-dummy. Is there anything similar for N9? It would be cool to have an app/plugin which would show USB in network connections, and perform the necessary setup when connected. Also I miss an option to use DHCP for usb0 (I mean with N9 as the client instead of server).

PS. The error in dev docs - instead of
Code:
devel-sh -c 'route add defalt gw 192.168.2.14'
one should use
Code:
develsh -c '/sbin/route add default gw 192.168.2.14'
It seems that /sbin is not in the $PATH (at least not for me, neither for user nor root) and develsh is necessary to do some Aegis massage.
 

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