From owner-freebsd-multimedia Wed Jan 27 15:46:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01671 for freebsd-multimedia-outgoing; Wed, 27 Jan 1999 15:46:46 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01657 for ; Wed, 27 Jan 1999 15:46:41 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id SAA18147; Wed, 27 Jan 1999 18:26:59 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.2/8.9.1) id SAA01617; Wed, 27 Jan 1999 18:26:58 -0500 (EST) (envelope-from myself) Date: Wed, 27 Jan 1999 18:26:57 -0500 From: "Donald J . Maddox" To: Randy Bush Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: can't get back to luigi on 4.0-current Message-ID: <19990127182657.A1539@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Randy Bush on Wed, Jan 27, 1999 at 02:49:21PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 27, 1999 at 02:49:21PM -0800, Randy Bush wrote: > well, i need the mbone tools, and vat seems to want luigi. so i rehacked Actually, vat works ok with VoxWare, as long as you remove the audio patches. The patches fix vat for pcm, but break it completely for snd. > the kernel (4.0-current as of 990126) to luigi, i think. kernel config sez > > device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 vector pcmintr > > but it is not working. when i run vat or xmix, they syslog the following: > > pcm0: unit not configured, perhaps you want pcm1 ? > > and > > # xmix > Error opening mixer device /dev/mixer: Device not configured I believe you will need to compile a pcm1 device into your kernel, and also: # cd /dev # sh MAKEDEV snd1 You will have to make the symlinks (look at the snd* section in MAKEDEV) yourself, as MAKEDEV only makes them for snd0. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message