Contribute
Register

Acer Aspire E5-574T Sierra (High Sierra testing...)

Status
Not open for further replies.
Hi,im interested to do a hackintosh but i never did before. I have a hardware similarity to yours , I wonder if you can give me some tips
(sorry for bad english :p)
 
this is my first semi-complete configuration for high sierra (all hotpatches)... is good??? some missings? all works i've only an error with appleusbpower but usb works perfectly...
 

Attachments

  • debug_25149.zip
    2.6 MB · Views: 90
this is my first semi-complete configuration for high sierra (all hotpatches)... is good??? some missings? all works i've only an error with appleusbpower but usb works perfectly...
drivers64UEFI is not correct

no evidence of hotpatching and kexts are not installed correctly
 
this is my first semi-complete configuration for high sierra (all hotpatches)... is good??? some missings? all works i've only an error with appleusbpower but usb works perfectly...

In addition to @feartech response,

Backlight control not implemented correctly. See guide: https://www.tonymacx86.com/threads/...rol-using-applebacklightinjector-kext.218222/

Intel WiFi not supported. You must install compatible hardware.
USB WiFi not recommended.

USB is not configured correctly. See guide: https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
 
drivers64UEFI is not correct
i've removed some drivers... if there are some useless or dangerous drivers where i can check?

Backlight control not implemented correctly
now should be ok... (but it worked even earlier)

USB is not configured correctly
used usbinjectall + SSDT-UIAC-ALL.aml (removed ehxx section, removed all unused ports from my xhc id)

my problem is this: (all USB ports however work properly would seem only an alert)
Code:
ocalhost kernel[0]: (AppleBusPowerController) <AppleBusPowerController`AppleBusPowerController::requestStaticServicePowerLocked(IOService*, unsigned int&, unsigned int&)> 000001.769860 AppleBusPowerController: AppleBusPowerController::requestStaticServicePowerLocked: power supply unavailable, assuming successful power for SS01 of 750 mWWakePower and 0 mWSleepPower
(the error is repeated also for the other ports)

what would be better? patch my ssdt4.aml or add usbx in my SSDT-UIAC-ALL.aml?
 

Attachments

  • debug_22630.zip
    2.5 MB · Views: 59
i've removed some drivers... if there are some useless or dangerous drivers where i can check?


now should be ok... (but it worked even earlier)


used usbinjectall + SSDT-UIAC-ALL.aml (removed ehxx section, removed all unused ports from my xhc id)

my problem is this: (all USB ports however work properly would seem only an alert)
Code:
ocalhost kernel[0]: (AppleBusPowerController) <AppleBusPowerController`AppleBusPowerController::requestStaticServicePowerLocked(IOService*, unsigned int&, unsigned int&)> 000001.769860 AppleBusPowerController: AppleBusPowerController::requestStaticServicePowerLocked: power supply unavailable, assuming successful power for SS01 of 750 mWWakePower and 0 mWSleepPower
(the error is repeated also for the other ports)

what would be better? patch my ssdt4.aml or add usbx in my SSDT-UIAC-ALL.aml?

USB still not configured correctly. Your UsbConnector values are clearly wrong.
And USBX is missing (therefore no power properties injected).
Two guides:
https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
https://www.tonymacx86.com/threads/guide-usb-power-property-injection-for-sierra-and-later.222266/

I don't know what you mean by 'patch ssdt4.aml'. There is no ssdt4.aml in ACPI/origin. And no reason to patch anything for USB. You can use USBInjectAll.kext + custom SSDT.
 
added portlimit patch in config.plist
added USBX in my SSDT-UIAC-ALL.aml
fixed UsbConnector (0 to 255 to all internals)
applebuspower loaded but i've always
"power supply unavailable, assuming successful power...."
where i wrong??

(howsoever all my usb ports works perfectly)
 

Attachments

  • debug_10078.zip
    2.6 MB · Views: 64
added portlimit patch in config.plist
added USBX in my SSDT-UIAC-ALL.aml
fixed UsbConnector (0 to 255 to all internals)
applebuspower loaded but i've always
"power supply unavailable, assuming successful power...."
where i wrong??

(howsoever all my usb ports works perfectly)

Your UsbConnector values are wrong.
0x255 is not a valid UsbConnector value.
I think you meant to use 255 (0xFF).
Also, you should inject the legacy USB power properties (can be done with config.plist/Devices/USB/Inject=true).
 
Status
Not open for further replies.
Back
Top