From owner-freebsd-questions@FreeBSD.ORG Sun Jul 4 03:11:03 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 9DEBC16A4CE for ; Sun, 4 Jul 2004 03:11:03 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 4622843D41 for ; Sun, 4 Jul 2004 03:11:03 +0000 (GMT) (envelope-from thatha@gmail.com) Received: by mproxy.gmail.com with SMTP id d5so23469rng for ; Sat, 03 Jul 2004 20:11:02 -0700 (PDT) Received: by 10.38.207.65 with SMTP id e65mr269123rng; Sat, 03 Jul 2004 20:11:02 -0700 (PDT) Message-ID: Date: Sun, 4 Jul 2004 13:11:02 +1000 From: Gautam Gopalakrishnan To: Hugo Silva In-Reply-To: <49757.81.84.175.12.1088898504.squirrel@81.84.175.12> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <49757.81.84.175.12.1088898504.squirrel@81.84.175.12> cc: freebsd-questions@freebsd.org Subject: Re: sound-card // dsp1 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: Sun, 04 Jul 2004 03:11:03 -0000 On Sat, 3 Jul 2004 23:48:24 -0000 (GMT), Hugo Silva wrote: > Hi, > > I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9 > > I've tried: > [root@europa:/dev]# mknod /dev/dsp1 c 30 0x00000013 > mknod: /dev/dsp1: No such file or directory > > but no luck.. I need this device because I need to use two programs who > will put dsp device in r/w. So the second will always fail. The only way I > see to fix this is creating a dsp1 device, make the first program use > /dev/dsp and the second use /dev/dsp1 ... According to some old post I remember on this list, you can use /dev/dsp0.0 and /dev/dsp0.1 as two separate devices. Hope that helps Gautam