Gnome: Your audio capture settings are invalid.
Posted: Tue Dec 05, 2006 1:59 pm
[PROBLEM]
After trying out some USB headsets and removing them again, my flawlessly working sound in Ubuntu 6.06 puked all over itself:
Starting "Sound Recorder":
The problem was that the ~/.asoundrc.asoundconf entry for the "default" soundcard was broken:
#------------ BROKEN ----------------
!defaults.pcm.card default
defaults.ctl.card default
defaults.pcm.device 0
defaults.pcm.subdevice -1
#------------ WORKING --------------
!defaults.pcm.card I82801CAICH3
defaults.ctl.card I82801CAICH3
defaults.pcm.device 0
defaults.pcm.subdevice -1
Here's how I fixed it:
(lines starting with $ are shell commands)
After trying out some USB headsets and removing them again, my flawlessly working sound in Ubuntu 6.06 puked all over itself:
Starting "Sound Recorder":
Running "alsamixer":Your audio capture settings are invalid. Please correct them in the Multimedia settings.
[SOLUTION]alsamixer: function snd_ctl_open failed for default: No such device
The problem was that the ~/.asoundrc.asoundconf entry for the "default" soundcard was broken:
#------------ BROKEN ----------------
!defaults.pcm.card default
defaults.ctl.card default
defaults.pcm.device 0
defaults.pcm.subdevice -1
#------------ WORKING --------------
!defaults.pcm.card I82801CAICH3
defaults.ctl.card I82801CAICH3
defaults.pcm.device 0
defaults.pcm.subdevice -1
Here's how I fixed it:
(lines starting with $ are shell commands)
Code: Select all
$ asoundconf list
Names of available sound cards:
I82801CAICH3
$ asoundconf set-default-card I82801CAICH3