There's a bug in the setup/config of asoundconf in Dapper
and Edgy for
finding the default sound device.
https://launchpad.net/distros/ubuntu/+source/
ubuntu-meta/+bug/56996
It's about the first two lines of .asound.asoundconf. So i
disable the
line with a dash.
#!defaults.pcm.card
#defaults.ctl.card
defaults.pcm.device 0
defaults.pcm.subdevice -1
Now enable again the include line of .asoundrc
</home//.asoundrc.asoundconf>
You do not neat to make more settings in .asoundrc. Now
restart Alsa and
test the availability of the default device in Ubuntu with
aplay.
sudo /etc/init.d/alsa-utils restart
aplay -D default /usr/share/sounds/login.wav
Playing WAVE '/usr/share/sounds/login.wav' : Signed 16 bit
Little
Endian, Rate 22050 Hz, Stereo
Thanks,
Frans van Berckel
|