I have some problem on my S10-2.
In the Enabler 1.1.11 voodooHDA driver have iMix value 50 and the mic is working but fester. I recompile the 2.52 kext with imix value 0 . The audio is fully working. Skype OK. At startup the mic not fester.
The other problem is the sleep. If i close the LID going to sleep , and RESET. I recompile the dsdt.aml with the following modification.
In The LID section:
Device (LID0)
{
Name (_HID, EisaId ("PNP0C0D"))
Name (LIDS, One)
Method (_LID, 0, NotSerialized)
{
XOr (LIDS, One, Local0)
If (Local0) {}
Return (LIDS)
}
}
The system is not going to sleep when i close the lid.
I hope somebody fix the sleep problem on s10-2.
