[Pkg-alsa-devel] alsa-source 1.0.7 refuses to configure with emu10k1x
Hugo Camboulive
nemesis_rebirth@hotmail.com
Sun, 05 Dec 2004 16:07:43 +0100
Package : alsa-source
Version : 1.0.7-1
Severity: Minor
Hi. I just tried to get the 1.0.7 alsa modules for my 2.6 kernel. I
apt-get alsa-source , unzipped the tarball in /usr/src
i did a dpkg-reconfigure alsa-source and selected only my sound card
(sblive, emu10k1), because i don't like wasting time to build modules
for cards i don't own ;-)
then i went to my kernel source directory, and did
make-kpkg modules_image
but alsa modules fails at the configure stage
checking for which soundcards to compile driver for... configure: error:
Unknown soundcard (PCI:
i looked at the begining and here it is :
./configure --prefix=/usr --with-kernel=/usr/src/linux
--with-build=/usr/src/linux
--with-moddir=/lib/modules/2.6.8-1-386/updates/alsa --with-sequencer=yes
--with-isapnp=yes --with-cards="emu10k1, emu10k1x (PCI: EMU10K1 (SB
Live! or E-mu APS, intel8x0, via82xx"
i guess the correct --with-cards argument should have been "emu10k1,
emu10k1x, intel8x0, via82xx"
If i dpkg-reconfigure alsa-source and select "all" , configures
successes of course.
I tried it on a friend's computer and it's the same problem
I hope you'll correct this soon, thank you