Jump to content
Olarila Professional Hackintosh Services ×

[RESOLVIDO]Ajuda DSDT Dell 5423 - CRS_ Not Accessible from t


Recommended Posts

Olá pessoal, estou tentando aplicar patch HPET e está retornando o seguinte erro

not accessible from this scope (CRS_)



o patch é o para ivy que está na sessão de transferencias daqui

# Change methods _STA and _CRS into device HPET (to avoid AppleIntelCPUPowerManagement panic)
#
into method label _STA parent_hid PNP0103 remove_entry;
into device name_hid PNP0103 insert
begin
Method (_STA, 0, NotSerialized)\n
{\n
   Return (0x0F)\n
}
end;
into method label _CRS parent_hid PNP0103 remove_entry;
into device name_hid PNP0103 insert
begin
Method (_CRS, 0, NotSerialized)\n
{\n
   Return (CRS)\n
}
end

 

Soluçao: Return (BUF0)

Obrigado e abraços.

Link to comment
Share on other sites

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