XiaoMi-Pro-Hackintosh icon indicating copy to clipboard operation
XiaoMi-Pro-Hackintosh copied to clipboard

Failed to load CodecCommander on Monterey could cause headphone not working after sleep

Open stevezhengshiqi opened this issue 2 years ago • 1 comments

Bootloader: OpenCore Model: TM1701 (KBL) macOS 12.0

localhost kernel[0]: Kext org.tw.CodecCommander - library kext com.apple.iokit.IOAudioFamily not found.
localhost kernel[0]: Can't load kext org.tw.CodecCommander - failed to resolve library dependencies.
localhost kernel[0]: Kext org.tw.CodecCommander failed to load (0xdc00800e).
localhost kernel[0]: Failed to load kext org.tw.CodecCommander (error 0xdc00800e).
localhost kernel[0]: Couldn't alloc class "CodecCommanderResidency"

It is a clueless issue because there's no way com.apple.iokit.IOAudioFamily is not loaded. This issue happens occasionally, and I don't have great solution for this. Maybe manually sudo kextload CodecCommander.kext after boot? That perhaps works, but not convenient for users.

CC @Sniki

stevezhengshiqi avatar Apr 19 '22 06:04 stevezhengshiqi

Could you check with ‘top’ about bluetoothd? I have a similar issue about bluetoothd using all my cpu after wake, preventing any pairing. A workaround for me was sudo killall bluetoothd

Menchen avatar Apr 19 '22 15:04 Menchen