Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth0 problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
vaibhavkhattri
n00b
n00b


Joined: 12 May 2004
Posts: 20

PostPosted: Wed May 12, 2004 1:02 pm    Post subject: eth0 problem Reply with quote

In installed Gentoo 2004.1 from Minimal Live CD. Kernel 2.6.5

The problem is that my network card was very well detected by the LiveCD but after installation its not detected :(

I'm a newbie. Please help me :(
Back to top
View user's profile Send private message
madmanuk
n00b
n00b


Joined: 01 Nov 2003
Posts: 63
Location: England

PostPosted: Wed May 12, 2004 1:33 pm    Post subject: Reply with quote

OK. You probably didn't install the correct modules for your network card. They could be in the kernel or maybe need an extra emerge command. What model is your network card?
_________________
-madmanuk-
Back to top
View user's profile Send private message
vaibhavkhattri
n00b
n00b


Joined: 12 May 2004
Posts: 20

PostPosted: Wed May 12, 2004 1:43 pm    Post subject: Reply with quote

Thanks for the prompt response. :)

Can u suggest in a step-by-step manner what should I do.

My network card is Intel PRO/100+ Alert on LAN* Management Adapter.
Back to top
View user's profile Send private message
tiny
Tux's lil' helper
Tux's lil' helper


Joined: 02 Dec 2003
Posts: 102
Location: Slovenia

PostPosted: Wed May 12, 2004 1:56 pm    Post subject: Reply with quote

Enable support in kernel for your NIC. From the top of my head I think module is called eepro100. Not sure though. Make sure u enable the right NIC when recompiling kernel. First try '# modprobe eepro100' . If that doesn't work you prolly didnt compile your module. If you compiled your module directly into the kernel check output of dmesg and scan for net devices.
If you didnt compile it recompile kernel with right NIC driver for your hardware. I think its eepro100.

T.
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Wed May 12, 2004 3:35 pm    Post subject: Reply with quote

Actually the kernel has two optional modules for Intel Pro/100 cards/chips: eepro100 and e100. I suggest you compile both as modules and try out which one works for you (modprobe one or the other).
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
luminiscent
n00b
n00b


Joined: 24 Apr 2004
Posts: 41
Location: x_x

PostPosted: Wed May 12, 2004 3:47 pm    Post subject: Reply with quote

net-setup eth0
enter your ip manually
net-setup eth0
dhcpcd eth0
ifconfig

that worked for me...
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Fri May 14, 2004 6:21 am    Post subject: Reply with quote

When in doubt, go with the e100 driver. It's a driver contributed by Intel. The eepro100 is older and will probably be phased out in the future.
_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Fri May 14, 2004 6:23 am    Post subject: Reply with quote

when you want to be absolutely sure, boot of the livecd again, and type "lsmod". This will give you a list of modules which are loaded. Post back here and we'll figure out which one
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.
Back to top
View user's profile Send private message
ipower
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2004
Posts: 120

PostPosted: Fri May 14, 2004 8:17 am    Post subject: Reply with quote

vaibhavkhattri, try to automatically load your module, edit the kernel-2.4 or kernel-2.6 file and enter the module name in it.
Code:
nano -w /etc/modules.autoload.d/kernel-2.4

or
Code:
nano -w /etc/modules.autoload.d/kernel-2.6


and add the module for your network card
Back to top
View user's profile Send private message
vaibhavkhattri
n00b
n00b


Joined: 12 May 2004
Posts: 20

PostPosted: Fri May 14, 2004 9:45 am    Post subject: Reply with quote

Thank u guys, I actually didn't selected the proper network card during kernel configuration.

Thanks a lot for your help :D
Back to top
View user's profile Send private message
lagrima
Apprentice
Apprentice


Joined: 11 Feb 2004
Posts: 199
Location: Whorenge County

PostPosted: Fri May 14, 2004 10:59 am    Post subject: Reply with quote

check your /etc/modules.autoload.d/kernel-2.4-xxx file

make sure the proper module is loaded on start up


check nano -w /etc/conf.d/net

make sure ip addresses and what not are entered/uncommented properly and when you save that file dont forget to

Code:
rc-update add net.ethx default


the x in ethx replace that with the corresponding number you have
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum