View Single Post
 
Old 11-19-2009, 10:57 PM
mimayin mimayin is offline
Cheetah
 
Join Date: Nov 2009
Posts: 14
Interestingly enough, if I leave DSDT with AZAL in it rather than HDEF like this:

Code:
            Device (AZAL)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D,
                        0x05
                    })
                }
            }
VoodooHDA works, but I only get the headphone socket rather than the line-in. But if I patch DSDT (as in previous post), VoodooHDA kernel panics immediately on load.

I'm lost.. i've spent over 3 days messing around with this, i'm almost ready to give up and buy an Xmod
Reply With Quote