From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 23:12:21 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 57CF016A4CE for ; Tue, 28 Dec 2004 23:12:21 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E763B43D2F for ; Tue, 28 Dec 2004 23:12:20 +0000 (GMT) (envelope-from stukov25@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so350784rne for ; Tue, 28 Dec 2004 15:12:20 -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:mime-version:content-type:content-transfer-encoding; b=QeaI1VfPiFKfaSJHyOXSGiYm/hGB0rIQ5SUfOhVpg4wcIvFV2iA7/16hpgUGyyfDYzmgv/0cRJ4d0/+t3jCJtBcmSNe/VzH5/mHVVCUGw9p1ZUDwvSMFi+NkYs20E/8L0CduGkmi4eXNpska3HMNEWQNtDhvmr2SwJgDWxB49TY= Received: by 10.38.207.38 with SMTP id e38mr139596rng; Tue, 28 Dec 2004 15:12:20 -0800 (PST) Received: by 10.38.98.69 with HTTP; Tue, 28 Dec 2004 15:12:20 -0800 (PST) Message-ID: <6db264520412281512542c4145@mail.gmail.com> Date: Tue, 28 Dec 2004 18:12:20 -0500 From: Alexei Stukov To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: nvaudio X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexei Stukov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 23:12:21 -0000 Hi, I am new to FreeBSD's world and I am trying to install the drivers for my audio card (which is on-board, with the nForce 3 150 Pro chipset). I saw the driver in the ports, in the directory of the nvnet driver and tried to "make" it. But, I get the following error : root@x1# cd /usr/ports/net/nvnet/work/nforce/nvaudio/ root@x1# make && make install Error expanding embedded variable. Is there any way to install these drivers? Thanks.