LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   fresh gentoo install, not recognizing eth0 (https://www.linuxquestions.org/questions/linux-networking-3/fresh-gentoo-install-not-recognizing-eth0-289767/)

CamelofCamelot 02-13-2005 04:30 PM

fresh gentoo install, not recognizing eth0
 
Yeah, when I booted my fresh gentoo install, it refused to recognize that eth0 exists. It recognized it on the livecd, but now that I'm on the hdd, no dice. I tried doing 'dhcpcd eth0' and stuff, and it all just says that eth0 doesn't exist. Warum?

comprookie2000 02-13-2005 04:40 PM

Did you use genkernel?What kind of card?

CamelofCamelot 02-13-2005 05:09 PM

I used openmosix sources 2.4.28. The card is a Belkin.

Brian1 02-13-2005 05:17 PM

Just a thought here. Bootup your LiveCD again and see which module it uses for eth0. Then load that module under your hdd install.

Brian1
" Google the Linux way @ http://www.google.com/linux "

comprookie2000 02-13-2005 05:21 PM

Boot the live cd or if your on linux now,something that the card is recognized, as root
Code:

lsmod
and see what module the Belkin uses and then try to load it in gentoo
again as root
Code:

modprobe <whatever_module>
If nothing happens add it to
/etc/modules.autoload.d/kernel-2.4
EDIT-Very Slow Typer-EDIT


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