View Single Post
 
Old 04-09-2010, 10:11 AM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
Not really got any other ideas, I would try playing around, maybe try something like below.
I noticed that your cpu started numbering from 1 where all others I have seen start at 0, don't know if this will make a difference or not.

Scope (_PR)
{
Processor (CPU0, 0x00, 0x00000410, 0x06) {}
Processor (CPU1, 0x01, 0x00000410, 0x06) {}

}


If you leave your original dsdt in place and call the new one something like TestDSDT.aml
you can specify DSDT=TestDSDT.aml at boot

Therefore you can play around until you find something that works.
Hope this helps

Last edited by Ianxxx; 04-09-2010 at 10:19 AM.
Reply With Quote