Edkroket Posted September 17, 2014 Posted September 17, 2014 I'm tring to compile a DSDT file and get this error. Here are the lines where it happens Method (ADBG, 1, Serialized) { If (CondRefOf (MDBG)) { Return (MDBG) Arg0 } Return (Zero) } I've looked anywhere and find similar problems but not in this context. So if anyone knows how to change this. This is a DSDT.aml unedited from a Clevo i7 4750 HQ CPU ME FW Version: 9.0.20.1447 MB Series: W740SU Bios Version: 1.03.04 KBC/EC Firmware Revision: 1.0.3.02 It has Intel Iris Pro 5200 Graphics with HDMI and Display port. In fact I need a working DSDT to run OSX in this machine. Any help or directions would be fine! Regards Ed dsdt.aml.zip Mountain Lion; - Gigabyte Z68XP-UD3 - i7 2600K @ 4,2 GHz - GTX 560 Ti 1GB - Kingston HyperX SSD 240 GB - 8GB G.Skill Ripjaws-X F3 Lion; - Pressario V6500 - Intel Centrino Duo 1.56Ghz - 80GB HD - 3GB RAM - Dell 1390
korlione2009 Posted September 28, 2014 Posted September 28, 2014 Method (ADBG, 1, Serialized) { If (CondRefOf (MDBG)) { Return (MDBG) Arg0 } Return (Zero) } Swap on it and everything. Method (ADBG, 1, Serialized) { If (CondRefOf (MDBG)) { Return (MDBG (Arg0)) } Return (Zero) }
artur-pt Posted September 28, 2014 Posted September 28, 2014 hello try this one DSDT.aml.zip good hack PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files
Junior Posted May 14, 2016 Posted May 14, 2016 Artur, você poderia informar qual a correção foi feita? Estou com o mesmo problema aqui e gostaria de saber o que deve ser editado nessa linha referente ao Arg0. Grato!
artur-pt Posted May 14, 2016 Posted May 14, 2016 olá se for nesse metodo ADBG into method label ADBG replace_content begin Return(0) end; bom hack PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now