[Pkg-alsa-devel] Bug#705088: Workaround script
lct
lct at mail.ru
Wed Apr 10 02:51:23 UTC 2013
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
----
More information about the Pkg-alsa-devel
mailing list