Jump to content

Recommended Posts

Posted

Hi, I have a x299x Aorus master motherboard and facing BIOS resets after every reboot. This issue comes from the RTC part not being very good in BIOS so I extracted all DSDT files and try to fix it this but get "syntax error, unexpected PARSEOP_RETURN" at line 44476 and at line 55031.

I changed this code:

                Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x00,               // Alignment
                            0x02,               // Length
                            )
                        IO (Decode16,
                            0x0074,             // Range Minimum
                            0x0074,             // Range Maximum
                            0x01,               // Alignment
                            0x04,               // Length
                            )
                    })
                    Method (_STA, 0, NotSerialized)  // _STA: Status
                    {
                        If (LOr (0xFF, 0xFFFF))
                        {
                            One
                            Return (0x0F)
                        }
                        Else
                        {
                            Return (0x00)
                        }
                    }
                }

To This:

Device (RTC)
        {
            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
                    0x08,               // Length
                    )
                IRQNoFlags ()
                    {8}
            })
            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If ((STAS == One))
                {
                    Return (0x0F)
                }
                Else
                {
                    Return (Zero)
                }
            }
        }

And the first error is gone but the second I can't fix.

 

Could you take a look at this file and fix my error?

Many thanks.

 

 

DSDT-pa0.aml

Mountain Lion;

- Gigabyte Z68XP-UD3 - i7 2600K @ 4,2 GHz - GTX 560 Ti 1GB

- Kingston HyperX SSD 240 GB - 8GB G.Skill Ripjaws-X F3

 

Lion;

- Pressario V6500 - Intel Centrino Duo 1.56Ghz - 80GB HD - 3GB RAM - Dell 1390

Posted

@MaLd0n, me ajuda com minha DSDT para o OC. Essa coisa de usar essas SSDTS é meio coisa de doido, rs

 

DSDT- SEM PATCH.aml

OS: macOS Ventura - Dell Inspiron 5468 - Processador: i5 7200U 2.5ghz - Mem: 8 GB DDR4 - SSD: 240 GB -  Rede: Realtek RTL8102E - Vídeo: Intel HD 620 Full+HDMI audio- WiFi: BCM94360NG (Broadcom)

OS: macOS Sonoma 14.5(23F79) - Mobo: MSI B560M-A-PRO Proc: i3 10100 3.6Ghz Mem: 20GB DDR4 2667Mhz Nvme: Kingston nv2 500gb Video: AMD RX 550 Lexa 4GB Rede: RTL8125 2.5GbE

 

  • Administrators
Posted
19 hours ago, Edkroket said:

Could you take a look at this file and fix my error?

post full dump

https://www.olarila.com/files/Utils/RunMe.app.zip
https://www.youtube.com/watch?v=k9wmIfGLe3A

8 hours ago, Toddynho said:

@MaLd0n, me ajuda com minha DSDT para o OC. Essa coisa de usar essas SSDTS é meio coisa de doido, rs

ssdt não resolve muita coisa. estão querendo redescobrir o fogo

post um full dump

https://www.olarila.com/files/Utils/RunMe.app.zip
https://www.youtube.com/watch?v=k9wmIfGLe3A

15 hours ago, Montaser Al-joubeh said:

Hi, @MaLd0n

use it reboot and extract new sendme

config.plist.zip

15 hours ago, Emre TAŞÇI said:

Hi, 

renames is not good. not clean

DSDT.aml.zip

8 hours ago, rizkyfauzi777 said:

Hi MaLd0n, Please help me to patch DSDT,

DSDT.aml.zip

2 hours ago, wahyudiin_ said:

Hi MaLd0n, can you try to see my config, if you have free time.

use it reboot and extract new sendme

config.plist.zip

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

ssdt não resolve muita coisa. estão querendo redescobrir o fogo

post um full dump

Fiz um dump pelo o Big Sur que instalei recentemente.

Segue o Dump.

https://drive.google.com/file/d/1pn8eScSEGv6DiUPflVgHqj9ch6qbWHFE/view?usp=sharing

OS: macOS Ventura - Dell Inspiron 5468 - Processador: i5 7200U 2.5ghz - Mem: 8 GB DDR4 - SSD: 240 GB -  Rede: Realtek RTL8102E - Vídeo: Intel HD 620 Full+HDMI audio- WiFi: BCM94360NG (Broadcom)

OS: macOS Sonoma 14.5(23F79) - Mobo: MSI B560M-A-PRO Proc: i3 10100 3.6Ghz Mem: 20GB DDR4 2667Mhz Nvme: Kingston nv2 500gb Video: AMD RX 550 Lexa 4GB Rede: RTL8125 2.5GbE

 

  • Administrators
Posted
5 minutes ago, Toddynho said:

Fiz um dump pelo o Big Sur que instalei recentemente.

use esse config.plist, reinicia e extrai um novo sendme com ioreg

config.plist.zip

6 minutes ago, FASUR said:

Dear

FIRST use only essential acpi renames

Quote

--OPENCORE--

            <dict>
                <key>Comment</key>
                <string>EC0 to EC</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>RUMwXw==</data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>OemTableId</key>
                <data></data>
                <key>Replace</key>
                <data>RUNfXw==</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data></data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>RTC _STA</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>oAqTU1RBUwE=</data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>OemTableId</key>
                <data></data>
                <key>Replace</key>
                <data>oAqRCv8L//8=</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data>RFNEVA==</data>
            </dict>
            

