LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-14-2002, 04:13 PM   #1
newmandrakeuser
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Rep: Reputation: 0
82801AA AC'97 Audio Trying to install ALSA


Alright ./configure works fine now when i try to run make i get this
localhost alsa-driver-0.5.12a]# make
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.5.12a/kernel'
gcc -DALSA_BUILD -D__KERNEL__ -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB -c sound.c
In file included from ../include/driver.h:48,
from sound.c:23:
/usr/include/linux/version.h:2:2: #error "======================================================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "======================================================="
In file included from sound.c:23:
../include/driver.h:50:40: missing binary operator before '('
../include/driver.h:53:41: missing binary operator before '('
../include/driver.h:56:41: missing binary operator before '('
../include/driver.h:59:62: missing binary operator before '('
In file included from /usr/include/linux/prefetch.h:13,
from /usr/include/linux/list.h:6,
from /usr/include/linux/module.h:11,
from ../include/driver.h:78,
from sound.c:23:
/usr/include/asm/processor.h:55: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/processor.h:55: requested alignment is not a constant
In file included from /usr/include/linux/module.h:20,
from ../include/driver.h:78,
from sound.c:23:
/usr/include/linux/modversions.h:1:2: #error "======================================================="
/usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/modversions.h:4:2: #error ""
/usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
/usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
/usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
/usr/include/linux/modversions.h:12:2: #error ""
/usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
/usr/include/linux/modversions.h:14:2: #error ""
/usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
/usr/include/linux/modversions.h:16:2: #error ""
/usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
/usr/include/linux/modversions.h:18:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/modversions.h:19:2: #error " the matching kernel source directory"
/usr/include/linux/modversions.h:20:2: #error ""
/usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/modversions.h:22:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/modversions.h:23:2: #error ""
/usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/modversions.h:25:2: #error " compiler option to use the correct include files:"
/usr/include/linux/modversions.h:26:2: #error ""
/usr/include/linux/modversions.h:27:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/modversions.h:28:2: #error ""
/usr/include/linux/modversions.h:29:2: #error " instead of"
/usr/include/linux/modversions.h:30:2: #error ""
/usr/include/linux/modversions.h:31:2: #error " -I/usr/include/linux"
/usr/include/linux/modversions.h:32:2: #error ""
/usr/include/linux/modversions.h:33:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/modversions.h:34:2: #error "======================================================="
In file included from /usr/include/linux/module.h:296,
from ../include/driver.h:78,
from sound.c:23:
/usr/include/linux/version.h:2:2: #error "======================================================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "======================================================="
In file included from ../include/driver.h:78,
from sound.c:23:
/usr/include/linux/module.h:298: parse error before "UTS_RELEASE"
In file included from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:45,
from ../include/driver.h:100,
from sound.c:23:
/usr/include/linux/irq.h:65: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:65: requested alignment is not a constant
In file included from /usr/include/linux/interrupt.h:45,
from ../include/driver.h:100,
from sound.c:23:
/usr/include/asm/hardirq.h:16: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/hardirq.h:16: requested alignment is not a constant
In file included from ../include/driver.h:100,
from sound.c:23:
/usr/include/linux/interrupt.h:128: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/interrupt.h:128: requested alignment is not a constant
In file included from sound.c:23:
../include/driver.h:127:100: missing binary operator before '('
In file included from ../include/isapnp.h:127,
from ../include/driver.h:132,
from sound.c:23:
/usr/include/linux/version.h:2:2: #error "======================================================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "======================================================="
In file included from ../include/driver.h:132,
from sound.c:23:
../include/isapnp.h:132:41: missing binary operator before '('
../include/isapnp.h:136:40: missing binary operator before '('
In file included from ../include/driver.h:132,
from sound.c:23:
../include/isapnp.h:329: warning: `struct isapnp_card_id' declared inside parameter list
../include/isapnp.h:329: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from sound.c:23:
../include/driver.h:163:62: missing binary operator before '('
sound.c:184:41: missing binary operator before '('
sound.c:337:41: missing binary operator before '('
sound.c:552:40: missing binary operator before '('
sound.c:598:40: missing binary operator before '('
sound.c:607: parse error before "config_must_be_included_before_module"
sound.c:607: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:607: warning: data definition has no type or storage class
sound.c:611: parse error before "config_must_be_included_before_module"
sound.c:611: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:611: warning: data definition has no type or storage class
sound.c:612: parse error before "config_must_be_included_before_module"
sound.c:612: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:612: warning: data definition has no type or storage class
sound.c:614: parse error before "config_must_be_included_before_module"
sound.c:614: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:614: warning: data definition has no type or storage class
sound.c:615: parse error before "config_must_be_included_before_module"
sound.c:615: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:615: warning: data definition has no type or storage class
sound.c:627: parse error before "config_must_be_included_before_module"
sound.c:627: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:627: warning: data definition has no type or storage class
sound.c:628: parse error before "config_must_be_included_before_module"
sound.c:628: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:628: warning: data definition has no type or storage class
sound.c:629: parse error before "config_must_be_included_before_module"
sound.c:629: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:629: warning: data definition has no type or storage class
sound.c:630: parse error before "config_must_be_included_before_module"
sound.c:630: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:630: warning: data definition has no type or storage class
sound.c:631: parse error before "config_must_be_included_before_module"
sound.c:631: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:631: warning: data definition has no type or storage class
sound.c:632: parse error before "config_must_be_included_before_module"
sound.c:632: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:632: warning: data definition has no type or storage class
sound.c:634: parse error before "config_must_be_included_before_module"
sound.c:634: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:634: warning: data definition has no type or storage class
sound.c:635: parse error before "config_must_be_included_before_module"
sound.c:635: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:635: warning: data definition has no type or storage class
sound.c:637: parse error before "config_must_be_included_before_module"
sound.c:637: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:637: warning: data definition has no type or storage class
sound.c:638: parse error before "config_must_be_included_before_module"
sound.c:638: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:638: warning: data definition has no type or storage class
sound.c:639: parse error before "config_must_be_included_before_module"
sound.c:639: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:639: warning: data definition has no type or storage class
sound.c:640: parse error before "config_must_be_included_before_module"
sound.c:640: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:640: warning: data definition has no type or storage class
sound.c:641: parse error before "config_must_be_included_before_module"
sound.c:641: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:641: warning: data definition has no type or storage class
sound.c:642: parse error before "config_must_be_included_before_module"
sound.c:642: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:642: warning: data definition has no type or storage class
sound.c:643: parse error before "config_must_be_included_before_module"
sound.c:643: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:643: warning: data definition has no type or storage class
sound.c:644: parse error before "config_must_be_included_before_module"
sound.c:644: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:644: warning: data definition has no type or storage class
sound.c:645: parse error before "config_must_be_included_before_module"
sound.c:645: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:645: warning: data definition has no type or storage class
sound.c:646: parse error before "config_must_be_included_before_module"
sound.c:646: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:646: warning: data definition has no type or storage class
sound.c:647: parse error before
 
Old 12-14-2002, 04:14 PM   #2
newmandrakeuser
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Original Poster
Rep: Reputation: 0
This is the rest of the message

"config_must_be_included_before_module"
sound.c:647: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:647: warning: data definition has no type or storage class
sound.c:648: parse error before "config_must_be_included_before_module"
sound.c:648: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:648: warning: data definition has no type or storage class
sound.c:649: parse error before "config_must_be_included_before_module"
sound.c:649: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:649: warning: data definition has no type or storage class
sound.c:650: parse error before "config_must_be_included_before_module"
sound.c:650: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:650: warning: data definition has no type or storage class
sound.c:651: parse error before "config_must_be_included_before_module"
sound.c:651: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:651: warning: data definition has no type or storage class
sound.c:653: parse error before "config_must_be_included_before_module"
sound.c:653: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:653: warning: data definition has no type or storage class
sound.c:654: parse error before "config_must_be_included_before_module"
sound.c:654: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:654: warning: data definition has no type or storage class
sound.c:655: parse error before "config_must_be_included_before_module"
sound.c:655: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:655: warning: data definition has no type or storage class
sound.c:656: parse error before "config_must_be_included_before_module"
sound.c:656: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:656: warning: data definition has no type or storage class
sound.c:657: parse error before "config_must_be_included_before_module"
sound.c:657: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:657: warning: data definition has no type or storage class
sound.c:665: parse error before "config_must_be_included_before_module"
sound.c:665: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:665: warning: data definition has no type or storage class
sound.c:666: parse error before "config_must_be_included_before_module"
sound.c:666: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:666: warning: data definition has no type or storage class
sound.c:667: parse error before "config_must_be_included_before_module"
sound.c:667: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:667: warning: data definition has no type or storage class
sound.c:668: parse error before "config_must_be_included_before_module"
sound.c:668: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:668: warning: data definition has no type or storage class
sound.c:669: parse error before "config_must_be_included_before_module"
sound.c:669: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:669: warning: data definition has no type or storage class
sound.c:670: parse error before "config_must_be_included_before_module"
sound.c:670: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:670: warning: data definition has no type or storage class
sound.c:671: parse error before "config_must_be_included_before_module"
sound.c:671: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:671: warning: data definition has no type or storage class
sound.c:672: parse error before "config_must_be_included_before_module"
sound.c:672: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:672: warning: data definition has no type or storage class
sound.c:673: parse error before "config_must_be_included_before_module"
sound.c:673: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:673: warning: data definition has no type or storage class
sound.c:676: parse error before "config_must_be_included_before_module"
sound.c:676: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:676: warning: data definition has no type or storage class
sound.c:679: parse error before "config_must_be_included_before_module"
sound.c:679: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:679: warning: data definition has no type or storage class
sound.c:680: parse error before "config_must_be_included_before_module"
sound.c:680: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:680: warning: data definition has no type or storage class
sound.c:681: parse error before "config_must_be_included_before_module"
sound.c:681: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:681: warning: data definition has no type or storage class
sound.c:682: parse error before "config_must_be_included_before_module"
sound.c:682: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:682: warning: data definition has no type or storage class
sound.c:683: parse error before "config_must_be_included_before_module"
sound.c:683: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:683: warning: data definition has no type or storage class
sound.c:684: parse error before "config_must_be_included_before_module"
sound.c:684: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:684: warning: data definition has no type or storage class
sound.c:685: parse error before "config_must_be_included_before_module"
sound.c:685: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:685: warning: data definition has no type or storage class
sound.c:686: parse error before "config_must_be_included_before_module"
sound.c:686: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:686: warning: data definition has no type or storage class
sound.c:688: parse error before "config_must_be_included_before_module"
sound.c:688: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:688: warning: data definition has no type or storage class
sound.c:689: parse error before "config_must_be_included_before_module"
sound.c:689: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:689: warning: data definition has no type or storage class
sound.c:690: parse error before "config_must_be_included_before_module"
sound.c:690: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:690: warning: data definition has no type or storage class
sound.c:691: parse error before "config_must_be_included_before_module"
sound.c:691: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:691: warning: data definition has no type or storage class
sound.c:692: parse error before "config_must_be_included_before_module"
sound.c:692: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:692: warning: data definition has no type or storage class
sound.c:693: parse error before "config_must_be_included_before_module"
sound.c:693: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:693: warning: data definition has no type or storage class
sound.c:694: parse error before "config_must_be_included_before_module"
sound.c:694: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:694: warning: data definition has no type or storage class
sound.c:695: parse error before "config_must_be_included_before_module"
sound.c:695: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:695: warning: data definition has no type or storage class
sound.c:696: parse error before "config_must_be_included_before_module"
sound.c:696: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:696: warning: data definition has no type or storage class
sound.c:697: parse error before "config_must_be_included_before_module"
sound.c:697: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:697: warning: data definition has no type or storage class
sound.c:698: parse error before "config_must_be_included_before_module"
sound.c:698: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:698: warning: data definition has no type or storage class
sound.c:700: parse error before "config_must_be_included_before_module"
sound.c:700: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
sound.c:700: warning: data definition has no type or storage class
sound.c:701:40: missing binary operator before '('
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.5.12a/kernel'
make: *** [compile] Error 1


Any Ideas on what i am doing wrong?
Any help is greatly appreciated. BTW if you are going to tell me to do something try to explain it as simply as possible I have only been using linux for two weeks still trying to figure all the command line stuff out.
Thanks
 
Old 12-24-2002, 02:26 PM   #3
newmandrakeuser
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Original Poster
Rep: Reputation: 0
Bump

Does anyone have any ideas?
 
Old 12-25-2002, 05:19 PM   #4
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
Yeah,

buy a proper soundcard, I could never get my onboard AC97 working, and ended up throwing 50 quid at a soundblaster 5.1 digital. It went straight in, got recognised and after I downloaded the driver - schwing - sound.

regards

John

p.s. you could search for AC97 and try some of the stuff that others suggested - you may have more luck than I did.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AC'97 Conexant audio (aka, AC-Link Audio) (Gateway 7510GX) Vexamus Linux - Hardware 25 10-07-2009 09:15 PM
ALSA doesn't recognize integrated AC'97 audio cevjr Linux - Hardware 1 06-16-2005 03:20 PM
Audio AC'97 Problem linux_freak01 Linux - Hardware 3 02-09-2005 05:46 PM
installing alsa (ac'97 Ian_Hawdon Linux - Hardware 6 07-11-2003 02:07 PM
Via ac'97 alsa setup Ian_Hawdon Linux - Hardware 1 04-22-2003 02:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration