View previous topic :: View next topic |
Author |
Message |
Bluecrest n00b
Joined: 04 Jul 2006 Posts: 5
|
Posted: Tue Jul 04, 2006 6:41 am Post subject: Cannot get eth0 to work after LiveCD install. [Solved] |
|
|
Hi, ok first off, i'm just about 100% new to linux!
I have followed the handbook on installing Gentoo from LiveCD (point 4 point) and after a couple of mistakes and corrections etc etc etc... eventually got the kernel compiled and Linux booted
Just one problem... I cannot get my NIC to be recognised! I PROMISE i have been through all the documentation and tried everything I can to get eth0 to work! Just gone through the kernel again and it's in the process of recompiling.
Can anybody help me with a method or a reference to some more docs about confiuguring the NIC to work???
Please...
This is what happens after boot:
* Starting eth0
* Bringing up eth0
* Configuration not set for eth0 - assuming dhcp
* dhcp
* eth0 does not exist
*ERROR: Problem starting new services.
* "netmount" was not started
Not sure if that will help...
Last edited by Bluecrest on Thu Jul 06, 2006 8:33 am; edited 1 time in total |
|
Back to top |
|
|
turtles Veteran
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Tue Jul 04, 2006 7:23 am Post subject: |
|
|
run lspci
Here is what it does on my machine:
( is my prompt so dont type that)
Code: | parsons turtle # lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:0a.0 Serial controller: 3Com Corp, Modem Division 56K FaxModem Model 5610 (rev 01)
00:0e.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b)
[b]00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 70)[/b]
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2)
|
look for ethernet controller if you are trying a modem look for that.
Google or search here for the correct module name
then try
[/code]modprobe[code] and the module name
like on a G3 mac you would use [code] modprobe bmac [/code]
Hope this helps _________________ Donate to Gentoo |
|
Back to top |
|
|
Bluecrest n00b
Joined: 04 Jul 2006 Posts: 5
|
Posted: Tue Jul 04, 2006 7:47 am Post subject: |
|
|
Hi, all i get is command not found... |
|
Back to top |
|
|
magic919 Advocate
Joined: 17 Jun 2005 Posts: 2182 Location: Berkshire, UK
|
Posted: Tue Jul 04, 2006 9:18 am Post subject: |
|
|
You need to emerge pciutils if you want to run lspci.
You could boot the CD you used to install. Perform the chroot steps to get you 'on' the main system. Then emerge pciutils.
Or just boot the CD and run lspci as I'm fairly sure it will be included on the CD. |
|
Back to top |
|
|
|