LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-14-2012, 09:15 AM   #1
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Rep: Reputation: Disabled
Firefox can't find the server at Start.ubuntu.com


I am having trouble logging onto the internet. Upon clicking on Firefox web browser, I get the message - "Firefox can't find the server at start.ubuntu.com".
Each time I try pulling up a site, I get the same message, "Firefox can't find the server at (the site I am trying to get) .com. At one point I saw a message that my URL was unrecognized.
I have been running linux for years and now have an issue logging on. I am currently running Ubuntu 10.04 LTS, Lucid Lynx. I have checked my connection by connecting a laptop to my modem and I can run it with window 97 with a few glitches. I would like my Linux back, can anyone help? Ken Anderson.
 
Old 04-14-2012, 02:14 PM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Hey there Ken,

Welcome here.

Let's go one step at a time. What's the contents of /etc/resolv.conf? Can you ping your computer? Try this:

Quote:
ping 127.0.0.1
If so, try to ping the modem, possibly

Quote:
ping 192.168.1.1
And finally, ping google:

Quote:
ping 173.194.78.94
If all of that works...we'll continue with the next step...

Thor
 
Old 04-14-2012, 02:24 PM   #3
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Ubuntu has a long history of this type of thing. For a while it only seemed to happen on the *.10 releases but then from 10.04 it was happening on the *.04 releases as well. If your problem is what I think it is you will need to follow these steps which come from here

Quote:
Your Problem:
DNS resolution via local router DNS relay has proven to be a common failure point in my experience.

Try this...
open a terminal.
run this command

sudo gedit /etc/dhcp3/dhclient.conf

search for this line... #prepend domain-name-servers 127.0.0.1; insert the following line
after that line.

prepend domain-name-servers 208.67.222.222,208.67.220.220;

Save the file, disconnect and reconnect, then retest.

What this does...
It hardsets your machine to use OpenDNS nameservers.. you may swap 208.67.xxx.xxx with the IP's of your chosen nameservers, although I think you'll find the OpenDNS servers to be much more efficient.

So, no matter what DNS is handed to you by DHCP, your machine will always behave and use just the DNS servers you tell it to.
Hope this helps, let us know how you go.

Last edited by k3lt01; 04-14-2012 at 02:26 PM.
 
1 members found this post helpful.
Old 04-18-2012, 01:43 AM   #4
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
How did you go Ken? Did you get it working?
 
Old 04-18-2012, 02:10 PM   #5
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
k3lt01: I did what you suggested and it didn't produce anything different, any other tips my friend? Ken
 
Old 04-18-2012, 02:37 PM   #6
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Did you try what Thor suggested?

Your not in offline mode are you?

Last edited by k3lt01; 04-18-2012 at 02:39 PM.
 
Old 04-18-2012, 08:44 PM   #7
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
k3lt01: Yes, I did what Thor suggested, I only got a response from the 1st of the 3 pings, would it help if I sent the results? I tried to email Thor from the icon in the upper left of his message, haven't received response yet... I'm rather new to this. I checked offline mode and that is not it. Another odd thing happens these days, the monitor goes dark after some time, couple hours, and the on/off button that is normally green-lit is yellow and I cannot get it on again unless I turn off processor, wait and turn on system again. Any help would be appreciated, I am currently running off a lap top w/ windows and miss my Linux. Confused in Minnesota,Ken.
 
Old 04-18-2012, 08:59 PM   #8
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Hi Ken

Don't email or PM people for help in private, ask in public so others can also help or get help from answers that you get.

Go through the process that Thor asked you to do again and post the results up in this thread. When you go to post in the thread you will see a # in the row above the box you are typing in. Click on that and you will see [ code ] [ /code ] put your information between the two ] [ . I have had to space it out so you can see what it will look like in your reply to thread box. It looks different in the finished post.

Once you have done that we can see what things are looking like and may get a better idea of what is happening.

EDIT: Just thinking, you do have the driver installed don't you? What is your hardware? Can you post the output of lspci please? and tell us what the network icon in the panel is showing. I suspect you either haven't got the driver installed or there is something like a network key missing.

Last edited by k3lt01; 04-18-2012 at 09:03 PM. Reason: Ask about driver?
 
Old 04-18-2012, 10:02 PM   #9
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Two possibilities...

- Faulty network cable
- Faulty network card

Both result in the same behaviour: ping 127.0.0.1 works, anything else (beyond the box) fails...

A new network card would mean tweaking the system to use eth1 instead of eth0, on Arch that's done in /etc/rc.conf...I think the settings are done elsewhere (but on a similar mode) on Ubuntu...

