Gentoo Archives: gentoo-amd64

From: Charles Read <gentoolist@×××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] G2 on an HP dv5000... need help w/ WiFi and Ethernet
Date: Mon, 06 Mar 2006 19:35:09
Message-Id: 930A8156-59EE-47CA-81B0-F702D7D62C7D@charlesread.com
In Reply to: Re: [gentoo-amd64] G2 on an HP dv5000... need help w/ WiFi and Ethernet by Drake Donahue
1 WOW thanks! I got the ethernet to work. I did 'lspci' and saw a
2 listing for the Broadcom BCM4318 controller, I used genkernel to make
3 my kernel, so does the fact that it showed up in 'lspci' mean that I
4 already have a driver for it?
5
6 THX!
7
8 On Mar 6, 2006, at 1:21 PM, Drake Donahue wrote:
9
10 > lspci is part of pciutils, running "emerge pciutils" should produce
11 > it.
12 > running "ls -l /lib/modules" should produce a directory name in the
13 > format '2.6.15-gentoo-r5' exact name depending on what kernel you
14 > compiled. running
15 > "
16 > find /lib/modules/2.6.15-gentoo-r5 -type f -iname '*.o' -or -iname
17 > '*.ko'
18 > "
19 > (where "2.6.15-gentoo-r5" is replaced by your kernel name and all is
20 > typed on one line) will produce the list of modules you compiled with
21 > the kernel.
22 > from the handbook:7.e. Configuring Kernel Modules
23 >
24 >
25 > Configuring the Modules
26 >
27 > You should list the modules you want automatically loaded
28 > in /etc/modules.autoload.d/kernel-2.6. You can add extra options to
29 > the
30 > modules too if you want.
31 >
32 > To view all available modules, run the following find command. Don't
33 > forget to substitute "<kernel version>" with the version of the kernel
34 > you just compiled:
35 >
36 >
37 > Code Listing 18: Viewing all available modules
38 >
39 >
40 > # find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -
41 > iname '*.ko'
42 >
43 > For instance, to automatically load the 3c59x.o module, edit the
44 > kernel-2.6 file and enter the module name in it.
45 >
46 >
47 > Code Listing 19: Editing /etc/modules.autoload.d/kernel-2.6
48 >
49 >
50 > # nano -w /etc/modules.autoload.d/kernel-2.6
51 > Code Listing 20: /etc/modules.autoload.d/kernel-2.6
52 >
53 >
54 > 3c59x
55 >
56 > On Mon, 2006-03-06 at 11:26 -0500, Charles Read wrote:
57 >> Hey everybody!
58 >>
59 >> I just got an HP Pavillion dv5000 with the Turion 64 chip, I used
60 >> the gentoo x86-64 discs and the install went well
61 >
62 > the livecd was 2006.0 or 2005.?
63 >
64 >> , the system boots
65 >> fine. But gentoo doesnt recognize my built-in wifi (by Broadcom I
66 >> think, but I can't seem to find out which chipset it uses)
67 >
68 > run lspci and see if it identifies the wifi
69 > was kernel configured to support wifi? and your card?
70 >
71 >> and it
72 >> also doesnt recognize my ethernet card (I think a Realtek 8139
73 >> 810x ),
74 >
75 > run lspci and see if it identifies the ethernet card
76 >
77 >> I have tried 'modprobe 8139cp'
78 >
79 > this this will produce only if the kernel was configured for 8139C+
80 > (10/100mbit) support as a module and the card is 8139C+
81 >
82 >> but ifconfig shows only lo.
83 >
84 > run modprobe 8139too, this will produce only if the kernel was
85 > configured for 8139 support as a module and the card is 8139/8129/810x
86 >
87 > run modprobe r8169, this will produce only if the kernel was
88 > configured
89 > for 8169 (gigabit) support as a module and the card is 8169
90 >
91 >> I
92 >> haven't messed w/ linux in a while, can somebody please point me in
93 >> the right direction? I have tried googling but I am evidently
94 >> missing something.
95 >> Thanks in advance!
96 >>
97 >> Charles Read
98 >
99 > --
100 > gentoo-amd64@g.o mailing list
101 >
102
103 --
104 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] G2 on an HP dv5000... need help w/ WiFi and Ethernet Drake Donahue <donahue95@×××××××.net>