Jump to content
realpeh

CPU temperatura alta

Recommended Posts

Olá


DSDT e Gerenciamento de Energia estão juntos, DSDT na verdade é um grande auxiliar no gerenciamento de energia.


Se não me engano para essa CPU é necessário ativar o P e C States tanto se usa Chameleon quanto se usa Clover e criar uma DSDT.

já tenho ativo p e c states, mas devo utilizar a nullcpu?

Link to comment
Share on other sites

Olá


Se ativou P e C States a Null não é necessário.


O que falta para ti é DSDT então pode fazer uma e testar: Olarila.com/forum/viewtopic.php?f=7&t=646


Pega esse programa e vê se tens todos os states trabalhando: http://sourceforge.net/projects/dpcimanager/


Roda kextstat no terminal e veja se a AppleLPC está carregada se não estiver aplica o patch como descrito no guia sobre DSDT.

Link to comment
Share on other sites

Olá


Se ativou P e C States a Null não é necessário.


O que falta para ti é DSDT então pode fazer uma e testar: Olarila.com/forum/viewtopic.php?f=7&t=646


Pega esse programa e vê se tens todos os states trabalhando: http://sourceforge.net/projects/dpcimanager/


Roda kextstat no terminal e veja se a AppleLPC está carregada se não estiver aplica o patch como descrito no guia sobre DSDT.

 


estava usando a dsdt gerada pelo auto patcher, consta que tem LPC mas quando rodei o kexstat não mostrou ela carregada


e no pstates retornou isso

12/23/13, 15:36:54, P States: method failed, exiting 0xE00002CA

12/23/13, 15:36:53, P States: I/O error, throttling to 1Hz

12/23/13, 15:36:52, P States: I/O error, throttling to 2Hz

12/23/13, 15:36:52, P States: I/O error, throttling to 3Hz

12/23/13, 15:36:51, P States: I/O error, throttling to 4Hz

12/23/13, 15:36:50, P States: I/O error, throttling to 5Hz

12/23/13, 15:36:50, P States: I/O error, throttling to 6Hz

12/23/13, 15:36:50, P States: I/O error, throttling to 7Hz

12/23/13, 15:36:50, P States: I/O error, throttling to 8Hz

12/23/13, 15:36:49, Current State: 27

12/23/13, 15:36:49, P States: 26, 27

12/23/13, 15:36:47, P States: I/O error, throttling to 9Hz

12/23/13, 15:36:44, Current State: 27

12/23/13, 15:36:44, P States: 27

12/23/13, 15:36:44, kernel[0]: DirectHW: Driver v1.3 (compiled on Aug 17 2013) loaded. Visit http://www.coresystems.de/ for more information.

12/23/13, 15:36:44, com.apple.kextd[12]: kext com.coresystems.driver.DirectHW 103009000 is in exception list, allowing to load

Link to comment
Share on other sites

o device id da lpc é 27B8 como tranfiro isso pra dsdt?

into method label _DSM parent_adr 0x001F0000 remove_entry;
into device name_adr 0x001F0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0xb9, 0x27, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

Link to comment
Share on other sites

olá


o patch está bem.. está a injetar o devi id correto k está na kext


mas podes tentar este.. tem users k tiveram problemas em mavs, com o k postaste, este é ligeiramente diferente


 

into method label _DSM parent_adr 0x001F0000 remove_entry;
into device name_adr 0x001F0000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "compatible", \n
           Buffer (0x0D)\n
           {\n
               "pci8086,27b9"\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

 

bom hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

adicionei o patch mas ainda não carregou a ppc


e de brinde ganhei isso, mesmo assim ele da boot apôs os 5 seg


Added 2 SSDT table(s) into XSDT

Errors encountered while starting up the computer.

Pausing 5 seconds...

Starting Darwin x86_64

Boot Args: boot-uuid=4A2E9F1C-9313-34DF-8C75-5543D5DF56A2 rd=*uuid npci=0x2000 -v

Link to comment
Share on other sites

Tem que ser esse patch que o artur-pt postou, o outro não funciona no Mavericks, foi bastante discutido aqui


http://Olarila.com/forum/viewtopic.php?f=30&t=3431


Tem que injetar 27B9 e não 27B8 que é o ID original.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

olá


primeiro k tudo boas festas..


depois o k tenho a dizer..


é que não entendo nada do k postas..


em k sistema estás ?


o k é isto ?

 

sudo systemsetup -setkernelbootarchitecture i386



para k serve e qual é o objectivo do mesmo ?


bom hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

olá


primeiro k tudo boas festas..


depois o k tenho a dizer..


é que não entendo nada do k postas..


em k sistema estás ?


o k é isto ?

 

sudo systemsetup -setkernelbootarchitecture i386



para k serve e qual é o objectivo do mesmo ?


bom hack

 


olá artur boas festas


rodei este comando no terminal

 

sudo systemsetup -setkernelbootarchitecture i386



pra retirar o erro que tinha no boot que era esse

 

Errors encountered while starting up the computer.
Pausing 5 seconds...

 

estou usando o mavericks 10.9.1

Link to comment
Share on other sites

Pois é, eu tinha visto essa solução aqui


http://forum.voodooprojects.org/index.php?topic=318.0


Achei que não iria funcionar por ser apenas 64 bit, mas se resolveu...

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...