PDA

View Full Version : Dsdt patch failed reed need someone to help me out.


chenalias
08-30-2009, 05:06 PM
Hi all. I recently got my DSDT patched using fassl`s latest patcher known as DSDT PATCHER 1.0.1e. But it reported more than 200 errors. I reported this issue to fassl and he teach me this tip below solved the compiling errors. But strangely the when I compiled the patched DSDT and put it into the EXTRA folder the next time I started my laptop the CPU speed changed from 1.73GHZ to 4.1GHZ and the sound control gone. Any fix of this issue?
Greetings.
fassl`s tips.

Change:
External (PDC1)
External (PDC0)
External (CFGD)
External (^CPU0._PPC)
External (\_PR_.CPU0._PPC)
To:
External (PDC1)
External (PDC0)
External (CFGD)
// External (^CPU0._PPC)
External (\_PR_.CPU0._PPC)

Or remove the line that starts with //

And Change:
If (GPIC)
{
Return (Package (0x00) {})
}

To:
If (GPIC)
{
Return (Package (0x01) { 0x00 })
}


Sound info using HDAenbler

Intel High Definition Audio:

Device ID: 0x101990A6
Audio ID: 883
Available Devices:
Headphone:
Connection: Combo
Speaker:
Connection: Internal
Line In:
Connection: Combo
Internal Microphone:
Connection: Internal
S/P-DIF Out:
Connection: Combo

estravagancia
10-01-2009, 09:49 PM
i tried to compile your dsdt with dsdtse from evosx86..

you must to delete this:

=

at the end of the dsdt you have


Method (KILL, 0, Serialized)
{
Or (HCON, 0x02, HCON)
Or (HSTS, 0xFF, HSTS)
}
}
}
}
}=


and you'll have:
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 44 Optimizations

best regards from Spain ;)

bhokuto
01-21-2010, 11:32 PM
i tried to compile your dsdt with dsdtse from evosx86..

you must to delete this:

=

at the end of the dsdt you have


Method (KILL, 0, Serialized)
{
Or (HCON, 0x02, HCON)
Or (HSTS, 0xFF, HSTS)
}
}
}
}
}=


and you'll have:
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 44 Optimizations

best regards from Spain ;)

estravagancia,

Would it be possible for you to look at my DSDT errors? I have no idea what I'm doing as far as how fix the errors. I have all these tools but, I'm no code minded person.

I tried using manual method, GUI method and the result is the same.

I get the similar errors as the person above.

Thank you
Bhoku