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

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Jacksinsomnia
n00b
n00b


Joined: 16 Oct 2003
Posts: 33

PostPosted: Sun Jun 27, 2004 11:15 pm    Post subject: eth0 not starting Reply with quote

I just setup gentoo on a AMD 64. Networking was working fine during the installation, but once I rebooted I cannot get eth0 to come up.

When I try to do a
Code:
 /etc/init.d/net.eth0 start


I get this message
Code:
Bringing eth0 up via dhcp [!!]


/var/log/messages shows this:
Code:
dhcpStart : interface eth0 is not Ethernet or 802.2 Token Ring


This is right after the first reboot, I haven't been able to do anything else.
Back to top
View user's profile Send private message
Woollyfoot
n00b
n00b


Joined: 01 Jul 2003
Posts: 16
Location: Nottingham, UK

PostPosted: Sun Jun 27, 2004 11:21 pm    Post subject: Reply with quote

Could be a problem with your network card drivers ... are you sure you've either built the right one into the kernel or loaded it as a module? Does dmesg show your card as being found?

Last edited by Woollyfoot on Sun Jun 27, 2004 11:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jacksinsomnia
n00b
n00b


Joined: 16 Oct 2003
Posts: 33

PostPosted: Sun Jun 27, 2004 11:23 pm    Post subject: Reply with quote

Yeah, I have an Asus K8V Se Deluxe and had to load the sk98lin module to use the live cd and have the module loading when I start up the system.
Back to top
View user's profile Send private message
Lajasha
Veteran
Veteran


Joined: 17 Mar 2004
Posts: 1040
Location: Vibe Central

PostPosted: Sun Jun 27, 2004 11:25 pm    Post subject: Reply with quote

are you sure it is loaded before you try to start the connection.

lsmod should have it listed.
_________________
Come and play in my land
Back to top
View user's profile Send private message
Jacksinsomnia
n00b
n00b


Joined: 16 Oct 2003
Posts: 33

PostPosted: Sun Jun 27, 2004 11:26 pm    Post subject: Reply with quote

Yep, lsmod shows it loaded, not being used by anything.
Back to top
View user's profile Send private message
Woollyfoot
n00b
n00b


Joined: 01 Jul 2003
Posts: 16
Location: Nottingham, UK

PostPosted: Sun Jun 27, 2004 11:30 pm    Post subject: Reply with quote

Can you post the output of dmesg?
Back to top
View user's profile Send private message
Jacksinsomnia
n00b
n00b


Joined: 16 Oct 2003
Posts: 33

PostPosted: Sun Jun 27, 2004 11:41 pm    Post subject: Reply with quote

I dug through the dmesg output and found this
Code:
sk98lin : Asus mainboard with buddy VPD? Correcting Data
eht1 : Yukon Gigabit Ethernet 10/100/1000Base-T adapter Prefport:A RlmtMode: Check Link State


so I did a
Code:
dhcpcd eth1


and it brought it online and I could ping google.com

So whats all this mean? and should I just do an
Code:
rc-update add net.eth1 default
Back to top
View user's profile Send private message
Woollyfoot
n00b
n00b


Joined: 01 Jul 2003
Posts: 16
Location: Nottingham, UK

PostPosted: Sun Jun 27, 2004 11:49 pm    Post subject: Reply with quote

Sounds like the kernel is detecting 2 network cards ... is there an eth0 line in dmesg?

Not that it matters too much i don't think ... you'll just need to edit /etc/conf.d/net so eth1 gets its IP via dhcp and then do a quick
Code:
ln -s net.eth0 net.eth1
rc-update add net.eth1 default

as per the installation handbook and all should be good (making sure you "rc-update del net.eth0").
Back to top
View user's profile Send private message
Jacksinsomnia
n00b
n00b


Joined: 16 Oct 2003
Posts: 33

PostPosted: Sun Jun 27, 2004 11:55 pm    Post subject: Reply with quote

I didn't look yet, but I think eth0 might be my firewire card. I think I remember seeing something in the kernel config about firewire networking.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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