Just got a Creative Titanium HD sound card for my new computer. Plugged it into a PCI express slot, hooked it up to the speakers and turned on the computer. Ubuntu (10.10) gave me a message at boot-up ("something is wrong") and finished booting.
I went to the Creative website and downloaded their tar.gz driver file for the Titanium sound card. Read the readme file.
It said:
Quick install =============
In terminal, 1) Goto source directory
2) Execute make command as root
make
make install
OK, so I extracted the file from my ~/Downloads directory and it made a directory called
~/Downloads/XFiDrv_Linux_Public_US_1.00$
Assuming this is what is meant by "source directory", I cd to that directory and do a "sudo make".
Here are the results (repeatable).
raroof@example.com:~/Downloads/XFiDrv_Linux_Public_US_1.00$ sudo make [sudo] password for raroof: make -C /lib/modules/2.6.35-24-generic-pae/build M=/home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00 make[1]: Entering directory `/usr/src/linux-headers-2.6.35-24-generic-pae' LD /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/built-in.o CC [M] /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.o /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.c:14: fatal error: sound/driver.h: No such file or directory compilation terminated. make[2]: *** [/home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.o] Error 1 make[1]: *** [_module_/home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-24-generic-pae' make: *** [all] Error 2 raroof@example.com:~/Downloads/XFiDrv_Linux_Public_US_1.00$
What am I doing wrong?
Thanks, Ralph
(Ralph Sumner: non-geek Ubuntu-user, a.k.a. Windows-hater)
|