Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751169AbWE2Ewz (ORCPT ); Mon, 29 May 2006 00:52:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751174AbWE2Ewz (ORCPT ); Mon, 29 May 2006 00:52:55 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:50615 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1751169AbWE2Ewy (ORCPT ); Mon, 29 May 2006 00:52:54 -0400 Subject: Re: How to check if kernel sources are installed on a system? From: Arjan van de Ven To: bidulock@openss7.org Cc: Lee Revell , Heiko Carstens , devmazumdar , linux-kernel@vger.kernel.org In-Reply-To: <20060528224402.A13279@openss7.org> References: <1148596163.31038.30.camel@mindpipe> <1148653797.3579.18.camel@laptopd505.fenrus.org> <20060528130320.GA10385@osiris.ibm.com> <1148835799.3074.41.camel@laptopd505.fenrus.org> <1148838738.21094.65.camel@mindpipe> <1148839964.3074.52.camel@laptopd505.fenrus.org> <1148846131.27461.14.camel@mindpipe> <20060528224402.A13279@openss7.org> Content-Type: text/plain Date: Mon, 29 May 2006 06:52:48 +0200 Message-Id: <1148878368.3291.40.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1249 Lines: 30 On Sun, 2006-05-28 at 22:44 -0600, Brian F. G. Bidulock wrote: > Lee, > > On Sun, 28 May 2006, Lee Revell wrote: > > > > > Debugging. When a new Linux user files a "no sound" ALSA bug report I > > need to find out whether they have any known broken options enabled, > > like USB bandwidth checking or the OSS USB midi/audio drivers. If we > > have to go back and forth figuring out which distro they have and where > > the config is they are that much more likely to give up and go back to > > Windows. > > > > Bug reports is another advantage that I found with the autoconf > approach to building kernel modules (previous cited): automatic > generation of bug reports containing full configuration information > using a send-pr script generated by the 'configure' script. autoconf compiles stuff. In that case you can just use the config.h file and test the appropriate defines for the exact case you're compiling the module for. That HAS to be more reliable than grepping some .config file... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/