Contribute
Register

Help me with editing DSDT for ACPISensors

Status
Not open for further replies.
sudo cp -r -v ~/Downloads/FakeSMC.kext /System/Library/Extensions/
sudo rm -r -f -v /System/Library/Caches/com.apple.kext.caches/Startup/*
I have rebuilt permissions with that.
But system.log shows me that it wasn't taken by system during a loading.
With the other sensor-kexts everything is OK.(System.log shows information when I input "CPUSe", for instance, and so on.)
I think I should something edit in DSDT or in the plist of LPCSenssors.kext
Thanks for attention and awaiting your help! :)
 

Attachments

  • Screen Shot 2013-04-17 at 10.15.41 PM.jpg
    Screen Shot 2013-04-17 at 10.15.41 PM.jpg
    210.7 KB · Views: 175
sudo cp -r -v ~/Downloads/FakeSMC.kext /System/Library/Extensions/
sudo rm -r -f -v /System/Library/Caches/com.apple.kext.caches/Startup/*
I have rebuilt permissions with that.
But system.log shows me that it wasn't taken by system during a loading.
With the other sensor-kexts everything is OK.(System.log shows information when I input "CPUSe", for instance, and so on.)
I think I should something edit in DSDT or in the plist of LPCSenssors.kext
Thanks for attention and awaiting your help! :)

LPCSensors might not write anything to system.log except in debug version...
 
Hello RehabMan.
I decided to ponder over sensors again.
I wanna to get voltage of something, GPU, CPU, Ram and so on.
1) Is it possible to commit it with Laptops. Because I understand the LPCSensors works only for Desktops and maybe some laotops. By default it gives me nothing
2) Can ACPISensors give some voltage of something? If so how can I find necessary registers? I tried to do it with the aim of RWE under Windows 8 but it is a dark forest where so easy get lost.
 
Hello RehabMan.
I decided to ponder over sensors again.
I wanna to get voltage of something, GPU, CPU, Ram and so on.
1) Is it possible to commit it with Laptops. Because I understand the LPCSensors works only for Desktops and maybe some laotops. By default it gives me nothing

Depends on having support for the chipset that is in your laptop in LPCSensors. Most laptops are not supported because, for the most part, support has only been added for common desktop boards.

2) Can ACPISensors give some voltage of something? If so how can I find necessary registers? I tried to do it with the aim of RWE under Windows 8 but it is a dark forest where so easy get lost.

It might. But you would have to examine your DSDT/SSDTs for clues.
 
It might. But you would have to examine your DSDT/SSDTs for clues.
Thank you for your answer.
Could you give me a hint how to examine DSDT/SSDTs for clues.
I see only one way
Code:
Field (ERAM, ByteAcc, NoLock, Preserve)
                    {
                                Offset (0x04),
                        CMCM,   8,
                        CMD1,   8,
                        CMD2,   8,
                        CMD3,   8,
                                Offset (0x18),
                        SMPR,   8,
                        SMST,   8,
                        SMAD,   8,
                        SMCM,   8,
                        SMD0,   256,
                        BCNT,   8,
                        SMAA,   8,
                        BATD,   16,
                        ACDF,   1,
                                Offset (0x41),
                            ,   5,
                        FLS4,   1,
                                Offset (0x42),
                                Offset (0x46),
                            ,   4,
                        EDTS,   1,
                                Offset (0x4B),
                        TBLV,   8,
                        ARCD,   1,
                            ,   3,
                        DOCK,   1,
                        LANC,   1,
                        LIDS,   1,
                        CRTS,   1,
                                Offset (0x51),
                        BLVL,   8,
                                Offset (0x53),
                        DOFF,   8,
                                Offset (0x58),
                        CTMP,   8,
                        RG59,   8,
                                Offset (0x60),
                        WLAN,   1,
                        BLTH,   1,
                        CPLE,   1,
                            ,   3,
                        WLST,   1,
                        BLTS,   1,
                            ,   2,
                        ST3G,   1,
                        MNST,   1,
                            ,   1,
                        ED3G,   1,
                        WIMX,   1,
                                Offset (0x62),
                                Offset (0x63),
                        TJ85,   1,
                        BBST,   1,
                            ,   5,
                        VGAF,   1,
                                Offset (0x70),
                        BTMD,   8,
                        MBTS,   1,
                        MBTF,   1,
                        BATF,   1,
                            ,   3,
                        MBDX,   1,
                        MBAD,   1,
                        MBTC,   1,
                            ,   2,
                        LION,   1,
                                Offset (0x77),
                        BA1C,   8,
                        MCYC,   16,
                        MTMP,   16,
                        MDAT,   16,
                        MUR0,   8,
                        MUR1,   8,
                        MRM0,   8,
                        MRM1,   8,
                        MVG0,   8,
                        MVG1,   8,
                        MRTF,   16,
                        MMER,   8,
                        BA2C,   8,
                        LCC0,   8,
                        LCC1,   8,
                        BTS0,   8,
                        BTS1,   8,
                        BTC0,   8,
                        BTC1,   8,
                        BTV0,   8,
                        BTV1,   8,
                        BTMN,   8,
                                Offset (0x93),
                        BTST,   8,
                                Offset (0x9D),
                        OSTP,   1,
                                Offset (0xA0),
                        ABMD,   8,
                        ABTS,   1,
                        ABFC,   1,
                            ,   4,
                        ABDX,   1,
                        ABAD,   1,
                        ABCG,   1,
                            ,   2,
                        ABTP,   1,
                                Offset (0xA8),
                        ACYC,   16,
                        ATMP,   16,
                        ADAT,   16,
                        ABCR,   16,
                        ABRM,   16,
                        ABVG,   16,
                        ARTF,   16,
                        AMER,   8,
                                Offset (0xB8),
                        AFCC,   16,
                        ABSN,   16,
                        ABDC,   16,
                        ABDV,   16,
                        ABMN,   8,
                                Offset (0xD0),
                        EBPL,   1,
                                Offset (0xD1),
                        PWRE,   1,
                                Offset (0xD2),
                            ,   6,
                        VAUX,   1,
                                Offset (0xD6),
                        DBPL,   8,
                                Offset (0xE0),
                        DESP,   8,
                        DTST,   8,
                        DE0L,   8,
                        DE0H,   8,
                        DE1L,   8,
                        DE1H,   8,
                        DE2L,   8,
                        DE2H,   8,
                        DE3L,   8,
                        DE3H,   8,
                        DE4L,   8,
                        DE4H,   8
                    }
namely one, I take several keys and try it simultaneously and to find the necessary one or not
<key>CPU</key>
<string>VCPU</string>
<string>VCPU1</string>
....................................
Maybe another easy way exist because it can take me for several days and without a success.
Maybe you see something useful that I'm not?
I look forward to hearing from you!
Thank you again!
 

Attachments

  • DSDT+SSDT.zip
    58.7 KB · Views: 80
Thank you for your answer.
Could you give me a hint how to examine DSDT/SSDTs for clues.
I see only one way
Code:
Field (ERAM, ByteAcc, NoLock, Preserve)
                    {
                                Offset (0x04),
                        CMCM,   8,
                        CMD1,   8,
                        CMD2,   8,
                        CMD3,   8,
                                Offset (0x18),
                        SMPR,   8,
                        SMST,   8,
                        SMAD,   8,
                        SMCM,   8,
                        SMD0,   256,
                        BCNT,   8,
                        SMAA,   8,
                        BATD,   16,
                        ACDF,   1,
                                Offset (0x41),
                            ,   5,
                        FLS4,   1,
                                Offset (0x42),
                                Offset (0x46),
                            ,   4,
                        EDTS,   1,
                                Offset (0x4B),
                        TBLV,   8,
                        ARCD,   1,
                            ,   3,
                        DOCK,   1,
                        LANC,   1,
                        LIDS,   1,
                        CRTS,   1,
                                Offset (0x51),
                        BLVL,   8,
                                Offset (0x53),
                        DOFF,   8,
                                Offset (0x58),
                        CTMP,   8,
                        RG59,   8,
                                Offset (0x60),
                        WLAN,   1,
                        BLTH,   1,
                        CPLE,   1,
                            ,   3,
                        WLST,   1,
                        BLTS,   1,
                            ,   2,
                        ST3G,   1,
                        MNST,   1,
                            ,   1,
                        ED3G,   1,
                        WIMX,   1,
                                Offset (0x62),
                                Offset (0x63),
                        TJ85,   1,
                        BBST,   1,
                            ,   5,
                        VGAF,   1,
                                Offset (0x70),
                        BTMD,   8,
                        MBTS,   1,
                        MBTF,   1,
                        BATF,   1,
                            ,   3,
                        MBDX,   1,
                        MBAD,   1,
                        MBTC,   1,
                            ,   2,
                        LION,   1,
                                Offset (0x77),
                        BA1C,   8,
                        MCYC,   16,
                        MTMP,   16,
                        MDAT,   16,
                        MUR0,   8,
                        MUR1,   8,
                        MRM0,   8,
                        MRM1,   8,
                        MVG0,   8,
                        MVG1,   8,
                        MRTF,   16,
                        MMER,   8,
                        BA2C,   8,
                        LCC0,   8,
                        LCC1,   8,
                        BTS0,   8,
                        BTS1,   8,
                        BTC0,   8,
                        BTC1,   8,
                        BTV0,   8,
                        BTV1,   8,
                        BTMN,   8,
                                Offset (0x93),
                        BTST,   8,
                                Offset (0x9D),
                        OSTP,   1,
                                Offset (0xA0),
                        ABMD,   8,
                        ABTS,   1,
                        ABFC,   1,
                            ,   4,
                        ABDX,   1,
                        ABAD,   1,
                        ABCG,   1,
                            ,   2,
                        ABTP,   1,
                                Offset (0xA8),
                        ACYC,   16,
                        ATMP,   16,
                        ADAT,   16,
                        ABCR,   16,
                        ABRM,   16,
                        ABVG,   16,
                        ARTF,   16,
                        AMER,   8,
                                Offset (0xB8),
                        AFCC,   16,
                        ABSN,   16,
                        ABDC,   16,
                        ABDV,   16,
                        ABMN,   8,
                                Offset (0xD0),
                        EBPL,   1,
                                Offset (0xD1),
                        PWRE,   1,
                                Offset (0xD2),
                            ,   6,
                        VAUX,   1,
                                Offset (0xD6),
                        DBPL,   8,
                                Offset (0xE0),
                        DESP,   8,
                        DTST,   8,
                        DE0L,   8,
                        DE0H,   8,
                        DE1L,   8,
                        DE1H,   8,
                        DE2L,   8,
                        DE2H,   8,
                        DE3L,   8,
                        DE3H,   8,
                        DE4L,   8,
                        DE4H,   8
                    }
namely one, I take several keys and try it simultaneously and to find the necessary one or not
<key>CPU</key>
<string>VCPU</string>
<string>VCPU1</string>
....................................
Maybe another easy way exist because it can take me for several days and without a success.
Maybe you see something useful that I'm not?
I look forward to hearing from you!
Thank you again!

Yes, it is not easy, and the data you're looking for may not even be there.

I don't see anything obvious.
 
Status
Not open for further replies.
Back
Top