NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › determining chipsets for compiling kernel
New Posts  All Forums:Forum Nav:

determining chipsets for compiling kernel

post #1 of 8
Thread Starter 
Sort of a newbish question, I'm sure, but when I've tried to compile a custom kernel (desktop) in the past I was often left scratching my head over what to include even though I KNEW exactly what was in the machine having built it myself. So my question is how do you guys figure out what chipsets you have when you go to compile a custom kernel for your laptops?

Thank you!
post #2 of 8
lspci works http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml

EDIT: blast just noticed the download is for the source only youd have to compile it :/
post #3 of 8
I use a perl script that I have to scan the bios, if you want it I can get it to you.
post #4 of 8
Thread Starter 
thanks Guys!

Conda: I'll give it a try
Time: I'd love to give it a spin, I'm PMing you my email address.
post #5 of 8
lspci will be your best friend when determining what you have in your machine.

Seablade
post #6 of 8
Cheap and easy: Google Linux support for the products you use.
post #7 of 8
Another vote for lspci. `lspci -v` usually gives me all the info I need.
post #8 of 8
Thread Starter 
I've been doing some minor things as I have time. When I run that script Time-Pilot sent me, I'll report back how it compares to lspci.

Thanks for the input guys. very much appreciated.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › determining chipsets for compiling kernel