Jump to content
8 posts in this topic

Recommended Posts

I do not know any command to obtain this information from os x .

 

I just flew over your page

http://linuxaria.com/pills/linux-terminal inxi-a-full-featured-system-information-script

 

It is very interesting to read and watch the video as you filter this information with your script from Linux. Great work.

 

If one could use this information to configure the hackintosh better on os x, that would be a great tool to assist in the configuration.

Is there a terminal command (ioreg) to let you show your motherboard' model?

No apps please.

 

ioreg xxxxxx ----> P867-ML-X

 

dmidecode, it's included in dpcimanager

also I'd checkout bdmesg logs

ioreg -rc FakeSMCKeyStore

???

I get with this input no information.

 

 

With this entry you can read out only the board-id from the ioreg.

 

ioreg -l | grep "Board-ID" | awk-F \ "'{print $ 4}' | pbcopy

×
×
  • Create New...