![]() |
2010-01-15
, 00:19
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#62
|
I too could not browse the web through my home wifi after the update. Narrowed it down to DNS resolution problem before coming here because I could browse by IP. I had previously installed/uninstalled vpnc prior to the update, and the above solution worked for me. Thanks. (extras, ahh!!!!!)
@DaveQB: I ran through the checks you walked through, and my /etc/dnsmasq.conf was good after the update and didn't need the changes you indicated, so I tried the above solution.
nslookup google.com
nameserver 4.2.2.1
nslookup google.com
![]() |
2010-01-15
, 00:21
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#63
|
god damn nokia, just when they start doing something right. some smart *** developer goes and screws it up by not testing the firmware..how in gods name does something this big get by them?!!?
I too also have the same problem. Has anyone confirmed if reflashing the firmware works at all??
![]() |
2010-01-15
, 00:22
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#64
|
god damn nokia, just when they start doing something right. some smart *** developer goes and screws it up by not testing the firmware..how in gods name does something this big get by them?!!?
I too also have the same problem. Has anyone confirmed if reflashing the firmware works at all??
![]() |
2010-01-15
, 00:27
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#65
|
Unless I'm missing something... this problems is caused by installing extras-devel software VPNC.
Seriously.. if you're going to use extras-devel software.... This really isn't anybody else's fault......
These people aren't getting paid to maintain these packages...
![]() |
2010-01-15
, 00:32
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#66
|
find /etc/ -iname "*dpkg-dist*"
![]() |
2010-01-15
, 00:32
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#67
|
Cool, no worries.
I think the best way to troubleshoot this is to:
It should say something about using 127.0.0.1 and return an IP address.Code:nslookup google.com
If not, put into /etc/resolv.conf
And try again.Code:nameserver 4.2.2.1
It should resolve then there is definitely a dns look up issue with your resolv files. What could be unique to each, depending on what files you edited by hand and what files were edited by apps from extra etc..Code:nslookup google.com
![]() |
2010-01-15
, 00:35
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#68
|
I think an easy way to find a lead on your problem would be to find /etc/ config files that were not updated with the update.
Post back here what that turns up.Code:find /etc/ -iname "*dpkg-dist*"
![]() |
2010-01-15
, 00:36
|
Posts: 13 |
Thanked: 1 time |
Joined on Jan 2010
@ Melbourne
|
#69
|
Hmmm I am not entirely convinced that this is a Nokia caused problem.
I am thinking it is either
1. You edited a file by hand so the update didn't overwrite that file but you need the changes. The default behaviour with any Linux system, but maybe it shouldn't be with this phone.
2. An application made changes and Nokia was unaware of these changes [how many apps are there] and thus broken the system when the update came through, making changes that tested fine on an N900 that had standard apps installed.
![]() |
2010-01-15
, 00:40
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#70
|
I too also have the same problem. Has anyone confirmed if reflashing the firmware works at all??
Last edited by beeman102; 2010-01-15 at 00:11.