* [gentoo-user] how to extract driver info from genkernel
@ 2009-01-12 15:08 Denis
2009-01-12 15:32 ` Daniel da Veiga
0 siblings, 1 reply; 9+ messages in thread
From: Denis @ 2009-01-12 15:08 UTC (permalink / raw
To: gentoo-user
Hello,
This will probably sound simplistic to most... I'm setting up an
older Dell PC, and I used genkernel to get it up and running, but how
do I figure out which drivers I actually need without knowing for sure
which hardware I have in the machine? Genkernel loads a lot of
drivers, and the kernel takes a very long time to compile - I
understand why, and I'm not complaining about that. But suppose I now
wanted to set up the X server, and I don't know which graphics driver
I need to choose. Or, suppose I wanted to compile the kernel myself,
and I don't really know which drivers I *must* select (since I don't
know which chips the machine has). Does anyone have any tips on this?
Many thanks,
Denis
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to extract driver info from genkernel
2009-01-12 15:08 [gentoo-user] how to extract driver info from genkernel Denis
@ 2009-01-12 15:32 ` Daniel da Veiga
2009-01-12 15:46 ` Denis
0 siblings, 1 reply; 9+ messages in thread
From: Daniel da Veiga @ 2009-01-12 15:32 UTC (permalink / raw
To: gentoo-user
On Mon, Jan 12, 2009 at 13:08, Denis <denis.che@gmail.com> wrote:
> Hello,
>
> This will probably sound simplistic to most... I'm setting up an
> older Dell PC, and I used genkernel to get it up and running, but how
> do I figure out which drivers I actually need without knowing for sure
> which hardware I have in the machine? Genkernel loads a lot of
> drivers, and the kernel takes a very long time to compile - I
> understand why, and I'm not complaining about that. But suppose I now
> wanted to set up the X server, and I don't know which graphics driver
> I need to choose. Or, suppose I wanted to compile the kernel myself,
> and I don't really know which drivers I *must* select (since I don't
> know which chips the machine has). Does anyone have any tips on this?
>
You can use the "lspci" command, its in the pciutils package (if I'm
not mistaken) to get your system hardware information.
If you use it with the "-v" flag it will tell you the driver the
kernel is using for it.
--
Daniel da Veiga
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] how to extract driver info from genkernel
2009-01-12 15:32 ` Daniel da Veiga
@ 2009-01-12 15:46 ` Denis
2009-01-12 22:07 ` [gentoo-user] " Harry Putnam
0 siblings, 1 reply; 9+ messages in thread
From: Denis @ 2009-01-12 15:46 UTC (permalink / raw
To: gentoo-user
> You can use the "lspci" command, its in the pciutils package (if I'm
> not mistaken) to get your system hardware information.
Just like magic :-) Thank you so much!
Denis
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: how to extract driver info from genkernel
2009-01-12 15:46 ` Denis
@ 2009-01-12 22:07 ` Harry Putnam
2009-01-13 0:08 ` Dale
2009-01-13 2:38 ` Joshua Murphy
0 siblings, 2 replies; 9+ messages in thread
From: Harry Putnam @ 2009-01-12 22:07 UTC (permalink / raw
To: gentoo-user
Denis <denis.che@gmail.com> writes:
>> You can use the "lspci" command, its in the pciutils package (if I'm
>> not mistaken) to get your system hardware information.
>
> Just like magic :-) Thank you so much!
If you liked lspci you will really like lspci -v.
Pointed out to me recently here:
From: Dale <rdalek1967@gmail.com>
Subject: Re: Re: kernel config hell
Message-ID: <4956DFA4.5050801@gmail.com>
The last thing in each listing is the actual name of the kernel module.
(if required)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: how to extract driver info from genkernel
2009-01-12 22:07 ` [gentoo-user] " Harry Putnam
@ 2009-01-13 0:08 ` Dale
2009-01-13 2:38 ` Joshua Murphy
1 sibling, 0 replies; 9+ messages in thread
From: Dale @ 2009-01-13 0:08 UTC (permalink / raw
To: gentoo-user
Harry Putnam wrote:
> Denis <denis.che@gmail.com> writes:
>
>
>>> You can use the "lspci" command, its in the pciutils package (if I'm
>>> not mistaken) to get your system hardware information.
>>>
>> Just like magic :-) Thank you so much!
>>
>
> If you liked lspci you will really like lspci -v.
> Pointed out to me recently here:
>
> From: Dale <rdalek1967@gmail.com>
> Subject: Re: Re: kernel config hell
> Message-ID: <4956DFA4.5050801@gmail.com>
>
> The last thing in each listing is the actual name of the kernel module.
> (if required)
>
>
>
>
>
Yea, if that module don't work, you know what to kick to the curb and
then try something else.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: how to extract driver info from genkernel
2009-01-12 22:07 ` [gentoo-user] " Harry Putnam
2009-01-13 0:08 ` Dale
@ 2009-01-13 2:38 ` Joshua Murphy
2009-01-13 2:53 ` Dale
1 sibling, 1 reply; 9+ messages in thread
From: Joshua Murphy @ 2009-01-13 2:38 UTC (permalink / raw
To: gentoo-user
On Mon, Jan 12, 2009 at 5:07 PM, Harry Putnam <reader@newsguy.com> wrote:
> Denis <denis.che@gmail.com> writes:
>
>>> You can use the "lspci" command, its in the pciutils package (if I'm
>>> not mistaken) to get your system hardware information.
>>
>> Just like magic :-) Thank you so much!
>
> If you liked lspci you will really like lspci -v.
> Pointed out to me recently here:
>
> From: Dale <rdalek1967@gmail.com>
> Subject: Re: Re: kernel config hell
> Message-ID: <4956DFA4.5050801@gmail.com>
>
> The last thing in each listing is the actual name of the kernel module.
> (if required)
And for the drivers list only --> lspci -k
Cuts out all the extras that you're very unlikely to need :D
--
Poison [BLX]
Joshua M. Murphy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: how to extract driver info from genkernel
2009-01-13 2:38 ` Joshua Murphy
@ 2009-01-13 2:53 ` Dale
2009-01-13 15:47 ` Denis
0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2009-01-13 2:53 UTC (permalink / raw
To: gentoo-user
Joshua Murphy wrote:
> On Mon, Jan 12, 2009 at 5:07 PM, Harry Putnam <reader@newsguy.com> wrote:
>
>> Denis <denis.che@gmail.com> writes:
>>
>>
>>>> You can use the "lspci" command, its in the pciutils package (if I'm
>>>> not mistaken) to get your system hardware information.
>>>>
>>> Just like magic :-) Thank you so much!
>>>
>> If you liked lspci you will really like lspci -v.
>> Pointed out to me recently here:
>>
>> From: Dale <rdalek1967@gmail.com>
>> Subject: Re: Re: kernel config hell
>> Message-ID: <4956DFA4.5050801@gmail.com>
>>
>> The last thing in each listing is the actual name of the kernel module.
>> (if required)
>>
>
> And for the drivers list only --> lspci -k
> Cuts out all the extras that you're very unlikely to need :D
>
>
You the man! Very nice information there.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: how to extract driver info from genkernel
2009-01-13 2:53 ` Dale
@ 2009-01-13 15:47 ` Denis
2009-01-13 20:50 ` Dale
0 siblings, 1 reply; 9+ messages in thread
From: Denis @ 2009-01-13 15:47 UTC (permalink / raw
To: gentoo-user
>> And for the drivers list only --> lspci -k
>> Cuts out all the extras that you're very unlikely to need :D
>>
>>
>
> You the man! Very nice information there.
>
> Dale
>
you mean... as in "man lspci"? ;-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: how to extract driver info from genkernel
2009-01-13 15:47 ` Denis
@ 2009-01-13 20:50 ` Dale
0 siblings, 0 replies; 9+ messages in thread
From: Dale @ 2009-01-13 20:50 UTC (permalink / raw
To: gentoo-user
Denis wrote:
>>> And for the drivers list only --> lspci -k
>>> Cuts out all the extras that you're very unlikely to need :D
>>>
>>>
>>>
>> You the man! Very nice information there.
>>
>> Dale
>>
>>
>
> you mean... as in "man lspci"? ;-)
>
>
>
Yea, that too! LOL
Dale
:-) :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-01-13 20:50 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 15:08 [gentoo-user] how to extract driver info from genkernel Denis
2009-01-12 15:32 ` Daniel da Veiga
2009-01-12 15:46 ` Denis
2009-01-12 22:07 ` [gentoo-user] " Harry Putnam
2009-01-13 0:08 ` Dale
2009-01-13 2:38 ` Joshua Murphy
2009-01-13 2:53 ` Dale
2009-01-13 15:47 ` Denis
2009-01-13 20:50 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox