Contribute
Register

Help! AppleLPC not loading.

Status
Not open for further replies.
Sorry for the confusion RehabMan. My Sandy Bridge system, runs great, again thanks to you. I'm working on a Dell Dimension 9200 with a Core 2 Duo E6600 and ICH8 chipset with Nvidia 9600 GT graphics. Old system that was lying around that I wanted to make use of again.

I was just looking at your profile, I guess...

I come to accept that this system can't be 100% working. Funny thing is thus far without applelpc.kext loading, it seems to be running fine.

What works (thus far w/o applelpc.kext):
Sleep
Proper Shutdown
Naive PM
Ethernet
Audio
Graphics
Speedstep (according to HWMonitor, can't run MSRDumper w/o KP).

I also found that I can't use KernelCache when booting. That pretty much sums it up. All I can read up on regarding applelpc.kext, is that it's important that it is loaded, but nothing regarding why it's important what does it do or enable?

If it works without AppleLPC.kext, then.... "don't fix it if it ain't broke"...
 
Yeah. Actually been learning a lot from the experience.

As it turns out, what was preventing my computer to shutdown properly was I did not install EvOreboot.kext from Multibeast, since I had a DSDT, however it was necessary for my system. My mistake, it had nothing to do with appleLPC.kext hence not related with shutdown issue. Now "Shutdown" works!:lol:

As for the warning during boot:

ACPI_SMC_PlatformPlugin::registerLPCDriver - WARNING -LPC device initialization failed: C-state power management not initialized

I'm thinking it might have to do with my DSDT and editing Scope (_PR) for CPU.

Currently unedited (Intel Core2 Duo E6600 2.4GHz):
Code:
   Scope (_PR)
    {
        Processor (CPU0, 0x01, 0x00000810, 0x06) {}
        Processor (CPU1, 0x02, 0x00000000, 0x00) {}
        Processor (CPU2, 0x03, 0x00000000, 0x00) {}
        Processor (CPU3, 0x04, 0x00000000, 0x00) {}
    }
Thinking this may be causing the problem. Speedstep currently only goes from 1.6GHz (x6.0) to 2.4GHz (x9.0), again from HWMonitor.

Will post back with results.

Thanks again RehabMan.
 
Your LPC device is under _SB.PCI0 -> ISA. Your _DSM is:
Code:
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x02)
                    {
                        "device-id",
                        Buffer (0x04)
                        {
                            0x15, 0x28, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }

If you look at the Info.plist for AppleLPC.kext, you'll see pci8086,2815...

Change your _DSM to:
Code:
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package ([B]0x04[/B])
                    {
                        [B]"name", "pci8086,2815",[/B]
                        "device-id",
                        Buffer (0x04)
                        {
                            0x15, 0x28, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }

@RehabMan, any chance you can have a look at my SSDT / DSDT ?? Please I am going mental. Asus boards have a device called SBRG but I have no idea how to patch it with your code. I have made my own post in the DSDT forum and would appreciate if you could have a look and guide me in the right direction.

Code:
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x02)
                    {
                        "device-id",
                        Buffer (0x04)
                        {
                            0x15, 0x28, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
 
@RehabMan, any chance you can have a look at my SSDT / DSDT ?? Please I am going mental. Asus boards have a device called SBRG but I have no idea how to patch it with your code. I have made my own post in the DSDT forum and would appreciate if you could have a look and guide me in the right direction.

Code:
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x02)
                    {
                        "device-id",
                        Buffer (0x04)
                        {
                            0x15, 0x28, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }

You need to inject "name". Or better yet, "compatible"... Assuming 2815 is the compatible device, "pci8086,2815".
 
You need to inject "name". Or better yet, "compatible"... Assuming 2815 is the compatible device, "pci8086,2815".
Thanks @RehabMan for the reply, now you have me even more confused :crazy:

I spent all day patching a DSDT from scratch using another guide for an Asus X79 board, the post is from 2013 but I am almost there. Got it to compile and can boot from it OK, being an old post some of the patches I used may have changed slightly for Sierra.

I actually got Power Management working (still not jumping to turbo states) and then it stopped again suddenly ..... probably something I messed with but cannot figure what I changed in between it working or not other than removing NullCPUPowerManagement.kext ???

Is there any chance you can look at my DSDT, SSDT and IOREG for me. I know I am just missing some tiny simple little thing. I am sure you will spot the problem in seconds.

I have learned so much today about DSDT editing, but I am still a bit lost with actual device ID's and things and really think I just need a little budge in the right direction.
 
Thanks @RehabMan for the reply, now you have me even more confused :crazy:

I spent all day patching a DSDT from scratch using another guide for an Asus X79 board, the post is from 2013 but I am almost there. Got it to compile and can boot from it OK, being an old post some of the patches I used may have changed slightly for Sierra.

I actually got Power Management working (still not jumping to turbo states) and then it stopped again suddenly ..... probably something I messed with but cannot figure what I changed in between it working or not other than removing NullCPUPowerManagement.kext ???

Is there any chance you can look at my DSDT, SSDT and IOREG for me. I know I am just missing some tiny simple little thing. I am sure you will spot the problem in seconds.

I have learned so much today about DSDT editing, but I am still a bit lost with actual device ID's and things and really think I just need a little budge in the right direction.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

Thanks @RehabMan I truly appreciate your help.

Have attached mitchellk.ioreg.zip (from v2.1 of IOReg)
Have attached CLOVER.zip

Here is the terminal outputs. Thank you so much for assisting.

Code:
$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82817000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) 249D7BA8-3FD5-3207-A482-0605CB898037 <12 11 7 6 5 4 3 1>
$ kextstat|grep -y appleintelcpu
   24    0 0xffffff7f825f2000 0x4000     0x4000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) 4557476D-E544-3D57-A4C2-5C099938B550 <7 5 4 3 1>
   25    0 0xffffff7f825fe000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (219.0.0) 67442A80-F177-33D5-86D9-E8005CF8C07F <7 6 5 4 3 1>
   35    0 0xffffff7f825f9000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (219.0.0) B802638B-251C-3602-BA8C-001F87228765 <7 6 5 4 3 1>
$ kextstat|grep -y applelpc
  102    0 0xffffff7f82528000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <87 12 5 4 3>
$ kextstat|grep -y applehda
$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelCPUPowerManagementInfo.kext
KernelCache ID: 6463963DB771E4C5913286A887CA4717
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>
 

Attachments

  • CLOVER.zip
    6 MB · Views: 231
  • mitchellk.ioreg.zip
    558.7 KB · Views: 198
Thanks @RehabMan I truly appreciate your help.

Have attached mitchellk.ioreg.zip (from v2.1 of IOReg)
Have attached CLOVER.zip

Here is the terminal outputs. Thank you so much for assisting.

Code:
$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82817000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) 249D7BA8-3FD5-3207-A482-0605CB898037 <12 11 7 6 5 4 3 1>
$ kextstat|grep -y appleintelcpu
   24    0 0xffffff7f825f2000 0x4000     0x4000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) 4557476D-E544-3D57-A4C2-5C099938B550 <7 5 4 3 1>
   25    0 0xffffff7f825fe000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (219.0.0) 67442A80-F177-33D5-86D9-E8005CF8C07F <7 6 5 4 3 1>
   35    0 0xffffff7f825f9000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (219.0.0) B802638B-251C-3602-BA8C-001F87228765 <7 6 5 4 3 1>
