Jump to content

fluid | fixed

HWSensors

FakeSMC Plugins Hardware Monitoring Sensors SuperIO Temperature Voltage Tachometer Frequency

  • Please log in to reply
856 replies to this topic

#321
DarkUser89

DarkUser89

    InsanelyMac Sage

  • Members
  • PipPipPipPipPip
  • 300 posts
  • Gender:Male
  • Location:Germany / Saarbrücken
OpenHardware Dump from Gigabyte Z68X-UD3H-B3.

only have 2 GPUs. 4 GPUs is not as in picture

Attached Files



#322
camon

camon

    InsanelyMac Protégé

  • Members
  • Pip
  • 6 posts
  • Gender:Male
ok after reading this post, i get that i need to change Info.plist in SuperIOSensors. The thing that i don't get is the relation between the output of HWMonitor and the labels in Info.plist. I mean the output looks like this:

Posted Image

But in Info.plist, i don't have an entry named Main 3.3v, neither Auxiliary 3.3v. I just don't get where this names came from :S and what do i need to change after all. Please Kozlek some help here :P

#323
Carstiman

Carstiman

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 106 posts
  • Gender:Male
Hello, thx for your nice work !!!

kozlek-HWSensors-3b903ff
Asus P5K Pro (SuperIO: found Winbond W83627DHG on port=0x2e address=0x290)again

HW Monitor shows Ambient, should be System. Ambient Sensor is missing.
with the older W836x.kext i could change inside the info.plist TEMPIN0FORCED to Yes and System Sensor was shown right.
i never got both sensors at the same time (System/Ambient) inside a monitor app.

Voltage 5 V, 12 V still missing or wrong. tell me please if you need more info´s.

Just a question, is it a big deal to insert GPU Fan inside NVclock ?

Attached Files



#324
camon

camon

    InsanelyMac Protégé

  • Members
  • Pip
  • 6 posts
  • Gender:Male
@Carstiman i have a p5kc. I think that p5k pro and p5kc are almost identical so as you can see in my previous post i also have the same output as you in hwmonitor. The thing that i concluded by reading previous posts is that these are raw values read from the Winbond. We need to use "gain" for getting the +12v and +5v. I think that in mine +12v is Power Supply 2. Yours should be the same.

But as i mentioned in the previous post i can't figure out where i'm supposed to change the values in Info.plist, because i can't find the names that HWMonitor shows in the Info.plist :S

#325
Carstiman

Carstiman

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 106 posts
  • Gender:Male
@camon
change this inside the info.plist of SuperIOSensors.kext and System Chipset is shown right with HW Monitor.

the Ambient Sensor is missing but i know that i´ve got one real shown in an older version.

here ist my smcutil output

Attached Files



#326
beta992

beta992

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 228 posts
  • Gender:Male
Hi,

Thanks for the update.
Most values are showing, but my cpu fan isn't running.

Hope you can help, do you need some info from the setup?

Thanks.

Attached Files



#327
Pietruszka

Pietruszka

    InsanelyMac Protégé

  • Members
  • PipPip
  • 98 posts
  • Gender:Male

View PostPietruszka, on 11 April 2012 - 11:44 AM, said:

with nvclock -i I see this: NV50 GPU Internal Sensor


Hi can someone help with compiler errors???

