From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.shellworld.net ([64.39.15.178] ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19u3lv-0001Wt-00 for ; Tue, 02 Sep 2003 01:32:07 -0400 Received: from server1.shellworld.net (ldavis@LOCALHOST [127.0.0.1]) by server1.shellworld.net (8.12.8/8.11.1) with ESMTP id h825W6p9016133 for ; Tue, 2 Sep 2003 00:32:06 -0500 (CDT) (envelope-from ldavis@shellworld.net) Received: from localhost (ldavis@localhost) by server1.shellworld.net (8.12.8/8.12.8/Submit) with ESMTP id h825W6oi016130 for ; Tue, 2 Sep 2003 00:32:06 -0500 (CDT) (envelope-from ldavis@shellworld.net) X-Authentication-Warning: server1.shellworld.net: ldavis owned process doing -bs Date: Tue, 2 Sep 2003 00:32:06 -0500 (CDT) From: Luke Davis To: Speakup@braille.uwo.ca Subject: OT: Kernel Compile And Module Dependancy Problems Message-ID: Organization: "Tacticus Communications, Inc." MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: I have been running on 2.4.20 for some time. I just modified my .config, by removing some sections and options, and having make oldconfig fill in the blanks. All goes well with the compile: make clean make mrproper make oldconfig make dep make bzImage make modules make modules_install No problems. Then, I run: update-modules and get: depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/scsi/sg.o depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/scsi/sr_mod.o depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/net/8021q/8021q.o This didn't used to happen, prior to the last bout of config changes. I tried configuring with and without modversions set and not, with no difference. Probably not enough information, but what are thoughts? Thanks Luke