![]() |
2009-03-31
, 16:50
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#2
|
![]() |
2009-03-31
, 17:08
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#3
|
![]() |
2009-03-31
, 19:11
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#4
|
![]() |
2009-04-01
, 01:32
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2009
|
#5
|
You could also try
"iwlist wlan0 scan"
This will scan from the command line for available AP's.
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
I remember this. This sounds a bit like what happened to me when trying to upgrade Diablo with apt-get. The install process (using apt-get instead of the Application Manager) runs out of space, and leaves the tablet in a broken state, with more packages to install, but unable to connect to the Internet to finish the upgrade.
But this might not be the same thing at all; I've never heard of anyone upgrading from Chinook to Diablo via the command line.
![]() |
2009-04-01
, 02:03
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#6
|
![]() |
2009-04-01
, 09:25
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#7
|
Well, I had to run "dpkg --configure -a" to complete things, but there was only 2 unresolved packages ("osso-bookmark-user-rx44" and "initfs-flasher"). These don't seem relevant to networking, however.
Surprisingly, it didn't completely break, but there is one big problem: I can no longer connect to a network. (It sits there saying "Searching" and never finds my connection.)
Does anyone know how to start a particular connection via the command line (from OSSO xterm)? Then, maybe I could have a fighting chance of getting this working again.
Thanks.