Jump to content

MaLd0n

Administrators
  • Posts

    95,154
  • Joined

  • Last visited

Posts posted by MaLd0n

  1. Easy way to add kexts in Opencore or Clover bootloader

     

    -Professional Consulting for macOS Hackintosh since 2006 HERE

    -Support Olarila Vanilla Hackintosh by making a donation HERE

    -About Premium Users you can check HERE

    -Problems with Paypal HERE

    -Installation Guide HERE

    -Hackintosh EFI folders HERE

    -Hackintosh USB Remap HERE

    -How to update OpenCore and Kexts HERE

    -Guides and Tutorials HERE

    -The largest EFI folder collection for Hackintosh HERE

    -Hackintosh Tutorial Database - HERE

    -Why Olarila doesn't support TonyMac, Reedit, Little-Translated and others HERE

     

    OpenCore

    1- Copy kexts to EFI/OC/KextsPfFrLV0.png

    2- Add entries in config.plist in Kernel/Add then reboot. You can use OpenCore Configurator or OCAT.

    oHOQNom.png

     

    Clover

    1- Just copy kexts in EFI/CLOVER/kexts/Other then reboot.

    RaQDUdf.png

     

    We're all here to have fun and learn from each other! That's all Folks!

    Credits: 

    Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others!

  2. Quote

    Scope (\_SB.PCI0.LPCB)
        {
            Device (RTC0)
            {
                Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */)  // _HID: Hardware ID
                Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                {
                    IO (Decode16,
                        0x0070,             // Range Minimum
                        0x0070,             // Range Maximum
                        0x01,               // Alignment
                        0x02,               // Length
                        )
                })
                Method (_STA, 0, NotSerialized)  // _STA: Status
                {
                    If (_OSI ("Darwin"))
                    {
                        Return (0x0F)
                    }
                    Else
                    {
                        Return (Zero)
                    }
                }
            }
        }

     

  3. Faz um teste com o bootarg correto pra esse problema e reseta NVRAM uma vez.

    -igfxblr - Fix backlight registers on KBL, CFL and ICL platforms

    ou

    -igfxblt - An alternative to the Backlight Registers Fix and make Backlight Smoother work on KBL/CFL platforms running macOS 13.4 or later.

    Quando se tem um DSDT ptcheado não precisa de SSDT. SSDT só injeta patches, devices, methods no DSDT, mas como eles já existem no DSDT vc só está duplicando os patches, devices, methods.

    O seu processador é Whiskey Lake. O PNLF correto é esse

    Quote

    Scope (\_SB)
        {
            Device (PNLF)
            {
                Name (_HID, EisaId ("APP0002"))  // _HID: Hardware ID
                Name (_CID, "backlight")  // _CID: Compatible ID
                Name (_UID, 0x13)  // _UID: Unique ID
                Method (_STA, 0, NotSerialized)  // _STA: Status
                {
                    If (_OSI ("Darwin"))
                    {
                        Return (0x0F)
                    }
                    Else
                    {
                        Return (Zero)
                    }
                }
            }
        }

     

  4. Easy wayt to enable audio in macOS Tahoe 

     

    -Professional Consulting for macOS Hackintosh since 2006 HERE

    -Support Olarila Vanilla Hackintosh by making a donation HERE

    -About Premium Users you can check HERE

    -Problems with Paypal HERE

    -Installation Guide HERE

    -Hackintosh EFI folders HERE

    -Hackintosh USB Remap HERE

    -How to update OpenCore and Kexts HERE

    -Guides and Tutorials HERE

    -The largest EFI folder collection for Hackintosh HERE

    -Hackintosh Tutorial Database - HERE

    -Why Olarila doesn't support TonyMac, Reedit, Little-Translated and others HERE

     

    1. Download Mykextinstaller HERE

    2. Download AppleHDA.kext HERE

    3. Set the csr-active-config and alcid in NVRAM tab to 03080000. Check HERE about correct alcid for your audio codec.

    mlFVLbp.png

    4. Enabled AppleALC.kext in OpenCore under the kernel tab.

    Qx1GCuy.png

    5. installed the AppleHDA.kext with Mykextinstaller. (the prompted to locate the kext I wanted to install so I already have copied the file to my desktop)

    vGWT94W.png

    mouncBe.png

     

    6. Rebooted the system when the kext was installed and done.

    lvEdyq9.png

     

    We're all here to have fun and learn from each other! That's all Folks!

     

    Credits: 

    Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others!

    • Like 9
    • Thanks 1
  5. Easy way to enable NVIDIA Web Drivers with OpenCore Legacy Patcher 

     

    -Professional Consulting for macOS Hackintosh since 2006 HERE

    -Support Olarila Vanilla Hackintosh by making a donation HERE

    -About Premium Users you can check HERE

    -Problems with Paypal HERE

    -Installation Guide HERE

    -Hackintosh EFI folders HERE

    -Hackintosh USB Remap HERE

    -How to update OpenCore and Kexts HERE

    -Guides and Tutorials HERE

    -The largest EFI folder collection for Hackintosh HERE

    -Hackintosh Tutorial Database - HERE

    -Why Olarila doesn't support TonyMac, Reedit, Little-Translated and others HERE

     

    1- Add AMFIPass.kext AMFIPass.kext.zip

    2- Set csr-active-config to 030A0000 

    rFH1b8c.png

    3- Add these bootargs amfi_get_out_of_my_way=1 ngfxcompat=1 ngfxgl=1 nvda_drv_vrl=1 (if your GPU don't use Nvidia Web Drivers you don't need these bootargs)

    ACp6CZJ.png

    4- Reboot and Reset Nvram one time

     

    5- Run OCLPPost Install Root Patcher then Start Root Patcher, reboot and done.

    Download OpenCore Legacy Patcher HERE

    NUK17h8.png

    IwOtPNQ.png

    We're all here to have fun and learn from each other! That's all Folks!

     

    Credits: 

    OCLP Team, Nvidia, Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others!

×
×
  • Create New...