Jump to content

need kext and patched DSDT for acer 3680 bios v 1.3508


Recommended Posts

Posted (edited)

Please help i need a patched DSDT and kext for my notebooks:


i'm using SL 10.6.7 bootloader chameleon 2 RC5 r.1358


motherboard (CPU-z)

chipset.jpg


bios

img9134pz.jpg


system info.


screenshot20110817at604.png

Edited by Guest
  • Administrators
Posted


please help my dsdt patched and kext.downloaded

Extra.zip

-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

Posted

sorry i will explain first.


i'm using fakesmc.kext nullcpupowermanagement.kext


i'm copy extra.zip(extract) then grey screen


the solution? because i'm newer to install macintosh for my laptop

Posted

You have to replace dsdt.aml in /Extra by the one I attached previously.

-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

Posted

Try to add ID (0x435211ab) in /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist


or use a legacy kext in /Extra/Extensions

http://www.mediafire.com/file/nk6zv2cqfs3c63t/LegacyAppleYukon2.kext.zip

-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

Posted

Try the legacy used in Aspire 3690 (ALC883Aspire3690.kext) + AppleHDA 10.6.2 + DSDT patch

http://www.insanelymac.com/forum/index.php?showtopic=216641


If it works you can patch 10.6.8/10.7 AppleHDA

http://Olarila.com/forum/viewtopic.php?f=17&t=212

-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

Posted

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.

Posted

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.

Posted

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

-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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...