
Originally Posted by
soshial
Hi, guys. Sorry, but I have this problem too.
I have opensuse 11.1 with KDE. The sound works fine, but mic unfortunately does not.
I've tested it with arecord (only noise) and skype (it produces ugly noices and sometimes strange slapping sounds

).
I do not use Skype, so I can NOT help you configure that. But you should be able to configure your audio with arecord.
Note when using arecord, follow the advice here: Microphone - openSUSE
In particular, please note the options to use for 'arecord' :
Code:
arecord -vv -fdat foo.wav
It will give dynamic feedback as to your mic levels when adjusting your mixer.
I took a look at the script output, and I note a 32-bit openSUSE-11.1 with the 2.6.27.29 pae kernel with the packaged 1.0.17/1.0.18 version of alsa, and your PC has an ALC889A hardware audio codec.
You did not mention if you are using an external or internal mic, and if using an external, if you are trying to use a front jack or rear jack on the PC? It appears you have things set to a rear jack?
I note this in your mixer:
!!Amixer output
!!-------------
!!-------Mixer controls for card 0 [Intel]
Card hw:0 'Intel'/'HDA Intel at 0xfa100000 irq 22'
Mixer name : 'Realtek ALC889A'
Simple mixer control 'Front Mic',0
Front Left: Playback 31 [100%] [12.00dB] [off]
Front Right: Playback 31 [100%] [12.00dB] [off]
Simple mixer control 'Front Mic Boost',0
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Mic',0
Front Left: Playback 30 [97%] [10.50dB] [on]
Front Right: Playback 30 [97%] [10.50dB] [on]
Simple mixer control 'Mic Boost',0
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Capture',0
Front Left: Capture 24 [52%] [8.00dB] [on]
Front Right: Capture 24 [52%] [8.00dB] [on]
Simple mixer control 'Capture',1
Front Left: Capture 0 [0%] [-16.00dB] [off]
Front Right: Capture 0 [0%] [-16.00dB] [off]
Simple mixer control 'Capture',2
Front Left: Capture 0 [0%] [-16.00dB] [off]
Front Right: Capture 0 [0%] [-16.00dB] [off]
Simple mixer control 'Input Source',0
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Mic'
Simple mixer control 'Input Source',1
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Mic'
Simple mixer control 'Input Source',2
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Mic'
I'm puzzled since you do not have the front mic selected (you have mic selected) and you have the front mic muted, but you have its (front mic) boost at 100% and front mic playback at 100%. Why ?
I did a search on the alsa web site for the ALC889A and I note there have been some updates to alsa (currently at 1.0.21) since the 1.0.17/1.0.18 version that you have installed: Search results - AlsaProject However I do not know if those are important.
There is also the possibility that if your mixer is configured correctly, that the auto probe by alsa sound driver / kernel module did not properly configure your mic/sound upon boot, and that you may wish to try forcing a specific setting ... I noted in the 1.0.18 alsa there was no entry for the ALC889A but there is in the 1.0.21 alsa HD-Audio-Models.txt file. Hence I am thinking that if you are not successful with the mixer, then you may wish to update your alsa to the latest version of alsa.
In which case send six zypper commands as described in this URL. Note there are Six commands to send: Alsa-update - openSUSE
... please read the instructions carefully. For the second command where you update alsa, alsa-docs, and libasound2, you may also wish to update alsa-firmware, alsa-oss, alsa-utils, alsa-tools, alsa-plugins. Don't forget to reboot after updating alsa, if you decide to update alsa.
Good luck.
Bookmarks