Jump to content

[Guide] Sierra / High Sierra on ASUS Z170M PLUS / DSDT


MaLd0n
 Share

350 posts in this topic

Recommended Posts

ur old dont work correct, usb, etc

need use new files and fix sleep

 

use files, put in sleep, wait error and run it in terminal

log show --style syslog | fgrep "Wake reason"
Link to comment
Share on other sites

 

ur old dont work correct, usb, etc

need use new files and fix sleep

 

use files, put in sleep, wait error and run it in terminal

log show --style syslog | fgrep "Wake reason"

Strange, cuz it worked this time.

I will reset again and see if it still works!

Thankyou for you effort.

 

Can you help me with my card reader, want to show as inbuilt apple card reader?

what is exactly wrong with my clover?

 

EDIT: AFTER A COUPLE OF REBOOTS IT STILL WORKING SO I DONT KNOW WHAT HAPPENED THE FIRST TIME.

Edited by Hazara
  • Like 1
Link to comment
Share on other sites

dont need 15 ssdts to injects micro patches in DSDT, edit DSDT

with ssdts u dont have a essentials patches, realocate and many others

 

thanks once again.

 

What about my usb cardreader?

 

Can you upload a full copy of your dsdt.aml? I need atheros 9830 to be in pci.

  • Like 1
Link to comment
Share on other sites

Device (ARPT)
                {
                    Name (_ADR, Zero)  // _ADR: Address
                    Name (_SUN, 0x03)  // _SUN: Slot User Number
                    Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer ()
                            {
                                 0x03                                           
                            })
                        }
                        Return (Package ()
                        {
                            "built-in", 
                            Buffer ()
                            {
                                 0x00                                           
                            }, 
                            "model", 
                            Buffer ()
                            {
                                "Qualcomm Atheros, AR9380 Wireless Network Adapter"
                            }, 
                            "name", 
                            Buffer ()
                            {
                                "AirPort Extreme"
                            },
                        })
                    }
                }

MaLd0n 2017-06-10 às 10.08.05.png

  • Like 1
Link to comment
Share on other sites

Device (ARPT)
                {
                    Name (_ADR, Zero)  // _ADR: Address
                    Name (_SUN, 0x03)  // _SUN: Slot User Number
                    Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer ()
                            {
                                 0x03                                           
                            })
                        }
                        Return (Package ()
                        {
                            "built-in", 
                            Buffer ()
                            {
                                 0x00                                           
                            }, 
                            "model", 
                            Buffer ()
                            {
                                "Qualcomm Atheros, AR9380 Wireless Network Adapter"
                            }, 
                            "name", 
                            Buffer ()
                            {
                                "AirPort Extreme"
                            },
                        })
                    }
                }

attachicon.gifMaLd0n 2017-06-10 às 10.08.05.png

 

Where do I put this?

  • Like 1
Link to comment
Share on other sites

check ioreg

post one ioreg here

Never mind, I figured it out myself. 

 

But I can't do the same with my SD card reader. It is an Alcor usb card reader which I have connected to one of the USB ports on the motherboard. Although it is working OOB, I want it to show as native in about this mac.

  • Like 1
Link to comment
Share on other sites

i think don't work, bro. Usb no, if u use other port, the patch disappear

 

if work, use without patch, the best ;)

I will not change port as it is connected directly to motheeboard and NOT to usb hubs in front or back of the pc.

But thanks for your efforts anyway.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...