-
Posts
95,154 -
Joined
-
Last visited
Posts posted by MaLd0n
-
-
-
5 hours ago, Fabiano X said:
can works also in sequoia for my s1220 ?
https://olarila.com/topic/40033-easy-hackintosh-audio-solution-with-applealc/
-
U don't need this on Sequoia.
-
1
-
-
-
No support for realtel pci card
-
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/Kexts
2- Add entries in config.plist in Kernel/Add then reboot. You can use OpenCore Configurator or OCAT.
Clover
1- Just copy kexts in EFI/CLOVER/kexts/Other then reboot.
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!
-
-
-
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)
}
}
}
} -
Some HP need RTC patch
U can go to Sequoia with full native things. Use Kabylake properties for that.
-
-
-
-
Ssdt ou Dsdt do Olarila já tem tudo que o hackintosh precisa. Vc não precisa adicionar nada de outro lugar.
-
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
QuoteScope (\_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)
}
}
}
} -
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.
4. Enabled AppleALC.kext in OpenCore under the kernel tab.
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)
6. Rebooted the system when the kext was installed and done.
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!
-
9
-
1
-
-
U need one specific EFI folder for your hardware.
-
U need one specific EFI folder for your hardware.
-
Use -igxvesa for easy installation.
-
Try with ngfxcompat=1 with WhateverGreen
"Ignore compatibility check in NVDAStartupWeb"
-
1
-
-
U need report it on Github if don't work
-
-
7 minutes ago, nosborsousa said:
Open Core 1.0.5 Upgraded?
https://olarila.com/topic/38117-how-to-update-opencore-and-kexts-easy-way-with-ocat/
-
1
-
-
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
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)
4- Reboot and Reset Nvram one time
5- Run OCLP, Post Install Root Patcher then Start Root Patcher, reboot and done.
Download OpenCore Legacy Patcher HERE
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!












Hackintosh EFI Monterey on Huananzhi X99 - F8 - Full ACPI solution
in Olarila Hackintosh Machines
Posted
I dont have this hardware now, but x99 just work on Tahoe.