From owner-freebsd-questions Fri May 26 08:16:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA28026 for questions-outgoing; Fri, 26 May 1995 08:16:20 -0700 Received: from greatdane.cisco.com (greatdane.cisco.com [171.69.1.141]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA28020 for ; Fri, 26 May 1995 08:16:18 -0700 Received: (albright@localhost) by greatdane.cisco.com (8.6.8+c/8.6.5) id IAA20543 for freebsd-questions@freebsd.org; Fri, 26 May 1995 08:15:46 -0700 Date: Fri, 26 May 95 8:15:46 PDT From: Bob Albrightson To: freebsd-questions@FreeBSD.org Subject: multicasts (again) Message-Id: Sender: questions-owner@FreeBSD.org Precedence: bulk Okay, I got plenty of help on that last round and with the information I received, I was able to get multicasting to work. Now, I would like to get the audio side of vat to work. I have a simple little old sound blaster card (I know, I know, it's a pile of garbage). For this hardware, I am only interested in getting it to receive vat audio. When I'm ready to make a noise, I'll get hardware that does full duplex (dma on both directions). I have read the sound blaster patch from ftp.ee.lbl.gov. It appears that patch is for a very early version of 386BSD that doesn't have the /dev/audio driver. It looks like the /dev/audio driver is already in the 950322-SNAP kernel. What do I need to make that work with the SB driver? I have configured 'pseudo-device vat_audio', but that doesn't compile. I am assuming it is because the SB driver doesn't have the right stuff. -bob