LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 07-23-2005, 05:55 PM   #1
glimmy
Member
 
Registered: Apr 2005
Location: Minnesota
Distribution: slackware
Posts: 54

Rep: Reputation: 15
internet errors: eth0 does not exist


I just recently installed gentoo and everything was working fine until I rebooted. First the lines appear on the screen making it hard to read, then some error shows up but I cant read it because of the lines (I could only tell its an error because its red)

Then after that goes off the top of the screen the computer continues to boot. I comes up with other messages too:

eth0 does not exist
ERROR: Problem starting needed services.
"netmount" was not started.

after i login i try emerge --sync and I get an error every time it retries :
rsync: getaddinfo: rsync.us.gentoo.org 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(88)

anything else I emerge comes up with: Temporary failure in name resolution

and I ping www.google.com:
ping unknown how www.google.com

and my /etc/resolv.conf says:
nameserver 205.171.3.65
search domain.actdsltmp

which is mostly what is says in other systems.

Any advice anyone could give me on whats wrong would be helpful.
 
Old 07-23-2005, 07:39 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Post /etc/conf.d/net
did you
rc-update add net.eth0 default
Post ifconfig
good luck
if everything looks ok restart it with
/etc/init.d/net.eth0 restart

Last edited by comprookie2000; 07-23-2005 at 07:41 PM.
 
Old 07-23-2005, 09:21 PM   #3
glimmy
Member
 
Registered: Apr 2005
Location: Minnesota
Distribution: slackware
Posts: 54

Original Poster
Rep: Reputation: 15
the /etc/conf.d/net (at least the un commented stuff):
iface_eth0="dhcp"
dhcpcd="release"


and ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overrunns:0 frame:0
TX packets:0 errors:0 dropped:0 overrunns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

I edited the /etc/conf.d/net because it didnt say dhcp and know It sees my eth0 but it says "No loaded modules provided "dhcp" (dhcp_start)

So my question now is how do you load the modules?
 
Old 07-23-2005, 09:25 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
What kind of card do you have?
 
Old 07-23-2005, 10:04 PM   #5
glimmy
Member
 
Registered: Apr 2005
Location: Minnesota
Distribution: slackware
Posts: 54

Original Poster
Rep: Reputation: 15
A realtek 8110s ... i think.

Its integrated
 
Old 07-23-2005, 10:26 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
try as root;
modprobe e100
then see if eth0 shows up
ifconfig eth0
if it does
dhcpcd eth0
or
/etc/init.d/net.eth0 restart
what happens?
 
Old 07-23-2005, 11:57 PM   #7
glimmy
Member
 
Registered: Apr 2005
Location: Minnesota
Distribution: slackware
Posts: 54

Original Poster
Rep: Reputation: 15
modprobe e100: "FATAL: Module e100 not found."

ifconfig "eth0: error fetching interface information: Device not found"

and /etc/init.d/net.eth0 restart "No loaded modules provide "dhcp" (dhcp_start)

Pretty soon here I think I may have to revert.
 
Old 07-24-2005, 03:03 AM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Quote:
Originally posted by glimmy
A realtek 8110s ... i think.

Its integrated
post as root;
Code:
 dmesg | grep eth0
We just need to find out what card you have , I was quessing about e100, sorry
 
Old 07-24-2005, 05:29 PM   #9
glimmy
Member
 
Registered: Apr 2005
Location: Minnesota
Distribution: slackware
Posts: 54

Original Poster
Rep: Reputation: 15
My harddrive failed and I have to get a new one so I guess gentoo is out of the picture for now. Thanks for all the help but I guess i think I will go back to slackware when I get a new drive

Last edited by glimmy; 07-24-2005 at 05:31 PM.
 
Old 08-13-2005, 07:19 AM   #10
pieterprovoost
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Rep: Reputation: 0
I'm having exactly the same problem here.

/etc/conf.d/net

Code:
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"
ifconfig

Code:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overrunns:0 frame:0
TX packets:0 errors:0 dropped:0 overrunns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
You can find some details about my HP Pavilion ze4318EA notebook here (well I guess the hardware is the same): http://www.portalis.it/tenutamontesc...318ea_fc1.html

Thanks in advance!
 
Old 08-13-2005, 09:35 AM   #11
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Try as root;
Code:
 modprobe natsemi
dhcpcd eth0
 
Old 08-13-2005, 10:05 AM   #12
pieterprovoost
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Rep: Reputation: 0
I tried it but dhcpcd doesn't return anything and eth0 still doesn't show up in ifconfig...

Edit: ifconfig eth0 returns the lines below (I think before I got device not found - but I'm not sure of that)

Code:
Link encap:Ethernet HWaddr 00:0B:CD:34:4D:93
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overrunns:0 frame:0
TX packets:0 errors:0 dropped:0 overrunns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt: 11 Base address:0xa000
Edit: Ok, it's up and running, thank you so much! I hope it works after reboot...

Last edited by pieterprovoost; 08-13-2005 at 10:16 AM.
 
Old 08-13-2005, 01:13 PM   #13
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Great
Make sure eth0 is in the defalt runlevel
all this as root
Code:
rc-update add net.eth0 default
to make sure the module gets loaded add your card to;
/etc/modules.autoload.d/kernel-2.6 (use lsmod to make sure of the module)
to see if its going to work on a reboot
/etc/init.d/net.eth0 restart
 
Old 08-13-2005, 04:04 PM   #14
OpethiaN
LQ Newbie
 
Registered: Aug 2005
Location: Rimouski, QC, Canada
Posts: 1

Rep: Reputation: 0
sorry to clutter your thread but i'm having the exact same problem with my 8139 card. I installed Gentoo which worked flawlessly for a couple of days until i "emerge --update --deep world" and now i get this on boot:

* Starting eth0
* Bringing up eth0
* dhcp
* No loaded modules provide "dhcp" (dhcp_start)

i checked if the 8130too module is loaded - it is, it's also in my default runlevel, i can't start from net.eth0 script (of course i get the same error message) but my interface goes up and the net works if i run dhcpcd.

Any idea?!
 
Old 08-17-2005, 12:49 PM   #15
boris_qd
LQ Newbie
 
Registered: Aug 2005
Posts: 1

Rep: Reputation: 0
I have the exact same problem after emerge --update --newuse --deep world.

Please post a solution if you find one.
 
  


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
eth0 doesn't exist in Gentoo Continuum Linux - Networking 8 05-10-2006 08:36 AM
Networking: eth0 does not exist (gentoo) symmet Linux - Networking 19 10-07-2005 10:54 AM
eth0 does not exist question Dahshouin Linux - Newbie 1 09-12-2005 12:48 AM
Eth0 does'nt exist???? matthewa Linux From Scratch 1 06-08-2005 02:54 PM
eth0 and eth1 can't co-exist satimis Linux - Hardware 1 11-12-2003 08:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

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