Jump to content

Recommended Posts

Posted

Hi MaLd0n ,I just installed Sequoia on GA Z790 Aorus Master 1.0 with i9 14900KF + RX 5700 XT, everything seems to work except wifi and Ethernet, it's about enabling at least Aquantia 10G Ethernet pci-e card with AQC113C, or already tried the patches I found online like those posted by CaseySJ etc. Could you check the file that was created with your runme.app and understand how I can proceed for both ethernet and wifi and Bluetooth. Thanks a lot

Send me Macimacs-Mac-Pro.zip

Gigabyte Z790 Aorus Master

Intel i9 14900KF

64 Gb DDR5 7400 MHz Patriot

Sapphire RX 5700 XT Nitro + 8 Gb

 

  • Administrators
Posted
5 hours ago, Massimiliano Meirotti said:

AQC113C

Use this Patch with Aquantia Quirk and VT-d enable

Quote

Scope (\_SB.PC00.RP01)
    {
        Scope (PXSX)
        {
            Name (_STA, Zero)  // _STA: Status
        }

        

        Device (XGBE)
        {
            Name (_ADR, Zero)  // _ADR: Address
            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If (_OSI ("Darwin"))
                {
                    Return (0x0F)
                }
                Else
                {
                    Return (Zero)
                }
            }

            Method (_RMV, 0, NotSerialized)  // _RMV: Removal Status
            {
                Return (Zero)
            }

            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If ((Arg2 == Zero))
                {
                    Return (Buffer ()
                    {
                         0x03                                             // .
                    })
                }

                Return (Package ()
                {
                    "device-id", 
                    Buffer ()
                    {
                         0xC0, 0x94, 0x00, 0x00                           // ....
                    }, 

                    "compatible", 
                    Buffer ()
                    {
                        /* 0000 */  0x70, 0x63, 0x69, 0x31, 0x64, 0x36, 0x61, 0x2C,  // pci1d6a,
                        /* 0008 */  0x39, 0x34, 0x63, 0x30, 0x00, 0x70, 0x63, 0x69,  // 94c0.pci
                        /* 0010 */  0x63, 0x6C, 0x61, 0x73, 0x73, 0x2C, 0x30, 0x32,  // class,02
                        /* 0018 */  0x30, 0x30, 0x30, 0x30, 0x00, 0x58, 0x47, 0x42,  // 0000.XGB
                        /* 0020 */  0x45, 0x00, 0x00, 0x00                           // E...
                    }
                })
            }
        }
    }

 

  • Like 1

-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

Hi MaLd0n , everything goes fine after your patch for Ethernet.

Any news about wifi and bluetooth for the Intel Killer AX1690 card in Sequoia?
I take this opportunity to wish you a Merry Christmas and a Happy 2025!

Thanks a lot

Gigabyte Z790 Aorus Master

Intel i9 14900KF

64 Gb DDR5 7400 MHz Patriot

Sapphire RX 5700 XT Nitro + 8 Gb

 

  • Administrators
Posted

No support

-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



×
×
  • Create New...