![]() |
2010-02-25
, 18:23
|
Posts: 449 |
Thanked: 29 times |
Joined on Jun 2006
|
#42
|
![]() |
2010-02-27
, 19:41
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2010
|
#43
|
![]() |
2010-03-01
, 17:10
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#44
|
![]() |
2010-04-08
, 06:25
|
Posts: 63 |
Thanked: 7 times |
Joined on Jul 2007
|
#45
|
This "bug" just happened to mine too. I had left the 770 unattended for a few months and when I finally picked it up again it started doing this. I now have "trouble" at times connecting to my AP's at home and at work. Nothing has changed in either of them, same routers, etc... Someone also mentioned "power problem." My 770 doesn't last as long in stand by these days, nowhere near 24 hours. Maybe that's related, I don't know.
OS: os2007HE installed packages: xterm, gainroot, wireless-tools step 1: get root access in a xterm step 2: run these commands in the xterm: ifconfig wlan0 up iwconfig wlan0 key <your wep key> iwconfig wlan0 mode managed iwconfig wlan0 essid <your ssid> ifconfig wlan0 <your ip> netmask <your netmask> route add -net 0.0.0.0 netmask 0.0.0.0 gw <your default gateway> echo "nameserver <your dns server>" > /etc/resolv.conf gconftool -s -t string /system/osso/connectivity/IAP/DEFAULT/type DUMMY In the above commands, replace "<blahblah>" with parameters of your network(without the '<' and '>'). Then minimo should work fine; when using any built-in applications and the 770 asks you to choose a connection, always choose "DEFAULT" from the list, and then everything should work fine. You can also put all the commands in a script to make it easier to run it again.
![]() |
2010-04-29
, 19:58
|
Posts: 61 |
Thanked: 64 times |
Joined on Oct 2007
@ EU
|
#46
|
#! /bin/sh # Script for controlling the WLAN connection. # exit codes: # 0: OK # 1: you are not root # 2: connection failed # are we root? if [ `id -u` != 0 ]; then echo "Only root may run $0." exit 1 fi COMMAND=$1 USER=user # set network name for wlan as saved in Connections # only WEP, WPA preshared and NONE security MY_NETWORK="HOME_WLAN" MY_ESSID="HOME_WLAN" # MY_ESSID=`su - $USER -c "gconftool-2 -g /system/osso/connectivity/IAP/${MY_NETWORK}/wlan_ssid"` infoprint() { local msg=$1 su - $USER -c "dbus-send --session --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint \"string:$*\"" } bnep_start() { infoprint "Connecting to $MY_NETWORK ..." ifconfig wlan0 up MY_SECURITY=`su - $USER -c "gconftool-2 -g /system/osso/connectivity/IAP/${MY_NETWORK}/wlan_security"` case $MY_SECURITY in WEP) MY_KEY=`su - $USER -c "gconftool-2 -g /system/osso/connectivity/IAP/${MY_NETWORK}/wlan_wepkey1"` iwconfig wlan0 enc $MY_KEY mode managed essid $MY_ESSID ;; WPA_PSK) MY_KEY=`su - $USER -c "gconftool-2 -g /system/osso/connectivity/IAP/${MY_NETWORK}/EAP_wpa_preshared_passphrase"` iwconfig wlan0 enc s:$MY_KEY mode managed essid $MY_ESSID ;; NONE) iwconfig wlan0 mode managed essid $MY_ESSID ;; esac udhcpc -i wlan0 -n MY_IP=`ifconfig wlan0 | grep inet` infoprint "Connected with $MY_IP" } bnep_stop() { infoprint "Disconnecting from $MY_NETWORK ..." ifconfig wlan0 down udhcpc -i wlan0 -n ifconfig wlan0 up } case $COMMAND in connect) bnep_start ;; disconnect) bnep_stop ;; esac
The Following User Says Thank You to yrannadx For This Useful Post: | ||
![]() |
2010-05-27
, 14:18
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#47
|
![]() |
2010-05-27
, 15:43
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#48
|
![]() |
2010-05-30
, 08:40
|
Posts: 179 |
Thanked: 47 times |
Joined on Oct 2007
|
#49
|
![]() |
2010-06-14
, 04:04
|
Posts: 9 |
Thanked: 2 times |
Joined on Jun 2010
|
#50
|
I have spend 100-200 hours with this device and have never been able to do the things why i bought it for, and at last it's breathing stopped with the wlan problems. Thank god i guess.
I have bought nokia mobile products since 1995 but lag of support makes me support other manufacturers from now on (15+ phones, including couple communicators, i-tablets and stuff).