The Following 6 Users Say Thank You to ginggs For This Useful Post: | ||
![]() |
2015-12-24
, 11:56
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#3
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2015-12-24
, 13:53
|
Posts: 109 |
Thanked: 84 times |
Joined on Sep 2014
@ India
|
#4
|
![]() |
2015-12-24
, 14:54
|
Posts: 816 |
Thanked: 1,594 times |
Joined on Aug 2014
|
#5
|
The Following 3 Users Say Thank You to aspergerguy For This Useful Post: | ||
![]() |
2015-12-24
, 16:21
|
|
Posts: 306 |
Thanked: 582 times |
Joined on Mar 2012
|
#6
|
Dec 24 09:45:25 (2015) udhcpc[22681]: udhcpc (v0.9.9-pre) started Dec 24 09:45:25 (2015) udhcpc[22681]: Sending discover... Dec 24 09:45:29 (2015) udhcpc[22681]: Sending discover... Dec 24 09:45:29 (2015) udhcpc[22681]: Sending select for 192.168.88.10... Dec 24 09:45:29 (2015) udhcpc[22681]: Lease of 192.168.88.10 obtained, lease time 259200 Dec 24 09:45:29 (2015) dnsmasq[652]: reading /var/run/resolv.conf.wlan0 Dec 24 09:45:29 (2015) dnsmasq[652]: using nameserver 192.168.88.1#53 Dec 24 09:45:29 (2015) dnsmasq[652]: read /etc/hosts - 2 addresses Dec 24 09:45:29 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_IP_UP: interface is 'wlan0' Dec 24 09:45:29 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_IP_UP: interface is 'wlan0' Dec 24 09:45:36 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_SCRIPT_POST_UP: interface is 'wlan0' Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - mc-disconnect started Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - am_prepared_cb called Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - No online accounts require ip routing, exiting Dec 24 09:45:36 (2015) udhcpc[22681]: Unicasting a release of 192.168.88.10 to 192.168.88.1 Dec 24 09:45:36 (2015) udhcpc[22681]: zeroconf: address selected is 169.254.249.11 Dec 24 09:45:36 (2015) udhcpc[22681]: Sending release... Dec 24 09:45:36 (2015) udhcpc[22681]: Entering released state Dec 24 09:45:36 (2015) wlancond[1036]: Scan issued Dec 24 09:45:36 (2015) udhcpc[22681]: Received SIGTERM
![]() |
2015-12-24
, 16:48
|
|
Posts: 306 |
Thanked: 582 times |
Joined on Mar 2012
|
#7
|
Not sure whether this problem related to Microsoft server being currently down which is currently affecting Symbian Belle devices; see explanation by abi99(2) in third post, although do not know whether Harmattan does similar poll on server.http://answers.microsoft.com/en-us/m...3-9c5bf32c8214
![]() |
2015-12-24
, 17:01
|
|
Posts: 306 |
Thanked: 582 times |
Joined on Mar 2012
|
#8
|
Thanks for your replies. I see that this work for FP2 too. The method is actually very simple. If anybody wants to start own "Nokia WLAN Connectivity Test server":
1. You need web server with dedicated public IP and access to default page. (shared hosting with many-sites-on-one-IP will not work because the query goes to IP, without reference to host-name, and so has to be worked out by 'default site')
2. Place the following PHP code (or rewrite it in other server-side language) in your index file:
3. Change hosts file on your device (C:\Private\10000882\hosts for S^3) likeCode:$headers = apache_request_headers(); if(isset($headers['X-Nokia-WLAN-Connectivity-Test'])) { header('X-Nokia-WLAN-Connectivity-Test', 'true'); exit(); }
4. You're done!Code:_YOUR_SERVER_IP_ connectivity-test.ext.nokia.com
The Following 2 Users Say Thank You to ginggs For This Useful Post: | ||
![]() |
2015-12-24
, 18:49
|
Posts: 509 |
Thanked: 626 times |
Joined on Jul 2012
@ Mexico/Germany
|
#9
|
![]() |
2015-12-24
, 20:29
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#10
|
After using Settings / Reset / Restore settings, I lost all of my known wifi networks (not surprising).
Connecting to a wifi network works fine, and I can set the new wifi network as 'Automatically used' and it remains connected.
If I leave the range of the wifi connection, my N9 automatically connects to my mobile network connection.
However, when I return to this wifi network, my N9 automatically connects to the wifi network briefly, then disconnects and connects to my mobile network connection.
If I check the properties of the wifi connection, I can see it is now set to 'Manually used'.
Before doing 'Restore settings' my wifi connections would remain 'Automatically used'.
Any ideas, please?
Update 2016-01-18: connectivity-test.ext.nokia.com is back online since 2016-01-04. If you are still experiencing the problem, delete the wific connection and create it again.
Update 2016-06-07: connectivity-test.ext.nokia.com is offline again.
Solution, add the following line to /etc/hosts:
Last edited by ginggs; 2016-06-07 at 05:16.