From owner-freebsd-stable@FreeBSD.ORG Fri Jul 21 12:24:40 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0443A16A4DD for ; Fri, 21 Jul 2006 12:24:40 +0000 (UTC) (envelope-from nealie@kobudo.homeunix.net) Received: from neal.nelson.name (neal.nelson.name [82.139.192.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB5443D46 for ; Fri, 21 Jul 2006 12:24:38 +0000 (GMT) (envelope-from nealie@kobudo.homeunix.net) Received: from server.home (server.home [10.0.0.1]) (TLS: TLSv1/SSLv3,128bits,RC4-MD5) by neal.nelson.name with esmtp; Fri, 21 Jul 2006 14:24:37 +0200 id 000D4C4E.44C0C785.00012AF8 From: Nealie To: freebsd-stable@freebsd.org In-Reply-To: <1153396289.823.16.camel@server.home> References: <1153396289.823.16.camel@server.home> Date: Fri, 21 Jul 2006 14:24:36 +0200 Message-Id: <1153484676.902.3.camel@server.home> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Subject: Re: NVIDIA 6600GT Freeze X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 12:24:40 -0000 On Thu, 2006-07-20 at 13:51 +0200, Nealie wrote: > I have a problem with my system freezing when using an NVIDIA video card > using the nvidia-driver port. All seems to work fine for a while but > then the system freezes and won't even reply to a ping. This can happen > regardless of whether I use openGL or not. > > Everything works fine using the "nv" driver, so it doesn't seem to be a > hardware problem. > > My setup is as follows: > > uname: FreeBSD server.home 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jul 19 > 11:19:16 CEST 2006 root@server.home:/usr/obj/usr/src/sys/SERVER > i386 > > AGP NVIDIA 6600GT installed on an MSI K8T Neo-F V2.09 motherboard (VIA > K8T800 Pro chipset) with an AMD Athlon 64 3500+ CPU. > > The NVIDIA driver is installed as per the instructions, with agp and dri > removed from the kernel in order to use the NVIDIA agp interface, even > though the sysctl settings suggest otherwise. > > If anyone has any ideas about this problem I'd be very grateful. Just a quick reply to myself: The problem seems to be that the the IRQs of the motherboards on board network interface and the AGP card are the same. This works for a while but then something goes horribly wrong and all comes to a halt. Why the IRQ is shared I have no idea as there are nine free IRQs. Unfortunately there is no way to change either of the IRQs in the BIOS, so I've had to resort to replacing the on board gigagit network interface with an add on 100Mb interface. All seems to be working properly now with the NVIDIA driver.