DoiX Posted May 11, 2012 Share Posted May 11, 2012 Can someone tell me how can i stop/remove the HWMonitorExtra.menu plugin... somehow i have 2 of them active and it's occupying my menubar, Link to comment Share on other sites More sharing options...
DarwinX Posted May 11, 2012 Share Posted May 11, 2012 Can someone tell me how can i stop/remove the HWMonitorExtra.menu plugin... somehow i have 2 of them active and it's occupying my menubar, Simply drag it off the menu bar while holding down the Control ^ (Command) key on your keyboard. 1 Link to comment Share on other sites More sharing options...
DoiX Posted May 11, 2012 Share Posted May 11, 2012 Simply drag it off the menu bar while holding down the Control ^ (Command) key on your keyboard. Thank you very much! Link to comment Share on other sites More sharing options...
eep357 Posted May 11, 2012 Share Posted May 11, 2012 [/left] +1 Also would love option to toggle HW Monitor to Farenheit as my brain has been culturally engineered to defy the logic of metric measurements. I see you just added a "dirty" option to toggle Farenheit ! Thank you!, gonna DL and try it now. Link to comment Share on other sites More sharing options...
racerx90 Posted May 11, 2012 Share Posted May 11, 2012 Thank you kozlek for hard work.You are great. I want to ask you a little question.I have radeon HD 5770 and I use RadeonX plugin for showing GPU-Core tem but this plugin only show core tem. I want also to show gpu core speed, memory speed and fan load.Is this possible? I looked in the RadeonX.kext code, and there's only code for monitoring temperature, but nothing else. So it's not possible until some develops the code to do it. Link to comment Share on other sites More sharing options...
stefano.85 Posted May 12, 2012 Share Posted May 12, 2012 Hi Zokiek, i've got a problem with the last 2-3 revision of geforceX.kext and my geforce 9800gt G92... it shows me always 241°C... I've attached a screenshot of the problem. cheers and tnx in advance for troubleshooting... Link to comment Share on other sites More sharing options...
kozlek Posted May 12, 2012 Author Share Posted May 12, 2012 Hi Zokiek, i've got a problem with the last 2-3 revision of geforceX.kext and my geforce 9800gt G92... it shows me always 241°C... I've attached a screenshot of the problem. cheers and tnx in advance for troubleshooting... And it was ok before? From the beginning or after patches requested by Petruzska? Link to comment Share on other sites More sharing options...
stefano.85 Posted May 13, 2012 Share Posted May 13, 2012 oh, sorry but i don't remember that. In the last times i don't have so much time to follow all the changes and the discussions. If i remember correctly, the first two revisions of the new GeforceX plugin worked flawlessy, if you can attach one of the oldest one i can make a try (since i don't know where to find them). Tnx Link to comment Share on other sites More sharing options...
sacaman1 Posted May 13, 2012 Share Posted May 13, 2012 Kozlek , i get this error log it is normal ? SMC: [Warning] key not found MSTf, length - 1 i join a SMC_sensors Keys from the atMonitor and this is the dmesg log SMC: [Warning] key not found MSTf, length - 1 DSMOS has arrived RBIOKitController: started (LP64, driver version 1.20, kernel version 11.4.0 (0/128)). RBIOKitController found 0x5ac:0x8242 USBF: 17.201 IOUSBInterface[0xffffff8011746600]::joinPMtree - could not find the hub device ** Device in slot: SLOT--1 ** com_lnx2mac_RealtekRTL81xx: Ethernet address xx.x.xxxx.x.x.x.x.x. macx_swapon SUCCESS [en0:rtl8168_tx_interrupt] *** Unexpected fragmented packed !!! SMC: [Warning] key info not found TH0P, length - 6 SMC: [Warning] key info not found TCAH, length - 6 SMC: [Warning] key info not found TC0P, length - 6 SMC: [Warning] key info not found TC0H, length - 6 SMC_Keys.rtf Link to comment Share on other sites More sharing options...
eep357 Posted May 13, 2012 Share Posted May 13, 2012 Hi kozlek, thanks for you work on the conversion. There does seem to be a problem with the conversion formula, temp reading under F are different than C, but are roughly 1/2 what they should be +or- a few degrees, i.e. 50F(cold enough to need a sweater) instead of 100F(very hot day). Formula for conversion is (C x 1.8) + 32=F Thanks again for all your hard work--you da man! Looking in Xcode, first off I see you did a lot of work on this, so again thank you. Found the error, your conversion is (C/9 x 5) + 32 = F, where it should be (9/5 x C) + 32 = F, or since 9/5 is 1.8 and we are only converting one direction (1.8 x C) + 32 =F will yield same result. I'll try changing it on my version and make sure it works properly Link to comment Share on other sites More sharing options...
magnifico Posted May 13, 2012 Share Posted May 13, 2012 Kozlek , i get this error log it is normal ? SMC: [Warning] key not found MSTf, length - 1 i join a SMC_sensors Keys from the atMonitor and this is the dmesg log SMC: [Warning] key not found MSTf, length - 1 DSMOS has arrived RBIOKitController: started (LP64, driver version 1.20, kernel version 11.4.0 (0/128)). RBIOKitController found 0x5ac:0x8242 USBF: 17.201 IOUSBInterface[0xffffff8011746600]::joinPMtree - could not find the hub device ** Device in slot: SLOT--1 ** com_lnx2mac_RealtekRTL81xx: Ethernet address xx.x.xxxx.x.x.x.x.x. macx_swapon SUCCESS [en0:rtl8168_tx_interrupt] *** Unexpected fragmented packed !!! SMC: [Warning] key info not found TH0P, length - 6 SMC: [Warning] key info not found TCAH, length - 6 SMC: [Warning] key info not found TC0P, length - 6 SMC: [Warning] key info not found TC0H, length - 6 Some error here SMC: [Warning] key not found MSTf, length - 1 Link to comment Share on other sites More sharing options...
eep357 Posted May 14, 2012 Share Posted May 14, 2012 Ok, I can confirm changing of the Farenheit conversion to (9.0f / 5.0f) * t + 32.0f it works properly and values match those from istat. Link to comment Share on other sites More sharing options...
kozlek Posted May 14, 2012 Author Share Posted May 14, 2012 oh, sorry but i don't remember that. In the last times i don't have so much time to follow all the changes and the discussions. If i remember correctly, the first two revisions of the new GeforceX plugin worked flawlessy, if you can attach one of the oldest one i can make a try (since i don't know where to find them). Tnx Please, try latest rev. Im using Asus temperature method now only if calibrated temperature register returns zero. Ok, I can confirm changing of the Farenheit conversion to (9.0f / 5.0f) * t + 32.0f it works properly and values match those from istat. Fixed now. Thanks for feedback. I didn't compared temps with iStat but I hope they should be correct Link to comment Share on other sites More sharing options...
magnifico Posted May 14, 2012 Share Posted May 14, 2012 Kozlek and for this error have you solution? SMC: [Warning] key not found MSTf, length - 1 Link to comment Share on other sites More sharing options...
magnifico Posted May 14, 2012 Share Posted May 14, 2012 Hi kozlek sorry again , but your fake smc in this new release is fixed error for lion 10.7.4 ? SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0×84) fKeyHashTable=0×0 Regard Link to comment Share on other sites More sharing options...
eep357 Posted May 14, 2012 Share Posted May 14, 2012 Hi kozlek sorry again , but your fake smc in this new release is fixed error for lion 10.7.4 ? SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0×84) fKeyHashTable=0×0 Regard see last couple posts here http://www.insanelymac.com/forum/index.php?showtopic=278889&st=60 Link to comment Share on other sites More sharing options...
stefano.85 Posted May 14, 2012 Share Posted May 14, 2012 Please, try latest rev. Im using Asus temperature method now only if calibrated temperature register returns zero. Here i am! with your last revision 5d2a293 all works perfectly again! (see screenshot) as always... tnx for your feedback and for the time you spend on troubleshooting! cheers. Stefano Link to comment Share on other sites More sharing options...
magnifico Posted May 15, 2012 Share Posted May 15, 2012 see last couple posts here http://www.insanelymac.com/forum/index.php?showtopic=278889&st=60 So? What i need ? Link to comment Share on other sites More sharing options...
DarwinX Posted May 15, 2012 Share Posted May 15, 2012 So? What i need ? AppleSMC.kext v3.1.1.zip Link to comment Share on other sites More sharing options...
kozlek Posted May 15, 2012 Author Share Posted May 15, 2012 Hi kozlek sorry again , but your fake smc in this new release is fixed error for lion 10.7.4 ? SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0×84) fKeyHashTable=0×0 Regard It's already fixed in one of the latest revisions Link to comment Share on other sites More sharing options...
magnifico Posted May 15, 2012 Share Posted May 15, 2012 AppleSMC.kext v3.1.1.zip Thanks friend..you are a great It's already fixed in one of the latest revisions Thanks , you are a great guru...i love this man....lol Link to comment Share on other sites More sharing options...
FredWst Posted May 15, 2012 Share Posted May 15, 2012 Hello, It's AppleSMC.kext from 10.7.3 release. It should be nice that Apple release AppleSMC.kext ASAP. I also get error with my macbook pro. Regards Link to comment Share on other sites More sharing options...
haxzion Posted May 15, 2012 Share Posted May 15, 2012 A work in progress for my board.I only need to find which value is the 12v rail since it's the only thing i really need. But my sensors are a mess: Hardware monitor Nuvoton NCT6776 Voltage 0 1.03 Volts [0x81] (CPU VCORE) Voltage 1 1.84 Volts [0xE6] (VIN1) Voltage 2 3.31 Volts [0xCF] (AVCC) Voltage 3 3.31 Volts [0xCF] (3VCC) Voltage 4 0.06 Volts [0x7] (VIN4) Voltage 5 1.65 Volts [0xCE] (VIN5) Voltage 6 1.01 Volts [0x7E] (VIN6) Temperature 0 34∞C (93∞F) [0x22] (SYSTIN) Temperature 1 32∞C (88∞F) [0x3F] (CPUTIN) Temperature 2 28∞C (81∞F) [0x37] (AUXTIN) Temperature 3 33∞C (91∞F) [0x21] (TMPIN3) Fan 1 2119 RPM [0x847] (CPUFANIN) Fan 3 845 RPM [0x34D] (AUXFANIN1) Fan 4 767 RPM [0x2FF] (AUXFANIN2) Anyways this is what i get so far.. BTW im not using a case panel fan atm but i tested it and it works fine Link to comment Share on other sites More sharing options...
kozlek Posted May 16, 2012 Author Share Posted May 16, 2012 A work in progress for my board.I only need to find which value is the 12v rail since it's the only thing i really need. But my sensors are a mess: Hardware monitor Nuvoton NCT6776 Voltage 0 1.03 Volts [0x81] (CPU VCORE) Voltage 1 1.84 Volts [0xE6] (VIN1) Voltage 2 3.31 Volts [0xCF] (AVCC) Voltage 3 3.31 Volts [0xCF] (3VCC) Voltage 4 0.06 Volts [0x7] (VIN4) Voltage 5 1.65 Volts [0xCE] (VIN5) Voltage 6 1.01 Volts [0x7E] (VIN6) Temperature 0 34∞C (93∞F) [0x22] (SYSTIN) Temperature 1 32∞C (88∞F) [0x3F] (CPUTIN) Temperature 2 28∞C (81∞F) [0x37] (AUXTIN) Temperature 3 33∞C (91∞F) [0x21] (TMPIN3) Fan 1 2119 RPM [0x847] (CPUFANIN) Fan 3 845 RPM [0x34D] (AUXFANIN1) Fan 4 767 RPM [0x2FF] (AUXFANIN2) Anyways this is what i get so far.. BTW im not using a case panel fan atm but i tested it and it works fine The screenshot from assembla brunch. I don't support this brunch because it has months old architecture. Link to comment Share on other sites More sharing options...
haxzion Posted May 16, 2012 Share Posted May 16, 2012 The screenshot from assembla brunch. I don't support this brunch because it has months old architecture. 05.05.2012 Link to comment Share on other sites More sharing options...
Recommended Posts