Bonjour,
j’ai un léger souci lorsque je veux reconfigurer alsa. En effet, j’ai mon noyau préconfiguré par mes soins et le son fonctionnait parfaitement avec l’ancienne install.
Il me faut le module snd-hda-intel :
$ grep HDA_INTEL .config
CONFIG_SND_HDA_INTEL=y
Mais lorsque je fais “alsaconf”, il me dit qu’il ne trouve aucune carte PCI :
[quote]No supported PnP or ISA card found.
Would you to probe legacy ISA sound cards/chips?[/quote]
Je me suis alors dis que je ferais bien de recompiler les sources pour compiler le module qui me va bien, et donc :
apt-get install alsa-source
m-a prepare
dpkg-reconfigure alsa-source
Mais lorsque je fais :
m-a a-i -i -t -f alsa-source
j’ai l’erreur suivante :
[quote]for i in control postinst postrm ; do
if [ -f debian/$i.orig ]; then
mv -f debian/$i.orig debian/$i ;
fi ;
done
rm -f control-munge
make mrproper
make[1]: entrant dans le répertoire « /usr/src/modules/alsa-driver »
rm -f .depend .o snd.map
rm -f /.ver
rm -f modules/.o modules/*.ko
make[2]: entrant dans le répertoire « /usr/src/modules/alsa-driver/acore »
make[2]: quittant le répertoire « /usr/src/modules/alsa-driver/acore »
make[1]: quittant le répertoire « /usr/src/modules/alsa-driver »
rm -f configure-stamp
rm -f build-stamp
/usr/bin/make -f debian/rules binary-modules
make[1]: entrant dans le répertoire « /usr/src/modules/alsa-driver »
CC=“gcc” ./configure --prefix=/usr --with-kernel=/usr/src/linux-headers-2.6.23.9 --with-build=/usr/src/linux-headers-2.6.23.9 --with-moddir=/lib/modules/2.6.23.9/updates/alsa --with-sequencer=yes --with-isapnp=yes --with-cards="hda-intel"
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for ranlib… ranlib
checking for a BSD-compatible install… /usr/bin/install -c
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking whether time.h and sys/time.h may both be included… yes
checking whether gcc needs -traditional… no
checking for current directory… /usr/src/modules/alsa-driver
checking cross compile…
checking for directory with kernel source… /usr/src/linux-headers-2.6.23.9
checking for directory with kernel build… /usr/src/linux-headers-2.6.23.9
checking for kernel linux/version.h… yes
checking for kernel linux/autoconf.h… yes
checking for kernel version… 2.6.23.9
checking for built-in ALSA… yes
configure: error: You have built-in ALSA in your kernel.
make[1]: *** [configure-stamp] Erreur 1
make[1]: quittant le répertoire « /usr/src/modules/alsa-driver »
make: *** [kdist_image] Erreur 2[/quote]
Merci pour toute aide 