Re: [Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-10 Thread Clemens Ladisch
John Bond wrote: > aplay: set_params:984: Channels count non available In your .asoundrc or /etc/asound.conf, you have redefined the "default" device to something without automatic sample format conversion. Make sure you have the "plug" plugin at the top level. HTH Clemens -

Re: [Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-09 Thread Sergei Steshenko
On Wed, 9 Sep 2009 20:43:13 +0100 John Bond wrote: > When i do that i get a different error, ill do some more searching > > > Some non-ALSA program or some program that circumvents the default dmix > > configuration is already using the device. Use lsof or fuser to see > > who has opened /dev/d

Re: [Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-09 Thread John Bond
When i do that i get a different error, ill do some more searching > Some non-ALSA program or some program that circumvents the default dmix > configuration is already using the device. Use lsof or fuser to see > who has opened /dev/dsp or /dev/snd/pcmC0D0p. Playing WAVE '/usr/share/sounds/alsa/

Re: [Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-08 Thread Clemens Ladisch
John Bond wrote: > aplay: main:608: audio open error: Device or resource busy Some non-ALSA program or some program that circumvents the default dmix configuration is already using the device. Use lsof or fuser to see who has opened /dev/dsp or /dev/snd/pcmC0D0p. HTH Clemens --