Contribute
Register

Acer Aspire E5-471G Audio & Graphics Problem

Status
Not open for further replies.
Joined
Jan 18, 2011
Messages
47
Motherboard
Acer Aspire E 14 E5-471G-68K6 + clover
CPU
Intel Core i5-4210U
Graphics
HD4400+840M 2GB + 1366x768x32
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Acer Aspire E5-471G Audio (ALC283) & Graphics (HD4400) Problem

Finally I can install the Yosemite in my laptop with UEFI mode, thank you RehabMan. but I still have some problem can't solve.
I don't know my audio device whether is ALC283
16076797696_edb735f6c8_o.png

and the Graphics have some strange when I startup in normal
16083481826_8b4a9141f1_c.jpg
 

Attachments

  • config.plist
    6.4 KB · Views: 130
It's still not working and the AppleHDA.kext and AppleHDA_ALC283.kext is not be loaded
15925466700_b05396f21c_o.png

Make sure you do the necessary DSDT patches (audio layout 86, "IRQ Fix"). Make sure it is installed to /S/L/E. Make sure vanilla AppleHDA is installed. Make sure config.plist has the associated AppleHDA patches. Repair permissions & rebuild cache, reboot 2x.
 
Make sure you do the necessary DSDT patches (audio layout 86, "IRQ Fix"). Make sure it is installed to /S/L/E. Make sure vanilla AppleHDA is installed. Make sure config.plist has the associated AppleHDA patches. Repair permissions & rebuild cache, reboot 2x.
After I tried it's still no sound device, but I can see the AppleHDA_ALC283.kext is loaded and see some port
15931956169_52835afa30_b.jpg
 

Attachments

  • DSDT.aml
    65.8 KB · Views: 168
  • config.plist
    6.5 KB · Views: 249
After I tried it's still no sound device, but I can see the AppleHDA_ALC283.kext is loaded and see some port
15931956169_52835afa30_b.jpg

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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.
 
Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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.
I see the IORegistryExplorer.app in the post is 2.1...
 

Attachments

  • cathay2582's_MacBook Air.ioreg
    1.4 MB · Views: 143
  • Rehabman.zip
    38.8 KB · Views: 83
I see the IORegistryExplorer.app in the post is 2.1...

Your patch for injecting layout-id is incorrect. It is referencing DTGP which is not defined anywhere. As a result, it will always fail.

...

DSDT patches you need for AppleHDA: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change layout-id from 12 to the layout-id used by the patched AppleHDA)
Apply: "IRQ Fix"

Determine layout-id from patched AppleHDA.kext:

First you need to know your codec id in decimal. Then look in the Info.plist for AppleHDAHardwareConfigDriver.kext (in PlugIns), find your codec id under HDAConfigDefault (there may be many entries in a sloppy patched AppleHDA or only one). The LayoutID that matches your codec id is the layout id you need.
 
Status
Not open for further replies.
Back
Top