From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 05:14:12 2005 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 9422516A4CE for ; Wed, 12 Jan 2005 05:14:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D38F43D53 for ; Wed, 12 Jan 2005 05:14:12 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 40so786568wri for ; Tue, 11 Jan 2005 21:14:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EzMnwDKxQv3QZobo6Oqla+KZI2S7mfnfiZL0EQFaXmTfonHD/L1b3s4riK9ufp87/66cPcHL4djLuDmpmLalq9PfhtgNFhbjpoDB6nqbX6NFoCOKQtaSlc9ep4rYDvjGE8IJkOMKkcnMs8qoN0Fbh5oylIUVt4slKklFoVRO2cc= Received: by 10.54.19.47 with SMTP id 47mr363687wrs; Tue, 11 Jan 2005 21:14:11 -0800 (PST) Received: by 10.54.19.59 with HTTP; Tue, 11 Jan 2005 21:14:11 -0800 (PST) Message-ID: <35de0c3005011121141b66f99e@mail.gmail.com> Date: Wed, 12 Jan 2005 00:14:11 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: Nvidia X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 05:14:12 -0000 On Tue, 11 Jan 2005 22:54:29 -0500, Brian Drulard wrote: > returned "error can't find kernel source tree" Sounds like there's no kernel source in /usr/src/sys on your machine. Section 8.3 of the Handbook has details on how to get it there. Bryan