Jump to content
st3v3n_fun

need kext and patched DSDT for acer 3680 bios v 1.3508

Recommended Posts

  • Administrators

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

  • Administrators


please help my dsdt patched and kext.downloaded

Extra.zip

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

  • Administrators

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

I`m currently trying to make my MACOSX 10.6.6i hazard version work at full in an Acer 3680-2367


It's a similar hardware (Celeron M520 and bcm4311 instead of atheros)


I experienced the same lack of functionality, no WIFI, no Yukon ethernet nor pcmcia detection.


But if i placed IOPCIFamily that i got from www.kexts.com, (dont remember the link, but in description the uploader praise it as having solved the wifi problem ( no power on, so no detection).


But it did more than that, in 10.6.3 ethernet, wifi broadcom 4311, and pcmcia were now detected without problems thought in 10.6.6 it will not detect ethernet. I know it is not a solution for you but i think it is the root of all our problems as it was for me, give a try to other IOPCIfamily kext.



by the way, Still fighting with my gma 950, can someone pass me the original kexts for 10.6.6? so far i only get a grey screen, tried kexts, natit and EFI string. Haven't tried the DSDT stuff but i'm working on it, if it works, i will make a thread later. I want the original kexts cause i don't know if the hazard installation has original or patched kexts and perhaps that is causing my problems.

Link to comment
Share on other sites

By the way, i tried patching DSDT fix with "Has panel" patch and DTGP method, no luck. But... got GMA950 working by installing Boot32 bootloader included in 10.6.6i by hazard.


I really dont know what is so special in this bootloader, but it works like a charm and it doesn't needs patched DSDT.

If anyone has a clue, i would like to know. Tried other bootloaders included in that distro : RC4, RC5, AsereBLN 1.1.9 none of them worked: 32bit mode would give a gray screen or simply not loaded kext, 64bit mode would not load kext since it is not 64bit compatible. Even 10.6.2 wich is supposed to be 64bit compatible showed as not loaded.


Found the link for IOPCIFAMILY. http://www.osx86.net/downloads.php?do=file&id=892 download the KEXT and check it it works for you.

Link to comment
Share on other sites

Maybe the "standard" HasPanel patch doesn't work for you, e.g. there's another device with _ADR = 0x00020000 in your DSDT. If it's the case you can use label instead of name_adr in the patch (and replace 0x00020000 by the video device name).

-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

I dont think i understood that, here is my code. Maybe i commit a big mistake and placed the wrong code since i searched for _ADR and only see one _ADR, 0x00020000 match :

 

Device (GFX0)
           {
               Name (_ADR, 0x00020000)
               Method (_STA, 0, NotSerialized)
               {
                   If (PEGA)
                   {
                       Return (0x00)
                   }
                   Else
                   {
                       Return (0x0F)
                   }
               }

               Method (_DOS, 1, NotSerialized)
               {
                   Store (And (Arg0, 0x03), DSEN)
               }

               Method (_DOD, 0, NotSerialized)
               {
                   If (LEqual (NDID, 0x01))
                   {
                       Name (TMP1, Package (0x01)
                       {
                           0xFFFFFFFF
                       })
                       Store (Or (0x00010000, DID1), Index (TMP1, 0x00))
                       Return (TMP1)
                   }

                   If (LEqual (NDID, 0x02))
                   {
                       Name (TMP2, Package (0x02)
                       {
                           0xFFFFFFFF, 
                           0xFFFFFFFF
                       })
                       Store (Or (0x00010000, DID1), Index (TMP2, 0x00))
                       Store (Or (0x00010000, DID2), Index (TMP2, 0x01))
                       Return (TMP2)
                   }

                   If (LEqual (NDID, 0x03))
                   {
                       Name (TMP3, Package (0x03)
                       {
                           0xFFFFFFFF, 
                           0xFFFFFFFF, 
                           0xFFFFFFFF
                       })
                       Store (Or (0x00010000, DID1), Index (TMP3, 0x00))
                       Store (Or (0x00010000, DID2), Index (TMP3, 0x01))
                       Store (Or (0x00010000, DID3), Index (TMP3, 0x02))
                       Return (TMP3)
                   }

                   If (LEqual (NDID, 0x04))
                   {
                       Name (TMP4, Package (0x04)
                       {
                           0xFFFFFFFF, 
                           0xFFFFFFFF, 
                           0xFFFFFFFF, 
                           0xFFFFFFFF
                       })
                       Store (Or (0x00010000, DID1), Index (TMP4, 0x00))
                       Store (Or (0x00010000, DID2), Index (TMP4, 0x01))
                       Store (Or (0x00010000, DID3), Index (TMP4, 0x02))
                       Store (Or (0x00010000, DID4), Index (TMP4, 0x03))
                       Return (TMP4)
                   }

                   Name (TMP5, Package (0x05)
                   {
                       0xFFFFFFFF, 
                       0xFFFFFFFF, 
                       0xFFFFFFFF, 
                       0xFFFFFFFF, 
                       0xFFFFFFFF
                   })
                   Store (Or (0x00010000, DID1), Index (TMP5, 0x00))
                   Store (Or (0x00010000, DID2), Index (TMP5, 0x01))
                   Store (Or (0x00010000, DID3), Index (TMP5, 0x02))
                   Store (Or (0x00010000, DID4), Index (TMP5, 0x03))
                   Store (Or (0x00010000, DID5), Index (TMP5, 0x04))
                   Return (TMP5)
               }
			Method (DSM, 4, NotSerialized)
           {
              Store (Package (0x04)
                 {
                    "AAPL,HasPanel", 
                    Buffer (0x04)
                    {
                       0x01, 0x00, 0x00, 0x00
                    }, 

                    "model", 
                    Buffer (0x07)
                    {
                       "GMA950"
                    }
                 }, Local0)
              DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
              Return (Local0)
           }
               Device (DD01)
               {

 

To be honest, i have never done this before. Compiler say no errors found. Also applied RTC snow leopard fix, changed all _T_0 to T_0

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...