Jump to content

Baio77

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Baio77

  1. I'm Italian, I use google translated to communicate, I find it hard to describe everything I have boulder in my EFI for Hackintosh use. Check the ACPIs, nothing has been entered at random, but only after a thorough study of the DELL ACPIs and the ACPIs of a real MAC same SMBios you set up. So the ioreg of your Hack is very similar to the ioreg of a real MacbookPro 14.3. The Kext has also been adapted to the supplied HW. Opencore's OC evolution upgrade drivers. In my opinion it is perfect, but it is only your judgment that counts. I'm a self-taught in the industry I just hope I've been of help.

     

    Here you can study, in part I have tried to contribute with what I have learned over time. But I think it's the best Hackintosh compilation ever.

    https://github.com/5T33Z0/OC-Little-Translated

     

    I apologize for the time spent in the tests, maybe Helve would be able to do everything in 1 post, I need tests and reading ioreg is fundamental for me. I add in addition that the TB3 part is really nasty.

  2. Hackintoshes with CPUs equal to or higher than Skylake it is possible to disable HPET with specific SSDT, this also allows you to eliminate the HPET rename in config, so this is a nice optimization. I say this because in the ioreg you have both HPET and XPET and this is anomalous.

    Spoiler

    DefinitionBlock ("", "SSDT", 2, "OCLT", "HRTfix", 0x00000000)
    {
        External (HPTE, IntObj)

        Scope (\)
        {
            If (_OSI ("Darwin"))
            {
                HPTE = Zero
            }
        }
    }
     

     

     

    For the trackpad you should try to change the settings in System Settings \ Trackpad 
    https://github.com/Baio1977/DELL_VOSTRO_5501-ICE-LAKE/blob/main/Screenshot/Touchpad Ventura.png

  3. I understand the problems it is normal I have revolutionized the ACPI, in order to improve I need the log ioreg of my EFI. I didn't work to fix the problems, I just adapted the SSDT-Y520 for use with Opencore, adding (if Darwin) where needed and removing various renames in configplist. All problems need to be fixed, in my EFI OC 0.8.2 + kext last commit.

  4. Hi, I have had a look at the files and it seems to me that the base of this EFI is very obsolete, surely it has been converted by Clover. ACPI files are old fashioned. So I started the ACPI thanks to the DSDT posted, so a Test of my EFI + ioreg is missing. This is just the starting point as it probably needs adequate \ improved things, like the trackpad probably can be improved, I just need your cooperation.
    https://drive.google.com/drive/folders/1i-_ME1LBNFuOsPXdeahQnO22umdzCo82?usp=sharing Test this in USB , if start ioreg .

×
×
  • Create New...