pitrysha Posted January 16, 2020 Share Posted January 16, 2020 MaciASL-1.5.7-RELEASE what kind of error «_UID inside processor declaration must be an integer (found a string)», how to fix? MaciASL-1.5.6 is fine Link to comment Share on other sites More sharing options...
pitrysha Posted January 16, 2020 Author Share Posted January 16, 2020 DSDT from bios 10.aml Link to comment Share on other sites More sharing options...
pitrysha Posted January 16, 2020 Author Share Posted January 16, 2020 On older versions, the is also normal . Thanks . Link to comment Share on other sites More sharing options...
pitrysha Posted January 17, 2020 Author Share Posted January 17, 2020 (edited) Will it be right? Find Name (_UID, "SCK0-CP00") // _UID: Unique ID Replace Name (_UID, 0x00) // _UID: Unique ID DSDT from BIOS has many errors. If fix them and implement the corrected DSDT in the BIOS, it be okay? Edited January 17, 2020 by pitrysha Link to comment Share on other sites More sharing options...
pitrysha Posted January 17, 2020 Author Share Posted January 17, 2020 46 minutes ago, Hervé said: Why don't you just stick to the previous MaciASL version v1.5.6? Releasing a new version, they were based on something. And what about the second question, fix dsdt errors and implement in BIOS Link to comment Share on other sites More sharing options...
Drovosek Posted November 5, 2022 Share Posted November 5, 2022 Did I make such a patch for my DSDT from the Chinese x79 motherboard. which changes the following argument for "_UID" to a hex value/ I don't know if this is correct, but this removed the corresponding compilation errors. into_all all code_regex Name\s+\(_UID,\s*\"PCI\d\-CP(.*)\"\) replace_matched begin Name (_UID, 0x0%1) end; https://github.com/acidanthera/bugtracker/issues/2031#issuecomment-1304364381 Link to comment Share on other sites More sharing options...
Recommended Posts