Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eth0 does not exist - followup
Date: Sun, 28 May 2006 18:40:50
Message-Id: 342e1090605281128v7d619f58od9da60fb989cd116@mail.gmail.com
In Reply to: Re: [gentoo-user] eth0 does not exist - followup by Richard Fish
1 On 5/28/06, Richard Fish <bigfish@××××××××××.org> wrote:
2 > On 5/28/06, Kenneth Hopping <mrhiker@×××××××××.org> wrote:
3 > > Richard Fish wrote:
4 > > >
5 > > > What do lspci and lsmod report?
6 > >
7 > > 01:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado]
8 > > (rev 74)
9 >
10 > Ok, when you go to configure your kernel, go under "Device
11 > Drivers->Network device support->Ethernet (10 or 100Mbit)". Select
12 > the option "3COM cards", and then the "3c590/3c900 series..." with an
13 > 'M'.
14 >
15 > Assuming that you already configured and installed a kernel, so that
16 > /usr/src/linux matches your running kernel, you should be able to just
17 > do "make && make modules_install" to get the new driver. You can then
18 > try loading it with "modprobe 3c59x". If you get no errors from that
19 > command, then you should get connected automatically within a few
20 > seconds. If all goes well, it should work fine even after a reboot.
21 > If you get errors, well you may have some more work to do to configure
22 > and install a new kernel.
23 >
24 > > This is my first attempt with gentoo and kernel compilation so I'm not
25 > > very knowledgable about modules. I just followed the steps in the x86
26 > > installation handbook. Except for the network, everything else (cdrom,
27 > > floppy) seems to work.
28 >
29 > I've been somewhat terse about the steps required, assuming you have
30 > some basic knowledge of how to configure and install a new kernel.
31 > The gentoo handbook can help here, but if you still have questions or
32 > something doesn't make sense, feel free to ask for some more help.
33 >
34 > -Richard
35 >
36 > --
37 > gentoo-user@g.o mailing list
38 >
39 >
40
41 Maybe he already have the driver compiled as a module but its not
42 loading it?! Just a guess, try:
43
44 modprobe 3c59x
45
46 And take a look at the last lines of "dmesg" output.
47
48 --
49 Daniel da Veiga
50 Computer Operator - RS - Brazil
51 -----BEGIN GEEK CODE BLOCK-----
52 Version: 3.1
53 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
54 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
55 ------END GEEK CODE BLOCK------
56
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] eth0 does not exist - followup "Bo Ørsted Andresen" <bo.andresen@××××.dk>