toleda Posted August 6, 2012 Share Posted August 6, 2012 Asus P8H67-I Deluxe/patched, trying to inject platform-id into GFX0 at add_00020000. DSDT Editor does not find device. Solution? into method label _DSM parent_adr 0x00020000 remove_entry; into device name_adr 0x00020000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x06)\n {\n "AAPL,snb-platform-id", \n Buffer (0x04) \n { \n 0x10, 0x00, 0x03, 0x00 \n } \n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n }\n end test.aml.zip Link to comment Share on other sites More sharing options...
Cassio Posted August 6, 2012 Share Posted August 6, 2012 Use correct object type (scope instead of device). -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 Link to comment Share on other sites More sharing options...
toleda Posted August 6, 2012 Author Share Posted August 6, 2012 Use correct object type (scope instead of device). That worked. Thanks. Link to comment Share on other sites More sharing options...
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