From: Drake Donahue <donahue95@comcast.net>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] G2 on an HP dv5000... need help w/ WiFi and Ethernet
Date: Mon, 06 Mar 2006 13:21:19 -0500 [thread overview]
Message-ID: <1141669279.12107.33.camel@amd64.donahues.us> (raw)
In-Reply-To: <D9BB62DE-7A21-48C7-BDA2-0DC4E003A9D0@charlesread.com>
lspci is part of pciutils, running "emerge pciutils" should produce it.
running "ls -l /lib/modules" should produce a directory name in the
format '2.6.15-gentoo-r5' exact name depending on what kernel you
compiled. running
"
find /lib/modules/2.6.15-gentoo-r5 -type f -iname '*.o' -or -iname
'*.ko'
"
(where "2.6.15-gentoo-r5" is replaced by your kernel name and all is
typed on one line) will produce the list of modules you compiled with
the kernel.
from the handbook:7.e. Configuring Kernel Modules
Configuring the Modules
You should list the modules you want automatically loaded
in /etc/modules.autoload.d/kernel-2.6. You can add extra options to the
modules too if you want.
To view all available modules, run the following find command. Don't
forget to substitute "<kernel version>" with the version of the kernel
you just compiled:
Code Listing 18: Viewing all available modules
# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
For instance, to automatically load the 3c59x.o module, edit the
kernel-2.6 file and enter the module name in it.
Code Listing 19: Editing /etc/modules.autoload.d/kernel-2.6
# nano -w /etc/modules.autoload.d/kernel-2.6
Code Listing 20: /etc/modules.autoload.d/kernel-2.6
3c59x
On Mon, 2006-03-06 at 11:26 -0500, Charles Read wrote:
> Hey everybody!
>
> I just got an HP Pavillion dv5000 with the Turion 64 chip, I used
> the gentoo x86-64 discs and the install went well
the livecd was 2006.0 or 2005.?
> , the system boots
> fine. But gentoo doesnt recognize my built-in wifi (by Broadcom I
> think, but I can't seem to find out which chipset it uses)
run lspci and see if it identifies the wifi
was kernel configured to support wifi? and your card?
> and it
> also doesnt recognize my ethernet card (I think a Realtek 8139
> 810x ),
run lspci and see if it identifies the ethernet card
> I have tried 'modprobe 8139cp'
this this will produce only if the kernel was configured for 8139C+
(10/100mbit) support as a module and the card is 8139C+
> but ifconfig shows only lo.
run modprobe 8139too, this will produce only if the kernel was
configured for 8139 support as a module and the card is 8139/8129/810x
run modprobe r8169, this will produce only if the kernel was configured
for 8169 (gigabit) support as a module and the card is 8169
> I
> haven't messed w/ linux in a while, can somebody please point me in
> the right direction? I have tried googling but I am evidently
> missing something.
> Thanks in advance!
>
> Charles Read
--
gentoo-amd64@gentoo.org mailing list
next prev parent reply other threads:[~2006-03-06 18:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-06 16:26 [gentoo-amd64] G2 on an HP dv5000... need help w/ WiFi and Ethernet Charles Read
2006-03-06 16:36 ` Simon Stelling
2006-03-06 17:29 ` Brian Litzinger
2006-03-06 18:21 ` Drake Donahue [this message]
2006-03-06 19:32 ` Charles Read
2006-03-06 21:02 ` Drake Donahue
2006-03-06 20:06 ` Sergio Polini
2006-03-06 20:17 ` Charles Read
2006-03-06 20:19 ` Sergio Polini
2006-03-06 20:56 ` Drake Donahue
2006-03-07 8:53 ` Przemyslaw Hoppe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1141669279.12107.33.camel@amd64.donahues.us \
--to=donahue95@comcast.net \
--cc=gentoo-amd64@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox