From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 10:57:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25C316A4BF for ; Wed, 27 Aug 2003 10:57:36 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A3043FE5 for ; Wed, 27 Aug 2003 10:57:35 -0700 (PDT) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd06.aul.t-online.de by mailout07.sul.t-online.com with smtp id 19s4Y2-0004Hy-09; Wed, 27 Aug 2003 19:57:34 +0200 Received: from techfak.uni-bielefeld.de (Tth-DZZJ8e+yfMCqts5B3wvgUtNWhWekEXwmKcPVsGLv8KQZrALp4I@[217.225.20.214]) by fmrl06.sul.t-online.com with esmtp id 19s4Xn-2KgCPI0; Wed, 27 Aug 2003 19:57:19 +0200 Message-ID: <3F4CF0F7.6030105@techfak.uni-bielefeld.de> Date: Wed, 27 Aug 2003 19:57:11 +0200 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: Tth-DZZJ8e+yfMCqts5B3wvgUtNWhWekEXwmKcPVsGLv8KQZrALp4I@t-dialin.net Subject: ASUS A7N8X + nvidia driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 17:57:37 -0000 Hi, i am running FreeBSD-5.1 and can't get agp up and running. I tried to load the kernel module before and after system start and also tried with and without acpi. The results were the same: nvidia0: at device 0.1 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: at device 0.2 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: at device 0.3 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: at device 0.4 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: at device 0.5 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: port 0xe800-0xe81f irq 10 at device 1.1 on pci0 nvidia0: Unable to enable PCI busmastering. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: mem 0xcf081000-0xcf0810ff irq 5 at device 2.2 on pci0 nvidia0: Unable to allocate NVIDIA memory resource. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: port 0xec00-0xec07 mem 0xcf082000-0xcf082fff irq 10 at device 4.0 on pci0 nvidia0: Unable to allocate NVIDIA memory resource. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: mem 0xcf000000-0xcf07ffff irq 10 at device 5.0 on pci0 nvidia0: Unable to allocate NVIDIA memory resource. device_probe_and_attach: nvidia0 attach returned 6 nvidia0: mem 0xc0000000-0xc7ffffff,0xcb000000-0xcbffffff irq 11 at device 0.0 on pci3 Does someone know a solution? Hendrik