"Michael P. Soulier" <[EMAIL PROTECTED]> writes: > On Wed, Oct 04, 2000 at 12:41:24AM -0700, Tino Ionescu wrote: > > Hi > > I'm trying to install the driver emu10k1 for Sound Blaster Live > > Driver's Makefile is complainig that it can't find "modversion.h" > > Can anybody tell me what should be done? > > Are you sure it's not modversions.h? Plural? > > I had no problems compiling this. All I had to do was modify the include > paths to include the kernel headers. > > ie. Add -I/usr/src/kernel-headers-2.2.17/include to CFLAGS in the > Makefile.
I had no problems compiling this, not even modify any include paths or the like. All I had to do was `apt-get install kernel-source-2.2.17', then `cd /usr/src ; tar -xvIf kernel-source-2.2.17.tar.bz2 ; ln -s kernel-source-2.2.17 linux; cd linux' and, supposed you are in a rxvt/xterm: `make-kpkg xconfig' and choose the appropriate modules in the sound driver menu, `make-kpkg clean ; make-kpkg --revision=custom.1 kernel_image'. When the module doesn't load automatically (here it doesn't), use modconf to load it upon boot. Greetings, joachim