From owner-freebsd-multimedia Sun Nov 9 00:31:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA23661 for multimedia-outgoing; Sun, 9 Nov 1997 00:31:07 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA23651 for ; Sun, 9 Nov 1997 00:31:00 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id IAA29708; Sun, 9 Nov 1997 08:21:08 +0100 From: Luigi Rizzo Message-Id: <199711090721.IAA29708@labinfo.iet.unipi.it> Subject: Re: Help with sound driver on 2.2.5-RELEASE To: kimc@kim.net (Kim Culhan) Date: Sun, 9 Nov 1997 08:21:07 +0100 (MET) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: from "Kim Culhan" at Nov 8, 97 07:55:03 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > This setup is a Gravis PnP sound card and Luigi's sound driver with > the PnP mods from his web site. > > Tried running maplay and the Real Audio player, looks like the devices > are not configured correctly. > > We have this sndstat: > > FreeBSD Audio Driver (971023) Nov 8 1997 18:43:43 > Installed devices: > pcm1: at 0x328 irq 11 dma 7:5 > > If anyone has any thoughts on what could be the problem they would > be very greatly appreciated. as you can see the device is unit 1 so you have to use /dev/dsp1 and friends, or make symlinks from /dev/dsp -> /dev/dsp1, /dev/mixer -> /dev/mixer1, etc. This is all in the readme file. Luigi