Edplz Posted December 22, 2008 Share Posted December 22, 2008 Hey, I'm looking for a fix on my AA1's audio, which basically doesn't work properly. I can have speakers/headphones connected at boot and it works, but if I unplug, it doesn't switch unless I reboot. Also, the built in mic on the AA1 is extremely quiet and sometimes doesn't work at all? Btw: I'm using Vanilla kerner and installed OSx86 via Kalyway, if it makes any difference... If anyone has fixes for this, I'd really like you to share 'em. Thanks, Ed. Link to comment https://www.insanelymac.com/forum/topic/142419-acer-aspire-one-audiomic-fix/ Share on other sites More sharing options...
capule Posted June 24, 2009 Share Posted June 24, 2009 Acer One Driver for 10.5.7 ALC268 ID:0x1025015B Work: int speaker, headphones, int mic, ext mic, autodetect, mute, volume http://www.mediafire.com/?wgtztlmmzrv Link to comment https://www.insanelymac.com/forum/topic/142419-acer-aspire-one-audiomic-fix/#findComment-1185283 Share on other sites More sharing options...
base89 Posted July 3, 2009 Share Posted July 3, 2009 doesnt work, got failure message Link to comment https://www.insanelymac.com/forum/topic/142419-acer-aspire-one-audiomic-fix/#findComment-1191404 Share on other sites More sharing options...
d2a Posted July 3, 2009 Share Posted July 3, 2009 i just tried this on my acer zg5 XxX 10.5.6 install which has never had working internal mic with any other kext. replaced the existing applehda.kext with the one above and restarted and now have adjustable gain, working mic and ichat works like a charm. brilliant! thanks a lot. Link to comment https://www.insanelymac.com/forum/topic/142419-acer-aspire-one-audiomic-fix/#findComment-1191546 Share on other sites More sharing options...
gnubeard Posted August 14, 2009 Share Posted August 14, 2009 Hey,I'm looking for a fix on my AA1's audio, which basically doesn't work properly. I can have speakers/headphones connected at boot and it works, but if I unplug, it doesn't switch unless I reboot. Also, the built in mic on the AA1 is extremely quiet and sometimes doesn't work at all? Btw: I'm using Vanilla kerner and installed OSx86 via Kalyway, if it makes any difference... If anyone has fixes for this, I'd really like you to share 'em. Thanks, Ed. The VoodooHDA kext works nicely, but you need to do a simple patch to make it work. You'll need XCode installed for this: Step 1: grab the code (in a terminal type): svn checkout http://voodoohda.googlecode.com/svn/trunk/ voodoohda-read-only Step 2: There is now a folder called voodoohda-read-only which contains the code. In there is a file called Tables.c - open it in your favorite editor. Step 3: In the code, find the lines containing the settings for the SOUND_MIXER_LINE, SOUND_MIXER_MIC, and SOUND_MIXER_RECLEV .. they are set to zero in the code .. set them to non-zero. I use 75 for the line and mic settings, and 45 for the recording level. These settings work well with my electric guitar fed directly to the input.. YMMV. Play with them if you need too, but non-zero is key. Step 4: compile the code: cd voodoohda-read-only ; ./helper.sh build Step 5. The resulting kext is in voodoohda-read-only/build/Debug/ install it with KextHelper or however you like. Reboot. I've attached my kext that is working on my AAO, running iDeneb 10.5.5 / vanilla. AAO_VoodooHDA.zip Link to comment https://www.insanelymac.com/forum/topic/142419-acer-aspire-one-audiomic-fix/#findComment-1225622 Share on other sites More sharing options...
Recommended Posts