kozlek Posted May 16, 2012 Author Share Posted May 16, 2012 05.05.2012 You could use that you wish, but if you post here about assembla brunch I can't help you with fixes or impruvements. As I said It is based on my old architecture and many thing I've changed in my brunch since Slice and Navi forked it. Link to comment Share on other sites More sharing options...
haxzion Posted May 16, 2012 Share Posted May 16, 2012 You could use that you wish, but if you post here about assembla brunch I can't help you with fixes or impruvements. As I said It is based on my old architecture and many thing I've changed in my brunch since Slice and Navi forked it. Oh i didn't know that.it would be nice to have a compiled ver on the first post.Anyways thanks for the heads up Link to comment Share on other sites More sharing options...
kozlek Posted May 16, 2012 Author Share Posted May 16, 2012 Oh i didn't know that.it would be nice to have a compiled ver on the first post.Anyways thanks for the heads up There is always latest compiled binareies and updated installer come with every revision I upload to GitHub. Just check Installer and Binaries folders. 1 Link to comment Share on other sites More sharing options...
haxzion Posted May 16, 2012 Share Posted May 16, 2012 There is always latest compiled binareies and updated installer come with every revision I upload to GitHub. Just check Installer and Binaries folders. updated and did some edits. keep in mind that im ot using a panel fan but the sensor is working i have tested it.. Link to comment Share on other sites More sharing options...
The Real Deal Posted May 18, 2012 Share Posted May 18, 2012 Hi kozlek, What do you need (can i give you) to add Asus Rampage III Extreme to the superIO plist ? Link to comment Share on other sites More sharing options...
kozlek Posted May 18, 2012 Author Share Posted May 18, 2012 Hi kozlek, What do you need (can i give you) to add Asus Rampage III Extreme to the superIO plist ? If you already have modified SuperIO plist with your mb profile you could attach it here and I'll add it to the project. Link to comment Share on other sites More sharing options...
stefano.85 Posted May 18, 2012 Share Posted May 18, 2012 Koziek, the "hidden sensors" function is great! your project is getting better day by day... don't know what else to say! Cheers Link to comment Share on other sites More sharing options...
mitch_de Posted May 21, 2012 Share Posted May 21, 2012 I get HWsensors 1.0.2 ... text info in the verbose mode (booting) near the FakeSMC text info. Why? I dont have HWSensorMenue installed / Hwsensors App not running / cant finde any autostart or hwsensor.kext (also no sensor plugins.kexts installed). Or does the info comes from FakeSMC (newer) itself which means "supports HWSensors" and not usage/loaded HWSensors info? Link to comment Share on other sites More sharing options...
kozlek Posted May 22, 2012 Author Share Posted May 22, 2012 I get HWsensors 1.0.2 ... text info in the verbose mode (booting) near the FakeSMC text info. Why? I dont have HWSensorMenue installed / Hwsensors App not running / cant finde any autostart or hwsensor.kext (also no sensor plugins.kexts installed). Or does the info comes from FakeSMC (newer) itself which means "supports HWSensors" and not usage/loaded HWSensors info? It's only message about project's version and it's comes from FakeSMC.kext. Project is named HWSensors and application is HWMonitor Link to comment Share on other sites More sharing options...
mitch_de Posted May 22, 2012 Share Posted May 22, 2012 Thanks! I was a bit unsure. GREAT tool. Link to comment Share on other sites More sharing options...
eep357 Posted May 23, 2012 Share Posted May 23, 2012 Hi kozlek, if ever you have time, since options menu is now added to hw monitor, any chance of UI choice for black with white text vs greyish white with black text? Since my xcode skills do not include any skill, I was only able to change the black text to white, but couldn't figure out the window background. Just a thought to add to your great project, keep up the good work and kudos on the new sensors option. Link to comment Share on other sites More sharing options...
magnifico Posted May 27, 2012 Share Posted May 27, 2012 Hi kozlek , sorry but again error smckey ...bla bla bla ....in kernel log Maybe dont fixed error in your fakesmc? Sorry again ..friend Link to comment Share on other sites More sharing options...
eberts Posted May 27, 2012 Share Posted May 27, 2012 Hi kozlek, I'm getting lots of logs while running new HWMonitor : HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053d150 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053f3b0 of class NSCFString autoreleased with no pool in place - just leaking HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053f4a0 of class NSCFData autoreleased with no pool in place - just leaking I'm running 10.6.8. thx eberts Link to comment Share on other sites More sharing options...
pianman Posted May 31, 2012 Share Posted May 31, 2012 Hi kozlek , I Have this error in my kernel log: " SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode" Maybe dont fixed error in your fakesmc? Thanks. Link to comment Share on other sites More sharing options...
Smith@@™ Posted May 31, 2012 Share Posted May 31, 2012 mozo this "fakesmc" is different from that on projectosx, right? That is a fork of this? Link to comment Share on other sites More sharing options...
kozlek Posted May 31, 2012 Author Share Posted May 31, 2012 mozo this "fakesmc" is different from that on projectosx, right? That is a fork of this? Yes, It's different. FakeSMC v4.x on assembla is fork of this. But first version of HWSensors was on assembla. Link to comment Share on other sites More sharing options...
ntsmkfob Posted June 1, 2012 Share Posted June 1, 2012 Hi Kozlek, this is a great effort from you and all the other contributors. Thank you. I do have a problem, however. I removed the old fakesmc and supporting kexts before installing 136b373. Everything seems to be working well except when my hack goes to sleep. Instead of restarting at login screen after 'suspend to ram', it does a full boot, chameleon says the sleepimage is invalid, and in the kernel log all of the disk partitions are flagged as dirty and require journal replay. I've tried the decrypt fix for the sleepimage without success. I'm on 10.7.4. It looks as though the sleep process is not doing what it should be doing. Link to comment Share on other sites More sharing options...
TH3L4UGH1NGM4N Posted June 1, 2012 Share Posted June 1, 2012 Hi kozlek, if ever you have time, since options menu is now added to hw monitor, any chance of UI choice for black with white text vs greyish white with black text? Since my xcode skills do not include any skill, I was only able to change the black text to white, but couldn't figure out the window background. Just a thought to add to your great project, keep up the good work and kudos on the new sensors option. Assuming it's just one window _window.backgroundColor = [uIColor blackColor]; That's how you normally set the bg color of a windows in Obj C. @ kozlek I can't seem to boot with your fakeSMC that's posted on the first page my system just hangs on where it would normally boot into the gui login screen could never figure out why so I had to resort to my older working version SuperIODevice also fails to load any idea why? I have the kernel log if needed as well running a q8200 on a p45 chipset. Link to comment Share on other sites More sharing options...
haxzion Posted June 2, 2012 Share Posted June 2, 2012 After updating to 10.7.4 i checked my Speedstep and did some CPU-GPU benchmarks it's all good. But i get this annoying msg too - SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode maybe there is a missing key in fakesmc? Anyways if anyone has info on that matter please let me know.. Link to comment Share on other sites More sharing options...
buoo Posted June 2, 2012 Share Posted June 2, 2012 After updating to 10.7.4 i checked my Speedstep and did some CPU-GPU benchmarks it's all good. But i get this annoying msg too - SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode maybe there is a missing key in fakesmc? Anyways if anyone has info on that matter please let me know.. no It's tell you that AppleSMC.kext is not using the memory mapped read and writes, then it works like it has always done. Link to comment Share on other sites More sharing options...
magnifico Posted June 2, 2012 Share Posted June 2, 2012 After updating to 10.7.4 i checked my Speedstep and did some CPU-GPU benchmarks it's all good. But i get this annoying msg too - SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode maybe there is a missing key in fakesmc? Anyways if anyone has info on that matter please let me know.. For this error , install old applesmc from 10.7.3 Link to comment Share on other sites More sharing options...
haxzion Posted June 2, 2012 Share Posted June 2, 2012 For this error , install old applesmc from 10.7.3 thanks mate 10.7.3 applesmc works fine but still don't we have to fix this? Is it a bug that we have to ignore? Link to comment Share on other sites More sharing options...
buoo Posted June 2, 2012 Share Posted June 2, 2012 Don't care about it. Link to comment Share on other sites More sharing options...
magnifico Posted June 2, 2012 Share Posted June 2, 2012 thanks mate 10.7.3 applesmc works fine but still don't we have to fix this? Is it a bug that we have to ignore? Yes ignore this error , because also mac original have error in kernel log Link to comment Share on other sites More sharing options...
gimpzilla Posted June 8, 2012 Share Posted June 8, 2012 Hi kozlek, I'm getting lots of logs while running new HWMonitor : HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053d150 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053f3b0 of class NSCFString autoreleased with no pool in place - just leaking HWMonitor[278]: *** __NSAutoreleaseNoPool(): Object 0x10053f4a0 of class NSCFData autoreleased with no pool in place - just leaking I'm running 10.6.8. thx eberts I am having this problem as well. I cannot pinpoint exactly which version it started with though. I am running 10.6.8 as well. Any suggestions would be greatly appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts