Hello, After managing to get my XFree86 4.0.1 running last night (which seemed an achievement) I set upon setting up an SB Live! (Xgamer)... I downloaded the drivers from opensource.creative.com and compiled them with few warnings. I then did a 'make install' and got the following messages:
mkdir -p /lib/modules/2.2.17/misc install -c -m 664 emu10k1.o /lib/modules/2.2.17/misc install -c -m 664 ac97_codec.o /lib/modules/2.2.17/misc mkdir -p /lib/modules/2.2.17/misc install -c -m 664 emu10k1-joy.o /lib/modules/2.2.17/misc /sbin/depmod -a 2.2.17 depmod: *** Unresolved symbols in /lib/modules/2.2.17/misc/emu10k1.o /sbin/modprobe -r emu10k1.o emu10k1-joy.o ac97_codec.o Has anyone else experienced these problems? I've done some hunting through FAQs and noticed someone saying to set MODVERSIONS in the Makefile to 'y' and INCLUDEDIR to '/usr/src/linux/include'... neither MODVERSIONS or INCLUDEDIR is to be found in the Makefile but I added those lines in anyway... same problem happened. I've checked the kernel (with 'modconf') to make sure "Sound support" is installed and it apparently is, although soundcore isn't a loaded module (should it be?). The only other thing I've checked is the output from 'dmesg': ... ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: dsp reset failed. If anyone can point me in the right direction it'd be much appreciated. I'm running Woody which I've been keeping up-to-date daily with apt-get. Cheers, Jamu.