Complete.Org: Mailing Lists: Archives: discussion: March 2002:
[aclug-L] Re: Can't get desired modules to be included on kernel compile
Home

[aclug-L] Re: Can't get desired modules to be included on kernel compile

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: Can't get desired modules to be included on kernel compile
From: Nate Bargmann <n0nb@xxxxxxxxxxxxxxxx>
Date: Wed, 27 Mar 2002 21:30:52 -0600
Reply-to: discussion@xxxxxxxxx

By chance are there any compile command lines in the C source file for
the module?  Grep the file for gcc and see if that turns up anything.
Some of the filed contain the recommended command string in the source
comments. Additionally, were there any build instructions with the source?

The way the kernel build system works, the various config targets won't
know any thing about the new module until it gets incorporated into the
kernel tree.  So, you just need to build it by hand and then copy it to
your
/lib/modules/2.x.xx/whatever_this_module_belongs_in_most_likely_net_directory
then run modprobe on it.

HTH,

- Nate >>

-- 
 Wireless | Amateur Radio Station N0NB          | "We have awakened a
 Internet | n0nb@xxxxxxxxxxxxxxxx               | sleeping giant and
 Location | Bremen, Kansas USA EM19ov           | have instilled in him
  Amateur radio exams; ham radio; Linux info @  | a terrible resolve".
             http://www.qsl.net/n0nb/           | - Admiral Yamomoto
-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]