Friday, October 2, 2009

What Model Mac Are You On?

If you're troubleshooting a Mac and aren't sure what exact model it is...so you don't know what firmware this or that needs...there's an easy way to find out not only the model designation but the type of CPU as well.

Fire up the Terminal (From the Finder hit Command + Shift + U, then T, then Command + O) and type in:

sysctl -a hw

Then hit Return.

You'll see fun info like:

hw.activecpu: 2
hw.physicalcpu: 2
hw.physicalcpu_max: 2
hw.logicalcpu: 2
hw.logicalcpu_max: 2
hw.cputype: 7
hw.cpusubtype: 4
hw.cpu64bit_capable: 1
hw.availcpu = 2
hw.machine = i386

but most importantly:

hw.model = Macmini2,1

If you want to see the exact CPU type, type in:

sysctl -a

and hit Return then look for something like:

machdep.cpu.vendor: GenuineIntel
machdep.cpu.brand_string: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz

No comments: