I also note this from the diagnostic script that you ran for me:
Code:
ARECORD
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 1: U0x46d0x819 [USB Device 0x46d:0x819], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
and that tells us that hw:0,0 is your motherboard mic and tells us that hw:1,0 is your webcam mic.
So lets run the arecord command and specify EXACTLY what mic (the webcam mic in this case) that you want to record from:
Code:
arecord -D hw:1,0 -vv -f cd test.wav
and you can stop that by pressing <CTRL><C> and play back test.wav with a media player.
I also recommend you install the pulse audio volume control 'pavucontrol' and run 'pavucontrol' the first time you run any multimedia application so as to tune pulse audio for that multimedia application. It is IMPORTANT that in pavucontrol under the Input Devices TAB that you have SHOW for 'all input devices' and under the RECORDING tab you have selected under SHOW 'all streams'.
I also note your hardware has a 92HD81B1C5 hardware audio codec. I am not familiar with that hardware. I note the HD-Audio-Models.txt file there are options for a 92HD71*, 92HD72, 92HD73*, ad 92HD83*, but no entry for a 92HD81* . Lets hope that does not matter.
Bookmarks