Contribute
Register

AppleALC.kext, Unplug headphones = no audio

Status
Not open for further replies.
No. You can simply refer to it by name in config.plist/ACPI/SortedOrder.

When I open my config in PlistEdit Pro, I get this error. I opens fine in textedit but won't open here.

Code:
There was an error reading the property list file (The file /Volumes/ESP/EFI/CLOVER/config.plist could not be opened because an error occurred parsing the file.

Plist parse error: The data couldn’t be read because it isn’t in the correct format.

JSON parse error: Illegal start of token [<] at index 0).
Would you like to open the raw text of the file instead?
 
When I open my config in PlistEdit Pro, I get this error. I opens fine in textedit but won't open here.

Code:
There was an error reading the property list file (The file /Volumes/ESP/EFI/CLOVER/config.plist could not be opened because an error occurred parsing the file.

Plist parse error: The data couldn’t be read because it isn’t in the correct format.

JSON parse error: Illegal start of token [<] at index 0).
Would you like to open the raw text of the file instead?

It means your plist is corrupt. Don't use a text editor to edit a plist.

Valid config plists are linked from the guide: http://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
Ok, installed the SSDT and the kexts (CodecCommander and AppleALC). But nothing changed. Still same results.

Help?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

Here you go.
 

Attachments

  • Archive.zip
    5.7 MB · Views: 71
Here you go.

Your config.plist is corrupt, therefore ignored by Clover.

Note:
Code:
SPEEDY-OSX:~ RehabMan$ plutil -lint /Users/RehabMan/Downloads/Archive/CLOVER/config.plist 
/Users/RehabMan/Downloads/Archive/CLOVER/config.plist: Encountered unexpected character [ on line 379 while looking for open tag

Don't use a text editor to edit config.plist. Always use a plist editor (such as Xcode or PlistEdit Pro).
 
Your config.plist is corrupt, therefore ignored by Clover.

Note:
Code:
SPEEDY-OSX:~ RehabMan$ plutil -lint /Users/RehabMan/Downloads/Archive/CLOVER/config.plist
/Users/RehabMan/Downloads/Archive/CLOVER/config.plist: Encountered unexpected character [ on line 379 while looking for open tag

Don't use a text editor to edit config.plist. Always use a plist editor (such as Xcode or PlistEdit Pro).
Are you sure? Clover uses it just fine and plistedit edits it just fine. Just the applealc problem.
 
Status
Not open for further replies.
Back
Top