View previous topic :: View next topic |
Author |
Message |
dphipps n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Cait_Sith.gif)
Joined: 26 Jan 2005 Posts: 23 Location: USA
|
Posted: Wed Aug 17, 2005 5:10 pm Post subject: no ethernet after install |
|
|
I just installed from I live CD and on reboot it tells me that eth0 does not exist. Does anybody know where I might have gone wrong? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Sangeki Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 23 Apr 2005 Posts: 186
|
Posted: Wed Aug 17, 2005 5:22 pm Post subject: |
|
|
The driver for your NIC may not be compiled as a module or in the kernel.
check your kernel config.
Or if that's not it did you edit /etc/conf.d/net?
And have you done rc-update add net.eth0 default? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dphipps n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Cait_Sith.gif)
Joined: 26 Jan 2005 Posts: 23 Location: USA
|
Posted: Wed Aug 17, 2005 6:09 pm Post subject: |
|
|
I did edit /etc/conf.d/net and I have done rc-update add net.eth0 default. On startup it tries to start up eth0 but fails. I think that missed something when I compiled my kernel but am not sure what I need. I have a nVidia nForce2 Ethernet Controller. I did find a Reverse Engineered nForce Ethernet support (EXPERIMENTAL) as a kernal configuration option, is this what I need or is there something else? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Sangeki Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 23 Apr 2005 Posts: 186
|
Posted: Wed Aug 17, 2005 7:31 pm Post subject: |
|
|
Yes, this is what you need.
The module will be called forcedeth |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dphipps n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Cait_Sith.gif)
Joined: 26 Jan 2005 Posts: 23 Location: USA
|
Posted: Fri Aug 19, 2005 12:38 am Post subject: |
|
|
Thanks that fixed it for me. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Sangeki Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 23 Apr 2005 Posts: 186
|
Posted: Fri Aug 19, 2005 12:46 am Post subject: |
|
|
You're welcome. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Endor n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Mar 2006 Posts: 10
|
Posted: Wed Mar 22, 2006 8:24 am Post subject: nVidia nForce2 Ethernet Driver |
|
|
I have the same ethernet controller but I don't see forcedeth or Reverse Engineered nForce Ethernet Support (Experimental) anywhere in the Kernel Configuration menu. Could the driver be called something else? Or perhaps there's a module somewhere that I need to install?
I'm pretty sure I don't have the driver installed since I got this message:
Code: | Starting eth0
Bringing up eth0
Configuration not set for eth0 - assuming dhcp
dhcp
eth0 does not exist
ERROR: Problem starting needed services.
"netmount" was not started. |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
swooshOnLn l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/6454906014439e178e0cea.jpg)
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Thu Mar 23, 2006 2:41 am Post subject: |
|
|
Make sure that you have "EISA, VLB, PCI and on board controllers" enabled, if not, you will not be able to see the "reverse enginnered" driver. _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Endor n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Mar 2006 Posts: 10
|
Posted: Thu Mar 23, 2006 8:37 pm Post subject: Yes! |
|
|
Thanks! I found it right after my last post but I couldn't find my way back here to update my post.
I had to compile the driver as a module and add it to the /etc/modules.autoload.d/kernel-2.6 file. It took me a few tries to get the syntax on that file too. At first I thought I had to type the pathname to the driver but all I had to type was forcedeth.
Now it works fine. Thanks guys.
![Cool 8)](images/smiles/icon_cool.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Darknight Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1850115459463e0bcc34240.gif)
Joined: 26 Jan 2004 Posts: 485 Location: Italy
|
Posted: Thu Mar 30, 2006 8:13 am Post subject: |
|
|
My problem is different, however it is related.
I installed my system (amd64) and rebooted successfully, if I have a look at dmesg eth0 exists and is associated with the correct nic (nforce4 ethernet) however if I type ifconfig no nic is shown whatsoever except for lo. The same happens if I add marvell yukon driver (my mobo has two nics: Asus A8N-SLI deluxe).
I tried compiling forcedeth in kernel and as module, both give the same results.
I may add that I pass "noapic" to the kernel at boot, as otherwise I'd have trouble booting because something is not working in my apic.
I wonder if I'm missing some kernel options. Ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Pasketti Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/10122151243f568ce0cd796.gif)
Joined: 04 Sep 2003 Posts: 109 Location: Austin, Texas
|
Posted: Sun Nov 02, 2008 6:23 pm Post subject: I'd just like to say |
|
|
that I love it when, after Googling for an hour, I go here, and find my solution in 5 minutes.
I love you guys. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|