From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 03:42:37 2004 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 87D7116A4CE for ; Fri, 19 Nov 2004 03:42:37 +0000 (GMT) Received: from mx.networkiv.net (mx.networkiv.net [65.205.143.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E8F543D46 for ; Fri, 19 Nov 2004 03:42:37 +0000 (GMT) (envelope-from stephen@networkiv.net) Received: by mx.networkiv.net (Postfix, from userid 6891) id D3F72B28DC; Thu, 18 Nov 2004 22:42:38 -0500 (EST) Date: Thu, 18 Nov 2004 22:42:38 -0500 From: "Stephen L. Martin" To: freebsd-questions@freebsd.org Message-ID: <20041119034238.GA99245@mx.networkiv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: nvidia driver install-unable to read seeprom 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: Fri, 19 Nov 2004 03:42:37 -0000 Hello, I am trying to install the nvidia-driver (1.0.6113_2) on 5.3-RELEASE. The installation fails and locks the computer, what looks like, right at the end. This is what happens: Install -o root -g wheel -m 555 nvidia.ko /boot/modules kldxref /boot/modules ===> lib ===> lib/GL ===> lib/libnvidia-tls ===> lib/libGLcore ===> lib/libXvMCNVIDIA ===> lib/compat ===> lib/compat/libGL ===> lib/compat/libnvidia-tls ===> lib/compat/libGLcore ===> x11 ===> x11/driver ===> x11/extension ===> etc ===> doc ahd1: mem 0-0x1fff at device 10.1 on pci0 Unable to read SEEPROM At this point the whole machine is locked...can't even ping it...and this happens every time I try the install. Everything else runs fine...only this install is causing problems. Here's some relevant dmesg output: da0 at ahd0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled da0: 35074MB (71833096 512 byte sectors: 255H 63S/T 4471C) ahd0: port 0xed00-0xedff,0xe000-0xe0ff mem 0xfe400000-0xfe401fff irq 16 at device 10.0 on pci0 ahd0: [GIANT-LOCKED] ahd1: at device 10.1 on pci0 device_attach: ahd1 attach returned 12 da0 at ahd0 bus 0 target 0 lun 0 And it's an Asus a7v880 board. The only strange thing I see in here is the "attach returned 12". In the handbook it says to try adding "hw.pci.allow_unsupported_io_range=1", but it looks like this was taken out in 5.3 Anything else to try?...Any more info needed?.... Thanks, Stephen