Contribute
Register

Dell precesion M7510 with M1000m 4k screen

Status
Not open for further replies.
Now i have enabled Intel HD530
I intend to use the laptop this way.

was patching DSDT to enable intel hd530 fully. right now shows 31mb Vram. Renamed GFX0 to IGPU.

How do i fix this error i am getting in dsdt.dsl compile with maciasl with ACPI 6.1

12962, 6126, syntax error, unexpected PARSEOP_ARG1

"
Device (SAT0)
{
Name (_ADR, 0x00170000) // _ADR: Address
Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
{
If (PCIC (Arg0))
{
Return (PCID (Arg0, Arg1, Arg2, Arg3))
}

If (CondRefOf (\_SB.PCI0.SAT0.SDSM))
{
Return (SDSM)
Arg0
Arg1
Arg2
Arg3
}
"
 
Now i have enabled Intel HD530
I intend to use the laptop this way.

was patching DSDT to enable intel hd530 fully. right now shows 31mb Vram. Renamed GFX0 to IGPU.

How do i fix this error i am getting in dsdt.dsl compile with maciasl with ACPI 6.1

12962, 6126, syntax error, unexpected PARSEOP_ARG1

"
Device (SAT0)
{
Name (_ADR, 0x00170000) // _ADR: Address
Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
{
If (PCIC (Arg0))
{
Return (PCID (Arg0, Arg1, Arg2, Arg3))
}

If (CondRefOf (\_SB.PCI0.SAT0.SDSM))
{
Return (SDSM)
Arg0
Arg1
Arg2
Arg3
}
"

Use refs.txt as per guide: http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
Hi
used refs.txt and applied the following patches
remove_DSM
Brightness fix
Rename GFX0 to IGPU
getting " syntax error, unexpected $end and premature End-Of-File"
how do i resolve that, below is the end of dsdt
thanks

Method (EV2, 2, NotSerialized)
{
\_SB.CBAT (Arg0, Arg1)
\_SB.OSJG (Arg0, Arg1)
\_SB.PCI0.GFX0.IVD3 (Arg0, Arg1)
\_SB.PCI0.GLAN.WOLS (Arg0, Arg1)
\_SB.PCI0.LPCB.DCK5 (Arg0, Arg1)
\_SB.PCI0.LPCB.ECDV.ECM9 (Arg0, Arg1)
\_SB.RBTN.NRBT (Arg0, Arg1)
\_SB.RCTL.NRCT (Arg0, Arg1)
\_SB.SOS4 (Arg0, Arg1)
}
}
 
Hi
used refs.txt and applied the following patches
remove_DSM
Brightness fix
Rename GFX0 to IGPU
getting " syntax error, unexpected $end and premature End-Of-File"
how do i resolve that, below is the end of dsdt
thanks

Method (EV2, 2, NotSerialized)
{
\_SB.CBAT (Arg0, Arg1)
\_SB.OSJG (Arg0, Arg1)
\_SB.PCI0.GFX0.IVD3 (Arg0, Arg1)
\_SB.PCI0.GLAN.WOLS (Arg0, Arg1)
\_SB.PCI0.LPCB.DCK5 (Arg0, Arg1)
\_SB.PCI0.LPCB.ECDV.ECM9 (Arg0, Arg1)
\_SB.RBTN.NRBT (Arg0, Arg1)
\_SB.RCTL.NRCT (Arg0, Arg1)
\_SB.SOS4 (Arg0, Arg1)
}
}

Read the guide regarding "Remove _DSM methods" vs. "Rename _DSM methods to XDSM".
 
Hi
I have patched my DSDT. but getting cpu panics. what did i do wrong? I tried my best to follow the guide.
applied brightness fix from laptop repo and rename GFX0
thanks
 

Attachments

  • DSDT.aml
    134.7 KB · Views: 138
Hi
I have patched my DSDT. but getting cpu panics. what did i do wrong? I tried my best to follow the guide.
applied brightness fix from laptop repo and rename GFX0
thanks

Boot verbose, show photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).
 
Hi
here is the boot pic before reset and zip of EFI folder
 

Attachments

  • EFI.zip
    22.7 MB · Views: 104
  • Screen Shot 2016-10-01 at 12.32.12 AM.png
    Screen Shot 2016-10-01 at 12.32.12 AM.png
    7.7 MB · Views: 161
Hi
here its
 

Attachments

  • CLOVER.zip
    4.1 MB · Views: 146
EFI not requested. Upload only EFI/Clover (as ZIP, as requested).

Your profile says you have Intel WiFi. Why are you using a FakeID for Broadcom WiFi when you don't have the hardware?

Also, ACPI is not patched correctly. The guide is very clear about dynamic SSDTs. You ignored the advice.
 
Status
Not open for further replies.
Back
Top