Hi,
My sound card is "Creative Sound Blaster Audigy 2 Value", model: SB0400. My kernel is 2.6.12.2. Did a kernel compile with Alsa settings.
After this downloaded the source for alsa drivers, libs and utils from alsa website.
Here is a problem in installing:
Alsa problems in compile again!!
Did a "./configure;make;make install" of both the driver and lib for alsa. When doing the same
for utils, the make step gives the following error:
Code:
make
Making all in include
make[1]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make all-am
make[2]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make[2]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/include'
Making all in alsactl
make[1]: Entering directory `/usr/src/alsa/alsa-utils-1.0.9rc4/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" \
-c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
alsactl.c:31:21: alsactl.h: No such file or directory
make[1]: *** [alsactl.o] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1.0.9rc4/alsactl'
make: *** [all-recursive] Error 1