Thread
:
connecting to the internet via the command line
View Single Post
Matan
2009-03-31 , 17:08
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#
3
Are you sure the network is available? Did you try to reboot? Sometimes the network gets stuck in non working state.
Starting a particular connection is only possible for already setup connections. It works by sending commands to the connection manager, so it will probably not work if the connection manager does not work.
The command is:
dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:$1 uint32:0
where $1 is replaced by the id of the connection (find it by running the command:
gconftool-2 -R /system/osso/connectivity/IAP | less
Quote & Reply
|
Matan
View Public Profile
Send a private message to Matan
Find all posts by Matan