View previous topic :: View next topic |
Author |
Message |
psycophobia Guru
Joined: 08 May 2005 Posts: 510 Location: uk
|
Posted: Thu Oct 12, 2006 11:01 pm Post subject: [solved]no eth0....... |
|
|
HI
I have put my gentoo hdd into a new machine as the motherboard has failed .I'm not to new with the hardware and have no manual but have not changed kernel settings because i was told the board has a nforce3 and i already have forcedeth enable in the kernel.
Here is some of the output i get when i try to start it,
Code: | /etc/init.d/net.eth0 start
* Starting eth0
* Loading networking modules for eth0
* modules: apipa arping ccwgroup iptunnel macchanger macnet rename ifconfig system dhcpcd ip6to4
* ifconfig provides interface
* dhcpcd provides dhcp
* Bringing up eth0
* dhcp
* network interface eth0 does not exist
* Please verify hardware or kernel module (driver)
dhcpcd eth0
Error, dhcpStart: ioctl SIOCGIFHWADDR: No such device |
I no the onboard lan works as i am booting from a live cd.
Last edited by psycophobia on Fri Oct 13, 2006 7:37 pm; edited 1 time in total |
|
Back to top |
|
|
desultory Bodhisattva
Joined: 04 Nov 2005 Posts: 9410
|
Posted: Thu Oct 12, 2006 11:19 pm Post subject: |
|
|
psycophobia wrote: | I no the onboard lan works as i am booting from a live cd. |
Which uses what module to control the interface? |
|
Back to top |
|
|
psycophobia Guru
Joined: 08 May 2005 Posts: 510 Location: uk
|
Posted: Fri Oct 13, 2006 11:08 am Post subject: |
|
|
Well i would take it that would be forcedeth that i have allready in my kernel so what other module could it be if not that ,when i ,
Code: | lsmod & dmesg | grep eth0
[1] 7036
Module Size Used by
nvidia 4545012 -
[1]+ Done lsmod
localhost psycophobia # lsmod & dmesg | grep eth
[1] 7039
Module Size Used by
nvidia 4545012 -
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
[1]+ Done lsmod |
It just replys with forcedeth thats it
Code: | lspci
Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) |
|
|
Back to top |
|
|
psycophobia Guru
Joined: 08 May 2005 Posts: 510 Location: uk
|
Posted: Fri Oct 13, 2006 7:36 pm Post subject: |
|
|
Ok by following this howto, http://gentoo-wiki.com/HARDWARE_sk98lin i have got it working.
Thanks for the help ,I need to look at my hardware options more in the future |
|
Back to top |
|
|
|