View previous topic :: View next topic |
Author |
Message |
skwerlfish n00b
Joined: 29 Apr 2005 Posts: 20
|
Posted: Sat Dec 24, 2005 7:46 pm Post subject: net.eth0 not found |
|
|
When booting, it says something like:
eth0 not configured
assuming dhcpcd
net.eth0 not found.
Last edited by skwerlfish on Sun Dec 25, 2005 7:10 pm; edited 2 times in total |
|
Back to top |
|
|
robind Apprentice
Joined: 08 Oct 2004 Posts: 260 Location: California
|
Posted: Sat Dec 24, 2005 7:50 pm Post subject: |
|
|
It sounds like your /etc/conf.d/net stuff is not configured correctly; consult the manual. |
|
Back to top |
|
|
skwerlfish n00b
Joined: 29 Apr 2005 Posts: 20
|
Posted: Sat Dec 24, 2005 8:55 pm Post subject: |
|
|
I left it blank so that it would use dhcp. |
|
Back to top |
|
|
mmbrothers Apprentice
Joined: 24 Dec 2005 Posts: 224 Location: Boston
|
|
Back to top |
|
|
skwerlfish n00b
Joined: 29 Apr 2005 Posts: 20
|
Posted: Sun Dec 25, 2005 4:20 am Post subject: |
|
|
Now it says eth0 does not exist... |
|
Back to top |
|
|
mmbrothers Apprentice
Joined: 24 Dec 2005 Posts: 224 Location: Boston
|
Posted: Sun Dec 25, 2005 4:34 am Post subject: |
|
|
If it says eth0 is not found then that means that the kernel does not even know about the card. Did you add the module for your network card to /etc/modules.autoload.d/<yourkernel>. |
|
Back to top |
|
|
skwerlfish n00b
Joined: 29 Apr 2005 Posts: 20
|
Posted: Sun Dec 25, 2005 4:41 am Post subject: |
|
|
I used genkernel all to compile my kernel, so I assumed that it installed support for every card. If mine's integrated into the mobo, how can I found out what it's called, and which module to load? |
|
Back to top |
|
|
mmbrothers Apprentice
Joined: 24 Dec 2005 Posts: 224 Location: Boston
|
Posted: Sun Dec 25, 2005 5:04 am Post subject: |
|
|
In that case did you add coldplug to the default runlevel
Code: |
rc-update add coldplug default
|
If coldplug is loading then:
Post a listing from 'lsmod' and /proc/net/dev
If the network card module is loaded then you might try to bring it up manually to see if it works. |
|
Back to top |
|
|
skwerlfish n00b
Joined: 29 Apr 2005 Posts: 20
|
Posted: Sun Dec 25, 2005 6:40 pm Post subject: |
|
|
It works now, I had to load an extra module. How do I make this permanent? |
|
Back to top |
|
|
mmbrothers Apprentice
Joined: 24 Dec 2005 Posts: 224 Location: Boston
|
Posted: Sun Dec 25, 2005 7:35 pm Post subject: |
|
|
To automatically load a module during boot add a line to /etc/modules.autoload.d/<yourkernel>. |
|
Back to top |
|
|
cyhsieh n00b
Joined: 25 Aug 2003 Posts: 19 Location: Detroit, Mi
|
Posted: Mon Dec 26, 2005 1:19 am Post subject: |
|
|
mmbrothers wrote: | In that case did you add coldplug to the default runlevel
Code: |
rc-update add coldplug default
|
If coldplug is loading then:
Post a listing from 'lsmod' and /proc/net/dev
If the network card module is loaded then you might try to bring it up manually to see if it works. |
I met the same problem, but
I run this "rc-update add coldplug default". It showed /etc/init.d/coldplug not found; absorting. How can I solve this problem? Any suggestion. Thanks |
|
Back to top |
|
|
mmbrothers Apprentice
Joined: 24 Dec 2005 Posts: 224 Location: Boston
|
Posted: Mon Dec 26, 2005 1:40 am Post subject: |
|
|
cyhsieh wrote: | mmbrothers wrote: | In that case did you add coldplug to the default runlevel
Code: |
rc-update add coldplug default
|
If coldplug is loading then:
Post a listing from 'lsmod' and /proc/net/dev
If the network card module is loaded then you might try to bring it up manually to see if it works. |
I met the same problem, but
I run this "rc-update add coldplug default". It showed /etc/init.d/coldplug not found; absorting. How can I solve this problem? Any suggestion. Thanks |
If /etc/init.d/coldplug is not found then you need to emerge coldplug. |
|
Back to top |
|
|
|