On 06/07/2011 08:01 PM, Ralf Mardorf wrote:
{SNIP}
I did not follow all of the thread... But is alsa-tools-1.0.23 not good
enough? `sudo apt-get install alsa-tools` ?!
> configure: error: Sufficiently new version of libasound not found.
Here's a pragmatic way to make a .deb of libasound2 - alsa-lib-1.0.24.1
cd /tmp/
apt-get source libasound2
sudo apt-get build-dep libasound2
mv -vi alsa-lib-1.0.23/ alsa-lib-1.0.24.1
curl ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.24.1.tar.bz2 \
| tar xvj
cd alsa-lib-1.0.24.1
# edit debian/changelog -> alsa-lib (1.0.24.1-1) unstable; urgency=low
# edit debian/rules -> remove line 15-18 (biarch builds)
libtoolize --force --copy --automake
aclocal
autoreconf
debuild -b -us -uc
sudo dpkg -i ../*asound2*.deb
> Not only needed to build those mixers ;).
/usr/include/alsa/ --- libasound2-dev
/usr/src/linux/include/sound/ --- kernel headers
> I'll try a soft link after cooking. Is this correct, or am I mistaken?
bon appetit,
robin
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.