![]() |
2010-01-14
, 07:06
|
Posts: 150 |
Thanked: 91 times |
Joined on Dec 2009
@ Norway
|
#2
|
![]() |
2010-01-14
, 07:07
|
Posts: 24 |
Thanked: 3 times |
Joined on Jan 2010
|
#3
|
![]() |
2010-01-14
, 07:12
|
Posts: 24 |
Thanked: 3 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-01-14
, 07:19
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#5
|
![]() |
2010-01-14
, 07:21
|
Posts: 150 |
Thanked: 91 times |
Joined on Dec 2009
@ Norway
|
#6
|
![]() |
2010-01-14
, 07:31
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#7
|
![]() |
2010-01-14
, 13:51
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#8
|
Nokia-N900-42-11:~# grep resolv /etc/dnsmasq.conf # somewhere other that /etc/resolv.conf resolv-file=/var/run/resolv.conf resolv-file=/tmp/resolv.conf.wlan0 resolv-file=/tmp/resolv.conf.ppp0 resolv-file=/tmp/resolv.conf.lo resolv-file=/tmp/resolv.conf.gprs # /etc/resolv.conf # If you don't want dnsmasq to read /etc/resolv.conf or any other #no-resolv # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
This hasn't changed. Nokia-N900-42-11:~# cat /var/run/resolv.conf.wlan0 domain home.dward.us nameserver 10.33.33.15
![]() |
2010-01-14
, 13:52
|
Posts: 25 |
Thanked: 87 times |
Joined on Nov 2009
|
#9
|
I got the same problem after upgrading to maemo 5 PR1.1. When I connect via WIFI I don't get nameresolving. The ip is OK, and I can connect via IP.
From 3G everything works normal.
The Following User Says Thank You to juaalto For This Useful Post: | ||
![]() |
2010-01-14
, 14:15
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#10
|
Same problem here after the update.
I know the N900 uses dnsmasq package [why, I have no idea]
Code:Nokia-N900-42-11:~# grep resolv /etc/dnsmasq.conf # somewhere other that /etc/resolv.conf resolv-file=/var/run/resolv.conf resolv-file=/tmp/resolv.conf.wlan0 resolv-file=/tmp/resolv.conf.ppp0 resolv-file=/tmp/resolv.conf.lo resolv-file=/tmp/resolv.conf.gprs # /etc/resolv.conf # If you don't want dnsmasq to read /etc/resolv.conf or any other #no-resolv # If you don't want dnsmasq to poll /etc/resolv.conf or other resolvCode:This hasn't changed. Nokia-N900-42-11:~# cat /var/run/resolv.conf.wlan0 domain home.dward.us nameserver 10.33.33.15
Ahh in compiling this post I now see the issue.
Hmmmm
I will add that extra line to /etc/dnsmasq.conf but why is it needed after the update?
Broken package?
I hope changes to dnsmasq.conf remain with a network/system restart....
Nokia-N900-42-11:~#grep var /etc/udhcpc/* /etc/udhcpc/default.bound:RESOLV_CONF="/var/run/resolv.conf" /etc/udhcpc/default.renew:RESOLV_CONF="/var/run/resolv.conf"
Nokia-N900-42-11:~# grep -i resolv /etc/maemo-dhcp.d/50_ipv4_network_setup RESOLV_CONF="/var/run/resolv.conf.$interface" if egrep "^nameserver[\t ]*${ns}" $RESOLV_CONF > /dev/null echo -n > $RESOLV_CONF.tmp [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF.tmp echo nameserver $i >> $RESOLV_CONF.tmp mv $RESOLV_CONF.tmp $RESOLV_CONF
The Following User Says Thank You to DaveQB For This Useful Post: | ||
I have a home wifi network - laptop works, iPhone works.
Nokia N900 - WiFi is broken. Maybe this is because I am using 10mw power??
It works for the web-browser just fine.
BUT
Any application which connects to the internet, doesn't work!
I can't even update the firmware, TuneWiki, or even the weather when I am on WiFi... but can browse the web perfectly.
When I try to use the wifi via an application, it just times out.
Any help??