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 Quote 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). Quote ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.4 • Linux Mint 15 • Windows 8 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. Quote Link to comment Share on other sites More sharing options...