Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Maybe it sounds like a silly question, but here it is:
I need a driver for a card, there are no debian packages for debian 6, only for debian 4. I downloaded the sources, and tried to compile them. So far, I have done make config and make succesfully. But when I try make install, it is trying to copy two files with the extension .ko. I wonder if those files should be created during the make step or if those files were supposed to be in the sources that I downloaded.
any comment or help is really appreciated.
Thanks
Last edited by orcaja; 02-02-2012 at 12:39 PM.
Reason: I
Click here to see the post LQ members have rated as the most helpful post in this thread.
.ko files are kernel modules. They were compiled when you ran make, and should be installed if you run 'make install' as root. They usually go in /lib/modules/$(uname -r)/somewhere.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.