At 17 May 2002 22:58:38 +1000, Dan Treacy wrote: > I'm running woody with an older kernel - 2.2.20 and I've got a aureal > vortex (au8810 chipset) PCI soundcard that I'm trying to get working, > but I see to have hit a snag.
heh. just setup the au8830 on my work machine yesterday (from upstream source, tho - not a .deb) > make[2]: Entering directory `/usr/src/modules/au88xx-kernel' > gcc -M -I/lib/modules/2.2.20/build/include au_vortex.c > au_vortex.dep > In file included from au_vortex.c:81: > au_vortex.h:50: linux/modversions.h: No such file or directory you want to hack the Makefile (or somewhere), so it includes "-Ikernel_directory". iirc, make-kpkg sets some environment variable, which the modules are supposed to include with "-I". if you can't be bothered finding the right variable, just hard code "-I/usr/src/linux" somewhere in the CFLAGS setting and things should work. -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
