Jump to content
Olarila Professional Hackintosh Services ×

System restart or freeze after panic


gaule

Recommended Posts

not working, it works without DSDT. Time to move to M1 as time and efforts does not worth anymore with hackintosh. Love to do hackintosh as side project though. Thank you again for your support. 

Link to comment
Share on other sites

  • Administrators
26 minutes ago, gaule said:

not working, it works without DSDT. Time to move to M1 as time and efforts does not worth anymore with hackintosh. Love to do hackintosh as side project though. Thank you again for your support. 

Use without for now

Olarila efi have a basic

-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

Link to comment
Share on other sites

As I have little free time today, I analyzed the DSDT and seems to find the solution. Just removed this block of code, complied and bluetooth seems to be working. 

==============================================================================

Device (BLTH)   // ? removed entire block

            {

                Name (_HID, EisaId ("BCM2E7C"))  // _HID: Hardware ID

                Name (_CID, "apple-uart-blth")  // _CID: Compatible ID

                Name (_UID, One)  // _UID: Unique ID

                Name (_ADR, Zero)  // _ADR: Address

                Method (_INI, 0, NotSerialized)  // _INI: Initialize

                {

                    Store (AMW1, ^^LPCB.HPET._CRS)

                    Store (AMW2, ^^LPCB.RTC._CRS)

                    Store (AMW3, ^^LPCB.TIMR._CRS)

                    Store (AMW4, ^^LPCB.IPIC._CRS)

                }

 

                Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method...

========================================================================

Hope someone with the same problem may help. Thank you for your support MaLd0nhave a good day ?

Edited by gaule
  • Like 1
Link to comment
Share on other sites



×
×
  • Create New...