zoliky Posted January 21, 2013 Posted January 21, 2013 Hi, I added this code to Device (GFX0). I need it for AppleHDA. Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "hda-gfx", Buffer (0x0A) { "onboard-1" }, "AAPL,snb-platform-id", Buffer (0x04) { 0x00, 0x00, 0x01, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } After adding that code, I'm getting a lot of DSDT errors. I would like to mention, it's a RAW dsdt of my HP4540s laptop. The only thing I added is HDEF and that patch posted above. I'm stuck and need your help, please. I attached my DSDT. I would be very grateful for any suggestion! Your time is appreciated. HP4540s-dsdt.dsl.zip
artur-pt Posted January 21, 2013 Posted January 21, 2013 hello add also dtgp 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
zoliky Posted January 21, 2013 Author Posted January 21, 2013 DTGP is already in the file, at the end. The problem is something else.
pernacabeluda Posted January 21, 2013 Posted January 21, 2013 There is probably a method _DSM in scope GFX0 already. You can remove it, or inject the properties in EFI string (device-properties) instead of DSDT. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
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