View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#6
Hello,

Sorry I haven't replied to your PM or here earlier.

Originally Posted by eefo View Post
it isn't showing the ip , it says servername .
i know servername is called as ip but it's totally different from the wlan ip .
like servername is : 127.0.... and it wlanip is 192.168.1...
Don't worry, mine says
nameserver 127.0.0.1
and it works correctly, it's ip server of a so-called loopback network interface and it is a numerical ip address representation of "localhost" (if you want to know more you can read http://en.wikipedia.org/wiki/Localhost but it is irrelevant in this case I guess)

Anyway, back on topic, what is the result of commands:
1.
Code:
sudo gainroot
ping downloads.maemo.nokia.com
It should display some lines (add one more line to output per second), even if it doesn't output anything hit crtl+c on your keyboard after +/- 20 seconds to stop it working, you should see something like:
--- downloads.maemo.nokia.com ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max 39.093/74.915/129.639 ms
What does it say exactly?
2. And also later please repeate the procedure with:
Code:
ping repository.maemo.org
and paste here the output.
3. Last thing: what is the output of command
Code:
cat /etc/apt/sources.list.d/hildon-application-manager.list
?

Last edited by misiak; 2011-05-11 at 23:24.