I’m a new Linux user, so I don’t really know what I’m doing as of yet; so please bear with me.
I installed the 64 bit (I have a 64 bit dual core CPU) version of SUSE 11.0, and I’m running the KDE 4.0.4 desktop. Everything is up and running except for my sound card. My sound card is the Creative Labs Sound Blaster X-Fi Xtrememusic, and I downloaded the recently released drivers from Creative Labs from here.
Once downloaded, I extracted the files to my desktop, and followed the instructions which are:
"In terminal,
- Goto source directory
- Execute make command as root
make
make install"
Logged in as root, I typed “make” and got this:
“make -C /lib/modules/2.6.25.18-0.2-default/build M=/home/deabionni/Desktop/Xfi
make[1]: Entering directory /usr/src/linux-2.6.25.18-0.2-obj/x86_64/default' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory
/usr/src/linux-2.6.25.18-0.2-obj/x86_64/default’
make: *** [all] Error 2”
Then I typed “make install” and got this:
“Copy module files…
cp: cannot stat `ctxfi.ko’: No such file or directory
make: *** [install] Error 1”
Any ideas as to what’s going wrong?