Results 1 to 10 of 15
Just installed Gentoo, but the sound doesn't work. when I start KDE, i get this error
Code:
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't ...
- 04-21-2005 #1Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
No sound device?
Just installed Gentoo, but the sound doesn't work. when I start KDE, i get this error
DO i need to add a sound device or what?Code:Sound server informational message: Error while initializing the sound driver: device /dev/dsp can't be opened (No such device) The sound server willo continue, using the null output device.
- 04-21-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Gentoo Alsa Guide
You are really not giving enough information to go by, what steps have you followed in the alsa guide and which ones haven't you followed, did you remember to look up your driver in the alsa matrix and add it to your make.conf, did you emerge and run alsaconf, is your kernel modulized with alsa support?Operating System: GNU Emacs
- 04-21-2005 #3Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
sorry,
no I haven't emerged alsa yet, I didn't know about it, and as soon as my system finishes its current emerging (firefox) i will try the alsa guide.
as for teh kernel modules, I used a genkernel as i screwed up my first attempt at compiling my own, so should it already have the modules?
- 04-21-2005 #4Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
What the...
Sorry, but I think alsa have not to do with that boy, it is not a module itself!
Try recompiling your kernel wih the correct sound suport! I you made it a modular kernel, try to modprobe it!
- 04-21-2005 #5Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
slow down, this is my first "do it yourself" distro, you'll have to bear with me. Can I still recompile my kernel if I just used the generic one? And what is modprobe
- 04-21-2005 #6Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
It is not my fault, look at your signature:P
Okay, msorry, let make it easy:
Yes, you can recompile it, of course
modprobe is a linux command that load a module into your kernel
So, you will to look up in you pci bus (dont do it by yourself, use lspci as root) wich multimedia controller you have, then, in the same line, you will got a alphanuneric code, like 8086aCA or via8233, then, into the /lib/modules/2.6.11(or whatever kernel you have)/kernel/sound/pci
(it changes from kernel to kernel(depends on version)) and see wich drive has a name that looks like the code you got, than, modprobe it:
#modprobe namemodule
if everything runs okay, you will have it enabled, but sometimes you cant use mixer, and have to probe it to, it is in the same line, you see? May be something like AC97, then, look for it and modprobe it, and rember not to use the extensions in the module name, just the name up to the first dot
- 04-21-2005 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Re: What the...
Do not do this, genkernel will have the support you need already compiled into it! You should just follow the gentoo alsa guide...i.e. find your card in the alsa matrix, put it into make.conf, add it in with modprobe, and then emerge alsa-utils and run alsa conf...its very easy if you follow the guide and with genkernel you wont have to recompile the kernel!
Originally Posted by slith
FOLLOW THE ALSA GUIDE I POSTED ABOVE, dont recompile your kernel, you frankly dont need to if you used genkernel, you just have to add the module in the correct manner, the guide is easy to follow.Operating System: GNU Emacs
- 04-21-2005 #8Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
Ok, fortunately you caught me before I recompliled my kernel. I'll be trying the alsa guide and get back to you
- 04-21-2005 #9Linux User
- Join Date
- Dec 2004
- Location
- Speed School of Engineering
- Posts
- 267
All right, my sound card is a
which in the alsa matrix equates to the snd-intel8x0 driver, so I added that to my make.conf, and then ranCode:0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
and got the error message:Code:emerge alsa-driver
here is the config.logCode:checking for which soundcards to compile driver for... configure: error: Unknown soundcard snd-intel8x0 !!! Please attach the config.log to your bug report: !!! /var/tmp/portage/alsa-driver-1.0.8/work/alsa-driver-1.0.8/config.log !!! ERROR: media-sound/alsa-driver-1.0.8 failed. !!! Function econf, Line 485, Exitcode 0 !!! econf failed !!! If you need support, post the topmost build error, NOT this status message.
Code:This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-oss --with-kernel=/usr/src/linux --with-build=/usr/src/linux --with-isapnp=yes --with-sequencer=yes --with-cards=snd-intel8x0 ## --------- ## ## Platform. ## ## --------- ## hostname = iguana uname -m = i686 uname -r = 2.6.11-gentoo-r6 uname -s = Linux uname -v = #1 SMP Tue Apr 19 11:36:08 EST 2005 /usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 3.20GHz /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /usr/sbin PATH: /usr/lib/portage/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3.5 PATH: /opt/ati/bin PATH: /opt/blackdown-jdk-1.4.2.01/bin PATH: /opt/blackdown-jdk-1.4.2.01/jre/bin PATH: /usr/qt/3/bin PATH: /usr/kde/3.3/sbin PATH: /usr/kde/3.3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1285: checking for i686-pc-linux-gnu-gcc configure:1301: found /usr/bin/i686-pc-linux-gnu-gcc configure:1311: result: i686-pc-linux-gnu-gcc configure:1593: checking for C compiler version configure:1596: i686-pc-linux-gnu-gcc --version </dev/null >&5 i686-pc-linux-gnu-gcc (GCC) 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1599: $? = 0 configure:1601: i686-pc-linux-gnu-gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/specs Configured with: /var/tmp/portage/gcc-3.3.5-r1/work/gcc-3.3.5/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5/info --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3 --host=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-shared --enable-threads=posix --disable-multilib --disable-libgcj --enable-languages=c,c++ Thread model: posix gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) configure:1604: $? = 0 configure:1606: i686-pc-linux-gnu-gcc -V </dev/null >&5 i686-pc-linux-gnu-gcc: `-V' option must have argument configure:1609: $? = 1 configure:1633: checking for C compiler default output configure:1636: i686-pc-linux-gnu-gcc -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:1639: $? = 0 configure:1685: result: a.out configure:1690: checking whether the C compiler works configure:1696: ./a.out configure:1699: $? = 0 configure:1716: result: yes configure:1723: checking whether we are cross compiling configure:1725: result: no configure:1728: checking for suffix of executables configure:1730: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:1733: $? = 0 configure:1758: result: configure:1764: checking for suffix of object files configure:1786: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:1789: $? = 0 configure:1811: result: o configure:1815: checking whether we are using the GNU C compiler configure:1840: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:1843: $? = 0 configure:1846: test -s conftest.o configure:1849: $? = 0 configure:1862: result: yes configure:1868: checking whether i686-pc-linux-gnu-gcc accepts -g configure:1890: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:1893: $? = 0 configure:1896: test -s conftest.o configure:1899: $? = 0 configure:1910: result: yes configure:1927: checking for i686-pc-linux-gnu-gcc option to accept ANSI C configure:1988: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:1991: $? = 0 configure:1994: test -s conftest.o configure:1997: $? = 0 configure:2015: result: none needed configure:2033: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2036: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2148: checking for i686-pc-linux-gnu-ranlib configure:2177: result: no configure:2186: checking for ranlib configure:2202: found /usr/bin/ranlib configure:2213: result: ranlib configure:2262: checking for a BSD-compatible install configure:2316: result: /bin/install -c configure:2339: checking how to run the C preprocessor configure:2375: i686-pc-linux-gnu-gcc -E conftest.c configure:2381: $? = 0 configure:2413: i686-pc-linux-gnu-gcc -E conftest.c configure:2412:28: ac_nonexistent.h: No such file or directory configure:2419: $? = 1 configure: failed program was: | #line 2404 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:2457: result: i686-pc-linux-gnu-gcc -E configure:2482: i686-pc-linux-gnu-gcc -E conftest.c configure:2488: $? = 0 configure:2520: i686-pc-linux-gnu-gcc -E conftest.c configure:2519:28: ac_nonexistent.h: No such file or directory configure:2526: $? = 1 configure: failed program was: | #line 2511 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:2569: checking for egrep configure:2579: result: grep -E configure:2584: checking for ANSI C header files configure:2610: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:2613: $? = 0 configure:2616: test -s conftest.o configure:2619: $? = 0 configure:2708: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:2711: $? = 0 configure:2713: ./conftest configure:2716: $? = 0 configure:2731: result: yes configure:2744: checking for an ANSI C-conforming const configure:2812: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:2815: $? = 0 configure:2818: test -s conftest.o configure:2821: $? = 0 configure:2832: result: yes configure:2842: checking for inline configure:2864: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:2867: $? = 0 configure:2870: test -s conftest.o configure:2873: $? = 0 configure:2885: result: inline configure:2900: checking whether time.h and sys/time.h may both be included configure:2926: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer conftest.c >&5 configure:2929: $? = 0 configure:2932: test -s conftest.o configure:2935: $? = 0 configure:2946: result: yes configure:2958: checking whether i686-pc-linux-gnu-gcc needs -traditional configure:3002: result: no configure:3010: checking for current directory configure:3014: result: /var/tmp/portage/alsa-driver-1.0.8/work/alsa-driver-1.0.8 configure:3179: checking cross compile configure:3191: result: configure:3206: checking for directory with kernel source configure:3226: result: /usr/src/linux configure:3229: checking for directory with kernel build configure:3241: result: /usr/src/linux configure:3244: checking for kernel version configure:3332: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3335: $? = 0 configure:3337: ./conftest configure:3340: $? = 0 configure:3373: result: 2.6.11-gentoo-r6 configure:3376: checking for GCC version configure:3436: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3439: $? = 0 configure:3441: ./conftest configure:3444: $? = 0 configure:3549: result: Kernel compiler: gcc 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) Used compiler: i686-pc-linux-gnu-gcc (GCC) 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) configure:3601: checking for built-in ALSA configure:3635: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3638: $? = 0 configure:3640: ./conftest configure:3643: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 3616 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #ifndef CONFIG_SND | exit(1); | #else | exit(0); | #endif | } | configure:3653: result: "no" configure:3669: checking for existing ALSA module configure:3703: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3706: $? = 0 configure:3708: ./conftest configure:3711: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 3684 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #if !defined(CONFIG_SND_MODULE) && !defined(CONFIG_SND_MODULE_MODULE) | exit(1); | #else | exit(0); | #endif | } | configure:3721: result: "no" configure:3734: checking for Red Hat kernel configure:3755: result: "auto" configure:3760: checking for Red Hat kernel configure:3794: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3797: $? = 0 configure:3799: ./conftest configure:3802: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 3775 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #if !defined(RED_HAT_LINUX_KERNEL) && !defined(RED_HAT_LINUX_KERNEL_MODULE) | exit(1); | #else | exit(0); | #endif | } | configure:3812: result: "no" configure:3823: checking for SUSE kernel configure:3844: result: "auto" configure:3849: checking for SUSE kernel configure:3883: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:3886: $? = 0 configure:3888: ./conftest configure:3891: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 3864 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #if !defined(CONFIG_SUSE_KERNEL) && !defined(CONFIG_SUSE_KERNEL_MODULE) | exit(1); | #else | exit(0); | #endif | } | configure:3901: result: "no" configure:3920: checking to modify of kernel linux/kmod.h configure:3928: result: "no" configure:3946: checking for kernel linux/compiler.h configure:3954: result: "yes" configure:3979: checking for kernel linux/pm.h configure:3987: result: "yes" configure:4012: checking for kernel linux/spinlock.h configure:4020: result: "yes" configure:4045: checking for kernel linux/irq.h configure:4053: result: "yes" configure:4078: checking for kernel linux/threads.h configure:4086: result: "yes" configure:4111: checking for kernel linux/rwsem.h configure:4119: result: "yes" configure:4144: checking for kernel linux/gameport.h configure:4152: result: "yes" configure:4177: checking for kernel linux/devfs_fs_kernel.h configure:4185: result: "yes" configure:4210: checking for kernel linux/highmem.h configure:4218: result: "yes" configure:4243: checking for kernel linux/workqueue.h configure:4251: result: "yes" configure:4285: checking for kernel linux/dma-mapping.h configure:4293: result: "yes" configure:4318: checking for kernel asm/hw_irq.h configure:4326: result: "yes" configure:4351: checking for kernel linux/device.h configure:4359: result: "yes" configure:4384: checking for kernel linux/jiffies.h configure:4392: result: "yes" configure:4419: checking for kernel linux/compat.h configure:4427: result: "yes" configure:4454: checking for kernel linux/adb.h configure:4462: result: "yes" configure:4489: checking for kernel linux/cuda.h configure:4497: result: "yes" configure:4524: checking for kernel linux/pmu.h configure:4532: result: "yes" configure:4559: checking for kernel linux/moduleparam.h configure:4567: result: "yes" configure:4592: checking for kernel linux/syscalls.h configure:4600: result: "yes" configure:4627: checking for kernel linux/firmware.h configure:4635: result: "yes" configure:4691: checking for kernel module symbol versions configure:4725: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:4728: $? = 0 configure:4730: ./conftest configure:4733: $? = 0 configure:4735: result: "yes" configure:4758: checking for PCI support in kernel configure:4792: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:4795: $? = 0 configure:4797: ./conftest configure:4800: $? = 0 configure:4802: result: "yes" configure:4827: checking for I2C driver in kernel configure:4867: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:4870: $? = 0 configure:4872: ./conftest configure:4875: $? = 0 configure:4899: result: unknown configure:4910: checking for firmware loader configure:4950: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:4953: $? = 0 configure:4955: ./conftest configure:4958: $? = 0 configure:4982: result: module configure:4996: checking for input subsystem in kernel configure:5036: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:5039: $? = 0 configure:5041: ./conftest configure:5044: $? = 0 configure:5068: result: yes configure:5077: checking for SGI/MIPS (HAL2) architecture configure:5087: result: "no" configure:5093: checking for directory to store kernel modules configure:5120: result: /lib/modules/2.6.11-gentoo-r6/kernel/sound configure:5123: checking for verbose printk configure:5139: result: on configure:5149: checking for debug level configure:5203: result: none configure:5212: checking for ISA support in kernel configure:5246: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:5249: $? = 0 configure:5251: ./conftest configure:5254: $? = 0 configure:5256: result: "yes" configure:5276: checking for processor type configure:5392: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:5395: $? = 0 configure:5397: ./conftest configure:5400: $? = 0 configure:5402: result: i486 configure:5649: checking for i386 machine type configure:5702: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include conftest.c >&5 configure:5705: $? = 0 configure:5707: ./conftest configure:5710: $? = 0 configure:5712: result: default configure:5895: checking for SMP configure:5929: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:5932: $? = 0 configure:5934: ./conftest configure:5937: $? = 0 configure:5939: result: "yes" configure:5968: checking for Video device support in kernel configure:6002: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:6005: $? = 0 configure:6007: ./conftest configure:6010: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5983 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define CONFIG_SND_KERNELDIR "/usr/src/linux" | #define CONFIG_HAVE_DUMP_STACK 1 | #define CONFIG_SND_VERBOSE_PRINTK 1 | #define CONFIG_SND_ISA 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #if !defined(CONFIG_VIDEO_DEV) && !defined(CONFIG_VIDEO_DEV_MODULE) | exit(1); | #else | exit(0); | #endif | } | configure:6020: result: "no" configure:6031: checking for ISA PnP driver in kernel configure:6035: result: yes configure:6048: checking for PnP driver in kernel configure:6052: result: yes configure:6069: checking for Kernel ISA-PnP support configure:6103: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:6106: $? = 0 configure:6108: ./conftest configure:6111: $? = 0 configure:6113: result: "yes" configure:6246: checking for strlcpy configure:6278: i686-pc-linux-gnu-gcc -c -Wall -Werror -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6281: $? = 0 configure:6284: test -s conftest.o configure:6287: $? = 0 configure:6289: result: "yes" configure:6309: checking for snprintf configure:6340: i686-pc-linux-gnu-gcc -c -Wall -Werror -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6343: $? = 0 configure:6346: test -s conftest.o configure:6349: $? = 0 configure:6351: result: "yes" configure:6371: checking for scnprintf configure:6402: i686-pc-linux-gnu-gcc -c -Wall -Werror -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6405: $? = 0 configure:6408: test -s conftest.o configure:6411: $? = 0 configure:6413: result: "yes" configure:6433: checking for sscanf configure:6464: i686-pc-linux-gnu-gcc -c -Wall -Werror -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6467: $? = 0 configure:6470: test -s conftest.o configure:6473: $? = 0 configure:6475: result: "yes" configure:6495: checking for vmalloc_to_page configure:6527: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6530: $? = 0 configure:6533: test -s conftest.o configure:6536: $? = 0 configure:6538: result: "yes" configure:6558: checking for old kmod configure:6588: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure: In function `main': configure:6597: warning: too many arguments for format configure:6591: $? = 0 configure:6594: test -s conftest.o configure:6597: $? = 0 configure:6599: result: "no" configure:6619: checking for PDE configure:6651: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 In file included from /usr/src/linux/include/asm/processor.h:18, from /usr/src/linux/include/linux/prefetch.h:14, from /usr/src/linux/include/linux/list.h:7, from /usr/src/linux/include/linux/wait.h:23, from /usr/src/linux/include/linux/fs.h:203, from configure:6652: /usr/src/linux/include/asm/system.h: In function `__set_64bit_var': /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules configure:6654: $? = 0 configure:6657: test -s conftest.o configure:6660: $? = 0 configure:6662: result: "yes" configure:6682: checking for pci_set_consistent_dma_mask configure:6713: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 In file included from /usr/src/linux/include/asm/processor.h:18, from /usr/src/linux/include/linux/prefetch.h:14, from /usr/src/linux/include/linux/list.h:7, from /usr/src/linux/include/linux/pci.h:478, from configure:6716: /usr/src/linux/include/asm/system.h: In function `__set_64bit_var': /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules configure:6716: $? = 0 configure:6719: test -s conftest.o configure:6722: $? = 0 configure:6724: result: "yes" configure:6744: checking for pci_dev_present configure:6775: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 In file included from /usr/src/linux/include/asm/processor.h:18, from /usr/src/linux/include/linux/prefetch.h:14, from /usr/src/linux/include/linux/list.h:7, from /usr/src/linux/include/linux/pci.h:478, from configure:6779: /usr/src/linux/include/asm/system.h: In function `__set_64bit_var': /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules configure:6778: $? = 0 configure:6781: test -s conftest.o configure:6784: $? = 0 configure:6786: result: "yes" configure:6806: checking for tty->count is the atomic type configure:6837: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 In file included from /usr/src/linux/include/asm/processor.h:18, from /usr/src/linux/include/linux/prefetch.h:14, from /usr/src/linux/include/linux/list.h:7, from /usr/src/linux/include/linux/wait.h:23, from /usr/src/linux/include/linux/fs.h:203, from /usr/src/linux/include/linux/tty.h:20, from configure:6842: /usr/src/linux/include/asm/system.h: In function `__set_64bit_var': /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/src/linux/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules configure: In function `main': configure:6849: error: request for member `counter' in something not a structure or union configure:6840: $? = 1 configure: failed program was: | #line 6813 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define CONFIG_SND_KERNELDIR "/usr/src/linux" | #define CONFIG_HAVE_DUMP_STACK 1 | #define CONFIG_SND_VERBOSE_PRINTK 1 | #define CONFIG_SND_ISA 1 | #define CONFIG_ISAPNP_KERNEL 1 | #define CONFIG_PNP_KERNEL 1 | #define CONFIG_SND_ISAPNP 1 | #define CONFIG_SND_PNP 1 | #define CONFIG_HAVE_STRLCPY 1 | #define CONFIG_HAVE_SNPRINTF 1 | #define CONFIG_HAVE_SCNPRINTF 1 | #define CONFIG_HAVE_SSCANF 1 | #define CONFIG_HAVE_VMALLOC_TO_PAGE 1 | #define CONFIG_HAVE_PDE 1 | #define CONFIG_HAVE_PCI_CONSISTENT_DMA_MASK 1 | #define CONFIG_HAVE_PCI_DEV_PRESENT 1 | /* end confdefs.h. */ | | #define __KERNEL__ | #include <linux/config.h> | #include <linux/tty.h> | | int | main () | { | | struct tty_struct tty; | atomic_read(&tty.count); | | ; | return 0; | } configure:6854: result: "no" configure:6932: checking for remap_pfn_range configure:6965: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:6968: $? = 0 configure:6971: test -s conftest.o configure:6974: $? = 0 configure:6976: result: "yes" configure:7060: checking for kcalloc configure:7091: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:7094: $? = 0 configure:7097: test -s conftest.o configure:7100: $? = 0 configure:7102: result: "yes" configure:7122: checking for saved_config_space in pci_dev configure:7153: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:7156: $? = 0 configure:7159: test -s conftest.o configure:7162: $? = 0 configure:7164: result: "yes" configure:7185: checking for new pci_save_state configure:7216: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:7219: $? = 0 configure:7222: test -s conftest.o configure:7225: $? = 0 configure:7227: result: "yes" configure:7247: checking for acpi_register_gsi configure:7278: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:7281: $? = 0 configure:7284: test -s conftest.o configure:7287: $? = 0 configure:7289: result: "yes" configure:7530: checking for driver version configure:7543: result: 1.0.8 configure:7546: checking for sequencer support configure:7570: result: yes configure:7577: checking for OSS/Free emulation configure:7610: result: yes configure:7617: checking for RTC callback support in kernel configure:7653: i686-pc-linux-gnu-gcc -c -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default -nostdinc -iwithprefix include conftest.c >&5 configure:7656: $? = 0 configure:7659: test -s conftest.o configure:7662: $? = 0 configure:7664: result: "yes" configure:7688: checking for Procfs support configure:7722: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:7725: $? = 0 configure:7727: ./conftest configure:7730: $? = 0 configure:7732: result: "yes" configure:7753: checking for USB support configure:7787: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:7790: $? = 0 configure:7792: ./conftest configure:7795: $? = 0 configure:7797: result: "yes" configure:7903: checking for PCMCIA support configure:7937: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:7940: $? = 0 configure:7942: ./conftest configure:7945: $? = 0 configure:7947: result: "yes" configure:8051: checking for PC9800 support in kernel configure:8085: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:8088: $? = 0 configure:8090: ./conftest configure:8093: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 8066 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define CONFIG_SND_KERNELDIR "/usr/src/linux" | #define CONFIG_HAVE_DUMP_STACK 1 | #define CONFIG_SND_VERBOSE_PRINTK 1 | #define CONFIG_SND_ISA 1 | #define CONFIG_ISAPNP_KERNEL 1 | #define CONFIG_PNP_KERNEL 1 | #define CONFIG_SND_ISAPNP 1 | #define CONFIG_SND_PNP 1 | #define CONFIG_HAVE_STRLCPY 1 | #define CONFIG_HAVE_SNPRINTF 1 | #define CONFIG_HAVE_SCNPRINTF 1 | #define CONFIG_HAVE_SSCANF 1 | #define CONFIG_HAVE_VMALLOC_TO_PAGE 1 | #define CONFIG_HAVE_PDE 1 | #define CONFIG_HAVE_PCI_CONSISTENT_DMA_MASK 1 | #define CONFIG_HAVE_PCI_DEV_PRESENT 1 | #define CONFIG_HAVE_REMAP_PFN_RANGE 1 | #define CONFIG_HAVE_KCALLOC 1 | #define CONFIG_HAVE_PCI_SAVED_CONFIG 1 | #define CONFIG_HAVE_NEW_PCI_SAVE_STATE 1 | #define CONFIG_HAVE_ACPI_REGISTER_GSI 1 | #define CONFIG_SND_VERSION "1.0.8" | #define CONFIG_SND_DATE "" | #define CONFIG_SND_SEQUENCER_MODULE 1 | #define CONFIG_SND_SEQ_DUMMY_MODULE 1 | #define CONFIG_SND_OSSEMUL 1 | #define CONFIG_SND_MIXER_OSS_MODULE 1 | #define CONFIG_SND_PCM_OSS_MODULE 1 | #define CONFIG_SND_SEQUENCER_OSS 1 | #define CONFIG_SND_RTCTIMER_MODULE 1 | /* end confdefs.h. */ | | #include "/usr/src/linux/include/linux/autoconf.h" | int main( void ) { | #if !defined(CONFIG_X86_PC9800) && !defined(CONFIG_X86_PC9800_MODULE) | exit(1); | #else | exit(0); | #endif | } | configure:8103: result: "no" configure:8119: checking for parallel port support configure:8153: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default conftest.c >&5 configure:8156: $? = 0 configure:8158: ./conftest configure:8161: $? = 0 configure:8163: result: "yes" configure:8276: checking for which soundcards to compile driver for configure:9550: error: Unknown soundcard snd-intel8x0 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=pentium4 -fomit-frame-pointer' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_header_stdc=yes ac_cv_header_time=yes ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_CC=i686-pc-linux-gnu-gcc ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_gcc_traditional=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' ARCH='i386' AS='as' CC='i686-pc-linux-gnu-gcc' CFLAGS='-O2 -march=pentium4 -fomit-frame-pointer' CONFIG_ALPHA='' CONFIG_ARCH_SA1100='' CONFIG_ARM='' CONFIG_ASIHPK='' CONFIG_BROKEN='' CONFIG_COMPAT='' CONFIG_EXPERIMENTAL='y' CONFIG_FW_LOADER='m' CONFIG_GSC='' CONFIG_I2C='' CONFIG_INPUT='y' CONFIG_ISA='y' CONFIG_ISAPNP='y' CONFIG_ISAPNP_KERNEL='y' CONFIG_L3='' CONFIG_PARISC='' CONFIG_PARPORT='y' CONFIG_PCI='y' CONFIG_PCMCIA='y' CONFIG_PNP='y' CONFIG_PNP_KERNEL='y' CONFIG_PPC='' CONFIG_PROC_FS='y' CONFIG_RTC='m' CONFIG_SBUS='' CONFIG_SGI='' CONFIG_SND='' CONFIG_SND_AC97_CODEC='' CONFIG_SND_AD1816A='' CONFIG_SND_AD1848='' CONFIG_SND_ALI5451='' CONFIG_SND_ALS100='' CONFIG_SND_ALS4000='' CONFIG_SND_ASIHPI='' CONFIG_SND_ATIIXP='' CONFIG_SND_ATIIXP_MODEM='' CONFIG_SND_AU8810='' CONFIG_SND_AU8820='' CONFIG_SND_AU8830='' CONFIG_SND_AZT2320='' CONFIG_SND_AZT3328='' CONFIG_SND_AZX='' CONFIG_SND_BIT32_EMUL='' CONFIG_SND_BT87X='' CONFIG_SND_BT87X_OVERCLOCK='' CONFIG_SND_CA0106='' CONFIG_SND_CMI8330='' CONFIG_SND_CMIPCI='' CONFIG_SND_CS4231='' CONFIG_SND_CS4232='' CONFIG_SND_CS4236='' CONFIG_SND_CS4281='' CONFIG_SND_CS46XX='' CONFIG_SND_CS46XX_NEW_DSP='' CONFIG_SND_DARLA20='' CONFIG_SND_DARLA24='' CONFIG_SND_DATE='' CONFIG_SND_DEBUG='' CONFIG_SND_DEBUG_DETECT='' CONFIG_SND_DEBUG_MEMORY='' CONFIG_SND_DT019X='' CONFIG_SND_DUMMY='' CONFIG_SND_EMU10K1='' CONFIG_SND_EMU10K1X='' CONFIG_SND_ENS1370='' CONFIG_SND_ENS1371='' CONFIG_SND_ES1688='' CONFIG_SND_ES18XX='' CONFIG_SND_ES1938='' CONFIG_SND_ES1968='' CONFIG_SND_ES968='' CONFIG_SND_FM801='' CONFIG_SND_FM801_TEA575X='' CONFIG_SND_GINA20='' CONFIG_SND_GINA24='' CONFIG_SND_GINA3G='' CONFIG_SND_GUSCLASSIC='' CONFIG_SND_GUSEXTREME='' CONFIG_SND_GUSMAX='' CONFIG_SND_GUS_SYNTH='' CONFIG_SND_HARMONY='' CONFIG_SND_HDSP='' CONFIG_SND_HDSPM='' CONFIG_SND_HWDEP='' CONFIG_SND_ICE1712='' CONFIG_SND_ICE1724='' CONFIG_SND_INDIGO='' CONFIG_SND_INDIGODJ='' CONFIG_SND_INDIGOIO='' CONFIG_SND_INTEL8X0='' CONFIG_SND_INTEL8X0M='' CONFIG_SND_INTERWAVE='' CONFIG_SND_INTERWAVE_STB='' CONFIG_SND_KERNELDIR='/usr/src/linux' CONFIG_SND_KORG1212='' CONFIG_SND_LAYLA20='' CONFIG_SND_LAYLA24='' CONFIG_SND_LAYLA3G='' CONFIG_SND_LOOPBACK='' CONFIG_SND_MAESTRO3='' CONFIG_SND_MIA='' CONFIG_SND_MIXART='' CONFIG_SND_MIXER_OSS='' CONFIG_SND_MONA='' CONFIG_SND_MPU401='' CONFIG_SND_MPU401_UART='' CONFIG_SND_MSND_PINNACLE='' CONFIG_SND_MTPAV='' CONFIG_SND_MVERSION='y' CONFIG_SND_NM256='' CONFIG_SND_OPL3SA2='' CONFIG_SND_OPL3_LIB='' CONFIG_SND_OPL4_LIB='' CONFIG_SND_OPTI92X_AD1848='' CONFIG_SND_OPTI92X_CS4231='' CONFIG_SND_OPTI93X='' CONFIG_SND_OSSEMUL='y' CONFIG_SND_PC98_CS4232='' CONFIG_SND_PCM='' CONFIG_SND_PCM_OSS='' CONFIG_SND_PCXHR='' CONFIG_SND_PDAUDIOCF='' CONFIG_SND_PDPLUS='' CONFIG_SND_PORTMAN2X4='' CONFIG_SND_POWERMAC='' CONFIG_SND_RAWMIDI='' CONFIG_SND_RME32='' CONFIG_SND_RME9652='' CONFIG_SND_RME96='' CONFIG_SND_RTCTIMER='m' CONFIG_SND_SA11XX_UDA1341='' CONFIG_SND_SB16='' CONFIG_SND_SB16_CSP='' CONFIG_SND_SB8='' CONFIG_SND_SBAWE='' CONFIG_SND_SEQUENCER='m' CONFIG_SND_SEQUENCER_OSS='' CONFIG_SND_SEQ_DUMMY='' CONFIG_SND_SERIALMIDI='' CONFIG_SND_SERIAL_U16550='' CONFIG_SND_SGALAXY='' CONFIG_SND_SONICVIBES='' CONFIG_SND_SSCAPE='' CONFIG_SND_SUN_AMD7930='' CONFIG_SND_SUN_CS4231='' CONFIG_SND_SUN_DBRI='' CONFIG_SND_TIMER='' CONFIG_SND_TRIDENT='' CONFIG_SND_USB_AUDIO='' CONFIG_SND_USB_USX2Y='' CONFIG_SND_VERBOSE_PRINTK='y' CONFIG_SND_VERSION='1.0.8' CONFIG_SND_VIA82XX='' CONFIG_SND_VIA82XX_MODEM='' CONFIG_SND_VIRMIDI='' CONFIG_SND_VX222='' CONFIG_SND_VXP440='' CONFIG_SND_VXPOCKET='' CONFIG_SND_VX_LIB='' CONFIG_SND_WAVEFRONT='' CONFIG_SND_YMFPCI='' CONFIG_SOUND='' CONFIG_SOUND_PRIME='' CONFIG_SPARC32='' CONFIG_SPARC64='' CONFIG_USB='y' CONFIG_VIDEO_DEV='' CONFIG_X86='y' CONFIG_X86_PC9800='' CPP='i686-pc-linux-gnu-gcc -E' CPPFLAGS='' CROSS_COMPILE='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTRA_INCLUDES='' GENKSYMS='/sbin/genksyms -k 2.6.11 -p smp_' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' KERNEL_INC='-I/usr/src/linux/include -I/usr/src/linux/include -I/usr/src/linux/include/asm-i386/mach-default' KLD='ld' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKE_ADDS='O=/usr/src/linux' NEW_KBUILD='y' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' SRCDIR='/var/tmp/portage/alsa-driver-1.0.8/work/alsa-driver-1.0.8' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='' c_opts='-O2 -mpreferred-stack-boundary=2 -march=i486 -D__SMP__ -DCONFIG_SMP' datadir='/usr/share' exec_prefix='NONE' host_alias='i686-pc-linux-gnu' includedir='${prefix}/include' infodir='/usr/share/info' kaversion='2.6.11-gentoo-r6' kextraversion='-gentoo-r6' kpatchlevel='6' ksublevel='11' kversion='2' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var/lib' m_opts='' mandir='/usr/share/man' moddir='/lib/modules/2.6.11-gentoo-r6/kernel/sound' moddir_tree='y' modsubdir='kernel/sound' msmp='1' oldincludedir='/usr/include' prefix='/usr' processor='i486' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CONFIG_HAVE_ACPI_REGISTER_GSI 1 #define CONFIG_HAVE_DUMP_STACK 1 #define CONFIG_HAVE_KCALLOC 1 #define CONFIG_HAVE_NEW_PCI_SAVE_STATE 1 #define CONFIG_HAVE_PCI_CONSISTENT_DMA_MASK 1 #define CONFIG_HAVE_PCI_DEV_PRESENT 1 #define CONFIG_HAVE_PCI_SAVED_CONFIG 1 #define CONFIG_HAVE_PDE 1 #define CONFIG_HAVE_REMAP_PFN_RANGE 1 #define CONFIG_HAVE_SCNPRINTF 1 #define CONFIG_HAVE_SNPRINTF 1 #define CONFIG_HAVE_SSCANF 1 #define CONFIG_HAVE_STRLCPY 1 #define CONFIG_HAVE_VMALLOC_TO_PAGE 1 #define CONFIG_ISAPNP_KERNEL 1 #define CONFIG_PNP_KERNEL 1 #define CONFIG_SND_DATE "" #define CONFIG_SND_ISA 1 #define CONFIG_SND_ISAPNP 1 #define CONFIG_SND_KERNELDIR "/usr/src/linux" #define CONFIG_SND_MIXER_OSS_MODULE 1 #define CONFIG_SND_OSSEMUL 1 #define CONFIG_SND_PCM_OSS_MODULE 1 #define CONFIG_SND_PNP 1 #define CONFIG_SND_RTCTIMER_MODULE 1 #define CONFIG_SND_SEQUENCER_MODULE 1 #define CONFIG_SND_SEQUENCER_OSS 1 #define CONFIG_SND_SEQ_DUMMY_MODULE 1 #define CONFIG_SND_VERBOSE_PRINTK 1 #define CONFIG_SND_VERSION "1.0.8" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 configure: exit 1
- 04-21-2005 #10Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
did you modprobe snd-intel8x0 ?
Operating System: GNU Emacs


Reply With Quote
