Contribute
Register

is HP ENVY dv6 7202se Compatible

Status
Not open for further replies.
i don't have AppleHDA.kext in /S/L/E i deleted it previously.
but i opened Mac OS X installation which i previously bought from Appstore and extracted a new AppleHDA.kext.
but i can't find info.plist
AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/
Info.plist
 
i don't have AppleHDA.kext in /S/L/E i deleted it previously.
but i opened Mac OS X installation which i previously bought from Appstore and extracted a new AppleHDA.kext.
but i can't find info.plist
AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/
Info.plist

Make sure you use ShowAllFiles or look in Terminal -- many times these files are hidden.

You could also do this in Terminal:
Code:
# change working dir to parent of AppleHDA.kext
cd ~/ExtractedLocationWhereYouPutExtractedAppleHDA
# make all files non-hidden in AppleHDA.kext
sudo chflags -R nohidden AppleHDA.kext
 
Status
Not open for further replies.
Back
Top