Ok, I tried manuall extraction and installation.
Simple library copy worked.

This is tested bash script to workaround of this bug (its not solution, 
obviously)
Save and run as root:

----
#!/bin/bash
cd /tmp
mkdir tempalsa && cd tempalsa
mkdir /usr/lib/i386-linux-gnu/alsa-lib

wget 
http://ftp.us.debian.org/debian/pool/main/a/alsa-plugins/libasound2-plugins_1.0.25-2_i386.deb
dpkg -x libasound2-plugins_1.0.25-2_i386.deb . && cd 
usr/lib/i386-linux-gnu/alsa-lib/ && mv libasound_module_*pulse* 
/usr/lib/i386-linux-gnu/alsa-lib/
ldconfig
----

Reply via email to