mateodeger Posted December 27, 2011 Share Posted December 27, 2011 i3-380M nvidia GT540M optimus 1GB intel HD 3000 Atheros 9287 İ tired to fix but there are 2 erors that i couldnt fix. And is it posibble to integrated optimus graphics card and atheros 9287 to dsdt? (some Chinese friends has done! nvidia GT540M works well, but they dont share:( ) thank TK85DSDT.dsl.zip Quote ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620 Link to comment Share on other sites More sharing options...
Administrators oldnapalm Posted December 27, 2011 Administrators Share Posted December 27, 2011 Which errors you can't fix? 9 of 10 are fixed by the "fix errors" button, for the last one just replace Return (Zero) by Return (Package (One) { Zero }). There's no solution for nVidia Optimus, AFAIK. For AR9287 you need a patched kext. Quote -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
mateodeger Posted December 27, 2011 Author Share Posted December 27, 2011 Which errors you can't fix? 9 of 10 are fixed by the "fix errors" button, for the last one just replace Return (Zero) by Return (Package (One) { Zero }). There's no solution for nVidia Optimus, AFAIK. For AR9287 you need a patched kext. Â When i am adding HD3000 with QE/CI dsdt patch, so errors becoming 200. here is patch: Â Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "AAPL00,DualLink", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Quote ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620 Link to comment Share on other sites More sharing options...
Cassio Posted December 27, 2011 Share Posted December 27, 2011 There's already a method _DSM in device GFX0, you can't have 2 methods with the same name in the same scope. Try to replace the last return in the existing _DSM (Return (0x80000002) in line 5863) by Store (Package (0x02) { "AAPL00,DualLink", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) 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...
mateodeger Posted December 28, 2011 Author Share Posted December 28, 2011 still no luck Quote ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620 Link to comment Share on other sites More sharing options...