--CLOVER--

                <dict>
                    <key>Find</key>
                    <data>RUMwXw==</data>
                    <key>Replace</key>
                    <data>RUNfXw==</data>
                    <key>Disabled</key>
                    <false/>
                    <key>Comment</key>
                    <string>EC0 to EC</string>
                </dict>
                <dict>
                    <key>Find</key>
                    <data>oAqTU1RBUwE=</data>
                    <key>Replace</key>
                    <data>oAqRCv8L//8=</data>
                    <key>Disabled</key>
                    <false/>
                    <key>Comment</key>
                    <string>_STA RTC</string>
                </dict>            

 

-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)
29 minutes ago, MaLd0n said:

use esse config.plist, reinicia e extrai um novo sendme com ioreg

config.plist.zip 4.92 kB · 1 download

@MaLd0n

Pronto. Substituir e fiz um novo dump.

https://drive.google.com/file/d/1bxVjl-sLx2Biw_iGcFQn7YKi87EuFqtF/view?usp=sharing

Edited by Toddynho

OS: macOS Ventura - Dell Inspiron 5468 - Processador: i5 7200U 2.5ghz - Mem: 8 GB DDR4 - SSD: 240 GB -  Rede: Realtek RTL8102E - Vídeo: Intel HD 620 Full+HDMI audio- WiFi: BCM94360NG (Broadcom)

OS: macOS Sonoma 14.5(23F79) - Mobo: MSI B560M-A-PRO Proc: i3 10100 3.6Ghz Mem: 20GB DDR4 2667Mhz Nvme: Kingston nv2 500gb Video: AMD RX 550 Lexa 4GB Rede: RTL8125 2.5GbE

 

  • Administrators
Posted
32 minutes ago, Toddynho said:

 

 

remove as ssdts

DSDT.aml.zip

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

@MaLd0n, O sistema subiu sem maiores problemas, só o que não funcionou foi o touchpad. Acredito ser devido esta usando o Big Sur. Mas, fora isso esta funcionando tudo normalmente. Sem essas SSDTs o Sistema até subiu mais rápido.

OS: macOS Ventura - Dell Inspiron 5468 - Processador: i5 7200U 2.5ghz - Mem: 8 GB DDR4 - SSD: 240 GB -  Rede: Realtek RTL8102E - Vídeo: Intel HD 620 Full+HDMI audio- WiFi: BCM94360NG (Broadcom)

OS: macOS Sonoma 14.5(23F79) - Mobo: MSI B560M-A-PRO Proc: i3 10100 3.6Ghz Mem: 20GB DDR4 2667Mhz Nvme: Kingston nv2 500gb Video: AMD RX 550 Lexa 4GB Rede: RTL8125 2.5GbE

 

Posted
22 hours ago, Edkroket said:

Hi, I have a x299x Aorus master motherboard and facing BIOS resets after every reboot. This issue comes from the RTC part not being very good in BIOS so I extracted all DSDT files and try to fix it this but get "syntax error, unexpected PARSEOP_RETURN" at line 44476 and at line 55031.

I changed this code:


                Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x00,               // Alignment
                            0x02,               // Length
                            )
                        IO (Decode16,
                            0x0074,             // Range Minimum
                            0x0074,             // Range Maximum
                            0x01,               // Alignment
                            0x04,               // Length
                            )
                    })
                    Method (_STA, 0, NotSerialized)  // _STA: Status
                    {
                        If (LOr (0xFF, 0xFFFF))
                        {
                            One
                            Return (0x0F)
                        }
                        Else
                        {
                            Return (0x00)
                        }
                    }
                }

To This:


Device (RTC)
        {
            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
                    0x08,               // Length
                    )
                IRQNoFlags ()
                    {8}
            })
            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If ((STAS == One))
                {
                    Return (0x0F)
                }
                Else
                {
                    Return (Zero)
                }
            }
        }

And the first error is gone but the second I can't fix.

 

Could you take a look at this file and fix my error?

Many thanks.

 

 

DSDT-pa0.aml 264.84 kB · 1 download

Forget my DSDT as I'm on OpenCore and all these issues are gone now. Thanks!

 

Mountain Lion;

- Gigabyte Z68XP-UD3 - i7 2600K @ 4,2 GHz - GTX 560 Ti 1GB

- Kingston HyperX SSD 240 GB - 8GB G.Skill Ripjaws-X F3

 

Lion;

- Pressario V6500 - Intel Centrino Duo 1.56Ghz - 80GB HD - 3GB RAM - Dell 1390

  • Administrators
Posted
1 hour ago, Toddynho said:

@MaLd0n, O sistema subiu sem maiores problemas, só o que não funcionou foi o touchpad. Acredito ser devido esta usando o Big Sur. Mas, fora isso esta funcionando tudo normalmente. Sem essas SSDTs o Sistema até subiu mais rápido.

salva um novo ioreg

vc está usando as kexts voodooi2c?

53 minutes ago, Montaser Al-joubeh said:

i use config.plist and restart

remove ssdt

use voodooi2c kexts

DSDT.aml.zip

-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
6 hours ago, MaLd0n said:

Thanks MaLd0n.

Posted

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