Hi guys.
I'm a complete linux newbie at the moment. I've been hunting for solutions to my soundcard troubles, but so far nothing seems to have resolved it.
In a nutshell, I have a 5.1 speaker set up, but the centre and subwoofer speakers are not producing any sound under linux.
My soundcard is a Creative SB X-Fi XtremeGamer.
I attempted to install the official creative driver, but received this error message:
Quote:
[root@THEBEAST XFiDrv_Linux_Public_US_1.00]# make
make -C /lib/modules/2.6.33.6-147.2.4.fc13.x86_64/build M=/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00
make[1]: Entering directory `/usr/src/kernels/2.6.33.6-147.2.4.fc13.x86_64'
LD /home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/built-in.o
CC [M] /home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.o
/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.c:14:26: error: sound/driver.h: No such file or directory
/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.c: In function ‘ct_card_probe’:
/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.c:55: error: implicit declaration of function ‘snd_card_new’
/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.c:55: warning: assignment makes pointer from integer without a cast
make[2]: *** [/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00/xfi.o] Error 1
make[1]: *** [_module_/home/Daniel/Desktop/XFiDrv_Linux_Public_US_1.00] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.33.6-147.2.4.fc13.x86_64'
make: *** [all] Error 2
[root@THEBEAST XFiDrv_Linux_Public_US_1.00]# make install
Copy module files...
cp: cannot stat `ctxfi.ko': No such file or directory
make: *** [install] Error 1
|
Any help would be most appreciated!
I do apologise if this issue has been previously covered - I did a number of searches on the forum prior to posting, but didn't find anything.