View previous topic :: View next topic |
Author |
Message |
bn_me n00b
Joined: 12 May 2002 Posts: 5
|
Posted: Tue Nov 12, 2002 3:24 am Post subject: eth0 working, but not loading? WTF? Linksys (tulip) |
|
|
Well. I'm stumped on this one.
I've made sure I included support for this sound card in the kernel (tulip - It's for the Linksys NIC's).
Anyhow, I'm here and posting in Gentoo. I only have one NIC, as you can imagine, eth0.
It works, but during bootup (Gentoo states it FAILS to load). The same thing goes when I try to start samba, it just can't plain start eth0.
Well, the only way I can get samba to work, is if Samba realizes that eth0 works. So confused. |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Tue Nov 12, 2002 6:31 am Post subject: |
|
|
What do you do to make it start up, or is it just working to begin with? If it's PCMCIA, maybe the pcmcia stuff is starting it before the net.eth0 script? |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20585
|
Posted: Tue Nov 12, 2002 5:52 pm Post subject: |
|
|
Did you remember to mount /boot before copying the kernel to /boot? Does output from dmesg mention anything about eth0? Does ifconfig -a list eth0? _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
He4D n00b
Joined: 12 Jul 2002 Posts: 26
|
Posted: Thu Nov 14, 2002 3:14 pm Post subject: |
|
|
have the same problem |
|
Back to top |
|
|
li1_getoo l33t
Joined: 20 Oct 2002 Posts: 661 Location: Queens , NY
|
Posted: Thu Nov 14, 2002 4:03 pm Post subject: |
|
|
sometimes u forget
rc-update add net.eth0 default
try this /etc/init.d/net.eth0 start
edit /etc/conf.d/net ) |
|
Back to top |
|
|
zhenlin Veteran
Joined: 09 Nov 2002 Posts: 1361
|
Posted: Fri Nov 15, 2002 10:14 am Post subject: |
|
|
My opinion:
Death to the tulip module! Long live the compiled-in tulip driver!
Seriously, I have problems using tulip module. modprobe refuses to find my NIC. Thus, I always have to use insmod, until I decided to just compile it into the kernel. |
|
Back to top |
|
|
|