randomusername00 Posted November 8, 2017 Share Posted November 8, 2017 Hi, I recently did a fresh install of High Sierra 10.13.1, and everything seems to be working except for my audio card upon wake from sleep This is what lspci shows for audio devices: 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06) (subsys 1043:8534) 01:00.1 Audio device [0403]: NVIDIA Corporation (null) [10de:0fbb] (rev a1) (subsys 1462:3160) 00:1b.0 Audio device [0403]: Intel Corporation (null) [8086:8ca0] (subsys 1043:8619) A glance at IOReg convinced me that the third device is the one that my speakers are hooked to. In Clover, I have a DSDT patch to rename HDAS to HDEF: <dict> <key>Comment</key> <string>Rename HDAS to HDEF</string> <key>Disabled</key> <false/> <key>Find</key> <data> SERBUw== </data> <key>Replace</key> <data> SERFRg== </data> </dict> and audio injection set to ID 1: <key>Audio</key> <dict> <key>Inject</key> <string>1</string> <key>ResetHDA</key> <true/> </dict> as well as AppleALC and CodecCommander in kexts I configured CodecCommander thusly: <key>8086_8ca0</key> <string>Realtek ALC1150</string> <key>1043_8619</key> <string>Realtek ALC1150</string> <key>Default</key> <dict> <key>Check Infinitely</key> <false/> <key>Check Interval</key> <integer>3000</integer> <key>Custom Commands</key> <array/> <key>Perform Reset</key> <true/> <key>Perform Reset on EAPD Fail</key> <false/> <key>Perform Reset on External Wake</key> <true/> <key>Send Delay</key> <integer>300</integer> <key>Sleep Nodes</key> <true/> <key>Update Nodes</key> <true/> </dict> <key>Realtek ALC1150</key> <dict> <key>Custom Commands</key> <array> <dict> <key>Command</key> <data> AgUABw== </data> <key>Comment</key> <string>0x20 SET_COEF_INDEX 0x07</string> <key>On Init</key> <true/> <key>On Sleep</key> <true/> <key>On Wake</key> <true/> </dict> <dict> <key>Command</key> <data> AgR8sA== </data> <key>Comment</key> <string>0x20 SET_PROC_COEF 0x7CB0</string> <key>On Init</key> <true/> <key>On Sleep</key> <false/> <key>On Wake</key> <true/> </dict> </array> <key>Send Delay</key> <integer>100</integer> <key>Sleep Nodes</key> <false/> <key>Update Nodes</key> <false/> </dict> Audio works fine after boot, but after waking from sleep, I can't hear any more sounds. This is what log shows: $ log show --style syslog --last 5m | grep CodecCommander 2017-11-07 21:27:02.744816-0800 localhost kernel[0]: (kernel) CodecCommander: Version 2.6.3 starting on OS X Darwin 17.2. 2017-11-07 21:27:04.963879-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderProbeInit::probe 2017-11-07 21:27:04.963901-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec(pre-init) 0x10de0071 2017-11-07 21:27:04.963904-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.963913-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0xde080000, size 0x00004000 2017-11-07 21:27:04.963918-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.963931-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/HDAU@0,1" [10de:0fbb]. 2017-11-07 21:27:04.963938-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x04. 2017-11-07 21:27:04.963941-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0004 2017-11-07 21:27:04.963944-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963947-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963950-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963954-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00100100 2017-11-07 21:27:04.963956-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963959-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0005 2017-11-07 21:27:04.963962-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963965-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963968-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963971-0800 localhost kernel[0]: (kernel) CodecCommander: ExecutePIO Invalid result received. 2017-11-07 21:27:04.963973-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0xffffffff 2017-11-07 21:27:04.963976-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963979-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f0005 2017-11-07 21:27:04.963982-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963985-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963988-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963990-0800 localhost kernel[0]: (kernel) CodecCommander: ExecutePIO Invalid result received. 2017-11-07 21:27:04.963993-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0xffffffff 2017-11-07 21:27:04.963996-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x02, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963998-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x002f0005 2017-11-07 21:27:04.964001-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.964004-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.964020-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964023-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.964026-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x03, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.964029-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x003f0005 2017-11-07 21:27:04.964032-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.964035-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.964038-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964041-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000001 2017-11-07 21:27:04.964044-0800 localhost kernel[0]: (kernel) CodecCommander: getAudioRoot found audio root = 0x03 2017-11-07 21:27:04.964047-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x03, verb 0x000f20, payload 0x00. 2017-11-07 21:27:04.964050-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x003f2000 2017-11-07 21:27:04.964052-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.964056-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.964060-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964063-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.964066-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10de0071 2017-11-07 21:27:04.964068-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.964070-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x00000000 2017-11-07 21:27:04.964074-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x14623160 2017-11-07 21:27:04.964077-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 5 2017-11-07 21:27:04.964079-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.964082-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.964085-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.964088-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.964092-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.964095-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec 0x10de0071 2017-11-07 21:27:04.964110-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.964112-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.964114-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:04.964116-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.964119-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.964121-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:04.964123-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:04.964125-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:04.964126-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:04.986005-0800 localhost kernel[0]: (kernel) CodecCommander: Initializing 2017-11-07 21:27:04.986024-0800 localhost kernel[0]: (kernel) CodecCommander: Probe 2017-11-07 21:27:04.986060-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderProbeInit::probe 2017-11-07 21:27:04.986076-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec(pre-init) 0x10ec0900 2017-11-07 21:27:04.986080-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986087-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0x7f92410000, size 0x00004000 2017-11-07 21:27:04.986092-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986107-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B" [8086:8ca0]. 2017-11-07 21:27:04.986113-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x04. 2017-11-07 21:27:04.986116-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0004 2017-11-07 21:27:04.986119-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.986122-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.986161-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 4 2017-11-07 21:27:04.986166-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00010001 2017-11-07 21:27:04.986169-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.986172-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f0005 2017-11-07 21:27:04.986174-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 4 2017-11-07 21:27:04.986177-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 4 2017-11-07 21:27:04.986227-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 8 2017-11-07 21:27:04.986231-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000101 2017-11-07 21:27:04.986234-0800 localhost kernel[0]: (kernel) CodecCommander: getAudioRoot found audio root = 0x01 2017-11-07 21:27:04.986236-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f20, payload 0x00. 2017-11-07 21:27:04.986239-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f2000 2017-11-07 21:27:04.986243-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 8 2017-11-07 21:27:04.986246-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 8 2017-11-07 21:27:04.986285-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 11 2017-11-07 21:27:04.986289-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x10438619 2017-11-07 21:27:04.986291-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10ec0900 2017-11-07 21:27:04.986293-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986295-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x10438619 2017-11-07 21:27:04.986299-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x10438619 2017-11-07 21:27:04.986302-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 1 2017-11-07 21:27:04.986304-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986307-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.986309-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.986311-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.986314-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.986317-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec 0x10ec0900 2017-11-07 21:27:04.986353-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.986355-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.986357-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:04.986360-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.986362-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.986365-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:04.986367-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:04.986369-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:04.986371-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:04.986397-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986405-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0xde080000, size 0x00004000 2017-11-07 21:27:04.986410-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986427-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/HDAU@0,1" [10de:0fbb]. 2017-11-07 21:27:04.986433-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10de0071 2017-11-07 21:27:04.986435-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986437-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x14623160 2017-11-07 21:27:04.986440-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x14623160 2017-11-07 21:27:04.986443-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 5 2017-11-07 21:27:04.986446-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986449-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.986451-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.986454-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.986458-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.986483-0800 localhost kernel[0]: (kernel) CodecCommander: stopping due to codec profile Disable flag 2017-11-07 21:27:04.986485-0800 localhost kernel[0]: (kernel) CodecCommander: Stopping... 2017-11-07 21:27:04.986810-0800 localhost kernel[0]: (kernel) CodecCommander: Initializing 2017-11-07 21:27:04.986819-0800 localhost kernel[0]: (kernel) CodecCommander: Probe 2017-11-07 21:27:04.986956-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986963-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0x7f92410000, size 0x00004000 2017-11-07 21:27:04.986969-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986979-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B" [8086:8ca0]. 2017-11-07 21:27:04.986984-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10ec0900 2017-11-07 21:27:04.986986-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986989-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x10438619 2017-11-07 21:27:04.986992-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x10438619 2017-11-07 21:27:04.986995-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 1 2017-11-07 21:27:04.986997-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986999-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.987002-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.987004-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.987008-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.987053-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.987055-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.987058-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 3000 2017-11-07 21:27:04.987060-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.987062-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.987065-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: false 2017-11-07 21:27:04.987068-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 100 2017-11-07 21:27:04.987070-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: false 2017-11-07 21:27:04.987072-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: false 2017-11-07 21:27:04.987074-0800 localhost kernel[0]: (kernel) CodecCommander: Custom Command 2017-11-07 21:27:04.987076-0800 localhost kernel[0]: (kernel) CodecCommander: ...Command: 0x02050007 2017-11-07 21:27:04.987079-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnInit: true 2017-11-07 21:27:04.987081-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnWake: true 2017-11-07 21:27:04.987087-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnSleep: true 2017-11-07 21:27:04.987089-0800 localhost kernel[0]: (kernel) CodecCommander: ...LayoutID: -1 2017-11-07 21:27:04.987091-0800 localhost kernel[0]: (kernel) CodecCommander: Custom Command 2017-11-07 21:27:04.987093-0800 localhost kernel[0]: (kernel) CodecCommander: ...Command: 0x02047cb0 2017-11-07 21:27:04.987095-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnInit: true 2017-11-07 21:27:04.987096-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnWake: true 2017-11-07 21:27:04.987098-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnSleep: false 2017-11-07 21:27:04.987100-0800 localhost kernel[0]: (kernel) CodecCommander: ...LayoutID: -1 2017-11-07 21:27:04.987106-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02050007 2017-11-07 21:27:04.987108-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02050007 2017-11-07 21:27:04.987110-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 11 2017-11-07 21:27:04.987114-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 11 2017-11-07 21:27:04.987166-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 15 2017-11-07 21:27:04.987170-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.987173-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02047cb0 2017-11-07 21:27:04.987175-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02047cb0 2017-11-07 21:27:04.987178-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 15 2017-11-07 21:27:04.987181-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 15 2017-11-07 21:27:04.987230-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 19 2017-11-07 21:27:04.987233-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.987284-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerState 2 2017-11-07 21:27:04.987287-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) 2017-11-07 21:27:05.310495-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::init 2017-11-07 21:27:05.310505-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::probe 2017-11-07 21:27:05.310514-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::start 2017-11-07 21:27:05.310537-0800 localhost kernel[0]: (kernel) CodecCommander: no attempt to hook IOAudioDevice due to codec profile Disable flag 2017-11-07 21:27:07.190243-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::init 2017-11-07 21:27:07.190249-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::probe 2017-11-07 21:27:07.190254-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::start 2017-11-07 21:27:07.190287-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:07.190289-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:07.190291-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:07.190292-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:07.190293-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:07.190295-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:07.190297-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:07.190298-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:07.190299-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:09.848420-0800 localhost kernel[0]: (kernel) CodecCommander: PowerHook: setPowerState 2 2017-11-07 21:27:09.848423-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerStateExternal 2 2017-11-07 21:27:09.848424-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) imacpro:~ enricogranata$ log show --style syslog --last 5m | grep CodecCommander 2017-11-07 21:27:02.744816-0800 localhost kernel[0]: (kernel) CodecCommander: Version 2.6.3 starting on OS X Darwin 17.2. 2017-11-07 21:27:04.963879-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderProbeInit::probe 2017-11-07 21:27:04.963901-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec(pre-init) 0x10de0071 2017-11-07 21:27:04.963904-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.963913-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0xde080000, size 0x00004000 2017-11-07 21:27:04.963918-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.963931-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/HDAU@0,1" [10de:0fbb]. 2017-11-07 21:27:04.963938-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x04. 2017-11-07 21:27:04.963941-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0004 2017-11-07 21:27:04.963944-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963947-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963950-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963954-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00100100 2017-11-07 21:27:04.963956-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963959-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0005 2017-11-07 21:27:04.963962-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963965-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963968-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963971-0800 localhost kernel[0]: (kernel) CodecCommander: ExecutePIO Invalid result received. 2017-11-07 21:27:04.963973-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0xffffffff 2017-11-07 21:27:04.963976-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963979-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f0005 2017-11-07 21:27:04.963982-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.963985-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.963988-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 0 2017-11-07 21:27:04.963990-0800 localhost kernel[0]: (kernel) CodecCommander: ExecutePIO Invalid result received. 2017-11-07 21:27:04.963993-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0xffffffff 2017-11-07 21:27:04.963996-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x02, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.963998-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x002f0005 2017-11-07 21:27:04.964001-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 0 2017-11-07 21:27:04.964004-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 0 2017-11-07 21:27:04.964020-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964023-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.964026-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x03, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.964029-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x003f0005 2017-11-07 21:27:04.964032-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.964035-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.964038-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964041-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000001 2017-11-07 21:27:04.964044-0800 localhost kernel[0]: (kernel) CodecCommander: getAudioRoot found audio root = 0x03 2017-11-07 21:27:04.964047-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x03, verb 0x000f20, payload 0x00. 2017-11-07 21:27:04.964050-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x003f2000 2017-11-07 21:27:04.964052-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.964056-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.964060-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 1 2017-11-07 21:27:04.964063-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.964066-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10de0071 2017-11-07 21:27:04.964068-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.964070-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x00000000 2017-11-07 21:27:04.964074-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x14623160 2017-11-07 21:27:04.964077-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 5 2017-11-07 21:27:04.964079-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.964082-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.964085-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.964088-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.964092-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.964095-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec 0x10de0071 2017-11-07 21:27:04.964110-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.964112-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.964114-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:04.964116-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.964119-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.964121-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:04.964123-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:04.964125-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:04.964126-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:04.986005-0800 localhost kernel[0]: (kernel) CodecCommander: Initializing 2017-11-07 21:27:04.986024-0800 localhost kernel[0]: (kernel) CodecCommander: Probe 2017-11-07 21:27:04.986060-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderProbeInit::probe 2017-11-07 21:27:04.986076-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec(pre-init) 0x10ec0900 2017-11-07 21:27:04.986080-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986087-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0x7f92410000, size 0x00004000 2017-11-07 21:27:04.986092-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986107-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B" [8086:8ca0]. 2017-11-07 21:27:04.986113-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x04. 2017-11-07 21:27:04.986116-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0004 2017-11-07 21:27:04.986119-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 1 2017-11-07 21:27:04.986122-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 1 2017-11-07 21:27:04.986161-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 4 2017-11-07 21:27:04.986166-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00010001 2017-11-07 21:27:04.986169-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f00, payload 0x05. 2017-11-07 21:27:04.986172-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f0005 2017-11-07 21:27:04.986174-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 4 2017-11-07 21:27:04.986177-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 4 2017-11-07 21:27:04.986227-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 8 2017-11-07 21:27:04.986231-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000101 2017-11-07 21:27:04.986234-0800 localhost kernel[0]: (kernel) CodecCommander: getAudioRoot found audio root = 0x01 2017-11-07 21:27:04.986236-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f20, payload 0x00. 2017-11-07 21:27:04.986239-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f2000 2017-11-07 21:27:04.986243-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 8 2017-11-07 21:27:04.986246-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 8 2017-11-07 21:27:04.986285-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 11 2017-11-07 21:27:04.986289-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x10438619 2017-11-07 21:27:04.986291-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10ec0900 2017-11-07 21:27:04.986293-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986295-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x10438619 2017-11-07 21:27:04.986299-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x10438619 2017-11-07 21:27:04.986302-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 1 2017-11-07 21:27:04.986304-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986307-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.986309-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.986311-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.986314-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.986317-0800 localhost kernel[0]: (kernel) CodecCommander: ProbeInit2 codec 0x10ec0900 2017-11-07 21:27:04.986353-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.986355-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.986357-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:04.986360-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.986362-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.986365-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:04.986367-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:04.986369-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:04.986371-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:04.986397-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986405-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0xde080000, size 0x00004000 2017-11-07 21:27:04.986410-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986427-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG0@1/IOPP/HDAU@0,1" [10de:0fbb]. 2017-11-07 21:27:04.986433-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10de0071 2017-11-07 21:27:04.986435-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986437-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x14623160 2017-11-07 21:27:04.986440-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x14623160 2017-11-07 21:27:04.986443-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 5 2017-11-07 21:27:04.986446-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986449-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.986451-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.986454-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.986458-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.986483-0800 localhost kernel[0]: (kernel) CodecCommander: stopping due to codec profile Disable flag 2017-11-07 21:27:04.986485-0800 localhost kernel[0]: (kernel) CodecCommander: Stopping... 2017-11-07 21:27:04.986810-0800 localhost kernel[0]: (kernel) CodecCommander: Initializing 2017-11-07 21:27:04.986819-0800 localhost kernel[0]: (kernel) CodecCommander: Probe 2017-11-07 21:27:04.986956-0800 localhost kernel[0]: (kernel) CodecCommander: IntelHDA::initialize 2017-11-07 21:27:04.986963-0800 localhost kernel[0]: (kernel) CodecCommander: Device memory @ 0x7f92410000, size 0x00004000 2017-11-07 21:27:04.986969-0800 localhost kernel[0]: (kernel) CodecCommander: Memory mapped at @ 0x<private> 2017-11-07 21:27:04.986979-0800 localhost kernel[0]: (kernel) CodecCommander: Evaluating device "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B" [8086:8ca0]. 2017-11-07 21:27:04.986984-0800 localhost kernel[0]: (kernel) CodecCommander: ....CodecVendor Id: 0x10ec0900 2017-11-07 21:27:04.986986-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Address: 0 2017-11-07 21:27:04.986989-0800 localhost kernel[0]: (kernel) CodecCommander: ....Subsystem Id: 0x10438619 2017-11-07 21:27:04.986992-0800 localhost kernel[0]: (kernel) CodecCommander: ....PCI Sub Id: 0x10438619 2017-11-07 21:27:04.986995-0800 localhost kernel[0]: (kernel) CodecCommander: ....Output Streams: 1 2017-11-07 21:27:04.986997-0800 localhost kernel[0]: (kernel) CodecCommander: ....Input Streams: 0 2017-11-07 21:27:04.986999-0800 localhost kernel[0]: (kernel) CodecCommander: ....Bidi Streams: 4 2017-11-07 21:27:04.987002-0800 localhost kernel[0]: (kernel) CodecCommander: ....Serial Data: 2 2017-11-07 21:27:04.987004-0800 localhost kernel[0]: (kernel) CodecCommander: ....x64 Support: 0 2017-11-07 21:27:04.987008-0800 localhost kernel[0]: (kernel) CodecCommander: ....Codec Version: 1.0 2017-11-07 21:27:04.987053-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:04.987055-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:04.987058-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 3000 2017-11-07 21:27:04.987060-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:04.987062-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:04.987065-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: false 2017-11-07 21:27:04.987068-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 100 2017-11-07 21:27:04.987070-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: false 2017-11-07 21:27:04.987072-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: false 2017-11-07 21:27:04.987074-0800 localhost kernel[0]: (kernel) CodecCommander: Custom Command 2017-11-07 21:27:04.987076-0800 localhost kernel[0]: (kernel) CodecCommander: ...Command: 0x02050007 2017-11-07 21:27:04.987079-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnInit: true 2017-11-07 21:27:04.987081-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnWake: true 2017-11-07 21:27:04.987087-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnSleep: true 2017-11-07 21:27:04.987089-0800 localhost kernel[0]: (kernel) CodecCommander: ...LayoutID: -1 2017-11-07 21:27:04.987091-0800 localhost kernel[0]: (kernel) CodecCommander: Custom Command 2017-11-07 21:27:04.987093-0800 localhost kernel[0]: (kernel) CodecCommander: ...Command: 0x02047cb0 2017-11-07 21:27:04.987095-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnInit: true 2017-11-07 21:27:04.987096-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnWake: true 2017-11-07 21:27:04.987098-0800 localhost kernel[0]: (kernel) CodecCommander: ...OnSleep: false 2017-11-07 21:27:04.987100-0800 localhost kernel[0]: (kernel) CodecCommander: ...LayoutID: -1 2017-11-07 21:27:04.987106-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02050007 2017-11-07 21:27:04.987108-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02050007 2017-11-07 21:27:04.987110-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 11 2017-11-07 21:27:04.987114-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 11 2017-11-07 21:27:04.987166-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 15 2017-11-07 21:27:04.987170-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.987173-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02047cb0 2017-11-07 21:27:04.987175-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02047cb0 2017-11-07 21:27:04.987178-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 15 2017-11-07 21:27:04.987181-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 15 2017-11-07 21:27:04.987230-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 19 2017-11-07 21:27:04.987233-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:27:04.987284-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerState 2 2017-11-07 21:27:04.987287-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) 2017-11-07 21:27:05.310495-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::init 2017-11-07 21:27:05.310505-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::probe 2017-11-07 21:27:05.310514-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::start 2017-11-07 21:27:05.310537-0800 localhost kernel[0]: (kernel) CodecCommander: no attempt to hook IOAudioDevice due to codec profile Disable flag 2017-11-07 21:27:07.190243-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::init 2017-11-07 21:27:07.190249-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::probe 2017-11-07 21:27:07.190254-0800 localhost kernel[0]: (kernel) CodecCommander: CodecCommanderPowerHook::start 2017-11-07 21:27:07.190287-0800 localhost kernel[0]: (kernel) CodecCommander: Configuration 2017-11-07 21:27:07.190289-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Infinite: false 2017-11-07 21:27:07.190291-0800 localhost kernel[0]: (kernel) CodecCommander: ...Check Interval: 1000 2017-11-07 21:27:07.190292-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset: true 2017-11-07 21:27:07.190293-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on External Wake: true 2017-11-07 21:27:07.190295-0800 localhost kernel[0]: (kernel) CodecCommander: ...Perform Reset on EAPD Fail: true 2017-11-07 21:27:07.190297-0800 localhost kernel[0]: (kernel) CodecCommander: ...Send Delay: 300 2017-11-07 21:27:07.190298-0800 localhost kernel[0]: (kernel) CodecCommander: ...Update Nodes: true 2017-11-07 21:27:07.190299-0800 localhost kernel[0]: (kernel) CodecCommander: ...Sleep Nodes: true 2017-11-07 21:27:09.848420-0800 localhost kernel[0]: (kernel) CodecCommander: PowerHook: setPowerState 2 2017-11-07 21:27:09.848423-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerStateExternal 2 2017-11-07 21:27:09.848424-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) 2017-11-07 21:29:42.037697-0800 localhost kernel[0]: (kernel) CodecCommander: PowerHook: setPowerState 0 2017-11-07 21:29:42.037700-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerStateExternal 0 2017-11-07 21:29:42.037701-0800 localhost kernel[0]: (kernel) CodecCommander: --> asleep(0) 2017-11-07 21:29:42.037706-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02050007 2017-11-07 21:29:42.037708-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02050007 2017-11-07 21:29:42.037709-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 19 2017-11-07 21:29:42.037711-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 19 2017-11-07 21:29:42.037760-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 23 2017-11-07 21:29:42.037762-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:01.018507-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerState 0 2017-11-07 21:30:01.018509-0800 localhost kernel[0]: (kernel) CodecCommander: --> asleep(0) 2017-11-07 21:30:17.093846-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerState 2 2017-11-07 21:30:17.093848-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) 2017-11-07 21:30:17.093850-0800 localhost kernel[0]: (kernel) CodecCommander: --> resetting codec 2017-11-07 21:30:17.093852-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x00, verb 0x000f00, payload 0x04. 2017-11-07 21:30:17.093854-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x000f0004 2017-11-07 21:30:17.093855-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 23 2017-11-07 21:30:17.093859-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 23 2017-11-07 21:30:17.093895-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 26 2017-11-07 21:30:17.093898-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00010001 2017-11-07 21:30:17.093900-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000f00, payload 0x05. 2017-11-07 21:30:17.093902-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x001f0005 2017-11-07 21:30:17.093904-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 26 2017-11-07 21:30:17.093906-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 26 2017-11-07 21:30:17.093953-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 30 2017-11-07 21:30:17.093956-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000101 2017-11-07 21:30:17.093957-0800 localhost kernel[0]: (kernel) CodecCommander: getAudioRoot found audio root = 0x01 2017-11-07 21:30:17.093959-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x0007ff, payload 0x00. 2017-11-07 21:30:17.093961-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x0017ff00 2017-11-07 21:30:17.093962-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 30 2017-11-07 21:30:17.093965-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 30 2017-11-07 21:30:17.094001-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 33 2017-11-07 21:30:17.094004-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:17.095135-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x0007ff, payload 0x00. 2017-11-07 21:30:17.095138-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x0017ff00 2017-11-07 21:30:17.095144-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 33 2017-11-07 21:30:17.095146-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 33 2017-11-07 21:30:17.095198-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 35 2017-11-07 21:30:17.095201-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:17.315638-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: node 0x01, verb 0x000705, payload 0x03. 2017-11-07 21:30:17.315641-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x00170503 2017-11-07 21:30:17.315643-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 35 2017-11-07 21:30:17.315645-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 35 2017-11-07 21:30:17.315686-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 38 2017-11-07 21:30:17.315689-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:17.315690-0800 localhost kernel[0]: (kernel) CodecCommander: --> hda codec power restored 2017-11-07 21:30:17.315698-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02050007 2017-11-07 21:30:17.315700-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02050007 2017-11-07 21:30:17.315702-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 38 2017-11-07 21:30:17.315706-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 38 2017-11-07 21:30:17.315749-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 41 2017-11-07 21:30:17.315753-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:17.315754-0800 localhost kernel[0]: (kernel) CodecCommander: --> custom command 0x02047cb0 2017-11-07 21:30:17.315756-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (w) --> 0x02047cb0 2017-11-07 21:30:17.315757-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(enter), ioDelayCount: 41 2017-11-07 21:30:17.315760-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(busy wait), ioDelayCount: 41 2017-11-07 21:30:17.315806-0800 localhost kernel[0]: (kernel) CodecCommander: executePIO(status wait), ioDelayCount: 44 2017-11-07 21:30:17.315809-0800 localhost kernel[0]: (kernel) CodecCommander: SendCommand: (r) <-- 0x00000000 2017-11-07 21:30:19.978209-0800 localhost kernel[0]: (kernel) CodecCommander: PowerHook: setPowerState 2 2017-11-07 21:30:19.978212-0800 localhost kernel[0]: (kernel) CodecCommander: setPowerStateExternal 2 2017-11-07 21:30:19.978214-0800 localhost kernel[0]: (kernel) CodecCommander: --> awake(2) I'm sure I am just missing something in the configuration, but I can't figure out what, and FWIW sound after wake worked for me on 10.12, so I know it's possible to get there... Any help much appreciated! Link to comment https://www.insanelymac.com/forum/topic/329432-alc1150-silent-upon-wake-from-sleep/ Share on other sites More sharing options...
Slice Posted November 8, 2017 Share Posted November 8, 2017 If you will not resolve the problem with AppleALC and CodecCommander then I may recommend to use VoodooHDA. It works with this codec and after wake. 2 Link to comment https://www.insanelymac.com/forum/topic/329432-alc1150-silent-upon-wake-from-sleep/#findComment-2531107 Share on other sites More sharing options...
randomusername00 Posted November 8, 2017 Author Share Posted November 8, 2017 Thanks for the VoodooHDA suggestion! I found a "workaround" by switching the speaker connector from the green port ("Internal Speakers") to the black one ("Rear / Line out"). Not sure why that makes a difference, but it does, and makes audio work both before & after sleep. I guess good enough. 1 Link to comment https://www.insanelymac.com/forum/topic/329432-alc1150-silent-upon-wake-from-sleep/#findComment-2531204 Share on other sites More sharing options...
Recommended Posts