LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sound card device driver not installing (https://www.linuxquestions.org/questions/linux-newbie-8/sound-card-device-driver-not-installing-897490/)

aplusguy333 08-15-2011 05:41 PM

sound card device driver not installing
 
I have some Linux experience, but not a lot, so I am challenged by several issues. I have been using Windows XP, and recently added Linux 10.10, and set it up as a dual boot system. I have a Creative Sound Blaster X-FI sound card (bought in 2007), and driver installed fine from CD on XP. I downloaded the Linux driver from the Creative web site for the sound card, and I'm sure it was the correct one. The first thing I had to do was create a folder to put it in. I created a folder named 'soundcard' under /usr/share/, and extracted (unzipped) the files into that folder. The readme file instructed me to do the following:

In terminal,

1) Goto source directory

2) Execute make command as root

make

make install

When trying to install the sound card device driver with the make command, I received the following error message:

fatal error: sound/driver.h: No such file or directory

I did a grep search to find out where the sound/driver.h code exists, and is in ctatc.h and xfi.c. There was a '#include <sound/driver.h>' statement in both files, commented them out, tried to run that way, and got a different error message, so that was not the solution.

If anyone knows how to resolve this problem, I would very much appreciate your response ASAP. Thanks.

GlennsPref 08-15-2011 07:16 PM

Quote:

Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 4 million posts to search it's possible the answer has been given.
:)

"make install" must be done as root (administrator)

other than that I have very little experience with creative devices. (snd-ctxfi)

Hope this helps, Glenn

ps. this error is because you don't have access to the directory, or the file
Quote:

fatal error: sound/driver.h: No such file or directory
;-)


All times are GMT -5. The time now is 10:10 AM.