still fight with Palit 8800gs gpu temp :(

thanks for any help


else if (nv50_get_gpu_temp(0)>0) {
nv_card->sensor_name = malloc(64); //Use of undeclared identifier 'malloc'
sprintf(nv_card->sensor_name,"NV50 GPU Internal Sensor (correction=%d)",
nv_card->bios->sensor_cfg.temp_correction<<2);
nv_card->get_gpu_temp = (int(*)(I2CDevPtr))nv50_get_gpu_temp;

http://dl.dropbox.co...532/compile.png

\\OK no errors now but KP with nvclockx during boot :( need to learn more and more :)

#328
rcork

rcork

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 163 posts
In HWMonitor the multiplier isn't showing all the P-states. I have an i7 2600k with multiplier set to 34 in bios with turbo states 45, 46, 47, 48.  When using MSRDumper, i can see it hitting 16, 45, 46, 46, 48 but in HWMonitor, it only ever shows 16 and 45. It never shows 46, 47, or 48. Is this a known issue with turbo states?

#329
Pietruszka

Pietruszka

    InsanelyMac Protégé

  • Members
  • PipPip
  • 98 posts
  • Gender:Male

View PostPietruszka, on 13 April 2012 - 05:50 PM, said:

Hi can someone help with compiler errors???

still fight with Palit 8800gs gpu temp :(

thanks for any help


else if (nv50_get_gpu_temp(0)>0) {
nv_card->sensor_name = malloc(64); //Use of undeclared identifier 'malloc'
sprintf(nv_card->sensor_name,"NV50 GPU Internal Sensor (correction=%d)",
nv_card->bios->sensor_cfg.temp_correction<<2);
nv_card->get_gpu_temp = (int(*)(I2CDevPtr))nv50_get_gpu_temp;

http://dl.dropbox.co...532/compile.png

\\OK no errors now but KP with nvclockx during boot :( need to learn more and more :)


OK everything works ...GPU temp 48C (idle)  as it should be

just made changes from post #320 (some fight with xcode :) )

would be nice to write more universal code...
need to change nvclockx every hwsensors update :(


thank you for all your help

great work!!!

#330
Thaaales.

Thaaales.

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 121 posts
  • Gender:Male
Kozlek, only a small correction in SuperIOSensors in info.plist, on Nuvoton NCT677x Monitor, Asus Profiles is ASUS P8P67-M PR should be P8P67-M PRO.
After modifying it's all working properly.
Sorry for bad English, I am Brazilian and I'm using Google translator
thank you

#331
kozlek

kozlek

    InsanelyMac Sage

  • Developers
  • 331 posts
  • Gender:Male
  • Location:Israel

View PostPietruszka, on 14 April 2012 - 06:28 PM, said:

OK everything works ...GPU temp 48C (idle)  as it should be

just made changes from post #320 (some fight with xcode :) )

would be nice to write more universal code...
need to change nvclockx every hwsensors update :(


thank you for all your help

great work!!!

Please, send me your changes in .zip

View PostThaaales., on 15 April 2012 - 03:26 AM, said:

Kozlek, only a small correction in SuperIOSensors in info.plist, on Nuvoton NCT677x Monitor, Asus Profiles is ASUS P8P67-M PR should be P8P67-M PRO.
After modifying it's all working properly.
Sorry for bad English, I am Brazilian and I'm using Google translator
thank you

Fixed.

#332
magnifico

magnifico

    InsanelyMac Deity

  • Donators
  • 1,764 posts
  • Gender:Male
Hi Kozlek
Please help me..if you can !

Wich version i need  of Fakesmc and which Plug in for temp?

#333
Pietruszka

Pietruszka

    InsanelyMac Protégé

  • Members
  • PipPip
  • 98 posts
  • Gender:Male
Hi kozlek

this is .zip with changes for my Palit 8800GS

send you PM with more info

thank you

Attached Files



#334
Mohamed Khairy

Mohamed Khairy

    InsanelyMac Deity

  • Members
  • PipPipPipPipPipPipPipPipPipPip
  • 1,797 posts
  • Gender:Male
hi kozlek

HWmonitor application doesnt work on my amd system iam runing under -force64  snow leopard 10.6.8

it was working before

now appiction doesnt open when tring to open it  the icon appear on bar and then disappear on one second :(

what is the problem :)

#335
stefano.85

stefano.85

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 187 posts
  • Gender:Male
  • Location:Italy

View PostMohamed Khairy, on 16 April 2012 - 03:21 AM, said:

hi kozlek

HWmonitor application doesnt work on my amd system iam runing under -force64  snow leopard 10.6.8

it was working before

now appiction doesnt open when tring to open it  the icon appear on bar and then disappear on one second :(

what is the problem :)

+1 here, same problem on snow 10.6.8 with the latest versions

#336
DarkUser89

DarkUser89

    InsanelyMac Sage

  • Members
  • PipPipPipPipPip
  • 300 posts
  • Gender:Male
  • Location:Germany / Saarbrücken
more dumps from my Gigabyte Z68x-UD3H-B3

Attached Files



#337
PiSToLBR

PiSToLBR

    InsanelyMac Protégé

  • Members
  • Pip
  • 40 posts
  • Gender:Male
  • Location:Brazil - Recife - PE
My current monitor build 0879a8a :


Attached File  kozlek-HWSensors-0879a8a.png   61.84K   33 downloads

#338
kozlek

kozlek

    InsanelyMac Sage

  • Developers
  • 331 posts
  • Gender:Male
  • Location:Israel
Sorry guys, I don't go to use your dumps to get voltage values for you. It's all up to you. The method described in post #264, you could see the first post there is link on it. If you'll send me voltage gains I'll add it into database. It's going to be a hard work for me to handle all requests.

#339
Mohamed Khairy

Mohamed Khairy

    InsanelyMac Deity

  • Members
  • PipPipPipPipPipPipPipPipPipPip
  • 1,797 posts
  • Gender:Male
also latest hwmonitor.app doesnt work under snow leopard  .. works on 10.7 or above message !!


------
edit

changed deployment  to 10.6 but the same problem the program exit after 1 second :(

#340
Goron

Goron

    InsanelyMac Sage

  • Members
  • PipPipPipPipPip
  • 323 posts
  • Gender:Male
  • Location:somewhere out there ...
Still having some problems:

1. NO Fans appear, not even CPU fan
2. following output from dmesg:

Attached File  screenshot_01.jpg   132.18K   27 downloads

Have already changed dependancy in Info.plist to fakesmc 4.2.1 (from 4.0.0) but does´t change anything ... i installed from latest github via installer!





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy