corpnewt / CPUFriendFriend

Py script to walk frequency vectors and leverage acidanthera's CPUFriend ResourceConverter.
MIT License
156 stars 20 forks source link

ACPI Error: [\_PR_.PR00] Namespace lookup failure, AE_NOT_FOUND #10

Closed arypramudito closed 3 years ago

arypramudito commented 3 years ago

The result aml automatically file is

External (PR.PR00, DeviceObj) // (from opcode)

Scope (\_PR.PR00)

The original DSDT SSDT object have at DSDT.aml: External (SB.PR00, DeviceObj) // (from opcode)

Scope (_SB.PR00) 

so creating error at kernel.log shall manually change?

corpnewt commented 3 years ago

This is when creating the SSDT, correct? If so - that's actually an issue with the ResourceConverter.sh script from CPUFriend - found here - as that's what CPUFriendFriend leverages.

If you like, you should be able to generate the data provider kext instead - as that doesn't require specific pathing.

Either way, it's not within the scope of this project, and should be brought instead to Acidanthera.

-CorpNewt