I can’t get the microphone in my Logitech C310 Webcam to work at all. I’m running OS 11.3 x32-bit & KDE 4.4.4. The webcam works fine in Windows XP with Skype and Pidgin, so I know the hardware is good. I ran some searches, but I’m still not all that sure what it is that needs to be fixed. Following the troubleshooting steps yields the following:
I’ve tried testing with commands like,
arecord -vv -f cd test.wav
and get only random noise. The Microphone responds to room noise in the Pulseaudio volume control app, but is otherwise dead in Linux. I’ve checked the mic settings in Kmix, and pavucontrol, and nothing is muted or turned all the way down.
One thing that’s a little different from the threads I’ve checked is that I can’t run a test recording in arecord when pavucontrol is running - arecord will stop with an error like this:
bruces@linux-zho5:~> **arecord -vv -f cd test.wav**
ALSA lib pcm_dsnoop.c:593:(snd_pcm_dsnoop_open) unable to open slave
arecord: main:654: audio open error: Device or resource busy
I am not sure if this is normal behavior or not, so I thought I’d mention it.
Info from the:
/usr/sbin/alsa-info.sh
script is located here: http://www.alsa-project.org/db/?f=c920a0a53ce30d43c099425441cfd56ab704e4cf
rpm -qa 'alsa’
alsa-utils-1.0.23-1.8.i586
alsa-plugins-pulse-1.0.23-1.9.i586
alsa-plugins-1.0.23-1.9.i586
alsa-1.0.23-2.12.i586
alsa-oss-1.0.17-29.2.i586
rpm -qa 'pulse’
alsa-plugins-pulse-1.0.23-1.9.i586
libxine1-pulse-1.1.19-7.pm.50.11.i586
pulseaudio-0.9.21-10.3.1.i586
libpulse0-0.9.21-10.3.1.i586
libpulse-browse0-0.9.21-10.3.1.i586
libpulse-mainloop-glib0-0.9.21-10.3.1.i586
pulseaudio-utils-0.9.21-10.3.1.i586
rpm -q libasound2
libasound2-1.0.23-2.12.i586
uname -a
Linux linux-zho5 2.6.34.10-0.2-desktop #1 SMP PREEMPT 2011-07-20 18:48:56 +0200 i686 i686 i386 GNU/Linux
cat /etc/modprobe.d/50-sound.conf
options snd slots=snd-hda-intel
u1Nb.nBTGKwQH0y0:82801G (ICH7 Family) High Definition Audio Controller
alias snd-card-0 snd-hda-intel
Thanks for any help.