mateodeger Posted December 27, 2011 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 ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620
oldnapalm Posted December 27, 2011 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. -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
mateodeger Posted December 27, 2011 Author 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) } ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620
Cassio Posted December 27, 2011 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) -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
mateodeger Posted December 28, 2011 Author Posted December 28, 2011 still no luck ------------------------------------- Asus Vivobook S510UA-RB51 Intel Core i5-7200U - RAM -8 GB - Intel HD Graphics 620
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