LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-01-2005, 01:07 PM   #1
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Rep: Reputation: 15
Can't get online...


i cant get online with my linux machine !!!

ok...
when i boot up and go into verbose mode i get this


Code:
Bringing up interface eth0:
Determining IP Information for eth0... failed
when it says "Bringing up interface eth0:" it just sits there for about 3 minuts.

it then moves on to say the other thing, does some other stuff and boots like normal.

i use a linksys wireless card named eth1. it works through linuxant driverloader. when i start the prog it connects to the network (supposedly) and looks to be acting normaly. when i open a browser i cant get to any sites, i can't download anything, and can't even get updates and stuff though urpmi.

i can, however, connect to the network and get to the router settings. when i checked it everything was fine. ive tried to get on my syster's comp (with windoze) and it worked just perfectly.



what do i do...? It used to work just fine...

I'm running mandrake 10.1 on an averatec 3150 laptop. I know very little in the way of linux so please speak in terms that a newb would understand.
 
Old 03-01-2005, 01:23 PM   #2
fluxrad
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Rep: Reputation: 0
Re: Can't get online...

Quote:
Originally posted by nenyo
i use a linksys wireless card named eth1. it works through linuxant driverloader. when i start the prog it connects to the network (supposedly) and looks to be acting normaly. when i open a browser i cant get to any sites, i can't download anything, and can't even get updates and stuff though urpmi.
That sounds like a DNS problem. Provided you can ping stuff (ip addresses, not names) then check /etc/resolv.conf and make sure you have a nameserver setup.
 
Old 03-01-2005, 01:49 PM   #3
harken
Member
 
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666

Rep: Reputation: 30
Why is your card named eth1 instead of eth0? Do you have a second one?
 
Old 03-01-2005, 03:20 PM   #4
NoStop
Member
 
Registered: Feb 2005
Location: Canada
Distribution: Debian Etch - Enlightenment E17
Posts: 116

Rep: Reputation: 15
Obviously. He's already said that. He has eth0 and eth1. The first would be his regular wired NIC and the latter his wireless card.

Cheers
 
Old 03-01-2005, 04:06 PM   #5
FredL2
Member
 
Registered: Feb 2005
Location: Uppsala, Sweden
Distribution: Arch Linux
Posts: 30

Rep: Reputation: 15
That sounds like a DHCP problem too.. how does your network setup look like?
 
Old 03-02-2005, 12:57 PM   #6
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Original Poster
Rep: Reputation: 15
fluxrad:
i do have a nameserver set up. resolve.conf looks like this

<------------------------------------------>
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.65
<------------------------------------------>

ive never seen the second one but the first is the router ip.



FredL2:
what do you mean by "what does my network setup look like"?
 
Old 03-02-2005, 02:20 PM   #7
fluxrad
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Rep: Reputation: 0
can you ping your nameservers? do nslookups?
 
Old 03-02-2005, 11:08 PM   #8
gillmanmac
LQ Newbie
 
Registered: Oct 2004
Distribution: Debian Woody
Posts: 25

Rep: Reputation: 15
Look in /etc/network/interfaces and check you settings from there
If you wind up changing anything do a
#ifdown eth0
#ifup eth0

Gillman
 
Old 03-03-2005, 10:40 PM   #9
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Original Poster
Rep: Reputation: 15
the file
/etc/network/interfaces
doesn't exist... is this bad, or just because of my distro?
(lots of files described on this site dont exist on my computer)
 
Old 03-03-2005, 10:44 PM   #10
gillmanmac
LQ Newbie
 
Registered: Oct 2004
Distribution: Debian Woody
Posts: 25

Rep: Reputation: 15
I am not quite sure I was gonna install mandrake on a new computer I got tomorrow so I'll let you know then. My guesses are its not in your distro. I'll figure out more tomorrow once I am behind mandrake

Gillman
 
Old 03-03-2005, 10:50 PM   #11
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Original Poster
Rep: Reputation: 15
ok... but as i said before it used to work so you'll probably have no problems at all.
if you can figure it out it would be much apreciated.
 
Old 03-04-2005, 09:53 AM   #12
gillmanmac
LQ Newbie
 
Registered: Oct 2004
Distribution: Debian Woody
Posts: 25

Rep: Reputation: 15
I just noticied you never answered if you could ping the outside world.

Try ping 64.233.161.104
Thats google

Gillman
 
Old 03-04-2005, 05:37 PM   #13
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Original Poster
Rep: Reputation: 15
how do i ping??? (i know its a stupid Q...)
 
Old 03-05-2005, 10:41 AM   #14
gillmanmac
LQ Newbie
 
Registered: Oct 2004
Distribution: Debian Woody
Posts: 25

Rep: Reputation: 15
at the terminal type:

ping 64.233.161.104

and then post the output

Gillman
 
Old 03-05-2005, 12:59 PM   #15
nenyo
Member
 
Registered: Jan 2005
Location: Alamogordo
Distribution: Gentoo 2005.0
Posts: 136

Original Poster
Rep: Reputation: 15
Code:
[nenyo@localhost nenyo]$ ping 64.233.161.104
PING 64.233.161.104 (64.233.161.104) 56(84) bytes of data.
64 bytes from 64.233.161.104: icmp_seq=1 ttl=243 time=152 ms
64 bytes from 64.233.161.104: icmp_seq=2 ttl=243 time=116 ms
64 bytes from 64.233.161.104: icmp_seq=3 ttl=243 time=164 ms
64 bytes from 64.233.161.104: icmp_seq=4 ttl=243 time=118 ms
64 bytes from 64.233.161.104: icmp_seq=5 ttl=243 time=113 ms
64 bytes from 64.233.161.104: icmp_seq=6 ttl=243 time=118 ms
64 bytes from 64.233.161.104: icmp_seq=7 ttl=243 time=107 ms
64 bytes from 64.233.161.104: icmp_seq=8 ttl=243 time=108 ms
64 bytes from 64.233.161.104: icmp_seq=9 ttl=243 time=121 ms
64 bytes from 64.233.161.104: icmp_seq=10 ttl=243 time=120 ms
it just goes on forever about the same each time... i asume that this means "yes i can ping"
 
  


Reply



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
MU Online and other online games webdevel Linux - Games 63 08-11-2007 04:30 AM
How to watch Online TV or listen to Online radiostations? polemon Linux - Newbie 4 10-07-2005 01:49 PM
Server goes online when started and stays online ... joepl Linux - Networking 1 08-18-2005 02:12 PM
kopete online then away the online tnf Mandriva 2 04-10-2004 05:12 PM
Online Banking / Online Shopping in Linux? JROCK1980 Linux - General 14 02-27-2004 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:25 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