Contribute
Register

"Should have 4 threads, but only found 5 for Die 0" ?

Status
Not open for further replies.
Joined
Feb 5, 2010
Messages
41
Motherboard
asus z170m-plus
CPU
6700k
Graphics
GTX 760
Mac
  1. MacBook
Classic Mac
  1. 0
Mobile Phone
  1. iOS
intel dh55hc
IMG_20120117_191817.jpg


http://dl.dropbox.com/u/767459/DH55HC_dsdt.dsl
core i5 650, bios build #28 / Using chimera 1.7 & 10.7.2
puzzled. Thanks in advance guys.

fixed:
for the sake of helping others:
I felt a little creative today and changed the scope from:

Scope (_PR)
{
Processor (CPU0, 0x01, 0x00000410, 0x06)
{
}
Processor (CPU1, 0x02, 0x00000410, 0x06)
{
}
Processor (CPU2, 0x03, 0x00000410, 0x06)
blah blah

to:
{
Scope (_PR)
{
Processor (CPU1, 0x01, 0x00000410, 0x06)
{
}
Processor (CPU2, 0x02, 0x00000410, 0x06)
{
}
Processor (CPU3, 0x03, 0x00000410, 0x06)
blah blah

The hint? was the die 0 at the kp. Made me wonder if it could be just that...and it was.
 
Unfortunately I have the same on Latitude E6410 i7.
No luck with it till now. :(
 
What you can also do is put no in generate p/c states and rely on extracted ssdts tables.
 
anibalin said:
intel dh55hc
IMG_20120117_191817.jpg


http://dl.dropbox.com/u/767459/DH55HC_dsdt.dsl
core i5 650, bios build #28 / Using chimera 1.7 & 10.7.2
puzzled. Thanks in advance guys.

fixed:
for the sake of helping others:
I felt a little creative today and changed the scope from:

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

Hope this helps,

I was having the same issue when trying to boot my dual core from the usb install stick,
make sure that there is no additional files in your usb disk, I had a dsdt from a different motherboard on the same install stick, and that was the culprit of this KP.
}
Processor (CPU1, 0x02, 0x00000410, 0x06)
{
}
Processor (CPU2, 0x03, 0x00000410, 0x06)
blah blah

to:
{
Scope (_PR)
{
Processor (CPU1, 0x01, 0x00000410, 0x06)
{
}
Processor (CPU2, 0x02, 0x00000410, 0x06)
{
}
Processor (CPU3, 0x03, 0x00000410, 0x06)
blah blah

The hint? was the die 0 at the kp. Made me wonder if it could be just that...and it was.
 
Status
Not open for further replies.
Back
Top