the About This Mac won't show, and the "More Info..." won't show...

this thread talks about system_profiler but it is not on this macbook with Snow Leopard:

http://hintsforums.macworld.com/showthread.php?t=43422

can it be found out?

link|improve this question

67% accept rate
That forum topic is from 2005, there weren't even Macbooks (i.e. Mac laptops with Intel chips) back then. The current operating system was 10.4 Tiger. – Daniel Beck Nov 6 '10 at 12:04
Please comment on answers if they're not satisfactory. – Daniel Beck Jan 9 '11 at 22:17
feedback

4 Answers

System Profiler.app is located in /Applications/Utilities/. You can get there by pressing Cmd-Shift-U in Finder.

If it's not there, someone with administrator access to your machine messed up your system. Reinstall Mac OS X (or try to use Pacifist to restore System Profiler.app from your Mac OS X DVD).


system_profiler is the command-line equivalent (or System Profiler.app might be the GUI application to this CLI program). You need to enter system_profiler at a command prompt in Terminal.app. If you're only interested in your CPU and model, enter

system_profiler SPHardwareDataType

Output looks something like this:

Hardware Overview:

  Model Name: MacBook Pro
  Model Identifier: MacBookPro6,2
  Processor Name: Intel Core i7
  Processor Speed: 2,66 GHz
  Number Of Processors: 1
  Total Number Of Cores: 2
  L2 Cache (per core): 256 KB
  L3 Cache: 4 MB
  Memory: 4 GB
  Processor Interconnect Speed: 4.8 GT/s
  Boot ROM Version: MBP61.0057.B0C
  SMC Version (system): 1.58f16
  Serial Number (system): W80253LDAGZ
  Hardware UUID: 598781DD-929A-1337-F00D-EF19A1B625F8
  Sudden Motion Sensor:
      State: Enabled

An alternative to using the System Profiler is Mactracker, an application containing a database of all Mac models made so far. If you know your model (e.g. "Macbook Pro (15-inch, Mid 2010)" and your order number (e.g. "MC373LL/A") you can find out your processor (M 620 with 2.66GHz for the example).

link|improve this answer
feedback

I didn't find any way to check it with software, but on this site: http://www.everymac.com you can find more details than system profiler provides (including cpu model)

link|improve this answer
feedback

Well, it shows for me, I really don't know why your system would not.

About this mac

System Profiler (click "more info"):

alt text

Show screenshots from your system please, and be a little more verbose.

link|improve this answer
1  
There are model numbers, such as 920 or Q6600, which don't show – 動靜能量 Nov 7 '10 at 2:04
feedback

You can find the full model number with the following command:

sysctl -n machdep.cpu.brand_string

This will return something like:

Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz

(found here: http://osxdaily.com/2011/07/15/get-cpu-info-via-command-line-in-mac-os-x/)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.