With Linux, is there a way to retrieve the processor model without taking information from bios? I don't know which processor is really mounted. I want to set up the right processor timing, but I don't know the processor type. Every time I change the timing for the processor in BIOS another processor type is determined (I should be an Athlon XP +1500, I think, but I don't know really).
I think with
less /proc/cpuinfo
the results depends on the timing that is set in bios.
So could you tell me how I can find out which processor is really mounted?

less /proc/cpuinfoalso show different results? – Joe Internet Jul 31 '11 at 19:00sudo dmidecode -t processor? Does it change for each setting, or stay the same? – Joe Internet Jul 31 '11 at 19:12