Jump to content
mateodeger

Packard Bell EasyNote TK85

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)

-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

xcd5u2Y.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...