Hi debianers, I have a big problem in installing and configuring ALSA modules. At boot time I got the folowing message
Starting ALSA sound driver (version none):modprobe: Can't locate module snd failed. I got the same msg when I try a /etcinit.d/alsa start So I tried to compile alsa source with make-kpkg [options] modules_image, wgere the options where the same as for bulding the custom kernel image. Compilation of alsa module fails, after giving a bunch of errors messages (see below). What do I do wrong? 10Q for your help -- Leo TheHobbit IRCnet #roma2 ICQ 56656060 -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GED/CS d? s-:+>-: a C+++ U+++ L++(+++)>++++ P+++>+++++ E+(++) W++ N+ K? o? !w O? M V--- PS+++ PE-- Y+ GPG+ t++ 5? X- R+ tv+ b++++ D? DI? G e(++++)* h(+) r--(---) y(+)-->+++* ------END GEEK CODE BLOCK------ ============================================================================= output of make-kpkg --append-to-version .20011210d --added-modules alsa-driver-0.5-0.5.10b-9 --config xconfig modules_image Warning: The file include/linux/version.h exists If you did not run make-kpkg clean after configuring the kernel with make (menu|x)?config, the chances are that it does not contain the appended version: ".20011210d" If that is the case (or if you are not sure), I strongly recommend that you abort now. By default, though, I assume you know what you are doing, and I apologize for being so annoying. Should I abort[Ny]? test -f stamp-debian || make -f /usr/share/kernel-package/rules debian test -f .config || make -f /usr/share/kernel-package/rules .config test ! -f stamp-configure \ && make EXTRAVERSION=.20011210d \ ARCH=i386 xconfig \ && make EXTRAVERSION=.20011210d \ \ ARCH=i386 dep \ && make EXTRAVERSION=.20011210d \ ARCH=i386 clean && \ touch stamp-configure make: [stamp-configure] Error 1 (ignored) for module in /usr/src/modules/alsa-driver-0.5-0.5.10b-9 ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.2.20.20011210d" KSRC="/usr/src/linux" \ KMAINT="Unknown Kernel Package Maintainer" KEMAIL="[EMAIL PROTECTED]" \ KDREV="1.00.Custom" kdist_image; then \ echo "Module $module processed fine"; \ else \ echo "Module $module failed."; \ echo "Hit return to Continue"; \ read ans; \ fi; \ ); \ fi; \ done make[1]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make -w -f debian/rules MODDIR=/usr/src/linux/.. binary-modules make[2]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' for f in debian/debconf/Makefile.in debian/debconf/alsa-source_VERSION_.conf.in debian/debconf/alsa-source_VERSION_.config.in debian/debconf/config_VERSION_.templ.in debian/debconf/templates_VERSION_.templ.in debian/alsa-headers_VERSION_.files.in debian/alsa-modules_VERSION_-_KVERSION_.config.in debian/alsa-modules_VERSION_-_KVERSION_.dirs.in debian/alsa-modules_VERSION_-_KVERSION_.postinst.in debian/alsa-modules_VERSION_-_KVERSION_.postrm.in debian/alsa-modules_VERSION_-_KVERSION_.prerm.in debian/alsa-modules_VERSION_-_KVERSION_.templates.de.in debian/alsa-modules_VERSION_-_KVERSION_.templates.es.in debian/alsa-modules_VERSION_-_KVERSION_.templates.in debian/alsa-modules_VERSION_-_KVERSION_.templates.sv.in debian/alsa-source_VERSION_.README.debian.in debian/alsa-source_VERSION_.conffiles.in debian/alsa-source_VERSION_.config.in debian/alsa-source_VERSION_.postinst.in debian/modules.d/control-0.5.module-image.in debian/modules.d/control-0.5.module.in debian/modules.d/control.module-image.in debian/modules.d/control.module.in; \ do \ fi=`echo $f | sed -e 's/_VERSION_/-0.5/g' \ -e 's/_KVERSION_/2.2.20.20011210d/g'`; \ file=`dirname $fi`/`basename $fi .in`; \ echo -n "Generating $file..."; \ sed -e 's/_VERSION_/-0.5/g' \ -e 's/_MAJORVERSION_/0.5/g' \ -e 's/_PRIORITY_//g' \ -e 's/_KERNELVERSION_/2.2.20.20011210d/g' \ $f > $file; \ echo $file >> stamp-debian; \ echo "done"; \ done Generating debian/debconf/Makefile...done Generating debian/debconf/alsa-source-0.5.conf...done Generating debian/debconf/alsa-source-0.5.config...done Generating debian/debconf/config-0.5.templ...done Generating debian/debconf/templates-0.5.templ...done Generating debian/alsa-headers-0.5.files...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.config...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.dirs...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.postinst...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.postrm...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.prerm...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.templates.de...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.templates.es...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.templates...done Generating debian/alsa-modules-0.5-2.2.20.20011210d.templates.sv...done Generating debian/alsa-source-0.5.README.debian...done Generating debian/alsa-source-0.5.conffiles...done Generating debian/alsa-source-0.5.config...done Generating debian/alsa-source-0.5.postinst...done Generating debian/modules.d/control-0.5.module-image...done Generating debian/modules.d/control-0.5.module...done Generating debian/modules.d/control.module-image...done Generating debian/modules.d/control.module...done install debian/modules.d/control-0.5.source debian/control cat debian/modules.d/control-0.5.normal >> debian/control cat debian/modules.d/control-0.5.source > debian/control cat debian/modules.d/control-0.5.module-image >> debian/control sh debian/modules-tools.d/check-debian-rules-pkg ./configure --with-processor=i586 --prefix=/usr --with-kernel=/usr/src/linux --with-moddir=/lib/modules/2.2.20.20011210d/alsa --with-sequencer=yes --with-isapnp=yes --with-cards='dummy, fm801' creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes 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 ANSI C header files... yes checking for linux/fs.h... yes checking for working 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 directory with kernel source... /usr/src/linux checking for kernel version... 2.2.20.20011210d checking for kernel module symbol versions... yes checking for PCI support in kernel... yes checking for SGI/MIPS (HAL2) architecture... no checking for directory to store kernel modules... /lib/modules/2.2.20.20011210d/alsa checking for debug level... none checking for processor type... i586tsc checking for SMP... no checking for ISA PnP driver in kernel... no checking for ISA PnP support... yes checking for driver version... 0.5.10b checking for sequencer support... yes checking for OSS/Free emulation... yes checking for which soundcards to compile driver for... dummy fm801 updating cache ./config.cache creating ./config.status creating Makefile.conf creating snddevices creating utils/alsa-driver.spec creating cards.config creating include/config.h creating include/config1.h creating include/version.h include/version.h is unchanged echo 0.5.10b > config make make[3]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make dep make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' ln -sf ../support/isapnp.h include/isapnp.h make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' rm -f ../include/modules/isapnp.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ isapnp.c | /sbin/genksyms -k 2.2.20 > ../include/modules/isapnp.ver updating ../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. *.c > .depend make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' rm -f ../include/modules/sound.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ sound.c | /sbin/genksyms -k 2.2.20 > ../include/modules/sound.ver rm -f ../include/modules/mixer.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ mixer.c | /sbin/genksyms -k 2.2.20 > ../include/modules/mixer.ver rm -f ../include/modules/pcm.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ pcm.c | /sbin/genksyms -k 2.2.20 > ../include/modules/pcm.ver rm -f ../include/modules/pcm_lib.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ pcm_lib.c | /sbin/genksyms -k 2.2.20 > ../include/modules/pcm_lib.ver rm -f ../include/modules/rawmidi.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ rawmidi.c | /sbin/genksyms -k 2.2.20 > ../include/modules/rawmidi.ver rm -f ../include/modules/timer.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ timer.c | /sbin/genksyms -k 2.2.20 > ../include/modules/timer.ver rm -f ../include/modules/hwdep.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ hwdep.c | /sbin/genksyms -k 2.2.20 > ../include/modules/hwdep.ver rm -f ../include/modules/mixer_oss.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ mixer_oss.c | /sbin/genksyms -k 2.2.20 > ../include/modules/mixer_oss.ver updating ../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. *.c > .depend make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' rm -f ../../include/modules/seq.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ seq.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/seq.ver rm -f ../../include/modules/seq_device.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ seq_device.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/seq_device.ver rm -f ../../include/modules/seq_midi_event.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ seq_midi_event.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/seq_midi_event.ver rm -f ../../include/modules/seq_midi.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ seq_midi.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/seq_midi.ver updating ../../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[7]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. *.c > .depend make[7]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' make[7]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' rm -f ../../../include/modules/seq_oss.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../../.. -E -D__GENKSYMS__ seq_oss.c | /sbin/genksyms -k 2.2.20 > ../../../include/modules/seq_oss.ver updating ../../../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. *.c > .depend make[7]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' rm -f ../../include/modules/plugin.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ plugin.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/plugin.ver updating ../../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' rm -f ../../include/modules/mpu401_uart.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ mpu401_uart.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/mpu401_uart.ver rm -f ../../include/modules/opl3.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ opl3.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/opl3.ver rm -f ../../include/modules/ac97_codec.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ ac97_codec.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/ac97_codec.ver updating ../../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' rm -f ../../include/modules/fm801.ver gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I../.. -E -D__GENKSYMS__ fm801.c | /sbin/genksyms -k 2.2.20 > ../../include/modules/fm801.ver updating ../../include/sndversions.h gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. *.c > .depend make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' gcc -E -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. *.c > .depend make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c isapnp.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o isapnp_proc.o isapnp_proc.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o isapnp_quirks.o isapnp_quirks.c ld -r -o ../modules/isapnp.o isapnp.o isapnp_proc.o isapnp_quirks.o make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c sound.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o init.o init.c init.c:30: warning: `snd_card_lock' defined but not used gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o isadma.o isadma.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o memory.o memory.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o vma.o vma.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o info.o info.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o switch.o switch.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o control.o control.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o device.o device.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o misc.o misc.c misc.c:281: warning: `pm_devs_lock' defined but not used gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o sound_oss.o sound_oss.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o info_oss.o info_oss.c ld -r -o ../modules/snd.o sound.o init.o isadma.o memory.o vma.o info.o switch.o control.o device.o misc.o sound_oss.o info_oss.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c mixer.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o mixer_lib.o mixer_lib.c ld -r -o ../modules/snd-mixer.o mixer.o mixer_lib.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c pcm.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_native.o pcm_native.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c pcm_lib.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_misc.o pcm_misc.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_timer.o pcm_timer.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_proc.o pcm_proc.c ld -r -o ../modules/snd-pcm.o pcm.o pcm_native.o pcm_lib.o pcm_misc.o pcm_timer.o pcm_proc.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_oss.o pcm_oss.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o pcm_oss_plugin.o pcm_oss_plugin.c ld -r -o ../modules/snd-pcm-oss.o pcm_oss.o pcm_oss_plugin.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c rawmidi.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-rawmidi.o rawmidi.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c timer.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-timer.o timer.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c hwdep.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-hwdep.o hwdep.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c mixer_oss.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-mixer-oss.o mixer_oss.o make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c seq.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_lock.o seq_lock.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_clientmgr.o seq_clientmgr.c seq_clientmgr.c:51: warning: `clients_lock' defined but not used gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_memory.o seq_memory.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_queue.o seq_queue.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_fifo.o seq_fifo.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_prioq.o seq_prioq.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_timer.o seq_timer.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_system.o seq_system.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_ports.o seq_ports.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_info.o seq_info.c ld -r -o ../../modules/snd-seq.o seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o seq_fifo.o seq_prioq.o seq_timer.o seq_system.o seq_ports.o seq_info.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c seq_device.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-seq-device.o seq_device.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o seq_dummy.o seq_dummy.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-seq-dummy.o seq_dummy.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c seq_midi_event.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-seq-midi-event.o seq_midi_event.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c seq_midi.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-seq-midi.o seq_midi.o make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -DEXPORT_SYMTAB -c seq_oss.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_init.o seq_oss_init.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_timer.o seq_oss_timer.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_ioctl.o seq_oss_ioctl.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_event.o seq_oss_event.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_rw.o seq_oss_rw.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_synth.o seq_oss_synth.c seq_oss_synth.c:77: warning: `register_lock' defined but not used gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_midi.o seq_oss_midi.c seq_oss_midi.c:58: warning: `register_lock' defined but not used gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_readq.o seq_oss_readq.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../../.. -c -o seq_oss_writeq.o seq_oss_writeq.c ld -r -o ../../../modules/snd-seq-oss.o seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o seq_oss_event.o seq_oss_rw.o seq_oss_synth.o seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c plugin.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o linear.o linear.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o interleave.o interleave.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o mulaw.o mulaw.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o voices.o voices.c gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o rate.o rate.c ld -r -o ../../modules/snd-pcm-plugin.o plugin.o linear.o interleave.o mulaw.o voices.o rate.o make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c mpu401_uart.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-mpu401-uart.o mpu401_uart.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c opl3.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -c -o opl3_synth.o opl3_synth.c ld -r -o ../../modules/snd-opl3.o opl3.o opl3_synth.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c ac97_codec.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-ac97-codec.o ac97_codec.o make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c fm801.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../../modules/snd-fm801.o fm801.o make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o card-dummy.o card-dummy.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-card-dummy.o card-dummy.o gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o card-fm801.o card-fm801.c {standard input}: Assembler messages: {standard input}:9: Warning: ignoring changed section attributes for .modinfo ld -r -o ../modules/snd-card-fm801.o card-fm801.o make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' ALSA modules were sucessfully compiled. make[3]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' touch compile touch build test -f debian/rules test `id -u` = "0" rm -rf debian/alsa-source-0.5 debian/tmp debian/substvars install -d debian/alsa-source-0.5 install -d -o root -g root -m 755 debian/tmp/usr/include/linux mkdir -p debian/tmp/lib/modules/2.2.20.20011210d/alsa cp modules/*.o debian/tmp/lib/modules/2.2.20.20011210d/alsa install -d -o root -g root -m 755 debian/tmp/usr/share/doc/ ln -sf alsa-base debian/tmp/usr/share/doc/alsa-modules-0.5-2.2.20.20011210d rm -rf debian/tmp/usr/include dh_testdir dh_testroot sh debian/modules-tools.d/setvers.sh dh_installdirs dh_installdebconf dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol -- -v`cat debian/MODVERS` dh_md5sums dh_builddeb --destdir=/usr/src/linux/.. dpkg-deb: costruisco il pacchetto `alsa-modules-0.5-2.2.20.20011210d' in `/usr/src/linux/../alsa-modules-0.5-2.2.20.20011210d_0.5.10b-9+p0+1.00.Custom_i386.deb'. make[2]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make -w -f debian/rules MODDIR=/usr/src/linux/.. clean make[2]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' test -f debian/rules test `id -u` = "0" rm -f debian/substvars debian/*.debhelper debian/*.substvars rm -rf debian/tmp rm -rf debian/tmp rm -rf debian/alsa-source-0.5 rm -rf debian/alsa-headers-0.5 rm -f debian/files rm -f debian/snddevices find . -type f -a \( -name \#\*\# -o -name \*\~ -o -name DEADJOE \ -o -name \*.orig -o -name \*.rej -o -name \*.bak -o -name \ .\*.orig -o -name .\*.rej -o -name .SUMS -o -name TAGS \ -o -name core -o \( -path \*/.deps/\* -a -name \*.P \) \) \ -exec rm -f {} \; rm -f config build debian/VERSION debian/KVERS compile rm -f include/isapnp.h make mrproper make[3]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' rm -f `find . -name ".depend"` make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' rm -f .depend *.o *.orig *.old *~ rm -f core ../include/sndversions.h make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/support' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' rm -f .depend *.o *.orig snd.map snd.map? *.old *~ rm -f core ../../../include/sndversions.h make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/instr' make[6]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' rm -f .depend *.o *.orig snd.map snd.map? *.old *~ rm -f core ../../../include/sndversions.h make[6]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq/oss' rm -f .depend *.o *.orig snd.map snd.map? *.old *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/seq' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' rm -f .depend *.o *.orig snd.map snd.map? *.old *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel/plugin' rm -f .depend *.o *.orig snd.map snd.map? *.old *~ rm -f core ../include/sndversions.h make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/kernel' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' rm -f .depend *.o *.orig *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/generic' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' rm -f .depend *.o *.orig ultra.map ultra.map? *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/isa' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' rm -f .depend *.o *.orig ultra.map ultra.map? *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/i2c' make[5]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' rm -f .depend *.o *.orig snd.map snd.map? *~ rm -f core ../../include/sndversions.h make[5]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel/pci' rm -f core .depend *.o *.orig snd.map snd.map? *~ make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/lowlevel' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' rm -f core .depend *.o *.orig snd.map snd.map? *~ make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/cards' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/include' rm -f core .depend *.o *.orig *~ modules/*.ver make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/include' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/test' rm -f *.o csp_load pcm mmap_test osspcm osspcm1 *~ make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/test' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/utils' rm -f core .depend *.o *.orig *~ make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/utils' rm -f core .depend *.o snd.map* *~ rm -f `find . -name "out.txt"` rm -f `find . -name "*.orig"` rm -f ./include/modules/*.ver rm -f modules/*.o rm -f doc/*~ rm -f config.cache config.log config.status Makefile.conf rm -f utils/alsa-driver.spec make[3]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' cd debian/debconf && make clean make[3]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/debconf' rm -f alsa-source-0.5.config alsa-source-0.5.templates cards make[3]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/debconf' rm -f debian/alsa-source-0.5.postinst rm -f debian/alsa-source-0.5.config rm -f debian/alsa-source-0.5.templates rm -f debian/templates rm -f `cat stamp-debian` rm -f stamp-debian dh_clean -k make -f debian/sys-build.mk source.clean make[3]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/scripts' make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/scripts' make[4]: Entering directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/scripts' make[4]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9/debian/scripts' make[3]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' rm -f debian/conffiles make[2]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' make[1]: Leaving directory `/usr/src/modules/alsa-driver-0.5-0.5.10b-9' Module /usr/src/modules/alsa-driver-0.5-0.5.10b-9 processed fine