Results 1 to 3 of 3
Hi,
I have a machine with X-Fi Titanium sound card. Im getting the following errors when trying to compile the driver.
Code:
make
make -C /lib/modules/2.6.9-89.0.23.ELsmp/build
M=/root/XFiDrv_Linux_Public_US_1.00
make[1]: Entering directory ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-01-2010 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 9
X-Fi Titanium RedHat 4
Hi,
I have a machine with X-Fi Titanium sound card. Im getting the following errors when trying to compile the driver.
Other Info:Code:make make -C /lib/modules/2.6.9-89.0.23.ELsmp/build M=/root/XFiDrv_Linux_Public_US_1.00 make[1]: Entering directory `/usr/src/kernels/2.6.9-89.0.23.EL-smp- x86_64' CC [M] /root/XFiDrv_Linux_Public_US_1.00/xfi.o In file included from /root/XFiDrv_Linux_Public_US_1.00/xfi.c:17: /root/XFiDrv_Linux_Public_US_1.00/ctatc.h:22:34: linux/spinlock_types.h: No such file or directory make[2]: *** [/root/XFiDrv_Linux_Public_US_1.00/xfi.o] Error 1 make[1]: *** [_module_/root/XFiDrv_Linux_Public_US_1.00] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-89.0.23.EL-smp- x86_64' make: *** [all] Error 2
It shows up in lspci:Code:uname -a Linux swlin114 2.6.9-89.0.23.ELsmp #1 SMP Fri Mar 5 23:27:13 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
I also got the vendors device ID if its any help:Code:01:00.0 Audio device: Creative Labs X-Fi Titanium series [EMU20k2] (rev 03)
Code:lspci -n | grep '01:00.0' 01:00.0 Class 0403: 1102:000b (rev 03)
- 11-01-2010 #2
The driver for that card should be included as of alsa 1.0.21. RHEL4 is quite old now, so I'm not sure about building the latest alsa on it, but you could give that a whirl.
Available from ATRPMS is alsa 1.0.20, which may work with your card, not sure. If you update to RHEL5 or an RHEL clone like Scientific Linux or CentOS (do you have a license for RHEL?), ATRPMS has a 1.0.21 package available.)
- 11-01-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,234
Have you installed the kernel headers module on your system for your kernel? The missing header seems to be kernel related.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
