Linux - KernelThis forum is for all discussion relating to the Linux kernel.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
There seem to be a number of new options which could apply to my processor and I've found conflicting reports on which I should be using in the 2.6.29 kernel options.
Am I MPENTIUMM or MPENTIUM4? (Also, is there a place where vendor_id, cpu family, and model are listed with their corresponding kernel processor family. Wouldn't it be cool if the kernel configurator had an option to automatically check cpuinfo and determine the best processor family?)
Here's my cpuinfo:
Code:
balder ~ $ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.60GHz
stepping : 6
cpu MHz : 600.000
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
bogomips : 1198.95
clflush size : 64
power management:
If you have the command "lshw" installed you can use it as root to gain more detailed information about your CPU. Both Intel and Wikipedia have information on Intel CPUs by name and FSB, cache size, etc. to confirm and crosscheck by specifications.
From what you have posted, I judge the CPU to be this one.
I have been to the Wikipedia and other resources... however, the 2.6.29-r2 kernel has a myriad of new options for this range of processor.
MPENTIUMM or MPENTIUM4 are the most likely candidates for my processor but the built-in kernel description doesn't specify the difference between these in relation to cpu family and model.
I thought that if you could identify this as a Pentium M725, if that is what it is, and check with Intel for more information and documentation, you would have what you needed to choose options in the kernel.
The kernel may not differentiate by family and model, but does it do so by any information you can find, particularly if you could find the full specifications from Intel?
Does the kernel request information where the request is not relevant for your particular processor, where the kernel would better treat this processor at a more general level, as one of a group of similar processors, but has a request for a level of detail relevant to the others, asking perhaps for information about options that apply for some but not all Pentium processor.
I treated this as a hardware inquiry, but you might ask to have it moved to Linux-Kernel in the Software forum.
Have you tried pursuing the matter in documentation for the kernel and the kernel development project?
We may be at cross purposes here; I have no experience with the kernel but I can read a specification.
Last edited by thorkelljarl; 05-04-2009 at 06:11 AM.
At the bottom of the Forum Hardware opening page are links to the moderators active at the time. You might use that link to write a note asking about switching your thread. Maybe it would get more traffic and thereby more responses in Newbie, although you need qualified insight more a quantity of replies.
Last edited by thorkelljarl; 05-05-2009 at 07:40 AM.
I'm going through all the information given and I REALLY appreciate everyone's input.
When I find the solution I will be sure to post back to the thread so others searching for similar information can benefit, and I will change the Thread title to add SOLVED.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.