Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hey everyone,
I recently just installed stage3 Gentoo and went through the installation guide and followed all the steps that were appropriate for me.
finally, after 3 hours and 2 reinstalls (i now dislike grub), i type in the magical command reboot, it boots and it works beatutifully. except for my ethernet.
While booting the kernel, it tells me that eth0 doesn't exist.
So time for details i guess. I am on ADSL but its through a router with DHCP which i was lead to belive needed no configuration when installing Gentoo.
My ethernet card is the onboard card that came on my abit NF7-S motherboard.
I would absolutely love any help with this because i am stumped.
I'm assuming that you had internet during the install. Did you use genkernel to compile your kernel or did you do it by hand? In either case, you should make sure that the appropiate module is add to /ect/modules.autoload.d/kernel-2.x (x = 4 or 6). I had the same problem and I had forgotten to compile the ethernet card into my kernel.
Another thing to check is if you copied the DNS information to your hard drive, look under chapter 6 of the Gentoo handbook. if you forgot that step, then probably all you need to do is reconfigure eth0 per chapter 3 of the handbook. I can't think of anything else off hand. Good luck.
Thanks for the reply.
The thing is, now the problem i am having is which module to install. i can only find 2 on the install and they are dummy and s2io.
The error it is also giving me now is this:
Starting eth0
bringing up eth0
dhcp
eth0 does not exist [!!]
Error: Problem starting needed service.
"netmount"was not started.
so i just dont know where to go from here. I am still fairly new to the whole linux community and just trying to get on my feet.
how would i find the right module for my ethernet card? is there a site somewhere?
I am having the same problem and have tried various options all to no avail.
{I think mine might be a conflict with my firewire card}. I get the network working by:
Boot off the gentoo cd/dvd
Mount required areas
copy the resolv.conf used by the livecd {see manual}
Chroot {see manual}
Update {see manual}
Reboot
For some reason this works untill the next time i switch the computer off.
If you see the module that you need then great, just add it to /etc/modules.autoload.d/kernel-2.x. If not then you might have to compile your own.
I don't know what modules are available with genkernel, as I compile the kernel from scratch. There isn't a site to "get" modules. They must be generated when the kernel compiles.
I've got the same problem (maybe the Gentoo Install Guide should note this... it seems to be pretty common).
When I check my modules out (using the find command above) the only net modules I've got are s2io and dummy (as a previous poster also discovered). Does that mean I've got to re-compile the kernel? I really hope not!
And once I've got the module compiled and all that, what do I need to do to make it load?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.