Results 1 to 5 of 5
I've downloaded drivers for my PC. they were in *.tar.gz archive. I unpacked it and it created a folder with files there was a readme file with following instructions:
Quick ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-12-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
need a little help with sound card drivers.
I've downloaded drivers for my PC. they were in *.tar.gz archive. I unpacked it and it created a folder with files there was a readme file with following instructions:
Quick install
=============
In terminal,
1) Goto source directory
2) Execute make command as root
make
make install
through Konsole I go to that new folder and write in command: "make", but I get error...
what do I do wrong ?
p.s. check screenshot !
- 09-13-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 42
You are building a kernel module that will need to be linked back to the kernel source tree. You need to install the kernel source package.
Remember that building a module manually this way will require you to rebuild the module every time the kernel is updated.Code:# urpmi kernel-source-latest
- 09-13-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
thnx for that. I got through the "make" part...
now...I get error when I try to execute "make install"...
- 09-19-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 42
This kinda error usually means the module was built against a different kernel source tree than the running kernel. Compare the output of
to the kernel directory in the last few lines your screenshot. Make sure it matches, if not it's the wrong kernel source.Code:# uname -r
- 10-02-2009 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
. I unpacked it and it created a folder with files there was a readme file with following instructions:


Reply With Quote
