![]() |
2010-01-15
, 21:04
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#2
|
Upgraded to Pr1.1 finally, had to remove broken themes, etc, but finally got there to upgrade OTA!
Upgrade went fine.
Now, I can't use the WiFi.
I can connect to my home network, without any problems. I am writing on my laptop using this same wi-fi connection.
However, on the N900 - I can't browse anything.
ping google.com
>ping: bad address 'google.com'
I have tried this by setting a DNS in the GUI, but no help.
Using 10mw, Max Power Saving.
I CAN log-in to my routers config page in the browser... 192.168.0.2. No other webpages seem to work.
![]() |
2010-01-15
, 21:06
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
![]() |
2010-01-15
, 21:14
|
Posts: 24 |
Thanked: 3 times |
Joined on Jan 2010
|
#5
|
![]() |
2010-01-15
, 21:19
|
Posts: 24 |
Thanked: 3 times |
Joined on Jan 2010
|
#6
|
![]() |
2010-01-15
, 21:21
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#7
|
ps | grep udhcpc
>2493 root 2008 R gregp udhcpc
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric
Ref Use Iface
/etc/resolv.conf
nameserver 127.0.0.1
![]() |
2010-01-15
, 21:27
|
Posts: 24 |
Thanked: 3 times |
Joined on Jan 2010
|
#8
|
![]() |
2010-01-15
, 21:29
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#9
|
After:
apt-get install --reinstall -d libicd-network-ipv4
Ping google.com returns:
(1.0.0.0) 56 data bytes... which fails with 100% packet loss.
So the problem is that all address are returning as 1.0.0.0
but how is this resolved?
EDIT: I can now browse websites using the browser just fine, but can't ping, can't update weather, can't update repos... etc.
dpkg -i --force-confnew /var/cache/apt/archives/libicd-network-ipv4*
The Following User Says Thank You to rebhana For This Useful Post: | ||
![]() |
2010-01-15
, 21:29
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#10
|
The switch "-d" in apt-get install means "down-load only". It might be sufficient to omit it for a real re-install. To enforce reinstallation of configuration files with the downloaded-only package one could do:
Code:dpkg -i --force-confnew /var/cache/apt/archives/libicd-network-ipv4*
Upgrade went fine.
Now, I can't use the WiFi.
I can connect to my home network, without any problems. I am writing on my laptop using this same wi-fi connection.
However, on the N900 - I can't browse anything.
ping google.com
>ping: bad address 'google.com'
I have tried this by setting a DNS in the GUI, but no help.
Using 10mw, Max Power Saving.
I CAN log-in to my routers config page in the browser... 192.168.0.2. No other webpages seem to work.