Creative X-Fi Soundcard

Tags:

When i try to install the X-Fi card i get this problem:
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for directory with ALSA include files... /usr/src/linux/includechecking for kernel linux/version.h... no
The file /usr/src/linux/include/linux/version.h does not exist.
Please install the package with full kernel sources for your distributionor use --with-kernel=dir option to specify another directory with kernelsources (default is /usr/src/linux).

It seems the program cant find the kernel sources am i right? im a complete newbie to debian 4.0 and help would be great thx

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Creative X-Fi Soundcard

Install the headers for your running kernel:

apt-get install linux-headers-$(uname -r)

That should install 'version.h' and a few other files where most modern driver installers expect it to be.

Re: Creative X-Fi Soundcard

thanks for your help but i dnt understand the $(uname -r) bit sorry told u i was a newbie lol
apt-get install linux-headers-$(uname -r)

Re: Creative X-Fi Soundcard

You just log into a virtual console as root ([ctl][alt][F1] and log in), then type that command as it is to install the headers.

The $(uname -r) will execute the 'uname -r' command and substitute the result.

Syndicate content