LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Build a module step by step (https://www.linuxquestions.org/questions/linux-newbie-8/build-a-module-step-by-step-135038/)

mwarbeck 01-15-2004 07:01 AM

Build a module step by step
 
I have source code from the chipset maker for my wireless card but don't know how to build a module from it. Could someone walk me though it step by step?

Thanks,
Mark

Caeda 01-16-2004 10:02 PM

Check the file labeled... "README".. or "INSTALL", for which I've never seen a source code without step by step instructions included...

bhaskie 01-17-2004 04:46 AM

Build the sources for your current kernel. Read the README. YOu will need to do ./configure, make, make install. load the module with modprobe. check the /lib/modules/2.4.XX/kernel/net/whatever/path for the whatever_modulename.o file.


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