From owner-freebsd-hardware@FreeBSD.ORG Thu Mar 11 18:11:50 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114F716A4CE for ; Thu, 11 Mar 2004 18:11:50 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987143D53 for ; Thu, 11 Mar 2004 18:11:49 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i2C2BkkF026146; Thu, 11 Mar 2004 21:11:46 -0500 (EST) Message-ID: <40511CAD.4070609@ec.rr.com> Date: Thu, 11 Mar 2004 21:13:01 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040210 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lukas@razik.de References: <4050B593.3628.237BFC@localhost> In-Reply-To: <4050B593.3628.237BFC@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-hardware@freebsd.org Subject: Re: 5.2.1-RELEASE hangs after 'agp0: mem 0-0x7ffffff at device 0.0 on pci0' X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 02:11:50 -0000 lukas@razik.de wrote: >My system (laptop): >CPU: P4 3.06GHz (HT enabled) >Chipset: Intel 82865G/PE/P, 828485P DRAM Controller >Graphic adapter: GF FX Go5350 > > >Hi!!! > >If I try to boot from the '5.2.1-RELEASE-i386-miniinst.iso' the kernel hangs after outputting this message (with >verbose logging): >agp0: mem 0-0x7ffffff at device 0.0 on pci0 >agp0: allocating GATT for aperture of size 128M > >Is there a way to start the kernel without AGP support? >I had the same problem with NetBSD 1.6.2 but after disabling APM and AGP all works fine... > > >Thnx! >Lukas > >_______________________________________________ >freebsd-hardware@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > > > That depends, is agp compiled in? If so you need to go into single user mode or safe mode and recompile. If it is a module just go to the boot prompt and stop agp from loading, then after you boot you can edit the loader.conf file so it never loads.