$ kextstat|grep -y applelpc
  102    0 0xffffff7f82528000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <87 12 5 4 3>
$ kextstat|grep -y applehda
$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelCPUPowerManagementInfo.kext
KernelCache ID: 6463963DB771E4C5913286A887CA4717
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

The ioreg shows AppleLPC loading. Look at the LPCB node.
 
The ioreg shows AppleLPC loading. Look at the LPCB node.

Thanks @RehabMan, I did see that node but IPG is not showing me any processor frequency changes. That node is there due to my earlier efforts at DSDT editing and finally getting Toleda's fix of changing my Asus SBRG to be called LPCB.

CPU is now just stuck (once again) at 3.3 Ghz and all Bios settings are set to optimized defaults.

What freaks me out is that I DID have the CPU changing frequency in IPG for the last 3 days but never clocking 3.3 Ghz into it's turbo states. I had IPG showing me it reaching all it's idling states and when I ran Prime95 it would clock up to 3.3 Ghz and get stuck there but now once again I am back to where I was 3 days ago with it stuck at the base clock of 3.3 Ghz.

See attached IPG screenshot and .... for what it's worth output of kextstat, perhaps you can spot something there.

and when I run
cat /var/log/system.log | grep "AICPUPMI:"
I still always get no results even if I search for AICPUPMI in console, nada.

Code:
    1   72 0xffffff7f80a46000 0x9d30     0x9d30     com.apple.kpi.bsd (16.1.0) 1BF8BE38-F500-40F5-B265-043F5CDE39B9
    2    8 0xffffff7f80e05000 0x3940     0x3940     com.apple.kpi.dsep (16.1.0) 7018F6B2-971E-4C9B-A4E5-A8C051EE91C3
    3   99 0xffffff7f80a04000 0x21040    0x21040    com.apple.kpi.iokit (16.1.0) 1A48E9B6-F4D0-4F61-BC4E-0566D95BA536
    4  105 0xffffff7f80a26000 0xd200     0xd200     com.apple.kpi.libkern (16.1.0) FCD6B6C7-05E8-42DE-BA4B-CED0CC3FA977
    5   93 0xffffff7f80a00000 0x3dd0     0x3dd0     com.apple.kpi.mach (16.1.0) 49BA8EBA-4184-49A8-83AA-728CAD07E8BE
    6   50 0xffffff7f80a34000 0xba10     0xba10     com.apple.kpi.private (16.1.0) 27B10EE3-B293-4C15-9CAE-30E703D3EBE1
    7   65 0xffffff7f80a40000 0x5890     0x5890     com.apple.kpi.unsupported (16.1.0) 976AE2B1-2A52-4684-9857-91374408C70F
    8    6 0xffffff7f80e0c000 0xa7000    0xa7000    com.apple.kec.corecrypto (1.0) 809FEC94-017C-307A-B099-A01EFF5485FB <7 6 5 4 3 1>
    9    0 0xffffff7f80f64000 0xf000     0xf000     com.apple.kec.pthread (1) 36567317-B854-3157-ABF3-CEAD0A3770BB <7 6 5 4 1>
   10    1 0xffffff7f8151b000 0xb000     0xb000     com.apple.kec.Libm (1) 51D82C5F-0248-334D-ADC6-5861BBB83C97 <4>
   11   19 0xffffff7f81526000 0x9000     0x9000     com.apple.iokit.IOACPIFamily (1.4) 4F7FB6AD-2498-3F71-827C-ED7AA4BF2511 <7 6 4 3>
   12   22 0xffffff7f80b32000 0x3a000    0x3a000    com.apple.iokit.IOPCIFamily (2.9) A55C1363-A09F-3755-9BD3-526A7A2C3B5B <7 6 5 4 3>
   13    2 0xffffff7f82817000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) 249D7BA8-3FD5-3207-A482-0605CB898037 <12 11 7 6 5 4 3 1>
   14    1 0xffffff7f817d8000 0xb000     0xb000     com.apple.driver.AppleFDEKeyStore (28.30) EA5D0966-E8EA-337A-98EB-195806E8F723 <8 7 6 5 4 3 1>
   15    2 0xffffff7f81bd0000 0x7000     0x7000     com.apple.iokit.IOReportFamily (31) B14DC3D3-7250-3DA3-BF50-C666EBEDAF4C <5 4 3>
   16   10 0xffffff7f80a50000 0x2f000    0x2f000    com.apple.iokit.IOStorageFamily (2.1) 510A2AD8-C127-34AA-A984-95A82C6AC1DA <7 6 5 4 3 1>
   17    0 0xffffff7f81c70000 0x1e000    0x1e000    com.apple.driver.DiskImages (444.20.3) 05A729EF-20B8-3254-8F13-42DF42E0544B <16 7 6 5 4 3 1>
   18    1 0xffffff7f8152f000 0xd000     0xd000     com.apple.driver.AppleBusPowerController (1.0) DB526B45-1A45-3A81-A0C1-57F826CADEDF <11 5 4 3>
   19    5 0xffffff7f8153c000 0x71000    0x71000    com.apple.iokit.IOUSBHostFamily (1.1) 39E90AC4-0FCA-3CBD-80B2-3CBCD82940DC <18 7 6 5 4 3 1>
   20    3 0xffffff7f815ad000 0x14000    0x14000    com.apple.driver.KernelRelayHost (1) 3B58E6F0-DE92-3289-9D3B-3BF12208585F <19 5 4 3>
   21    1 0xffffff7f82538000 0x24000    0x24000    com.apple.driver.AppleCredentialManager (1.0) 54677B39-44B3-3AAA-BBEC-D78D0B5CC1A7 <20 8 7 6 5 4 3 1>
   22    2 0xffffff7f80f20000 0x16000    0x16000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 0EFA4D2C-2271-3C43-B777-17D05716144A <8 7 6 5 4 3 2 1>
   23    0 0xffffff7f8255c000 0x47000    0x47000    com.apple.driver.AppleKeyStore (2) 75515493-6D25-39F7-8F0B-B08B505CAB74 <22 21 20 8 7 6 5 4 3 1>
   24    0 0xffffff7f825fd000 0x4000     0x4000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) 4557476D-E544-3D57-A4C2-5C099938B550 <7 5 4 3 1>
   25    0 0xffffff7f82609000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (219.0.0) 67442A80-F177-33D5-86D9-E8005CF8C07F <7 6 5 4 3 1>
   26    3 0xffffff7f82928000 0x19000    0x19000    org.netkas.driver.FakeSMC (1412) 18CC1329-F493-3EC9-BFB1-0F8503241BF8 <11 7 5 4 3 1>
   27    0 0xffffff7f82941000 0x5000     0x5000     org.hwsensors.driver.CPUSensors (1412) 89AB8FDB-1A2C-30A8-B6CE-CB85C92F4B7D <26 7 5 4 3>
   28    0 0xffffff7f80e09000 0x2000     0x2000     com.apple.security.TMSafetyNet (8) 1CB512A3-24BD-344A-BFB4-44A61F27AB03 <7 6 5 4 2 1>
   29    2 0xffffff7f80f36000 0x5000     0x5000     com.apple.kext.AppleMatch (1.0.0d1) 3B280DAB-903F-33DC-8110-525A1154B11E <4 1>
   30    1 0xffffff7f80f3b000 0x1f000    0x1f000    com.apple.security.sandbox (300.0) 32039FC4-CA9B-3B74-B326-A2BF5CFE45E1 <29 22 16 7 6 5 4 3 2 1>
   31    0 0xffffff7f80f5a000 0x9000     0x9000     com.apple.security.quarantine (3) EC92F0F9-694E-3E22-8B2C-4A071D20C6BA <30 29 7 6 5 4 2 1>
   32    0 0xffffff7f8291e000 0x8000     0x8000     com.apple.nke.applicationfirewall (172) 2A0DC0EF-655C-3D4B-93FD-3AED72BEBBDC <7 6 5 4 3 1>
   33    0 0xffffff7f827e5000 0x3000     0x3000     com.apple.driver.AppleAPIC (1.7) BC2E6D01-BCBB-3525-BF38-BF99C3F1EC46 <4 3>
   34    0 0xffffff7f82467000 0x4000     0x4000     com.apple.driver.AppleSMBIOS (2.1) 9BB02681-4B47-3592-AD62-71FB0BF56965 <7 4 3>
   35    2 0xffffff7f81b5c000 0x4000     0x4000     com.apple.iokit.IOSMBusFamily (1.1) 185F0EBF-0262-3370-BD47-8FE4C8AA726E <5 4 3>
   36    0 0xffffff7f8287d000 0x7000     0x7000     com.apple.driver.AppleACPIEC (5.0) BC227AE1-3CD5-3938-9C8C-009F1A966FBE <35 13 11 5 4 3>
   37    1 0xffffff7f81c27000 0x5000     0x5000     com.apple.driver.AppleEFIRuntime (2.0) 6B7A5B9A-C313-3F7F-B6E2-60EE54593BC8 <7 6 5 4 3>
   38    0 0xffffff7f82494000 0x8000     0x8000     com.apple.driver.AppleRTC (2.0) 3FD1BCF4-8AFC-3CE6-A36E-26410544AD14 <11 5 4 3 1>
   39    0 0xffffff7f82689000 0x3000     0x3000     com.apple.driver.AppleHPET (1.8) 2CFB49B8-4CC2-320B-9C6E-99646DFD8571 <11 7 5 4 3>
   40    3 0xffffff7f817e3000 0x8e000    0x8e000    com.apple.iokit.IOHIDFamily (2.0.0) 1A48D920-280E-36FA-8D48-49B79A5656E6 <14 7 6 5 4 3 2 1>
   41    0 0xffffff7f82887000 0x4000     0x4000     com.apple.driver.AppleACPIButtons (5.0) 4D5E51D6-8A6B-3B6A-A8F2-472D56C9D0C3 <40 15 13 11 7 6 5 4 3 1>
   42    0 0xffffff7f81c2c000 0xb000     0xb000     com.apple.driver.AppleEFINVRAM (2.1) 6F4404D6-8625-35CA-AEB6-6ECD7B64FA52 <37 7 6 5 4 3 2 1>
   43    0 0xffffff7f82604000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (219.0.0) B802638B-251C-3602-BA8C-001F87228765 <7 6 5 4 3 1>
   44    3 0xffffff7f816a4000 0x34000    0x34000    com.apple.iokit.IONetworkingFamily (3.2) 6326DB88-5330-3F0C-91F6-D478AB5E7503 <7 6 5 4 3 1>
   45    0 0xffffff7f82949000 0x14000    0x14000    com.insanelymac.IntelMausiEthernet (2.1.0d5) 7180F4F6-560E-3768-86E6-4F197B0BF447 <44 12 5 4 3 1>
   46    1 0xffffff7f818f6000 0x41000    0x41000    com.apple.driver.usb.AppleUSBEHCI (1.1) BF6EF9A2-F090-3094-B3FA-F34351D946CF <19 11 7 5 4 3 1>
   47    0 0xffffff7f819d5000 0x11000    0x11000    com.apple.driver.usb.AppleUSBEHCIPCI (1.1) 4FCE62CA-0477-34A2-9564-86F807CDBD4D <46 19 12 11 7 5 4 3 1>
   48    3 0xffffff7f81e87000 0x1d000    0x1d000    com.apple.iokit.IOAHCIFamily (288) 5C275B66-A173-3D92-853A-44FC35D45FFC <5 4 3 1>
   49    0 0xffffff7f827ea000 0x1e000    0x1e000    com.apple.driver.AppleAHCIPort (326) BE72151C-73BE-35B7-8C31-74F49E4C5E98 <48 12 5 4 3 1>
   50    0 0xffffff7f82961000 0x13000    0x13000    org.hwsensors.driver.LPCSensors (1412) 4A526B40-A4F0-369C-A67C-2DD8FEE6640D <26 12 11 7 5 4 3>
   51    0 0xffffff7f82974000 0x15000    0x15000    org.hwsensors.driver.GPUSensors (1412) CCDB858D-2F44-3FC8-B384-F9DE63828BA4 <26 12 11 7 5 4 3>
   53    2 0xffffff7f815e4000 0x84000    0x84000    com.apple.iokit.IOFireWireFamily (4.6.4) FAA82817-3C1F-3F12-8CF8-2E265092C7ED <5 4 3 1>
   54    0 0xffffff7f81cd3000 0x26000    0x26000    com.apple.driver.AppleFWOHCI (5.5.5) 6EF0BC66-3AF8-3272-AE3A-E588FFB07BF7 <53 12 7 6 5 4 3 1>
   55    5 0xffffff7f81718000 0xac000    0xac000    com.apple.iokit.IOUSBFamily (900.4.1) 365596E4-A771-3427-B576-DB02D03FAEFE <19 12 7 5 4 3 1>
   56    0 0xffffff7f829c1000 0x18000    0x18000    net.osx86.kexts.GenericUSBXHCI (1.2.8d9) no UUID <55 12 7 5 4 3>
   57    0 0xffffff7f81eb1000 0x1c000    0x1c000    com.apple.iokit.IOAHCIBlockStorage (295.20.1) C449634B-8121-3BFB-972D-966847C4321F <48 16 6 5 4 3 1>
   61    5 0xffffff7f80aef000 0x31000    0x31000    com.apple.iokit.IOSCSIArchitectureModelFamily (394) 0E35A335-5605-36FB-991C-D0D38F4FA4E7 <6 5 4 3 1>
   62    0 0xffffff7f81ea4000 0xd000     0xd000     com.apple.iokit.IOAHCISerialATAPI (266) 681FA1E2-E3DE-3FEB-ACA7-16FC2B9078A6 <61 48 5 4 3 1>
   63    0 0xffffff7f81a10000 0x19000    0x19000    com.apple.driver.AppleUSBLegacyHub (900.4.1) 245486CF-B8AA-3559-A463-3F09668415DD <55 5 4 3 1>
   64    0 0xffffff7f81b7c000 0x7000     0x7000     com.apple.iokit.SCSITaskUserClient (394) 4A92621E-97C8-3AB4-8E25-C540967F573C <61 16 5 4 3 1>
   65    3 0xffffff7f81b87000 0x11000    0x11000    com.apple.iokit.IOCDStorageFamily (1.8) 9EEF7CF2-673C-3743-84DD-D3B3D5E61DDB <16 5 4 3 1>
   66    2 0xffffff7f81b98000 0xe000     0xe000     com.apple.iokit.IODVDStorageFamily (1.8) 9BC77405-09A3-3398-AE63-98894C42E288 <65 16 5 4 3 1>
   67    1 0xffffff7f81ba6000 0xc000     0xc000     com.apple.iokit.IOBDStorageFamily (1.8) EE071733-F836-360B-958B-440E2CCF81E1 <66 65 16 5 4 3 1>
   68    0 0xffffff7f81bb2000 0x1e000    0x1e000    com.apple.iokit.IOSCSIMultimediaCommandsDevice (394) 315023CC-5BBD-3C98-947C-56D52D1C50F6 <67 66 65 61 16 6 5 4 3 1>
   69    0 0xffffff7f819c0000 0x5000     0x5000     com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 9888F9CD-B7EE-3A9D-8530-6FA4C167B26C <19 7 6 5 4 3 1>
   70    1 0xffffff7f81eda000 0x7000     0x7000     com.apple.filesystems.hfs.encodings.kext (1) 68A8D6C1-CDCA-371C-970B-325BF2E7ECAB <7 6 5 4 3 1>
   71    0 0xffffff7f81ee1000 0x69000    0x69000    com.apple.filesystems.hfs.kext (366.1.1) 6C6C4A98-1534-3C52-B006-00FBC479233E <70 7 6 5 4 3 1>
   72    0 0xffffff7f821ea000 0xa000     0xa000     com.apple.BootCache (40) C38789F4-9226-303C-99BE-3B8EAF8EC5C2 <7 6 5 4 3 1>
   73    0 0xffffff7f827be000 0x6000     0x6000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) 9B32DDE9-151F-31A1-90E9-3CEB2C7BE27C <6 4 3 2 1>
   74    0 0xffffff7f827c6000 0x3000     0x3000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) C6F882D7-C35C-3963-A2FA-10033FF40107 <7 6 4 3 2 1>
   76    0 0xffffff7f819fd000 0xa000     0xa000     com.apple.driver.AppleUSBComposite (900.4.1) 07177113-E09A-3F4E-BF39-1C7822BD51AF <55 4 3 1>
   77    0 0xffffff7f817c4000 0x14000    0x14000    com.apple.iokit.IOUSBMassStorageClass (4.0.4) E1B27EA5-B663-3F8E-A209-7769EAFB1160 <61 55 16 5 4 3 1>
   78    0 0xffffff7f815c1000 0x1d000    0x1d000    com.apple.iokit.IOSCSIBlockCommandsDevice (394) 7D111DA4-D66E-309D-BDB6-6C7465180C66 <61 16 6 5 4 3 1>
   79    0 0xffffff7f819f3000 0xa000     0xa000     com.apple.iokit.IOUSBHIDDriver (900.4.1) 0177CC7B-A613-34AD-BD8C-A6B219ABD79D <55 40 5 4 3 1>
   80    0 0xffffff7f82310000 0xa000     0xa000     com.apple.driver.AppleHIDKeyboard (197) 664B787F-6DE5-3211-9081-E434055A550B <40 5 4 3>
   81    1 0xffffff7f81b60000 0x5000     0x5000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) F026208D-CC0C-3599-B303-9196904A584E <7 6 5 4 3 1>
   82    0 0xffffff7f825aa000 0x2000     0x2000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) 6FE984DD-A1FE-309E-83CF-B346989A6F17 <81 4 3>
   84    4 0xffffff7f81bd7000 0xa000     0xa000     com.apple.driver.IOPlatformPluginFamily (6.0.0d8) 087648A2-8A44-3095-AEC7-44A872A46205 <11 7 6 5 4 3>
   85    1 0xffffff7f81be1000 0x14000    0x14000    com.apple.driver.IOPlatformPluginLegacy (1.0.0) 9156271B-C61E-3B40-B5B6-102369F12A8B <84 11 7 6 5 4 3>
   86    3 0xffffff7f81bf5000 0x1b000    0x1b000    com.apple.driver.AppleSMC (3.1.9) 969D80B2-E714-3145-95B0-F61627E0EE4D <11 7 5 4 3 1>
   87    0 0xffffff7f81c10000 0x10000    0x10000    com.apple.driver.ACPI_SMC_PlatformPlugin (1.0.0) 7224B682-B40F-3A4A-BCA0-82727D251ECB <86 85 84 12 11 7 6 5 4 3>
   89    2 0xffffff7f81b6b000 0x11000    0x11000    com.apple.iokit.IOSerialFamily (11) B36990F3-B873-31BB-8A1B-5615A3277382 <7 6 5 4 3 1>
   90    1 0xffffff7f8288f000 0xf000     0xf000     com.apple.driver.Apple16X50Serial (3.2) E54BC090-33ED-3282-83A2-634932CEC03E <89 12 5 4 3>
   91    0 0xffffff7f8289e000 0x2000     0x2000     com.apple.driver.Apple16X50ACPI (3.2) 7D58A10C-F073-3DC1-944C-CDD6499CAA4B <90 11 4 3>
   92    0 0xffffff7f80c12000 0x4000     0x4000     com.intel.driver.EnergyDriver (2.0) 4E0262A2-B79C-3386-8824-C106A5DFAF94 <7 5 4 3>
   93    0 0xffffff7f82533000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <84 12 5 4 3>
   94    0 0xffffff7f82453000 0x3000     0x3000     com.apple.driver.AppleSMBusPCI (1.0.14d1) F5516FB7-82C6-3E74-98E7-80EDCA074BC2 <12 5 4 3>
   95    0 0xffffff7f826a4000 0x95000    0x95000    com.apple.vecLib.kext (1.2.0) C0ABF85C-CA30-3F02-9E1E-06F3BA5047A8 <10 6 5 4 3>
   98    5 0xffffff7f80f91000 0x47000    0x47000    com.apple.iokit.IOGraphicsFamily (2.4.1) D01B501C-E5B8-36AC-930C-978C205EFEFF <12 7 5 4 3 1>
  100    0 0xffffff7f81cc3000 0x10000    0x10000    com.apple.iokit.IOFireWireIP (2.2.7) F30C2597-CAFD-386B-90E6-7A4007D8A6D5 <53 44 5 4 3 1>
  102    0 0xffffff7f82645000 0xa000     0xa000     com.apple.driver.AppleHV (1) 39AC9B9B-7B20-322F-82F0-044B3CC08D43 <7 6 5 4 3 1>
  103    1 0xffffff7f82456000 0x11000    0x11000    com.apple.driver.AppleSMBusController (1.0.14d1) 4DAA381E-3690-3E94-8025-DFB34F714094 <35 12 11 5 4 3>
  104    0 0xffffff7f824ec000 0x4000     0x4000     com.apple.driver.AppleOSXWatchdog (1) 757A8B72-2A1A-32BA-99EC-6D802DE6E91F <12 7 6 5 4 3 1>
  105    2 0xffffff7f80fd8000 0x10000    0x10000    com.apple.iokit.IONDRVSupport (2.4.1) 52948BC8-6521-359A-981F-FE33E5F8C721 <98 12 7 5 4 3>
  106    0 0xffffff7f82449000 0xa000     0xa000     com.apple.driver.AppleSSE (1.0) 907BB577-46DF-3C86-9034-758B61AD054D <20 7 5 4 3 1>
  107    0 0xffffff7f820e8000 0x5000     0x5000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) B97F871A-44FD-3EA4-BC46-8FD682118C79 <86 8 7 4 3 1>
  108    0 0xffffff7f81d41000 0xf4000    0xf4000    com.apple.iokit.IOBluetoothFamily (5.0.1f7) 794ACDDD-2B46-3BF0-94E9-4FD7C109A427 <15 7 5 4 3 1>
  109    0 0xffffff7f81d2d000 0xa000     0xa000     com.apple.iokit.IOBluetoothSerialManager (5.0.1f7) 6F68B8CF-6543-328E-AF57-DD250412CF02 <89 7 5 4 3 1>
  110    0 0xffffff7f81b43000 0x19000    0x19000    com.apple.iokit.IOSurface (153.1) D3B2D208-487C-3166-9F7D-D6159AABC428 <7 6 5 4 3 1>
  111    0 0xffffff7f816d8000 0x6000     0x6000     com.apple.iokit.IOUserEthernet (1.0.1) 5EE448BD-95EC-35AD-B7FC-A1237E4BB346 <44 6 5 4 3 1>
  112    2 0xffffff7f80fe8000 0xc000     0xc000     com.apple.AppleGraphicsDeviceControl (3.13.74) BC16864D-447E-3F3C-BA1A-280868E043BB <7 6 5 4 3 1>
  113    1 0xffffff7f80ff4000 0x33c000   0x33c000   com.nvidia.web.NVDAResmanWeb (10.1.3) CFAACEF2-B37A-3F9E-AE5A-E1374E88F81D <112 105 98 12 7 5 4 3 1>
  114    0 0xffffff7f81330000 0x1da000   0x1da000   com.nvidia.web.NVDAGF100HalWeb (10.1.3) 0B9EB011-124B-3B09-9909-A8265E32AFD6 <113 12 4 3>
  117    0 0xffffff7f80f73000 0xf000     0xf000     com.apple.driver.pmtelemetry (1) F46D019B-17FF-3CD5-A093-0894B81C1404 <7 6 5 4 3>
  118    0 0xffffff7f824f9000 0xe000     0xe000     com.apple.driver.AppleMCCSControl (1.2.13) 102DD5D9-2DD5-3BCB-B5C0-BE08E1049CD6 <103 98 86 12 11 7 5 4 3 1>
  119    0 0xffffff7f822ad000 0x5000     0x5000     com.apple.driver.AppleUpstreamUserClient (3.6.4) F39509A4-191C-35DA-B7D9-08F95E5AB8BC <98 12 11 7 5 4 3 1>
  120    0 0xffffff7f8279d000 0x18000    0x18000    com.apple.driver.AGPM (110.23.11) D5FD05CB-B5FC-3E21-8095-CE33268156B5 <112 105 98 84 12 6 5 4 3>
  122    0 0xffffff7f8263c000 0x5000     0x5000     com.apple.driver.AppleHWSensor (1.9.5d0) 92511291-6B64-35B1-A824-53034DEBDD39 <5 4 3>
  123    2 0xffffff7f80eb3000 0x5000     0x5000     com.apple.kext.triggers (1.0) 4E564246-8804-3673-B440-606AD360A3BB <7 6 5 4 3 1>
  124    0 0xffffff7f821f6000 0x9000     0x9000     com.apple.filesystems.autofs (3.0) AA36D92F-D92B-3102-BAE3-F86A0A298143 <123 7 6 5 4 3 1>
  125    2 0xffffff7f8150a000 0xf000     0xf000     com.apple.filesystems.msdosfs (1.10) F8B8D309-C01A-32AD-B769-8822D9B4593B <7 5 4 1>
  126    0 0xffffff7f829d9000 0x61000    0x61000    com.apple.filesystems.smbfs (3.1) 42EF3BC8-5041-3E94-BC74-9D5906694E3A <123 8 7 6 5 4 3 1>
 

