Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eth0 does not exist - followup
Date: Sun, 28 May 2006 09:05:19
Message-Id: 7573e9640605280153u336986bfq4e82a3515ed5e724@mail.gmail.com
In Reply to: [gentoo-user] eth0 does not exist - followup by Kenneth Hopping
1 On 5/28/06, Kenneth Hopping <mrhiker@×××××××××.org> wrote:
2 > Richard Fish wrote:
3 > >
4 > > What do lspci and lsmod report?
5 >
6 > 01:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado]
7 > (rev 74)
8
9 Ok, when you go to configure your kernel, go under "Device
10 Drivers->Network device support->Ethernet (10 or 100Mbit)". Select
11 the option "3COM cards", and then the "3c590/3c900 series..." with an
12 'M'.
13
14 Assuming that you already configured and installed a kernel, so that
15 /usr/src/linux matches your running kernel, you should be able to just
16 do "make && make modules_install" to get the new driver. You can then
17 try loading it with "modprobe 3c59x". If you get no errors from that
18 command, then you should get connected automatically within a few
19 seconds. If all goes well, it should work fine even after a reboot.
20 If you get errors, well you may have some more work to do to configure
21 and install a new kernel.
22
23 > This is my first attempt with gentoo and kernel compilation so I'm not
24 > very knowledgable about modules. I just followed the steps in the x86
25 > installation handbook. Except for the network, everything else (cdrom,
26 > floppy) seems to work.
27
28 I've been somewhat terse about the steps required, assuming you have
29 some basic knowledge of how to configure and install a new kernel.
30 The gentoo handbook can help here, but if you still have questions or
31 something doesn't make sense, feel free to ask for some more help.
32
33 -Richard
34
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] eth0 does not exist - followup Daniel da Veiga <danieldaveiga@×××××.com>
Re: [gentoo-user] eth0 does not exist - success Kenneth Hopping <mrhiker@×××××××××.org>