Contribute
Register

<< Solved >> Audio not working after 10.14.4 update.

Status
Not open for further replies.
Joined
Sep 7, 2012
Messages
52
Motherboard
Dell Inspiron 14R 5421 (Clover)
CPU
3rd Generation Intel® Core™ i7-3517U processor (4M Cache, up to 3.0 GHz) (opt)
Graphics
Intel® HD Graphics 4000 (for 3rd Gen Intel® CoreTM i3, i5, i7 processors) + NVIDIA® GeForce® GT640M
Mobile Phone
  1. iOS
Hi, I'm in need of help to fix audio in my Dell Inspiron 14r 5421. I'm using AppleALC.kext and layout-id=29 boot flag, and the audio was working perfectly fine until I upgraded to version 10.14.4 yesterday, and audio stopped working (I also updated Lilu.kext WhateverGreen.kext, AppleALC.kext and Clover to the latest versions). Any help will be apreciated.
 

Attachments

  • problem_reporting.zip
    2.8 MB · Views: 43
Hi, I'm in need of help to fix audio in my Dell Inspiron 14r 5421. I'm using AppleALC.kext and layout-id=29 boot flag, and the audio was working perfectly fine until I upgraded to version 10.14.4 yesterday, and audio stopped working (I also updated Lilu.kext WhateverGreen.kext, AppleALC.kext and Clover to the latest versions). Any help will be apreciated.
from your kextcache output file:
Code:
Kext rejected due to improper filesystem permissions: <OSKext 0x7fc4c2715f70 [0x7fff99e5a8f0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" }

delete it and reinstall it

config.plist:

Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixLAN</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

enable those
 
from your kextcache output file:
Code:
Kext rejected due to improper filesystem permissions: <OSKext 0x7fc4c2715f70 [0x7fff99e5a8f0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" }

delete it and reinstall it

config.plist:

Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixLAN</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

enable those
Thank you so much! The audio is working fine again.
 
Thank you so much! The audio is working fine again.

I'm trying to install on my Dell Inspiron 5421. Do you terial a tutorial already for your model?
 
Status
Not open for further replies.
Back
Top