On 06/07/2011 08:01 PM, Ralf Mardorf wrote:
{SNIP}
There's still another issue left.
I need two sound card mixers, envy24control, even if my two TerraTec EWX
96/24 cards now should be MIDI interfaces only and much more important
rather hdspmixer than alsamixer, for the RME HSDSPe AIO.
$ wget
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.0.24.1.tar.bz2
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 ;).
There should be /usr/include/alsa and there is
/usr/src/linux-headers-2.6.39.1/include/sound.
/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