NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtWindows Error: 002 - No error yet ... Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Creative X-Fi SoundcardWhen i try to install the X-Fi card i get this problem: 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 |
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.