From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750908AbWGLIK1 (ORCPT ); Wed, 12 Jul 2006 04:10:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750914AbWGLIK1 (ORCPT ); Wed, 12 Jul 2006 04:10:27 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]:19764 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1750908AbWGLIKZ (ORCPT ); Wed, 12 Jul 2006 04:10:25 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=UZjLBJb7RJ882KBsAfDUechFnEADrIBkvovcD1im4DYsnN5MNgOOOBGz99SC/gR5ZLqhG6En0EmOQflNsj6NG8w1QGfcZBfyt39P1XQw2UZ7ueBQ0yqPJ8nH5A29FXZp86+5DHfip7wtwOBFiGRsY5e1kLrVEie/cxknukcFeHA= Date: Wed, 12 Jul 2006 12:17:04 +0400 From: Paul Drynoff To: Arjan van de Ven Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [BUG] 2.6.18-rc1-mm1: as usual can not boot Message-Id: <20060712121704.def30154.pauldrynoff@gmail.com> In-Reply-To: <1152690358.3217.20.camel@laptopd505.fenrus.org> References: <20060712095933.57d2a595.pauldrynoff@gmail.com> <20060712001232.a31285e3.akpm@osdl.org> <20060712113718.8e5e3af7.pauldrynoff@gmail.com> <1152690358.3217.20.camel@laptopd505.fenrus.org> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.12; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Jul 2006 09:45:58 +0200 Arjan van de Ven wrote: > On Wed, 2006-07-12 at 11:37 +0400, Paul Drynoff wrote: > > On Wed, 12 Jul 2006 00:12:32 -0700 > > Andrew Morton wrote: > > > > > On Wed, 12 Jul 2006 09:59:33 +0400 > > > Paul Drynoff wrote: > > > > > Hi, I havent followed your saga much, but in the past I've seen cases > where such kind of thing went away when AGP was set to be built into the > kernel, rather than as a module or not even built at all. > > I don't know what your AGP setting is but if it's not built in it's > worth a shot to set it to be built in. > thanks for reply, At now I build all in kernel (without modules) for debuging purposes, I have $ grep -i AGP .config CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set # CONFIG_AGP_INTEL is not set # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set # CONFIG_AGP_VIA is not set # CONFIG_AGP_EFFICEON is not set But still get error