Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-13 Thread Eliot Blennerhassett
Matt Garman wrote: pcm.!default { type plughw card 0 } ctl.!default { type plughw card 0 } without a default alsa.conf, plughw doesn't exist. It is composed of the plug on top of hw. On my system it is defined in /usr/share/alsa/alsa.conf you might try pcm.!default

[Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Matt Garman
Hello, I have an MAudio Audiophile 2496 PCI soundcard. My goal is have ALSA do as little as possible, and just pass the audio to the hardware. $ aplay -l List of PLAYBACK Hardware Devices card 0: M2496 [M Audio Audiophile 24/96], device 0: ICE1712 multi [ICE1712 multi] Subdevices:

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Lee Revell
On Fri, Apr 10, 2009 at 2:13 PM, Matt Garman matthew.gar...@gmail.com wrote: $ aplay 03_harvest.wav ALSA lib pcm.c:2156:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_plughw.so aplay: main:583: audio open error: No such file or directory Building

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Matt Garman
On Fri, Apr 10, 2009 at 08:44:37PM -0400, Lee Revell wrote: On Fri, Apr 10, 2009 at 2:13 PM, Matt Garman matthew.gar...@gmail.com wrote: $ aplay 03_harvest.wav ALSA lib pcm.c:2156:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_plughw.so aplay:

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Lee Revell
OK. I run the exact same distro here. Normally plughw would be built into ALSA. Not sure why it looks for that module. Try removing /etc/asound.conf and creating this .asoundrc in your home directory: pcm.!default { type plughw card 0 } ctl.!default { type hw card 0 } Also post

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Matt Garman
On Fri, Apr 10, 2009 at 09:16:08PM -0400, Lee Revell wrote: OK. I run the exact same distro here. Normally plughw would be built into ALSA. Not sure why it looks for that module. Try removing /etc/asound.conf and creating this .asoundrc in your home directory: pcm.!default { type

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Lee Revell
On Fri, Apr 10, 2009 at 9:28 PM, Matt Garman matthew.gar...@gmail.com wrote: Perhaps that config file format isn't correct, e.g. I just can't use plughw as drop-in replacement for hw. You should be able to. So if I tell aplay directly to use plughw, it works.  Thus, my suspicion is that I

Re: [Alsa-user] what provides libasound_module_pcm_plughw.so

2009-04-10 Thread Matt Garman
On Fri, Apr 10, 2009 at 09:32:13PM -0400, Lee Revell wrote: Hmm, this all should really have worked OOTB. Any way you can revert to the stock Ubuntu 8.10 alsa, disable pulseaudio, and retest? I'm actually in that state now. My initial post was a bit misleading: I downloaded and built the