Contribute
Register

Need advice on buying new laptop

Status
Not open for further replies.
Last edited:
yes, there are instruction in there :)
USB Configuration is good now.
USB - fixed
CPU Power Managment - fixed?(can you check this)
Audio - not working
Brightness slider - not working
Touchpad - not working
Other things you see that needs to be fixed?
In order to fix the Touchpad i will need to patch the DSDT..
 

Attachments

  • Screen Shot 2019-10-12 at 6.42.14 PM.png
    Screen Shot 2019-10-12 at 6.42.14 PM.png
    110.6 KB · Views: 46
  • debug_4102.zip
    2.5 MB · Views: 47
USB Configuration is good now.
USB - fixed
CPU Power Managment - fixed?(can you check this)
Audio - not working
Brightness slider - not working
Touchpad - not working
Other things you see that needs to be fixed?
In order to fix the Touchpad i will need to patch the DSDT..
AppleALC not installed to /L/E

this is wrong:
Code:
<key>SortedOrder</key>
        <array>
            <string>/Volumes/EFI/EFI/CLOVER/ACPI/patched/SSDT-UIAC.aml</string>
        </array>

should have been:
Code:
<key>SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
        </array>

also missing your other files... BUT, as you are using hotpatch, this section is not needed, so edit it to look like:
Code:
<key>#SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
        </array>

you probably have I2C trackpad:
 
AppleALC not installed to /L/E
Installed AppleALC.kext, following the Hackintool guide. In step 3 does that mean i have to edit the origin DSDT and if there is AZAL and HDAS - rename them and place that DSDT in /patched?
also missing your other files... BUT, as you are using hotpatch, this section is not needed, so edit it to look like:
Code:
<key>#SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
</array>
Done.
you probably have I2C trackpad:
Yes i will follow this guide
 

Attachments

  • Screen Shot 2019-10-12 at 7.02.55 PM.png
    Screen Shot 2019-10-12 at 7.02.55 PM.png
    47.7 KB · Views: 43
  • debug_28771.zip
    2.5 MB · Views: 44
Installed AppleALC.kext, following the Hackintool guide. In step 3 does that mean i have to edit the origin DSDT and if there is AZAL and HDAS - rename them and place that DSDT in /patched?
if you have AZAL then yes, use config.plist to rename to HDAS
 
if you have AZAL then yes, use config.plist to rename to HDAS
I don't have AZAL in the origin DSDT but i do have HDAS. So you suggest i edit the HDAS in the config.plist - ACPI tab /pathces in the config.plist? How would that look like for ex.? Sorry but i don't have much experience doing hotpatch. Thanks
 
Last edited:
I don't have AZAL in the origin DSDT but i do have HDAS. So you suggest i edit the HDAS in the config.plist - ACPI tab /pathces in the config.plist? How would that look like for ex.? Sorry but i don't have much experience doing hotpatch. Thanks
no need to rename AZAL if you don't have AZAL

you need to add a # before sorted order like so:
Code:
<key>#SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
        </array>

use plisteditpro or xcode to edit config.plist
 
no need to rename AZAL if you don't have AZAL

you need to add a # before sorted order like so:
Code:
<key>#SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
        </array>

use plisteditpro or xcode to edit config.plist
Yes i did that.
Screen Shot 2019-10-12 at 8.22.38 PM.png
So i would need to rename HDAS to HDEF in the config.plist - ACPI/patches correct? What would i need to put in the comment, find, replace?
Or i can do it via the Hackintool app - (DSDT rename - Rename HDAS to HDEF(Audio)?
Screen Shot 2019-10-12 at 8.30.50 PM.png
I use plisteditpro.
 
Last edited:
Yes i did that.
View attachment 430163
So i would need to rename HDAS to HDEF in the config.plist - ACPI/patches correct? What would i need to put in the comment, find, replace?
Or i can do it via the Hackintool app - (DSDT rename - Rename HDAS to HDEF(Audio)?
View attachment 430166
I use plisteditpro.
you could use hackintool to make the rename
 
Status
Not open for further replies.
Back
Top