From owner-freebsd-multimedia Sat Jun 7 15:37:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA11903 for multimedia-outgoing; Sat, 7 Jun 1997 15:37:06 -0700 (PDT) Received: from cais.cais.com (root@cais.com [199.0.216.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA11898 for ; Sat, 7 Jun 1997 15:37:04 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/) with SMTP id SAA13916 for ; Sat, 7 Jun 1997 18:37:02 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id SAA07286 for ; Sat, 7 Jun 1997 18:37:01 -0400 Date: Sat, 7 Jun 1997 18:36:50 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD-Multimedia@FreeBSD.org Subject: Nas Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I've played around with it, I know what's broken, and the fix method, but I don't yet know enough about the sound devices to fix it. This call is failing: if ((fd = open(sndStatOut.device, O_RDWR, 0)) == -1) { UNIDENTMSG; return AuFalse; I checked, this device is maj 30 minor 5, on my machine /dev/dspW. I found some things that are wrong with Nas setup, and if I can get the two opens (there's another for the input device, just like it) then I would have Nas working. Anyone know if I have the major/minor messed up? MAKEDEV seems to be broken for audio, it gives me a mknod error. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+-----------------------------------------------