Contribute
Register

[Problem] DSDT Compile error

Status
Not open for further replies.
Joined
Jul 8, 2015
Messages
5
Motherboard
Asus Zenbook Pro UX501VW Intel Chipset HM170
CPU
Skylake i7-6700HQ
Graphics
Nvidia GTX 960M - Intel HD Graphics 530
Sorry for my grammar if I have a mistake.

After I install Yosemite using clover method I still have problem with
1.Screen Brightness
2.battery percent (working fine with unibeast method, but when I use unibeast I can't boot without an USB)
3.Sleep (maybe, I not sure what is it in mac or how will it be?)
4.making touchpad support multitouch (The touchpad is working but I can use only one touch)

So I continuous Patching DSDT/SSDTs step.

I tried to follow this guild : http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

I Extracting with 'patchmatic' (DropOem is false) then I got .aml : View attachment AML.zip


next, I follow this step "
Disassembly with refs.txt"and then I got .dsl :View attachment dsl with refs.zip

I use MaciASL (Complier Option ACPI 4.0, right?).

When I Filtering ACPI files . There aren't IAOE and GFX0 on any SSDT so I don't have to patching them only patching DSDT, correct?

So when I compile DSDT I got this error : Error 4080 - Invalid object type for reserved name (found ZERO, requires Buffer)
Screen Shot 2015-10-06 at 11.01.02 PM.jpg

Should I delete : Return (Zero)?

After I finish fixing Error (not patching yet) is there anyway make me know that it working? and do I need to put more information?

Ps.This is my first ProBook.

Thank you :D


 
Sorry for my grammar if I have a mistake.

After I install Yosemite using clover method I still have problem with
1.Screen Brightness
2.battery percent (working fine with unibeast method, but when I use unibeast I can't boot without an USB)
3.Sleep (maybe, I not sure what is it in mac or how will it be?)
4.making touchpad support multitouch (The touchpad is working but I can use only one touch)

So I continuous Patching DSDT/SSDTs step.

I tried to follow this guild : http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

I Extracting with 'patchmatic' (DropOem is false) then I got .aml : View attachment 154553


next, I follow this step "
Disassembly with refs.txt"and then I got .dsl :View attachment 154554

I use MaciASL (Complier Option ACPI 4.0, right?).

When I Filtering ACPI files . There aren't IAOE and GFX0 on any SSDT so I don't have to patching them only patching DSDT, correct?

So when I compile DSDT I got this error : Error 4080 - Invalid object type for reserved name (found ZERO, requires Buffer)
View attachment 154570

Should I delete : Return (Zero)?

After I finish fixing Error (not patching yet) is there anyway make me know that it working? and do I need to put more information?

Ps.This is my first ProBook.

Thank you :D



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

Also all stickies here: http://www.tonymacx86.com/yosemite-laptop-support/
 
about DSDT, so what should I change "Return (Zero)" to? Shall I delete only Return (Zero)
or all of this :
Method (_ROM, 2, NotSerialized) // _ROM: Read-Only Memory
{
If (RBUF)
{
Add (Arg0, RBUF, Local0)
Name (VBUF, Buffer (Arg1) {})
OperationRegion (VROM, SystemMemory, Local0, 0x1000)
Field (VROM, ByteAcc, NoLock, Preserve)
{
ROMI, 32768
}


Store (ROMI, VBUF)
Return (VBUF)
}
Else
{
Return (Zero)
}
}


I can't find this error on google/tonymacx86. It the same error code but not the same problem. How should I fix it?
 
Hi RehabMan, thank for fast respond.
I had read all the link you provied but I still struck at it.
If I miss something , please point at it for me.
Thank you
 
about DSDT, so what should I change "Return (Zero)" to? Shall I delete only Return (Zero)
or all of this :
Code:
        Method (_ROM, 2, NotSerialized)  // _ROM: Read-Only Memory
        {
            If (RBUF)
            {
                Add (Arg0, RBUF, Local0)
                Name (VBUF, Buffer (Arg1) {})
                OperationRegion (VROM, SystemMemory, Local0, 0x1000)
                Field (VROM, ByteAcc, NoLock, Preserve)
                {
                    ROMI,   32768
                }


                Store (ROMI, VBUF)
                Return (VBUF)
            }
            Else
            {
                Return (Zero)
            }
        }


I can't find this error on google/tonymacx86. It the same error code but not the same problem. How should I fix it?

This is fairly obvious, but change to:
Code:
        Method (_ROM, 2, NotSerialized)  // _ROM: Read-Only Memory
        {
            If (RBUF)
            {
                Add (Arg0, RBUF, Local0)
                Name (VBUF, Buffer (Arg1) {})
                OperationRegion (VROM, SystemMemory, Local0, 0x1000)
                Field (VROM, ByteAcc, NoLock, Preserve)
                {
                    ROMI,   32768
                }


                Store (ROMI, VBUF)
                Return (VBUF)
            }
        }
 
Hi Pacheer,

I see that you have the same laptop as me.
Can you guide me a little ..
I have installed El Capitan on the s550cb
somethings are not working..
like
mouse pad, 1 USB2 port works the other one doesn't. I dont know the USB3 works as 3 or 2 but it works.
Battery doesn't work, sound card, and ethernet as well.Wifi i have to get AR9280 or 85 i guess.
Kindly suggest me if there is anything else that needs to be done to make it work 100%.
I am very new to all this.
Your help will be grately appreciated.
Thanks
 
Hi Pacheer,

I see that you have the same laptop as me.
Can you guide me a little ..
I have installed El Capitan on the s550cb
somethings are not working..
like
mouse pad, 1 USB2 port works the other one doesn't. I dont know the USB3 works as 3 or 2 but it works.
Battery doesn't work, sound card, and ethernet as well.Wifi i have to get AR9280 or 85 i guess.
Kindly suggest me if there is anything else that needs to be done to make it work 100%.
I am very new to all this.
Your help will be grately appreciated.
Thanks

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

http://www.tonymacx86.com/el-capitan-laptop-support/173616-guide-10-11-usb-changes-solutions.html
 
Status
Not open for further replies.
Back
Top