Jump to content

Recommended Posts

Posted (edited)

Hi MaLd0n!
The dsdt you made for me, the motherboard wifi does not work can you fix it?

My system is:
Motherboard: Gigabyte Vision D
CPU: i9-10850k
GPU: i-gpu uhd630
RAM: 64gb
M.2: Samsung 250gb
Sata: Corsair 256gb
Wifi-Bluetooth: Onboard

DSDT.aml

Edited by lightpower
Posted
16 hours ago, MaLd0n said:

Brother! Work you are very good!

16 hours ago, MaLd0n said:

Can the dsdt be patched with the graphics card (uhd630) with the frammebuffer without having to put in config.plist?

my framebuffer is:


<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>BwCbPg==</data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>mz4AAA==</data>
                <key>device_type</key>
                <string>Display controller</string>
                <key>disable-external-gpu</key>
                <data>AQAAAA==</data>
                <key>enable-hdmi20</key>
                <data>AQAAAA==</data>
                <key>enable-lspcon-support</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con0-busid</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con0-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con0-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-con1-busid</key>
                <data>AgAAAA==</data>
                <key>framebuffer-con1-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-has-lspcon</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-pipe</key>
                <data>CAAAAA==</data>
                <key>framebuffer-con1-preferred-lspcon-mode</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con1-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-con2-busid</key>
                <data>BAAAAA==</data>
                <key>framebuffer-con2-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-con2-pipe</key>
                <data>CgAAAA==</data>
                <key>framebuffer-con2-type</key>
                <data>AAgAAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel UHD Graphics 630 (Desktop)</string>
            </dict>

  • Administrators
Posted

use bootloader to inject these properties

-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 Hackintosh Support since 2006 HERE

  • Administrators
Posted

sbus is fixed

-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 Hackintosh Support since 2006 HERE

Posted (edited)

Hi MaLdOn! Can you patch the dsdt with the code of my graphics card (igpu uhd630)?DSDT.aml


External (_SB_.PCI0.IGPU, DeviceObj)
Device (_SB.PCI0.IGPU)
{
    Name (_ADR, 0x00020000)
    Method (_DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }
        Return (Package ()
        {
            "AAPL,slot-name", Buffer () { "Internal@0,2,0" },
            "enable-hdmi20", Buffer () { 0x01, 0x00, 0x00, 0x00 },
            "framebuffer-patch-enable", Buffer () { 0x01, 0x00, 0x00, 0x00 },
            "framebuffer-unifiedmem", Buffer () { 0x00, 0x00, 0x00, 0x80 },
            "AAPL,ig-platform-id", Buffer () { 0x07, 0x00, 0x9B, 0x3E },
            "model", Buffer () { "Intel UHD Graphics 630 (Desktop)" },
            "disable-external-gpu", Buffer () { 0x01, 0x00, 0x00, 0x00 },
            "device-id", Buffer () { 0x92, 0x3E, 0x00, 0x00 },
            "enable-lspcon-support", Buffer () { 0x01, 0x00, 0x00, 0x00 },
            "device_type", Buffer () { "VGA compatible controller" },
            "hda-gfx", Buffer () { "onboard-1" },
        })
    }
}

Edited by lightpower
  • Administrators
Posted

DSDT.aml.zip

check if uiac work into definition block

-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 Hackintosh Support since 2006 HERE

Posted

Hi @MaLd0n! what i want to do MaLd0n is the following: all usb ports work in the front case and back with the dsdt. But I want them to work as they are from the manufacturer usb 2.0, usb 3.0, usb 3.1, usb 3.2 etc. This dsdt does not work 2 of the 4 Usb I have in the front case (2xusb2.0 and 2xusb3.0). My motherboard is the Gigabyte Z490 Vision D.

While when I run without dsdt and activate the ssdt (SSDT-USBW.aml, SSDT-EC-USBX.aml, SSDT-UIAC-USB-Z490-VISIOND-ALTERNATIVE-3.aml) then all usb works. that's why I want to integrate ssdt into dsdt so that everything works properly. you can help me; here is all the efi along with ssdt and dsdt.

OC.zip

  • Administrators
Posted

use it DSDT.aml.zip + SSDT-UIAC

-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 Hackintosh Support since 2006 HERE

Posted
1 hour ago, MaLd0n said:

use it DSDT.aml.zip + SSDT-UIAC

It did not work for me. I did it all over again from the beginning and I just put this SSDT-EC.aml and it works fine without usbport.kext and without USBInjectAll.kext. I made a windows extract dsdt without a patch, can you patch it and integrate SSDT-EC.aml and SSDT-PLUG.aml? because the previous dsdt when I chose to boot windows from opencore did not boot.

dsdt,EC,PLUG.zip

  • Administrators
Posted

bro. u need remap ports. use dsdt and remap

use usbinjectall + xhci unsupported and remap via ssdt uiac

-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 Hackintosh Support since 2006 HERE

Posted
10 minutes ago, MaLd0n said:

bro. u need remap ports. use dsdt and remap

use usbinjectall + xhci unsupported and remap via ssdt uiac

that is, now that I have it so it does not work properly? because I see all usb work

  • Administrators
Posted
2 hours ago, lightpower said:

that is, now that I have it so it does not work properly? because I see all usb work

if u enable acpi advanced options with windows patch, etc we need put all essentials

many peopls use in basic state, is a shit

-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 Hackintosh Support since 2006 HERE

Posted (edited)
48 minutes ago, MaLd0n said:

if u enable acpi advanced options with windows patch, etc we need put all essentials

many peopls use in basic state, is a shit

how will I do this (enable acpi advanced options with windows patch)?
from the bios will I do it?

@MaLd0n I do not know English well, forgive me.

Use this wizard?

Edited by lightpower
  • Administrators
Posted
17 minutes ago, lightpower said:

Use this wizard?

use this video tutorial but stay with USBInjectAll.kext / XHCI-unsupported.kext and use SSDT-UIAC.aml instead USBPorts.kext

-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 Hackintosh Support since 2006 HERE

Posted
4 minutes ago, MaLd0n said:

use this video tutorial but stay with USBInjectAll.kext / XHCI-unsupported.kext and use SSDT-UIAC.aml instead USBPorts.kext

is there another way to do usb map?

  • Administrators
Posted

in this case no. hackintool dont have support for that

remap with usbinjectall and ssdt

btw. i dont remap, i'm using all raise

-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 Hackintosh Support since 2006 HERE

Posted
4 minutes ago, MaLd0n said:

in this case no. hackintool dont have support for that

remap with usbinjectall and ssdt

btw. i dont remap, i'm using all raise

so what do you suggest? what is the best way for usb mapping?

  • Administrators
Posted
23 minutes ago, MaLd0n said:

use this video tutorial but stay with USBInjectAll.kext / XHCI-unsupported.kext and use SSDT-UIAC.aml instead USBPorts.kext

here

-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 Hackintosh Support since 2006 HERE

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