From owner-freebsd-stable@FreeBSD.ORG Sat Apr 9 23:22:17 2005 Return-Path: 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 14ECB16A4CE for ; Sat, 9 Apr 2005 23:22:17 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0AF43D46 for ; Sat, 9 Apr 2005 23:22:16 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.135] (port=57356 helo=smtp4.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1DKPHL-0005c0-3R; Sun, 10 Apr 2005 01:22:15 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:59920 helo=desktop.homenet) by smtp4.home.nl with esmtp (Exim 4.30) id 1DKPHI-0003mO-4v; Sun, 10 Apr 2005 01:22:12 +0200 From: Danny Pansters To: freebsd-stable@freebsd.org Date: Sun, 10 Apr 2005 01:21:55 +0200 User-Agent: KMail/1.8 References: <42549715.9070402@math.missouri.edu> In-Reply-To: <42549715.9070402@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504100121.56016.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Problems with PCI-express video card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 23:22:17 -0000 [ top posting for a change ;-) ] Is this is a brand new board/box (eg first time trying FreeBSD with it)? If so, try physically installing first the RAM then the pci-x card. They want a memory adress pool allocated and that should be "above" your RAM allocated addresses. You don't need agp in your kernel, in fact better not if you use nvidia-driver. You might also have a basket case situation where your allocated addresses for the nvidia overlap with those for another PCI card, but I think usually the OS will handle this. My first bet would be on the "RAM chipping" that might occur as explained above. Also note (perhaps superfluous) that you shouldn't be running X when (re)loading nvidia.ko. But perhaps it just isn't supported. Does using X' nv work or not? HTH, Dan On Thursday 07 April 2005 04:12, Stephen Montgomery-Smith wrote: > I have a nvidia PCI-express 6600 video card on an Intel SE7525GP2 > motherboard. I am running a fairly recent version of RELENG_5. > > I am having great difficulty getting the video card to work. On an > older version of Xorg it would try to use the vesa driver. It did put > up some video, but it was illegible. > > The most recent version of Xorg tries to use the nv driver. I have also > tried out the very recent nvidia driver that just came out on the nvidia > website a few days ago. In these cases startx simply doesn't work, and > I get the error messages: > > (EE) NVIDIA(0): No valid FB address in PCI config space > > I might add that when the nvidia.ko is loading, it puts out messages > like this: > > pci3: on pcib3 > nvidia0: mem > 0xdd000000-0xddffffff,0xf0000000-0xffffffff,0xd80000 > 00-0xdbffffff at device 0.0 on pci3 > nvidia0: NVRM: NVIDIA MEM resource alloc failed. > nvidia0: NVRM: NVIDIA driver alloc failed. > device_attach: nvidia0 attach returned 6 > > I have tried also messing with the AGP settings to no avail, but I guess > that is irrelevant anyway (is AGP totally unrelated to PCI-express?) > > I don't know if this is a video card issue, or a motherboard issue, or > what. It works beautifully with Windows XP. I might try it out with > Linux also, but I haven't got that far yet. > > Thanks, Stephen > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"