SCIENTIFIC-LINUX-USERS Archives

September 2004

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Brett Viren <[log in to unmask]>
Reply To:
Brett Viren <[log in to unmask]>
Date:
Mon, 27 Sep 2004 10:31:51 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (14 lines)
The .config file is created when running "make config", "make
menuconfig" or "make xconfig" (prior to actually building the kernel).
It needs to be there and correctly reflect how the kernel is actually
built for most out-of-kernel drivers to work.

Some kernels store their config in /proc/config.gz, if this is the
case for yours the following might be enough to get your modules
correctly built:

mkdir /usr/src/linux
zcat /proc/config.gz > /usr/src/linux/.config

-Brett.

ATOM RSS1 RSS2