Vustom Posted October 30, 2013 Share Posted October 30, 2013 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 https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/ Share on other sites More sharing options...
Vustom Posted November 3, 2013 Author Share Posted November 3, 2013 Could someone move this to post installation? Didn't notice it was in the wrong area. Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1962994 Share on other sites More sharing options...
ameris_cyning Posted November 4, 2013 Share Posted November 4, 2013 Can you please post your specifications? Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1963315 Share on other sites More sharing options...
Vustom Posted November 5, 2013 Author Share Posted November 5, 2013 Can you please post your specifications? I've attached a DxDiag.txt for my PC and here's the link to my desktop specifications: http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?sp4ts.oid=3644723&spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c01333413-23%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken What else would you need? DxDiag.txt Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1963847 Share on other sites More sharing options...
ameris_cyning Posted November 6, 2013 Share Posted November 6, 2013 I've attached a DxDiag.txt for my PC and here's the link to my desktop specifications: http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?sp4ts.oid=3644723&spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c01333413-23%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken What else would you need? Thats good Have you tried this? Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964328 Share on other sites More sharing options...
Vustom Posted November 6, 2013 Author Share Posted November 6, 2013 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 https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964359 Share on other sites More sharing options...
ameris_cyning Posted November 6, 2013 Share Posted November 6, 2013 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 https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964540 Share on other sites More sharing options...
Vustom Posted November 7, 2013 Author Share Posted November 7, 2013 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 https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964786 Share on other sites More sharing options...
ameris_cyning Posted November 7, 2013 Share Posted November 7, 2013 Its supposed to be very different Replace your whole HDEF with this Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964803 Share on other sites More sharing options...
Vustom Posted November 7, 2013 Author Share Posted November 7, 2013 I changed the codes in layout id and it's working fine now, both output and input. Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964804 Share on other sites More sharing options...
ameris_cyning Posted November 7, 2013 Share Posted November 7, 2013 I changed the codes in layout id and it's working fine now, both output and input. You're welcome Link to comment https://www.insanelymac.com/forum/topic/293345-input-audio-not-working-mic-alc888s/#findComment-1964805 Share on other sites More sharing options...
Recommended Posts