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: Glenn Wiens <gwiens@xxxxxxxxxx>
Date: Thu, 28 Mar 2002 18:02:43 -0600
Reply-to: discussion@xxxxxxxxx

There were no gcc instructions in the source files. But going by the
document that came with this patch, the author, John Hardin, says that,
after applying the patch, just configure your kernel (with make menuconfig I
assume), selecting the following options (and then he lists a number of
them). Those options don't appear in my config session and I don't know how
to put them there.

In my out-of-the-box RedHat 2.2.16-22 kernel, all of the ip_masq_xxx (like
ip_masq_ftp and ip_masq_raudio) options are already compiled and I can load
these modules with "modprobe ip_masq_ftp".

Also, when I try to compile this file manually, it complains about missing
header files.

----- Original Message -----
From: "Nate Bargmann" <n0nb@xxxxxxxxxxxxxxxx>
To: <discussion@xxxxxxxxx>
Sent: Wednesday, March 27, 2002 9:30 PM
Subject: [aclug-L] Re: Can't get desired modules to be included on kernel
compile


>
> 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_director
y
> 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
>

-- 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]