Jump to content

AppleHDA cx20590 only sound with UseKernelCache=No


keiner99
 Share

41 posts in this topic

Recommended Posts

hey everyone!

 

i have a Lenovo Ideapad U410 with Intel Core i3 2367m, 8GB ram, Intel HD3000

everthing is working great except sound with cx 20590 and apple HDA :(

 

appleHDA gehts only loaded successfully with bootflag UseKernelCache=No otherwise it won't be loaded..

 

boot with -v UseKernelCache=No it shows

Sound Assertion in Apple HDA Engine at Line 581

and then sound is working perfect!

 

but when i boot with -v only it shows:

Sound Assertion in AppleHDA Controller at Line 547
Sound Assertion in AppleHDA Controller at Line 402

and sound is not working :( in system/sound it only shows Audio ID:12..

 

i use a DSDT patch from rehabman for Audio ID 12

 

here's my HDEF device

        Device (HDEF)
        {
            Name (_ADR, 0x001B0000)
            Name (_S3D, 0x03)
            Name (RID, Zero)
            Name (_PRW, Package (0x02)
            {
                0x0D, 
                0x04
            })
            Method (_PSW, 1, NotSerialized)
            {
                Noop
            }

            Method (_DSM, 4, NotSerialized)
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                        0x03
                    })
                }

                Return (Package (0x14)
                {
                    "AAPL,slot-name", 
                    Buffer (0x09)
                    {
                        "Built in"
                    }, 

                    "device-id", 
                    Buffer (0x04)
                    {
                        0x6E, 0x50, 0xF1, 0x14
                    }, 

                    "layout-id", 
                    Buffer (0x04)
                    {
                        0x0C, 0x00, 0x00, 0x00
                    }, 

                    "codec-id", 
                    Buffer (0x04)
                    {
                        0x3E, 0x3A, 0xEC, 0x10
                    }, 

                    "model", 
                    Buffer (0x1D)
                    {
                        "Conexant 20672 SmartAudio HD"
                    }, 

                    "name", 
                    Buffer (0x11)
                    {
                        "Conexant Cx20590"
                    }, 

                    "device_type", 
                    Buffer (0x11)
                    {
                        "Audio Controller"
                    }, 

                    "built-in", 
                    Buffer (One)
                    {
                        0x00
                    }, 

                    "PinConfigurations", 
                    Buffer (Zero) {}, 
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }
        }

attached there is the complete DSDT and the AppleHDA!

 

can someone help me? :)

 

 

 

AppleHDA.kext.zip

dsdt.aml.zip

Link to comment
Share on other sites

install the two kext in S/L/E and reboot without flags

i installed them in S/L/E with kext wizard rebuild the kernel cache etc and rebooted only with -v

same effect as in post #1 when i boot with -v

it said:

Sound Assertion in AppleHDA Controller at Line 547
Sound Assertion in AppleHDA Controller at Line 402

and then there's no sound.. in system /sound it only said Audio ID: 12

 

thanks! i tried but didn't work for me :(

i installed your Apple HDA and used your dsdt.aml rebuild the kext cache etc and rebooted with -v then there is nothing about the sound on the bootscreen..

no sound and in system sound only Audio ID 12..

attached a screenshot

post-817614-0-94354900-1395828824_thumb.png

Link to comment
Share on other sites

no.. i only use -v to see the boot screen..

 

attached my chameleon.boot.plist but i think it's ok

 

i use a dsdt patch for intel hd3000 to run on the series 7 motherboard too, is this a problem?

because with this dsdt patch i don't have to patch the gpu with multi_beast

post-817614-0-24861600-1395829350_thumb.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...