Contribute
Register

AppleALC.kext, Unplug headphones = no audio

Status
Not open for further replies.
This:
Code:
            <key>KextsToPatch</key>
                <array>
                           <dict>
                                <key>Comment</key>
                                <string>change 15 port limit to 30 in AppleUSBXHCIPCI</string>
                                <key>Find</key>
                                <data>
                                g72M/v//EA==
                                </data>
                                <key>Name</key>
                                <string>AppleUSBXHCIPCI</string>
                                <key>Replace</key>
                                <data>
                                g72M/v//Hw==
                                </data>
                        </dict>

That is the XML result... You would have to know how the things you enter in Xcode result in XML, or edit the plist with a plain text editor.

For example, data field values (binary) are encoded in XML as base64 but entered in hex within <> in Xcode. So... the Find above:
Code:
SPEEDY-OSX:~ RehabMan$ echo -n g72M/v//EA==|base64 --decode|xxd
0000000: 83bd 8cfe ffff 10

So it would be entered in Xcode as Data: <83bd 8cfe ffff 10>

It is best to just use copy/paste to copy from the plist which contains the patch you need. For this patch, refer to the patches in config_patches.plist in the USBInjectAll.kext github repo.
 
That is the XML result... You would have to know how the things you enter in Xcode result in XML, or edit the plist with a plain text editor.

For example, data field values (binary) are encoded in XML as base64 but entered in hex within <> in Xcode. So... the Find above:
Code:
SPEEDY-OSX:~ RehabMan$ echo -n g72M/v//EA==|base64 --decode|xxd
0000000: 83bd 8cfe ffff 10

So it would be entered in Xcode as Data: <83bd 8cfe ffff 10>

It is best to just use copy/paste to copy from the plist which contains the patch you need. For this patch, refer to the patches in config_patches.plist in the USBInjectAll.kext github repo.

Okay, going back to post #11, I did that and it had absolutely no effect whatsoever.

Please help?
 
Okay, going back to post #11, I did that and it had absolutely no effect whatsoever.

Please help?

No idea what you're actually doing without troubleshooting files...

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.
 
No idea what you're actually doing without troubleshooting files...

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.

Here you go.
 

Attachments

  • Archive.zip
    5.7 MB · Views: 73
Here you go.

As far as CodecCommander and SSDT-ALC289.aml... looks ok. You can verify that the SSDT is having the desired effect by looking at your system.log for CodecCommander logs.
 
As far as CodecCommander and SSDT-ALC289.aml... looks ok. You can verify that the SSDT is having the desired effect by looking at your system.log for CodecCommander logs.

I looked at the log and this is all the text I could find related to CodecCommander. I have no idea what it means.

Code:
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Code:
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost loginwindow[92]: Login Window Application Started
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
 
I looked at the log and this is all the text I could find related to CodecCommander. I have no idea what it means.

Code:
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Code:
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost loginwindow[92]: Login Window Application Started
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.

It is not a complete CodecCommander log.

Correct way:
Code:
grep CodecCommander /var/log/system.log
 
It is not a complete CodecCommander log.

Correct way:
Code:
grep CodecCommander /var/log/system.log

Ok, could you have a look?

Code:
Last login: Fri Aug 26 12:59:54 on ttys000
Alis-iMac:~ Interceptor$ grep CodecCommander /var/log/system.log
Aug 23 23:01:15 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 24 16:47:18 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 24 12:23:48 Alis-iMac com.apple.kextcache[532]: CodecCommander.kext has incorrect permissions; omitting.
Aug 24 12:48:12 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 03:40:04 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 14:09:32 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 19:12:28 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 15:52:27 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 20:03:29 Alis-iMac com.apple.kextcache[497]: CodecCommander.kext has incorrect permissions; omitting.
Aug 26 20:24:50 Alis-iMac com.apple.kextcache[656]: CodecCommander.kext has incorrect permissions; omitting.
Aug 26 12:20:16 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:33:17 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:35:05 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:10 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Alis-iMac:~ Interceptor$
 
Ok, could you have a look?

Code:
Last login: Fri Aug 26 12:59:54 on ttys000
Alis-iMac:~ Interceptor$ grep CodecCommander /var/log/system.log
Aug 23 23:01:15 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 23 23:01:16 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 24 16:47:18 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 24 16:47:19 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 24 12:23:48 Alis-iMac com.apple.kextcache[532]: CodecCommander.kext has incorrect permissions; omitting.
Aug 24 12:48:12 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 24 12:48:13 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 03:40:04 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 03:40:05 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 14:09:32 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 14:09:33 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 25 19:12:28 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 25 19:12:29 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 15:52:27 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 15:52:28 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 20:03:29 Alis-iMac com.apple.kextcache[497]: CodecCommander.kext has incorrect permissions; omitting.
Aug 26 20:24:50 Alis-iMac com.apple.kextcache[656]: CodecCommander.kext has incorrect permissions; omitting.
Aug 26 12:20:16 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:20:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:33:17 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:33:17 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:35:05 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:35:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:10 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:36:11 Alis-iMac kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Version 2.6.2 starting on OS X Darwin 15.6.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1F,3" [8086:a170].
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....CodecVendor Id: 0x10ec0298
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Codec Address: 0
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....Subsystem Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: ....PCI Sub Id: 0x102806e4
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x14 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x17 supports EAPD, will update state after sleep.
Aug 26 12:56:53 localhost kernel[0]: CodecCommander: Node ID 0x1a supports EAPD, will update state after sleep.
Alis-iMac:~ Interceptor$

Your kexts are not installed correctly. All kexts must be installed to the system volume (/S/L/E or /L/E, your choice).

Remove the kexts you installed incorrectly, then use KextWizard to install all kexts you need.
 
Your kexts are not installed correctly. All kexts must be installed to the system volume (/S/L/E or /L/E, your choice).

Remove the kexts you installed incorrectly, then use KextWizard to install all kexts you need.

Ok, the distortion problem is fixed, now only remains the original problem, when I unplug my headphones, I get no audio on my speakers.

In SF>Audio>Output, it switched back from headphones to internal speaker, but I get no audio on the speaker until I reboot.

When I replug my headphones, it works. but not the internal speakers.
 
Status
Not open for further replies.
Back
Top