Thor
 
Old 04-18-2012, 10:23 PM   #10
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Thor_2.0 View Post
Two possibilities...

- Faulty network cable
- Faulty network card

Both result in the same behaviour: ping 127.0.0.1 works, anything else (beyond the box) fails...

A new network card would mean tweaking the system to use eth1 instead of eth0, on Arch that's done in /etc/rc.conf...I think the settings are done elsewhere (but on a similar mode) on Ubuntu...

Thor
Not if he can run it with Windows as suggested in his OP.

If the driver isn't installed or installed incorrectly (or Network Manager or Wicd has shut the connection down) you will get the exact same symptoms. It will ping the machine itself but cannot ping anything outside the machine.
 
Old 04-19-2012, 11:15 AM   #11
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Ping results- Computer 127.0.0.1 gives Round trip time stats-Min 0.07, Avrg-0.07, Max-0.08. Transmission Stats- Packets Transmitted 5, Packets received 5, Successful packets 100%. Upon pinging for Modem 192.168.1.1 and Google 173.194.78.94, I receive no response.
From the terminal I also did following-
sudo gedit /etc/dhcp3/dhclient.conf

Search for this line... #prepend domain-name-servers 127.0.0.1; insert the following line
after that line.
prepend domain-name-servers 208.67.222.222,208.67.220.220;
I didn't make a difference.

You asked a few ?'s about my computer, help me to figure this out. How do I check to see if the driver is installed? How do I check to tell you what my hardware is? How do I obtain output of lspci? How do I check what the network icon in the panel is showing. Thank you for the time, Ken.
 
Old 04-19-2012, 02:26 PM   #12
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Kendancer1 View Post
You asked a few ?'s about my computer, help me to figure this out. How do I check to see if the driver is installed? How do I check to tell you what my hardware is? How do I obtain output of lspci? How do I check what the network icon in the panel is showing. Thank you for the time, Ken.
Lets do this one step at a time then. When you ping you open a terminal and type in ping etc. When you lspci or any other command you open a terminal and type in the command lspci or whatever command you need to type in. Hit enter and the output will come up in the terminal. Copy it into a post so we can see what you have. After you have done that we will work on the driver and network manager
 
Old 04-19-2012, 04:08 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Does ubuntu.com work or www.ubuntu.com work if you type it in?

Does www.start.ubuntu.com work if you type it in?

Ping is a poor test.

Use dig or nslookup for the name and see if it resolves.
 
Old 04-19-2012, 07:53 PM   #14
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Jethro: I will start with you, my friend, because the answer is shorter. You asked "Does ubuntu.com work or www.ubuntu.com work if you type it in? Does www.start.ubuntu.com work if you type it in?" I tried all three and nothing avails.
You stated "Ping is a poor test.Use dig or nslookup for the name and see if it resolves."
I typed in "dig" and here is what I got,
;<<>> DiG 9.7.0-P1<<>>
;; global options: +cmd
;; connection timed out; no servers could be reached
I typed in nslookup and here is what came up (I did try several times w/ same result).
;;connection timed out; no servers could be reached

K3lt01:
I entered ping and here it is:
Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface or address]
[-M mtu discovery hint] [-S sndbuf]
[ -T timestamp option ] [ -Q tos ] [hop1 ...] destination
I entered lspci and here it is:
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge
(rev 03)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 12)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 12)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 12)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF
02:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/Tx-M [Tornado] (rev 78)
I thank you guys for your time, Ken. (ps-this last line was not part of terminal readout).
 
1 members found this post helpful.
Old 04-19-2012, 08:50 PM   #15
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Kendancer1 View Post
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge
(rev 03)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 12)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 12)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 12)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF
02:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/Tx-M [Tornado] (rev 78)
The line in bold is a network card that you plug a cable into. Can you check the cable is connected properly. Can you also go into synaptic and tell me if firmware-linux-free and firmware-linux-nonfree are installed. If they are not installed this may be the problem because 3Com has drivers in both.

Also it seems as though there are bugs with this cards firmware
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] help firefox cannot find server john edward Linux - Newbie 4 09-24-2011 09:03 PM
[SOLVED] firefox cannot find server moonmoth Linux - General 6 06-26-2011 12:31 PM
Firefox in Fedora 15 cannot find server moonmoth Linux - Distributions 3 06-25-2011 05:26 PM
Xubuntu 10.10 - Firefox can't find the server - no longer able to access the internet Rookie999 Ubuntu 2 03-11-2011 01:01 PM
The ' and / keys cause Firefox start find...annoying Baix Linux - Software 1 07-02-2005 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration