Contribute
Register
Status
Not open for further replies.
really complicated,
why my machine is abnormal,
how to debug to find the root cause,

I attach my kext file, Could you help me to find all ig-platform value available
 

Attachments

  • AppleIntelFramebufferAzul.zip
    575.9 KB · Views: 73
Last edited:
I used https://hexed.it/ to view that file,
each block 112 byte,
I set 16 byte per line => each block has 7 lines
I found some id similar with default id 0x0a260006

05 00 26 0a 01 => 0x0a260005


06 00 26 0a 01 => 0x0a260006 (the default one)
08 00 2e 0a 01 => 0x0a2e0008
0c 00 16 0a 01 => 0x0a16000c
07 00 26 0d 01 => 0x0d260007
03 00 22 0d 00 => ????

09 00 26 0d 01 => 0x0d260009
0e 00 26 0d 01 => 0x0d26000e
0f 00 26 0d 01 => 0x0d26000f


I tried all of them, but no one work, all id make system reboot (same with default one)
how to debug to find the root cause,
Do I need to use kext in Debug mode
 
I used https://hexed.it/ to view that file,
each block 112 byte,
I set 16 byte per line => each block has 7 lines
I found some id similar with default id 0x0a260006

05 00 26 0a 01 => 0x0a260005


06 00 26 0a 01 => 0x0a260006 (the default one)
08 00 2e 0a 01 => 0x0a2e0008
0c 00 16 0a 01 => 0x0a16000c
07 00 26 0d 01 => 0x0d260007
03 00 22 0d 00 => ????

09 00 26 0d 01 => 0x0d260009
0e 00 26 0d 01 => 0x0d26000e
0f 00 26 0d 01 => 0x0d26000f


I tried all of them, but no one work, all id make system reboot (same with default one)
how to debug to find the root cause,
Do I need to use kext in Debug mode

Read post #211.
 
10.13.2 update breaks audio.
 
Read post #211.
I missed something ?
I found in binary these id :

05 00 26 0a 01 => 0x0a260005


06 00 26 0a 01 => 0x0a260006 (the default one)
08 00 2e 0a 01 => 0x0a2e0008
0c 00 16 0a 01 => 0x0a16000c
07 00 26 0d 01 => 0x0d260007
03 00 22 0d 00 => ????

09 00 26 0d 01 => 0x0d260009
0e 00 26 0d 01 => 0x0d26000e
0f 00 26 0d 01 => 0x0d26000f

 
Did you boot without caches, rebuild cache, and reboot?

Yes I did.
I had to boot in safe mode, update lilo kext, rebuild cache and reboot. Otherwise it would bootloop

Everything else seems to be working as before.

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

Terminal output:

Code:
Last login: Thu Dec  7 16:39:27 on ttys000
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y acpiplat
   15    2 0xffffff7f82aae000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 1804645B-B360-305E-B1BE-916F5E3E1CC4 <14 13 12 11 7 6 5 4 3 1>
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y appleintelcpu
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y applelpc
  100    0 0xffffff7f82b6f000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <95 12 5 4 3>
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y applehda
  110    1 0xffffff7f812e0000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <109 108 88 12 7 6 5 4 3 1>
  134    0 0xffffff7f81480000 0xb7000    0xb7000    com.apple.driver.AppleHDA (999.1.1fc1) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <133 110 109 108 92 88 6 5 4 3 1>
  135    0 0xffffff7f82951000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (280.12) 2D6BB587-0D94-3E6D-AFBE-A4A03F37A6A9 <4 3>
MacBook-Pro:~ joaoloureiro$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
MacBook-Pro:~ joaoloureiro$ pmset -g assertions
2017-12-07 16:40:14 +0000
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 97(hidd): [0x0000000d00098043] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968001.3"
    Timeout will fire in 600 secs Action=TimeoutActionRelease
No kernel assertions.
Idle sleep preventers: IODisplayWrangler
MacBook-Pro:~ joaoloureiro$ pmset -g
System-wide power settings:
Currently in use:
standbydelay         10800
standby              1
womp                 1
halfdim              1
hibernatefile        /var/vm/sleepimage
powernap             1
gpuswitch            2
networkoversleep     0
disksleep            10
sleep                0
autopoweroffdelay    28800
hibernatemode        3
autopoweroff         0
ttyskeepawake        1
displaysleep         10
lidwake              1
MacBook-Pro:~ joaoloureiro$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
          TRIM Support: Yes
MacBook-Pro:~ joaoloureiro$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0b1290 [0x7fff8f92c980]> { URL = "BrcmPatchRAM2.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f084690 [0x7fff8f92c980]> { URL = "BrcmFirmwareRepo.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0af8b0 [0x7fff8f92c980]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0a4240 [0x7fff8f92c980]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f08c300 [0x7fff8f92c980]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
IntelGraphicsFixup.kext - no compatible dependency found for as.vit9696.Lilu.
IntelGraphicsFixup.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0973b0 [0x7fff8f92c980]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f087920 [0x7fff8f92c980]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f093db0 [0x7fff8f92c980]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f08cd70 [0x7fff8f92c980]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f085da0 [0x7fff8f92c980]> { URL = "Shiki.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Shiki" }
Shiki.kext - no compatible dependency found for as.vit9696.Lilu.
Shiki.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f07c910 [0x7fff8f92c980]> { URL = "FakeSMC_CPUSensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.CPUSensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f06dcc0 [0x7fff8f92c980]> { URL = "FakePCIID.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.FakePCIID" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7c505b30 [0x7fff8f92c980]> { URL = "FakePCIID_Broadcom_WiFi.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Broadcom-WiFi" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f07e8b0 [0x7fff8f92c980]> { URL = "FakeSMC_ACPISensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.ACPISensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7ecd0280 [0x7fff8f92c980]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eccf7c0 [0x7fff8f92c980]> { URL = "FakePCIID_Intel_HDMI_Audio.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eccb030 [0x7fff8f92c980]> { URL = "IntelMausiEthernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.IntelMausiEthernet" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7ecaea00 [0x7fff8f92c980]> { URL = "FakeSMC_LPCSensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.LPCSensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca6840 [0x7fff8f92c980]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fec7e8345e0 [0x7fff8f92c980]> { URL = "ALC292.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7e830c30 [0x7fff8f92c980]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca3840 [0x7fff8f92c980]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca15e0 [0x7fff8f92c980]> { URL = "FakePCIID_Intel_HD_Graphics.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HD-Graphics" }
KernelCache ID: 9373E219B1BC8B4AD695CFC5448A35C0
MacBook-Pro:~ joaoloureiro$

all the other files attached as zip
 

Attachments

  • problem reporting.zip
    2.3 MB · Views: 83
Last edited:
I missed something ?
I found in binary these id :

05 00 26 0a 01 => 0x0a260005


06 00 26 0a 01 => 0x0a260006 (the default one)
08 00 2e 0a 01 => 0x0a2e0008
0c 00 16 0a 01 => 0x0a16000c
07 00 26 0d 01 => 0x0d260007
03 00 22 0d 00 => ????

09 00 26 0d 01 => 0x0d260009
0e 00 26 0d 01 => 0x0d26000e
0f 00 26 0d 01 => 0x0d26000f

Use Hex Fiend, resize the window as I mentioned. Look at every other line.
The initial search for '06 00 26 0a 01' is just to get positioned within the table.
 
Terminal output:

Code:
Last login: Thu Dec  7 16:39:27 on ttys000
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y acpiplat
   15    2 0xffffff7f82aae000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 1804645B-B360-305E-B1BE-916F5E3E1CC4 <14 13 12 11 7 6 5 4 3 1>
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y appleintelcpu
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y applelpc
  100    0 0xffffff7f82b6f000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <95 12 5 4 3>
MacBook-Pro:~ joaoloureiro$ kextstat|grep -y applehda
  110    1 0xffffff7f812e0000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <109 108 88 12 7 6 5 4 3 1>
  134    0 0xffffff7f81480000 0xb7000    0xb7000    com.apple.driver.AppleHDA (999.1.1fc1) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <133 110 109 108 92 88 6 5 4 3 1>
  135    0 0xffffff7f82951000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (280.12) 2D6BB587-0D94-3E6D-AFBE-A4A03F37A6A9 <4 3>
MacBook-Pro:~ joaoloureiro$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
MacBook-Pro:~ joaoloureiro$ pmset -g assertions
2017-12-07 16:40:14 +0000
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 97(hidd): [0x0000000d00098043] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968001.3"
    Timeout will fire in 600 secs Action=TimeoutActionRelease
No kernel assertions.
Idle sleep preventers: IODisplayWrangler
MacBook-Pro:~ joaoloureiro$ pmset -g
System-wide power settings:
Currently in use:
standbydelay         10800
standby              1
womp                 1
halfdim              1
hibernatefile        /var/vm/sleepimage
powernap             1
gpuswitch            2
networkoversleep     0
disksleep            10
sleep                0
autopoweroffdelay    28800
hibernatemode        3
autopoweroff         0
ttyskeepawake        1
displaysleep         10
lidwake              1
MacBook-Pro:~ joaoloureiro$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
          TRIM Support: Yes
MacBook-Pro:~ joaoloureiro$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0b1290 [0x7fff8f92c980]> { URL = "BrcmPatchRAM2.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f084690 [0x7fff8f92c980]> { URL = "BrcmFirmwareRepo.kext/ -- file:///Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0af8b0 [0x7fff8f92c980]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0a4240 [0x7fff8f92c980]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f08c300 [0x7fff8f92c980]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
IntelGraphicsFixup.kext - no compatible dependency found for as.vit9696.Lilu.
IntelGraphicsFixup.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f0973b0 [0x7fff8f92c980]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f087920 [0x7fff8f92c980]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f093db0 [0x7fff8f92c980]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f08cd70 [0x7fff8f92c980]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f085da0 [0x7fff8f92c980]> { URL = "Shiki.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Shiki" }
Shiki.kext - no compatible dependency found for as.vit9696.Lilu.
Shiki.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f07c910 [0x7fff8f92c980]> { URL = "FakeSMC_CPUSensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.CPUSensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f06dcc0 [0x7fff8f92c980]> { URL = "FakePCIID.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.FakePCIID" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7c505b30 [0x7fff8f92c980]> { URL = "FakePCIID_Broadcom_WiFi.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Broadcom-WiFi" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7f07e8b0 [0x7fff8f92c980]> { URL = "FakeSMC_ACPISensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.ACPISensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7ecd0280 [0x7fff8f92c980]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eccf7c0 [0x7fff8f92c980]> { URL = "FakePCIID_Intel_HDMI_Audio.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eccb030 [0x7fff8f92c980]> { URL = "IntelMausiEthernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.IntelMausiEthernet" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7ecaea00 [0x7fff8f92c980]> { URL = "FakeSMC_LPCSensors.kext/ -- file:///Library/Extensions/", ID = "org.hwsensors.driver.LPCSensors" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca6840 [0x7fff8f92c980]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fec7e8345e0 [0x7fff8f92c980]> { URL = "ALC292.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7e830c30 [0x7fff8f92c980]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca3840 [0x7fff8f92c980]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fec7eca15e0 [0x7fff8f92c980]> { URL = "FakePCIID_Intel_HD_Graphics.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HD-Graphics" }
KernelCache ID: 9373E219B1BC8B4AD695CFC5448A35C0
MacBook-Pro:~ joaoloureiro$

all the other files attached as zip

Your ioreg shows audio working. What is the issue?
 
Your ioreg shows audio working. What is the issue?

It is indeed working!
Rebooted from Ubuntu and there it was, "Internal Speakers" in Sound panel.

I've must messed up when clearing cache. I am using KextBeast to install kexts on /L/E & rebuild kextcache.

Is this terminal command preferred to clear cache?
Code:
sudo touch /System/Library/Extensions && kextcache -u /
 
Status
Not open for further replies.
Back
Top