manmal, on Sep 22 2010, 07:33 PM, said:
Meklort's bootloader lets you use vanilla kernel (because he does the kernel patching on-the-fly), otherwise we have to use a patched kernel for hp ... (nawcom's legacy kernel or kokomal's one, specific for hp problem), but i guess you know what i mean. It's a known problem for HP laptops & Insyde BIOS, and you can find the fix googling "lapic fix for hp notebooks"
These are two differences between yours & Mac Man 50's ioreg dump. Mac Man 50 with only GraphicsEnabler=Yes. About which kernel he use, I'm afraid you have to ask him. Mac Man 50's ioreg dump is an example of what normal/working Mac OS X should get.
This is gpu-control I mentioned earlier (left is yours, right is Mac Man 50's):-

CPU (left is yours, right is Mac Man 50's):-
manmal, on Sep 22 2010, 07:33 PM, said:
Oh, i didn't think about that! I will see what happens if i remove smbios.plist completely from my system. And i will also check what happens with an earlier version of chameleon(or aserebln 1.1.9). Yes, i installed graphic update for snow 1.0 downloaded from apple website.
I agree with JBraddock's suggestion. Try with normal Chameleon. Use the same kernel which Mammoth & Mac Man 50 use.
manmal, on Sep 22 2010, 07:33 PM, said:
And i want to confirm that kizwan's R3 solution for AppleHDA works fine for me too! And it works even after resume from sleep with volume control and everything!
Thanks for the confirmation.

Now, I will look into mute issue.
manmal, on Sep 22 2010, 07:33 PM, said:
To JBraddock : i suggest you to give a look at kizwan's modification in HDEF section of the dsdt.aml he compiled for me and at his legacy_kext (R3 version) + appleHDA.kext (present in R2 version)!
@JBraddock, please try this HDEF patch in your DSDT. I removed unnecessary entry in the patch. (Usually built-in value is 0x00 to set it as built-in device).
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0A)
{
"built-in",
Buffer (One)
{
0x00
},
"codec-id",
Buffer (0x04)
{
0xB2, 0x76, 0x1D, 0x11
},
"layout-id",
Buffer (0x04)
{
0x78, 0x03, 0x00, 0x00
},
"device-type",
Buffer (0x10)
{
"IDT 92HD71B7"
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}