Jump to content

Input audio not working (Mic) - ALC888S


Vustom
 Share

11 posts in this topic

Recommended Posts

Hey,

I've got everything working on my Mavericks install but the input audio (output works just fine) but it worked fine in Mountain Lion.

I had to install this kext (http://www.insanelymac.com/forum/topic/290361-alc-888-dp2-2/?p=1931876) though to get output sound in Mavericks, now to just get input to work.

Any ideas on how to fix this? I use it heaps as I route my Xbox sound into my PC through to my PC speakers using LineIn.

Link to comment
Share on other sites

Yeah but I'm not sure what I am doing wrong.

 

I download the files, extract them (I'm assuming I need legacy) so I delete 888.zip and rename 888_v100202 to 888.zip and run the command, but all I get is heaps of "No such file or directory"?

 

I'm uaing myHack if that's of any help.

Link to comment
Share on other sites

Yeah but I'm not sure what I am doing wrong.

 

I download the files, extract them (I'm assuming I need legacy) so I delete 888.zip and rename 888_v100202 to 888.zip and run the command, but all I get is heaps of "No such file or directory"?

 

I'm uaing myHack if that's of any help.

Those are the links to the patches themselves

 

 

This is an AppleHDA someone patched for the 888

Link to comment
Share on other sites

Those are the links to the patches themselves

 

 

This is an AppleHDA someone patched for the 888

I've added the kext to my /Extra/Extentions setup, I found the HDEF section in my DSDT and this is the code:

           Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x04)
                        {
                            "layout-id", 
                            Buffer (0x04)
                            {
                                 0x0C, 0x00, 0x00, 0x00
                            }, 
                            "PinConfigurations", 
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

And this is what the code is meant to look like:

Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        0x05
                    })
                }
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x04)
                        {
                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x78, 0x03, 0x00, 0x00
                            }, 

                            "PinConfigurations", 
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

But the layout is different and I'm unsure what to do now - ideas?

Link to comment
Share on other sites

 Share

×
×
  • Create New...