Attachments

  • IPG.png
    IPG.png
    41.2 KB · Views: 168
Thanks @RehabMan, I did see that node but IPG is not showing me any processor frequency changes. That node is there due to my earlier efforts at DSDT editing and finally getting Toleda's fix of changing my Asus SBRG to be called LPCB.

CPU is now just stuck (once again) at 3.3 Ghz and all Bios settings are set to optimized defaults.

What freaks me out is that I DID have the CPU changing frequency in IPG for the last 3 days but never clocking 3.3 Ghz into it's turbo states. I had IPG showing me it reaching all it's idling states and when I ran Prime95 it would clock up to 3.3 Ghz and get stuck there but now once again I am back to where I was 3 days ago with it stuck at the base clock of 3.3 Ghz.

See attached IPG screenshot and .... for what it's worth output of kextstat, perhaps you can spot something there.

and when I run
cat /var/log/system.log | grep "AICPUPMI:"
I still always get no results even if I search for AICPUPMI in console, nada.

Code:
    1   72 0xffffff7f80a46000 0x9d30     0x9d30     com.apple.kpi.bsd (16.1.0) 1BF8BE38-F500-40F5-B265-043F5CDE39B9
    2    8 0xffffff7f80e05000 0x3940     0x3940     com.apple.kpi.dsep (16.1.0) 7018F6B2-971E-4C9B-A4E5-A8C051EE91C3
    3   99 0xffffff7f80a04000 0x21040    0x21040    com.apple.kpi.iokit (16.1.0) 1A48E9B6-F4D0-4F61-BC4E-0566D95BA536
    4  105 0xffffff7f80a26000 0xd200     0xd200     com.apple.kpi.libkern (16.1.0) FCD6B6C7-05E8-42DE-BA4B-CED0CC3FA977
    5   93 0xffffff7f80a00000 0x3dd0     0x3dd0     com.apple.kpi.mach (16.1.0) 49BA8EBA-4184-49A8-83AA-728CAD07E8BE
    6   50 0xffffff7f80a34000 0xba10     0xba10     com.apple.kpi.private (16.1.0) 27B10EE3-B293-4C15-9CAE-30E703D3EBE1
    7   65 0xffffff7f80a40000 0x5890     0x5890     com.apple.kpi.unsupported (16.1.0) 976AE2B1-2A52-4684-9857-91374408C70F
    8    6 0xffffff7f80e0c000 0xa7000    0xa7000    com.apple.kec.corecrypto (1.0) 809FEC94-017C-307A-B099-A01EFF5485FB <7 6 5 4 3 1>
    9    0 0xffffff7f80f64000 0xf000     0xf000     com.apple.kec.pthread (1) 36567317-B854-3157-ABF3-CEAD0A3770BB <7 6 5 4 1>
   10    1 0xffffff7f8151b000 0xb000     0xb000     com.apple.kec.Libm (1) 51D82C5F-0248-334D-ADC6-5861BBB83C97 <4>
   11   19 0xffffff7f81526000 0x9000     0x9000     com.apple.iokit.IOACPIFamily (1.4) 4F7FB6AD-2498-3F71-827C-ED7AA4BF2511 <7 6 4 3>
   12   22 0xffffff7f80b32000 0x3a000    0x3a000    com.apple.iokit.IOPCIFamily (2.9) A55C1363-A09F-3755-9BD3-526A7A2C3B5B <7 6 5 4 3>
   13    2 0xffffff7f82817000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) 249D7BA8-3FD5-3207-A482-0605CB898037 <12 11 7 6 5 4 3 1>
   14    1 0xffffff7f817d8000 0xb000     0xb000     com.apple.driver.AppleFDEKeyStore (28.30) EA5D0966-E8EA-337A-98EB-195806E8F723 <8 7 6 5 4 3 1>
   15    2 0xffffff7f81bd0000 0x7000     0x7000     com.apple.iokit.IOReportFamily (31) B14DC3D3-7250-3DA3-BF50-C666EBEDAF4C <5 4 3>
   16   10 0xffffff7f80a50000 0x2f000    0x2f000    com.apple.iokit.IOStorageFamily (2.1) 510A2AD8-C127-34AA-A984-95A82C6AC1DA <7 6 5 4 3 1>
   17    0 0xffffff7f81c70000 0x1e000    0x1e000    com.apple.driver.DiskImages (444.20.3) 05A729EF-20B8-3254-8F13-42DF42E0544B <16 7 6 5 4 3 1>
   18    1 0xffffff7f8152f000 0xd000     0xd000     com.apple.driver.AppleBusPowerController (1.0) DB526B45-1A45-3A81-A0C1-57F826CADEDF <11 5 4 3>
   19    5 0xffffff7f8153c000 0x71000    0x71000    com.apple.iokit.IOUSBHostFamily (1.1) 39E90AC4-0FCA-3CBD-80B2-3CBCD82940DC <18 7 6 5 4 3 1>
   20    3 0xffffff7f815ad000 0x14000    0x14000    com.apple.driver.KernelRelayHost (1) 3B58E6F0-DE92-3289-9D3B-3BF12208585F <19 5 4 3>
   21    1 0xffffff7f82538000 0x24000    0x24000    com.apple.driver.AppleCredentialManager (1.0) 54677B39-44B3-3AAA-BBEC-D78D0B5CC1A7 <20 8 7 6 5 4 3 1>
   22    2 0xffffff7f80f20000 0x16000    0x16000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 0EFA4D2C-2271-3C43-B777-17D05716144A <8 7 6 5 4 3 2 1>
   23    0 0xffffff7f8255c000 0x47000    0x47000    com.apple.driver.AppleKeyStore (2) 75515493-6D25-39F7-8F0B-B08B505CAB74 <22 21 20 8 7 6 5 4 3 1>
   24    0 0xffffff7f825fd000 0x4000     0x4000     com.apple.driver.AppleIntelCPUPowerManagementInfo (1) 4557476D-E544-3D57-A4C2-5C099938B550 <7 5 4 3 1>
   25    0 0xffffff7f82609000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (219.0.0) 67442A80-F177-33D5-86D9-E8005CF8C07F <7 6 5 4 3 1>
   26    3 0xffffff7f82928000 0x19000    0x19000    org.netkas.driver.FakeSMC (1412) 18CC1329-F493-3EC9-BFB1-0F8503241BF8 <11 7 5 4 3 1>
   27    0 0xffffff7f82941000 0x5000     0x5000     org.hwsensors.driver.CPUSensors (1412) 89AB8FDB-1A2C-30A8-B6CE-CB85C92F4B7D <26 7 5 4 3>
   28    0 0xffffff7f80e09000 0x2000     0x2000     com.apple.security.TMSafetyNet (8) 1CB512A3-24BD-344A-BFB4-44A61F27AB03 <7 6 5 4 2 1>
   29    2 0xffffff7f80f36000 0x5000     0x5000     com.apple.kext.AppleMatch (1.0.0d1) 3B280DAB-903F-33DC-8110-525A1154B11E <4 1>
   30    1 0xffffff7f80f3b000 0x1f000    0x1f000    com.apple.security.sandbox (300.0) 32039FC4-CA9B-3B74-B326-A2BF5CFE45E1 <29 22 16 7 6 5 4 3 2 1>
   31    0 0xffffff7f80f5a000 0x9000     0x9000     com.apple.security.quarantine (3) EC92F0F9-694E-3E22-8B2C-4A071D20C6BA <30 29 7 6 5 4 2 1>
   32    0 0xffffff7f8291e000 0x8000     0x8000     com.apple.nke.applicationfirewall (172) 2A0DC0EF-655C-3D4B-93FD-3AED72BEBBDC <7 6 5 4 3 1>
   33    0 0xffffff7f827e5000 0x3000     0x3000     com.apple.driver.AppleAPIC (1.7) BC2E6D01-BCBB-3525-BF38-BF99C3F1EC46 <4 3>
   34    0 0xffffff7f82467000 0x4000     0x4000     com.apple.driver.AppleSMBIOS (2.1) 9BB02681-4B47-3592-AD62-71FB0BF56965 <7 4 3>
   35    2 0xffffff7f81b5c000 0x4000     0x4000     com.apple.iokit.IOSMBusFamily (1.1) 185F0EBF-0262-3370-BD47-8FE4C8AA726E <5 4 3>
   36    0 0xffffff7f8287d000 0x7000     0x7000     com.apple.driver.AppleACPIEC (5.0) BC227AE1-3CD5-3938-9C8C-009F1A966FBE <35 13 11 5 4 3>
   37    1 0xffffff7f81c27000 0x5000     0x5000     com.apple.driver.AppleEFIRuntime (2.0) 6B7A5B9A-C313-3F7F-B6E2-60EE54593BC8 <7 6 5 4 3>
   38    0 0xffffff7f82494000 0x8000     0x8000     com.apple.driver.AppleRTC (2.0) 3FD1BCF4-8AFC-3CE6-A36E-26410544AD14 <11 5 4 3 1>
   39    0 0xffffff7f82689000 0x3000     0x3000     com.apple.driver.AppleHPET (1.8) 2CFB49B8-4CC2-320B-9C6E-99646DFD8571 <11 7 5 4 3>
   40    3 0xffffff7f817e3000 0x8e000    0x8e000    com.apple.iokit.IOHIDFamily (2.0.0) 1A48D920-280E-36FA-8D48-49B79A5656E6 <14 7 6 5 4 3 2 1>
   41    0 0xffffff7f82887000 0x4000     0x4000     com.apple.driver.AppleACPIButtons (5.0) 4D5E51D6-8A6B-3B6A-A8F2-472D56C9D0C3 <40 15 13 11 7 6 5 4 3 1>
   42    0 0xffffff7f81c2c000 0xb000     0xb000     com.apple.driver.AppleEFINVRAM (2.1) 6F4404D6-8625-35CA-AEB6-6ECD7B64FA52 <37 7 6 5 4 3 2 1>
   43    0 0xffffff7f82604000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (219.0.0) B802638B-251C-3602-BA8C-001F87228765 <7 6 5 4 3 1>
   44    3 0xffffff7f816a4000 0x34000    0x34000    com.apple.iokit.IONetworkingFamily (3.2) 6326DB88-5330-3F0C-91F6-D478AB5E7503 <7 6 5 4 3 1>
   45    0 0xffffff7f82949000 0x14000    0x14000    com.insanelymac.IntelMausiEthernet (2.1.0d5) 7180F4F6-560E-3768-86E6-4F197B0BF447 <44 12 5 4 3 1>
   46    1 0xffffff7f818f6000 0x41000    0x41000    com.apple.driver.usb.AppleUSBEHCI (1.1) BF6EF9A2-F090-3094-B3FA-F34351D946CF <19 11 7 5 4 3 1>
   47    0 0xffffff7f819d5000 0x11000    0x11000    com.apple.driver.usb.AppleUSBEHCIPCI (1.1) 4FCE62CA-0477-34A2-9564-86F807CDBD4D <46 19 12 11 7 5 4 3 1>
   48    3 0xffffff7f81e87000 0x1d000    0x1d000    com.apple.iokit.IOAHCIFamily (288) 5C275B66-A173-3D92-853A-44FC35D45FFC <5 4 3 1>
   49    0 0xffffff7f827ea000 0x1e000    0x1e000    com.apple.driver.AppleAHCIPort (326) BE72151C-73BE-35B7-8C31-74F49E4C5E98 <48 12 5 4 3 1>
   50    0 0xffffff7f82961000 0x13000    0x13000    org.hwsensors.driver.LPCSensors (1412) 4A526B40-A4F0-369C-A67C-2DD8FEE6640D <26 12 11 7 5 4 3>
   51    0 0xffffff7f82974000 0x15000    0x15000    org.hwsensors.driver.GPUSensors (1412) CCDB858D-2F44-3FC8-B384-F9DE63828BA4 <26 12 11 7 5 4 3>
   53    2 0xffffff7f815e4000 0x84000    0x84000    com.apple.iokit.IOFireWireFamily (4.6.4) FAA82817-3C1F-3F12-8CF8-2E265092C7ED <5 4 3 1>
   54    0 0xffffff7f81cd3000 0x26000    0x26000    com.apple.driver.AppleFWOHCI (5.5.5) 6EF0BC66-3AF8-3272-AE3A-E588FFB07BF7 <53 12 7 6 5 4 3 1>
   55    5 0xffffff7f81718000 0xac000    0xac000    com.apple.iokit.IOUSBFamily (900.4.1) 365596E4-A771-3427-B576-DB02D03FAEFE <19 12 7 5 4 3 1>
   56    0 0xffffff7f829c1000 0x18000    0x18000    net.osx86.kexts.GenericUSBXHCI (1.2.8d9) no UUID <55 12 7 5 4 3>
   57    0 0xffffff7f81eb1000 0x1c000    0x1c000    com.apple.iokit.IOAHCIBlockStorage (295.20.1) C449634B-8121-3BFB-972D-966847C4321F <48 16 6 5 4 3 1>
   61    5 0xffffff7f80aef000 0x31000    0x31000    com.apple.iokit.IOSCSIArchitectureModelFamily (394) 0E35A335-5605-36FB-991C-D0D38F4FA4E7 <6 5 4 3 1>
   62    0 0xffffff7f81ea4000 0xd000     0xd000     com.apple.iokit.IOAHCISerialATAPI (266) 681FA1E2-E3DE-3FEB-ACA7-16FC2B9078A6 <61 48 5 4 3 1>
   63    0 0xffffff7f81a10000 0x19000    0x19000    com.apple.driver.AppleUSBLegacyHub (900.4.1) 245486CF-B8AA-3559-A463-3F09668415DD <55 5 4 3 1>
   64    0 0xffffff7f81b7c000 0x7000     0x7000     com.apple.iokit.SCSITaskUserClient (394) 4A92621E-97C8-3AB4-8E25-C540967F573C <61 16 5 4 3 1>
   65    3 0xffffff7f81b87000 0x11000    0x11000    com.apple.iokit.IOCDStorageFamily (1.8) 9EEF7CF2-673C-3743-84DD-D3B3D5E61DDB <16 5 4 3 1>
   66    2 0xffffff7f81b98000 0xe000     0xe000     com.apple.iokit.IODVDStorageFamily (1.8) 9BC77405-09A3-3398-AE63-98894C42E288 <65 16 5 4 3 1>
   67    1 0xffffff7f81ba6000 0xc000     0xc000     com.apple.iokit.IOBDStorageFamily (1.8) EE071733-F836-360B-958B-440E2CCF81E1 <66 65 16 5 4 3 1>
   68    0 0xffffff7f81bb2000 0x1e000    0x1e000    com.apple.iokit.IOSCSIMultimediaCommandsDevice (394) 315023CC-5BBD-3C98-947C-56D52D1C50F6 <67 66 65 61 16 6 5 4 3 1>
   69    0 0xffffff7f819c0000 0x5000     0x5000     com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 9888F9CD-B7EE-3A9D-8530-6FA4C167B26C <19 7 6 5 4 3 1>
   70    1 0xffffff7f81eda000 0x7000     0x7000     com.apple.filesystems.hfs.encodings.kext (1) 68A8D6C1-CDCA-371C-970B-325BF2E7ECAB <7 6 5 4 3 1>
   71    0 0xffffff7f81ee1000 0x69000    0x69000    com.apple.filesystems.hfs.kext (366.1.1) 6C6C4A98-1534-3C52-B006-00FBC479233E <70 7 6 5 4 3 1>
   72    0 0xffffff7f821ea000 0xa000     0xa000     com.apple.BootCache (40) C38789F4-9226-303C-99BE-3B8EAF8EC5C2 <7 6 5 4 3 1>
   73    0 0xffffff7f827be000 0x6000     0x6000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) 9B32DDE9-151F-31A1-90E9-3CEB2C7BE27C <6 4 3 2 1>
   74    0 0xffffff7f827c6000 0x3000     0x3000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) C6F882D7-C35C-3963-A2FA-10033FF40107 <7 6 4 3 2 1>
   76    0 0xffffff7f819fd000 0xa000     0xa000     com.apple.driver.AppleUSBComposite (900.4.1) 07177113-E09A-3F4E-BF39-1C7822BD51AF <55 4 3 1>
   77    0 0xffffff7f817c4000 0x14000    0x14000    com.apple.iokit.IOUSBMassStorageClass (4.0.4) E1B27EA5-B663-3F8E-A209-7769EAFB1160 <61 55 16 5 4 3 1>
   78    0 0xffffff7f815c1000 0x1d000    0x1d000    com.apple.iokit.IOSCSIBlockCommandsDevice (394) 7D111DA4-D66E-309D-BDB6-6C7465180C66 <61 16 6 5 4 3 1>
   79    0 0xffffff7f819f3000 0xa000     0xa000     com.apple.iokit.IOUSBHIDDriver (900.4.1) 0177CC7B-A613-34AD-BD8C-A6B219ABD79D <55 40 5 4 3 1>
   80    0 0xffffff7f82310000 0xa000     0xa000     com.apple.driver.AppleHIDKeyboard (197) 664B787F-6DE5-3211-9081-E434055A550B <40 5 4 3>
   81    1 0xffffff7f81b60000 0x5000     0x5000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) F026208D-CC0C-3599-B303-9196904A584E <7 6 5 4 3 1>
   82    0 0xffffff7f825aa000 0x2000     0x2000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) 6FE984DD-A1FE-309E-83CF-B346989A6F17 <81 4 3>
   84    4 0xffffff7f81bd7000 0xa000     0xa000     com.apple.driver.IOPlatformPluginFamily (6.0.0d8) 087648A2-8A44-3095-AEC7-44A872A46205 <11 7 6 5 4 3>
   85    1 0xffffff7f81be1000 0x14000    0x14000    com.apple.driver.IOPlatformPluginLegacy (1.0.0) 9156271B-C61E-3B40-B5B6-102369F12A8B <84 11 7 6 5 4 3>
   86    3 0xffffff7f81bf5000 0x1b000    0x1b000    com.apple.driver.AppleSMC (3.1.9) 969D80B2-E714-3145-95B0-F61627E0EE4D <11 7 5 4 3 1>
   87    0 0xffffff7f81c10000 0x10000    0x10000    com.apple.driver.ACPI_SMC_PlatformPlugin (1.0.0) 7224B682-B40F-3A4A-BCA0-82727D251ECB <86 85 84 12 11 7 6 5 4 3>
   89    2 0xffffff7f81b6b000 0x11000    0x11000    com.apple.iokit.IOSerialFamily (11) B36990F3-B873-31BB-8A1B-5615A3277382 <7 6 5 4 3 1>
   90    1 0xffffff7f8288f000 0xf000     0xf000     com.apple.driver.Apple16X50Serial (3.2) E54BC090-33ED-3282-83A2-634932CEC03E <89 12 5 4 3>
   91    0 0xffffff7f8289e000 0x2000     0x2000     com.apple.driver.Apple16X50ACPI (3.2) 7D58A10C-F073-3DC1-944C-CDD6499CAA4B <90 11 4 3>
   92    0 0xffffff7f80c12000 0x4000     0x4000     com.intel.driver.EnergyDriver (2.0) 4E0262A2-B79C-3386-8824-C106A5DFAF94 <7 5 4 3>
   93    0 0xffffff7f82533000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <84 12 5 4 3>
   94    0 0xffffff7f82453000 0x3000     0x3000     com.apple.driver.AppleSMBusPCI (1.0.14d1) F5516FB7-82C6-3E74-98E7-80EDCA074BC2 <12 5 4 3>
   95    0 0xffffff7f826a4000 0x95000    0x95000    com.apple.vecLib.kext (1.2.0) C0ABF85C-CA30-3F02-9E1E-06F3BA5047A8 <10 6 5 4 3>
   98    5 0xffffff7f80f91000 0x47000    0x47000    com.apple.iokit.IOGraphicsFamily (2.4.1) D01B501C-E5B8-36AC-930C-978C205EFEFF <12 7 5 4 3 1>
  100    0 0xffffff7f81cc3000 0x10000    0x10000    com.apple.iokit.IOFireWireIP (2.2.7) F30C2597-CAFD-386B-90E6-7A4007D8A6D5 <53 44 5 4 3 1>
  102    0 0xffffff7f82645000 0xa000     0xa000     com.apple.driver.AppleHV (1) 39AC9B9B-7B20-322F-82F0-044B3CC08D43 <7 6 5 4 3 1>
  103    1 0xffffff7f82456000 0x11000    0x11000    com.apple.driver.AppleSMBusController (1.0.14d1) 4DAA381E-3690-3E94-8025-DFB34F714094 <35 12 11 5 4 3>
  104    0 0xffffff7f824ec000 0x4000     0x4000     com.apple.driver.AppleOSXWatchdog (1) 757A8B72-2A1A-32BA-99EC-6D802DE6E91F <12 7 6 5 4 3 1>
  105    2 0xffffff7f80fd8000 0x10000    0x10000    com.apple.iokit.IONDRVSupport (2.4.1) 52948BC8-6521-359A-981F-FE33E5F8C721 <98 12 7 5 4 3>
  106    0 0xffffff7f82449000 0xa000     0xa000     com.apple.driver.AppleSSE (1.0) 907BB577-46DF-3C86-9034-758B61AD054D <20 7 5 4 3 1>
  107    0 0xffffff7f820e8000 0x5000     0x5000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) B97F871A-44FD-3EA4-BC46-8FD682118C79 <86 8 7 4 3 1>
  108    0 0xffffff7f81d41000 0xf4000    0xf4000    com.apple.iokit.IOBluetoothFamily (5.0.1f7) 794ACDDD-2B46-3BF0-94E9-4FD7C109A427 <15 7 5 4 3 1>
  109    0 0xffffff7f81d2d000 0xa000     0xa000     com.apple.iokit.IOBluetoothSerialManager (5.0.1f7) 6F68B8CF-6543-328E-AF57-DD250412CF02 <89 7 5 4 3 1>
  110    0 0xffffff7f81b43000 0x19000    0x19000    com.apple.iokit.IOSurface (153.1) D3B2D208-487C-3166-9F7D-D6159AABC428 <7 6 5 4 3 1>
  111    0 0xffffff7f816d8000 0x6000     0x6000     com.apple.iokit.IOUserEthernet (1.0.1) 5EE448BD-95EC-35AD-B7FC-A1237E4BB346 <44 6 5 4 3 1>
  112    2 0xffffff7f80fe8000 0xc000     0xc000     com.apple.AppleGraphicsDeviceControl (3.13.74) BC16864D-447E-3F3C-BA1A-280868E043BB <7 6 5 4 3 1>
  113    1 0xffffff7f80ff4000 0x33c000   0x33c000   com.nvidia.web.NVDAResmanWeb (10.1.3) CFAACEF2-B37A-3F9E-AE5A-E1374E88F81D <112 105 98 12 7 5 4 3 1>
  114    0 0xffffff7f81330000 0x1da000   0x1da000   com.nvidia.web.NVDAGF100HalWeb (10.1.3) 0B9EB011-124B-3B09-9909-A8265E32AFD6 <113 12 4 3>
  117    0 0xffffff7f80f73000 0xf000     0xf000     com.apple.driver.pmtelemetry (1) F46D019B-17FF-3CD5-A093-0894B81C1404 <7 6 5 4 3>
  118    0 0xffffff7f824f9000 0xe000     0xe000     com.apple.driver.AppleMCCSControl (1.2.13) 102DD5D9-2DD5-3BCB-B5C0-BE08E1049CD6 <103 98 86 12 11 7 5 4 3 1>
  119    0 0xffffff7f822ad000 0x5000     0x5000     com.apple.driver.AppleUpstreamUserClient (3.6.4) F39509A4-191C-35DA-B7D9-08F95E5AB8BC <98 12 11 7 5 4 3 1>
  120    0 0xffffff7f8279d000 0x18000    0x18000    com.apple.driver.AGPM (110.23.11) D5FD05CB-B5FC-3E21-8095-CE33268156B5 <112 105 98 84 12 6 5 4 3>
  122    0 0xffffff7f8263c000 0x5000     0x5000     com.apple.driver.AppleHWSensor (1.9.5d0) 92511291-6B64-35B1-A824-53034DEBDD39 <5 4 3>
  123    2 0xffffff7f80eb3000 0x5000     0x5000     com.apple.kext.triggers (1.0) 4E564246-8804-3673-B440-606AD360A3BB <7 6 5 4 3 1>
  124    0 0xffffff7f821f6000 0x9000     0x9000     com.apple.filesystems.autofs (3.0) AA36D92F-D92B-3102-BAE3-F86A0A298143 <123 7 6 5 4 3 1>
  125    2 0xffffff7f8150a000 0xf000     0xf000     com.apple.filesystems.msdosfs (1.10) F8B8D309-C01A-32AD-B769-8822D9B4593B <7 5 4 1>
  126    0 0xffffff7f829d9000 0x61000    0x61000    com.apple.filesystems.smbfs (3.1) 42EF3BC8-5041-3E94-BC74-9D5906694E3A <123 8 7 6 5 4 3 1>

No experience with X79 CPU PM.
Off-topic here as this thread has to do with AppleLPC.
 
Status
Not open for further replies.
Back
Top