CozmoNate / HWSensors

HWSensors is a software bundle that includes drivers and applications that allow you to access information from hardware sensors available on your Mac
660 stars 133 forks source link

MacPro6,1. OSX 10.9.2 (13C32) SMC errors #164

Open tonydickinson opened 10 years ago

tonydickinson commented 10 years ago

Kozlek - I am a complete Noob when it comes to understanding what is required for SMC keys and as such I hope that I am not being unreasonable about asking how these errors can be fixed. I might add HWmonitor is working very well here. You will see that here are errors produced following an update to FakeSMC v6.0.1062.

I see that there are similar requests here - I hope I am not duplicating any issues, and understand that FakeSMC is "fake", it is really the "not founds" that I am interested in.

A friend posted a "DarwinDumper" of the real MacPro, I am not sure as to whether this will be of any use to you.

Shared with Droplr: 'MacPro61_DarwinDumper_SysDiagnose.zip' http://d.pr/f/arjl

Thanks.

Brgds/Tony.

5/1/14 08:07:39.000 kernel[0]: FakeSMCKeyStore: started 5/1/14 08:07:39.000 kernel[0]: FakeSMC v6.0.1058 Copyright 2013 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. 5/1/14 08:07:39.000 kernel[0]: FakeSMC: 11 preconfigured keys added 5/1/14 08:07:39.000 kernel[0]: FakeSMC: 5 keys exported by Clover EFI 5/1/14 08:07:39.000 kernel[0]: SMC: successfully initialized 5/1/14 08:07:39.000 kernel[0]: FakeSMC: 11 keys loaded from NVRAM 5/1/14 08:07:39.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0 5/1/14 08:07:39.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound) 5/1/14 08:07:39.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound) 5/1/14 08:07:39.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound) 5/1/14 08:07:39.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode 5/1/14 08:18:12.000 kernel[0]: FakeSMCKeyStore: started 5/1/14 08:18:12.000 kernel[0]: FakeSMC v6.0.1062 Copyright 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. 5/1/14 08:18:12.000 kernel[0]: FakeSMC: 11 preconfigured keys added 5/1/14 08:18:12.000 kernel[0]: FakeSMC: 5 keys exported by Clover EFI 5/1/14 08:18:12.000 kernel[0]: SMC: successfully initialized 5/1/14 08:18:12.000 kernel[0]: FakeSMC: 11 keys loaded from NVRAM 5/1/14 08:18:12.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0 5/1/14 08:18:12.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound) 5/1/14 08:18:12.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound) 5/1/14 08:18:12.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound) 5/1/14 08:18:12.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode 5/1/14 08:20:36.000 kernel[0]: FakeSMCKeyStore: started 5/1/14 08:20:36.000 kernel[0]: FakeSMC v6.0.1062 Copyright 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. 5/1/14 08:20:36.000 kernel[0]: FakeSMC: 11 preconfigured keys added 5/1/14 08:20:36.000 kernel[0]: FakeSMC: 5 keys exported by Clover EFI 5/1/14 08:20:36.000 kernel[0]: SMC: successfully initialized 5/1/14 08:20:36.000 kernel[0]: FakeSMC: 11 keys loaded from NVRAM 5/1/14 08:20:36.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0 5/1/14 08:20:36.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound) 5/1/14 08:20:36.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound) 5/1/14 08:20:36.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound) 5/1/14 08:20:36.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode

CozmoNate commented 10 years ago

You don't have any light sensors or similar hardware on you hack? I think would be better to report "not found" for non-existent hardware instead of "found" and after it could bring some unwanted behavior to the system.

tonydickinson commented 10 years ago

I am not sure how it works, the monitors I have appear to have light sensors which work as if I walk away from the monitor for more than two minutes, it goes to sleep, even though power settings are set to display sleep 10 minutes. Being a Noob I might be wrong but it appears to be Power Nap that instigates it, as turn that off, it behaves as expected. So whether that is light sensors I have no idea. Both my Samsung and Apple displays have some form of light sensors, but I did not believe that the operating system would affect that, rather the monitors electronics...

tonydickinson commented 10 years ago

When I say goes to sleep, I am referring to OSX rather than the monitor going into power save mode.

CozmoNate commented 10 years ago

You monitor sensors can be used by OS X via i2c of your videocard. But they are not SMC driven. I think it'll be safe to add these macpro6,1 keys as it will be only cosmetics.

tonydickinson commented 10 years ago

Thanks @K - appreciated,,

tonydickinson commented 10 years ago

@Kozlek

R1065 looks so much better - thank you and all. Appreciated.

0/1/14 8:50:43.000 am kernel[0]: FakeSMC v6.0.1065 Copyright 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. 10/1/14 8:50:43.000 am kernel[0]: FakeSMC: 13 preconfigured keys added 10/1/14 8:50:43.000 am kernel[0]: FakeSMC: 5 keys exported by Clover EFI 10/1/14 8:50:43.000 am kernel[0]: SMC: successfully initialized 10/1/14 8:50:43.000 am kernel[0]: FakeSMC: 12 keys loaded from NVRAM 10/1/14 8:50:43.000 am kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode