Contribute
Register

[Guide] Acer Aspire E5-571 using Clover with optional Windows dual-boot

Status
Not open for further replies.
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Hey RehabMan, i fix all the errors but I'm still having issues with audio not working and the graphical issues that i show you last time i have linked to my clover folder and extensions folder... need some help don't know why its still not working..
https://www.dropbox.com/s/1lbren4bqfqrgyt/CLOVER.zip?dl=0
https://www.dropbox.com/s/7khr46g3pk4aemm/Extensions.zip?dl=0

AppleHDA injectors do not work from EFI/Clover/kexts. Must be installed to /S/L/E.
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

AppleHDA injectors do not work from EFI/Clover/kexts. Must be installed to /S/L/E.

I installed all the needed kext with kext utility i also try kext wizard... but nothing,
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

I installed all the needed kext with kext utility i also try kext wizard... but nothing,

Remove it from EFI/Clover/kexts.

Also, you have no patched DSDT.

See guide: http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

Patches specific to audio are covered in the guide.

Also, your config.plist does not have the patches necessary to use AppleHDA_ALC283.kext.

It is covered in the FAQ:

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Remove it from EFI/Clover/kexts.

Also, you have no patched DSDT.

See guide: http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

Patches specific to audio are covered in the guide.

Also, your config.plist does not have the patches necessary to use AppleHDA_ALC283.kext.

It is covered in the FAQ:

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html

RehabMan i added the 4 lines from your config for the audio and install the kext i also patched the dsdt with layout 3.. but still nothing..... I'm running no 10.10.5 you think that might be the issue?
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Hi there,

I don't get what means for example:

1.6.1 - Patches on DSDT.aml
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"
"7-series/8-series USB"
"Haswell LPC"
"Rename GFX0 to IGPU"
"Rename B0D3 to HDAU"
"[bat] Acer Aspire E1-571"
"Audio Layout 12"
+ manually change 12 for 86 on "layout-id"
+ manual patch for brightness key mapping :
Add this inside Method (_Q11) :Notify(\_SB.PCI0.LPCB.KBC0, 0x0205)
Notify(\_SB.PCI0.LPCB.KBC0, 0x0285)

Add this inside Method (_Q12) :Notify(\_SB.PCI0.LPCB.KBC0, 0x0206)
Notify(\_SB.PCI0.LPCB.KBC0, 0x0286)


1.6.2 - Patches on SSDT-6.aml
"Rename GFX0 to IGPU"
"Brightness fix (Haswell)"
"Rename B0D3 to HDAU"
"Haswell HD4600 Yosemite" + manually rename "HD 4600" to "HD 4400"
+ manually change 12 for 86 on "layout-id"


The rename parts, its okey I can find and replace but, when is saying "Fix" what is supposed I should do? By the way, I have no SSDT-6 I have SSDT-6x

Regards,
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

RehabMan i added the 4 lines from your config for the audio and install the kext i also patched the dsdt with layout 3.. but still nothing..... I'm running no 10.10.5 you think that might be the issue?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Hi there,

I don't get what means for example:

1.6.1 - Patches on DSDT.aml
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"
"7-series/8-series USB"
"Haswell LPC"
"Rename GFX0 to IGPU"
"Rename B0D3 to HDAU"
"[bat] Acer Aspire E1-571"
"Audio Layout 12"
+ manually change 12 for 86 on "layout-id"
+ manual patch for brightness key mapping :
Add this inside Method (_Q11) :Notify(\_SB.PCI0.LPCB.KBC0, 0x0205)
Notify(\_SB.PCI0.LPCB.KBC0, 0x0285)

Add this inside Method (_Q12) :Notify(\_SB.PCI0.LPCB.KBC0, 0x0206)
Notify(\_SB.PCI0.LPCB.KBC0, 0x0286)


1.6.2 - Patches on SSDT-6.aml
"Rename GFX0 to IGPU"
"Brightness fix (Haswell)"
"Rename B0D3 to HDAU"
"Haswell HD4600 Yosemite" + manually rename "HD 4600" to "HD 4400"
+ manually change 12 for 86 on "layout-id"


The rename parts, its okey I can find and replace but, when is saying "Fix" what is supposed I should do? By the way, I have no SSDT-6 I have SSDT-6x

Regards,

http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.

OKay rehabman, I actually just finished a fresh install to see if you can help me... I didn't path anything nor did i installed any .kext.... I have attached all the files you have asked for...btw thank you for all the help so far. much appreciated.
https://www.dropbox.com/sh/niubroqkv59n1p1/AACXvj_R4tULDsUUA4VkREWYa?dl=0
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

OKay rehabman, I actually just finished a fresh install to see if you can help me... I didn't path anything nor did i installed any .kext.... I have attached all the files you have asked for...btw thank you for all the help so far. much appreciated.
https://www.dropbox.com/sh/niubroqkv59n1p1/AACXvj_R4tULDsUUA4VkREWYa?dl=0

Your ioreg looks rather typical for a fresh install with nothing done.

What is the point?
 
[Guide] Acer Aspire E5-571 using Clover with optionnal Windows dual-boot

Your ioreg looks rather typical for a fresh install with nothing done.

What is the point?


oOh okay i see im gonna try to patch my audio with your kext and add the line to the config file and send you the ioreg again...sorry bout that.
 
Status
Not open for further replies.
Back
Top