LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   fresh gentoo installation but eth0 does not exist (https://www.linuxquestions.org/questions/linux-networking-3/fresh-gentoo-installation-but-eth0-does-not-exist-900245/)

yunharla 08-30-2011 07:15 AM

fresh gentoo installation but eth0 does not exist
 
hey everyone i switched over to gentoo a few days ago and followed the installation guide on theire website. But once i reboot the system and load the newly compiled kernel it says that eth0 does not exist but dmesg says that the driver exists.... so does anyone got an idea how i could fix this???

hi2arun 08-30-2011 07:23 AM

R u sure there exists a kernel module for the interface?

Run
Quote:

lspci
and see the chipset of your card.

yunharla 08-30-2011 07:34 AM

installation does not have it and live cd says intel 82566DM-2

hi2arun 08-30-2011 07:37 AM

Is that a Gigabit card?

yunharla 08-30-2011 07:38 AM

oh yeah sry forget about that , yes it is a gigabit

hi2arun 08-30-2011 07:40 AM

Did you try out e1000.ko?

Check if it is present by running
Quote:

modinfo e1000
If yes, try loading it
Quote:

modprobe e1000
and check if the interface came up.

yunharla 08-30-2011 07:45 AM

Quote:

Originally Posted by hi2arun (Post 4456994)
Did you try out e1000.ko?

Check if it is present by running


If yes, try loading it and check if the interface came up.

could not find module e1000

but dmesg gives me:

Quote:

e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI

hi2arun 08-30-2011 07:51 AM

Well. you need e1000.ko module then. While configuring your custom kernel, enable e1000 and recompile it.

yunharla 08-31-2011 03:18 AM

thanks alot man,
eclipse is now up and running :P


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