From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 21:57:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A0310656B7 for ; Sun, 6 Apr 2008 21:57:07 +0000 (UTC) (envelope-from tl32@next.online.no) Received: from mail44.e.nsc.no (mail44.e.nsc.no [193.213.115.44]) by mx1.freebsd.org (Postfix) with ESMTP id DA1F88FC1E for ; Sun, 6 Apr 2008 21:57:06 +0000 (UTC) (envelope-from tl32@next.online.no) Received: from [62.16.191.121] (062016191121.customer.alfanett.no [62.16.191.121]) (authenticated bits=0) by mail44.nsc.no (8.13.8/8.13.5) with ESMTP id m36Lv3Uu010642; Sun, 6 Apr 2008 23:57:03 +0200 (MEST) Message-ID: <47F94719.1070304@next.online.no> Date: Sun, 06 Apr 2008 23:56:41 +0200 From: Tore Lund User-Agent: Thunderbird 2.0.0.12 (X11/20080229) MIME-Version: 1.0 To: =?windows-1252?Q?S=E9bastien_Morand?= , freebsd-questions@freebsd.org References: <151985.79421.qm@web56801.mail.re3.yahoo.com> <200804020519.FAA12872@sopwith.solgatos.com> <16d3abd60804020732x1f617341j536ea52de2226a00@mail.gmail.com> <20080402165235.GA82705@slackbox.xs4all.nl> <47F93017.6070505@gmail.com> In-Reply-To: <47F93017.6070505@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 21:57:07 -0000 Sébastien Morand wrote: > [snip] > nv-freebsd.h:76:24: error: pci/agpvar.h: No such file or directory > > [snip] > So a file is missing. I try this: > # cd work/NVIDIA-FreeBSD-x86-169.12/src/ && mkdir pci && cd pci && ln -s > /usr/src/sys/dev/agp/agpvar.h && cd ../../../../ && make install Hmmm. I think it complained about /usr/src/sys/pci/agpvar.h. It looks like you have put an agpvar.h among the nvidia files instead. I have a 7300 GT myself, and it works fine with nvidia.ko. The only thing I did before this install was to download kernel sources. -- Tore