Reading through a guide on tobymac and it says to do the following:
6. Audio
Download and install AppleALC.kext (DONE and installed)
Reboot and check if there is a IRQ conflict caused by HPET, in Terminal:
Code: kextstat | grep 'Lilu\|AppleALC\|AppleHDA'
If there is no AppleHDA apply FixHPET otherwise omit that fix.
On the config.plist:
ALC3234 (ALC255) has 10 posible layouts 3, 13, 17, 18, 21, 27, 28, 30, 31 and 99.
So, I ran that command and get the following output:
kextstat | grep 'Lilu\|AppleALC\|AppleHDA'
112 1 0xffffff7f8263c000 0x1d000 0x1d000 com.apple.driver.AppleHDAController (282.54) 7C51B113-65CA-37EF-9736-754CA841344C <111 93 88 13 8 7 6 5 3 1>
119 0 0xffffff7f827ce000 0xb7000 0xb7000 com.apple.driver.AppleHDA (282.54) 7337AC93-3026-3BE5-93E5-70E677A74BE1 <118 112 111 97 93 88 7 6 5 3 1>
Does this mean there. is an IRQ conflict? It didn't say how to identify if there was a conflict or what the output would look like. Also, what do I put in my config.plist now? It doesn't say how to interpret the output and then what value to add to the config.plist. I have no sound now.
I'm using this link to get this installed if anyone else is familiar with this process:
[link] [comments]
Post a Comment