Contribute
Register

Sound can't work

Status
Not open for further replies.
you should keep a copy of your essential kexts in clover/kexts/other and install all kexts in /L/E
Now, I put kext on clover/other, but still can't.
2019-03-17 07:30:26.646002-0700 localhost kernel[0]: calling mpo_policy_init for Lilu
2019-03-17 07:30:26.646005-0700 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.3.4 (Lilu)
2019-03-17 07:30:29.697392-0700 localhost kernel[0]: (kernel) Lilu: patcher @ lookup patching applied only 1 patches out of 0
2019-03-17 07:30:29.740764-0700 localhost kernel[0]: (kernel) AppleALC: alc @ failed to find IOHDACodecVendorID, retrying 0
2019-03-17 07:30:29.743871-0700 localhost kernel[0]: (kernel) Lilu: patcher @ lookup patching applied only 0 patches out of 1
 
Now, I put kext on clover/other, but still can't.
2019-03-17 07:30:26.646002-0700 localhost kernel[0]: calling mpo_policy_init for Lilu
2019-03-17 07:30:26.646005-0700 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.3.4 (Lilu)
2019-03-17 07:30:29.697392-0700 localhost kernel[0]: (kernel) Lilu: patcher @ lookup patching applied only 1 patches out of 0
2019-03-17 07:30:29.740764-0700 localhost kernel[0]: (kernel) AppleALC: alc @ failed to find IOHDACodecVendorID, retrying 0
2019-03-17 07:30:29.743871-0700 localhost kernel[0]: (kernel) Lilu: patcher @ lookup patching applied only 0 patches out of 1
if you have made changes then upload your new problem reporting files
 
kexts should be installed to /Library/Extensions

what is AppleKextExcludeList.kext ?
 
kexts should be installed to /Library/Extensions

what is AppleKextExcludeList.kext ?
I have put all in /Library/Extensions. I don't have the file AppleKextExcludeList.kext
 
I have put all in /Library/Extensions. I don't have the file AppleKextExcludeList.kext
from your files:
Code:
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fd1743bdca0 [0x7fff8c88d8f0]> { URL = "AppleKextExcludeList.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.KextExcludeList" }
 
from your files:
Code:
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fd1743bdca0 [0x7fff8c88d8f0]> { URL = "AppleKextExcludeList.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.KextExcludeList" }
I don't know, this is not what I added, it seems to be Apple's official
 
I don't know, this is not what I added, it seems to be Apple's official

Use AppleALC

You need repair permission.
Open terminal and apply this following command
Bash:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
sudo touch /System/Library/Extensions && sudo touch /Library/Extensions && sudo kextcache -u /

After complete then reboot.
 
Last edited:

Attachments

  • debug_15984.zip
    2.7 MB · Views: 37
Status
Not open for further replies.
Back
Top