ualwayslose
Not Newbie
Offline
Posts: 13
|
 |
« Reply #91 on: December 02, 2016, 03:00:03 AM » |
|
Giving up on trying to get the MacOS version working with Nvidia Web Drivers. Will go back on it later. (Razer Core with Gtx 970) Core is detected with TB3 patch but shows up in displays as "Display". Installed latest web driver and made a change to look for my Build so I can restart with Web Driver Graphics but couldn't get it working.
Trying my hand on bootcamp but stuck with Error 12 and DSDT patching.
Getting a compile error and I cant seem to fix it.
Any help would be appreciated
Error: Syntax Error, Unexpected PARSEOP IF Expected ',' or ')'
What I think is the relative code Method (_PTS, 1, NotSerialized) { Store (Zero, P80D) P8XH (Zero, Arg0) If (LEqual (Arg0, 0x04)) { \_SB.SGOV (0x01000016, Zero) \_SB.SGDO (0x01000016) } Store (Zero, Local0) If (LGreater (ABRV, 0x19)) { Store (One, Local0) } If (Local0) { \_SB.SGOV (0x01000016, Zero) If (LEqual (Arg0, 0x03)) { \_SB.RXRA (0x01000017, One) } } Else { If (LNot (OSDW ())) { If (LEqual (Arg0, 0x03)) { \_SB.SGOV (0x01000016, Zero) \_SB.SGDO (0x01000016) } } } If (OSDW ()) { Store (Arg0, \_SB.PCI0.LPCB.EC.ECSS) } If (LNot (OSDW ())) { If (LEqual (Arg0, 0x03)) { \_SB.PCI0.URT0.BLTH.BTLP (One) Sleep (0x03E8) Store (One, \_SB.PCI0.LPCB.EC.EWPM) Store (One, \_SB.PCI0.LPCB.EC.EWDK) } } If (LAnd (LNot (OSDW ()), LGreaterEqual (Arg0, 0x04))) { Store (Zero, \_SB.PCI0.LPCB.EC.EWLO) } If (LGreaterEqual (Arg0, 0x05)) { \_SB.PCI0.PEG1.UPSB.LSTX (Zero, One, \_SB.PCI0.PEG1.UPSB.LSTX (One, One, \_SB.PCI0.PEG2.UPSB.LSTX (Zero, One, \_SB.PCI0.PEG2.UPSB.LSTX ( One, One, \_SB.SGDI (0x01020009), \_SB.SPMV (0x01020009, Zero), \_SB.SGDI (0x0102000D)), \_SB.SPMV (0x0102000D, Zero), \_SB.SGDI (0x01020015)), \_SB.SPMV (0x01020015, Zero), If (LOr (LEqual (Arg0, 0x03), LEqual (Arg0, 0x04))) { Store (\_SB.MBOX (0x03), Local0) If (LNotEqual (Local0, Zero)) {} }, If (LEqual (Arg0, 0x05)) { Store (\_SB.PCI0.XHC1.USBM, Local0) Store (\_SB.MBOX (0x05), Local0) If (LNotEqual (Local0, Zero)) {} }, If (LNot (OSDW ())) { Store (Arg0, \_SB.PCI0.LPCB.EC.ECSS) })) } }
Bold section where it states error is.
Any help would be appreciated thanks!
Edit: Changed the code that was highlighted and really just tried to put each one on its own line. Got the compile errors fixed. Had some issues with the tables sticking after multiple reboots and loading the tables, I was finally able to get it working. GTX 970 detected, ethernet and USB working on Windows 10 bootcamp with 15" 460 model
|