From owner-freebsd-multimedia Wed May 15 09:13:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28580 for multimedia-outgoing; Wed, 15 May 1996 09:13:11 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA28575 for ; Wed, 15 May 1996 09:13:08 -0700 (PDT) Received: from mowgli.wr.usgs.gov (mowgli.wr.usgs.gov [130.118.109.53]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id JAA05036 for ; Wed, 15 May 1996 09:10:51 -0700 Received: (from twcutter@localhost) by mowgli.wr.usgs.gov (8.7.3/8.6.12) id IAA04770; Wed, 15 May 1996 08:58:14 -0700 (PDT) From: "Tom W. Cutter" Message-Id: <199605151558.IAA04770@mowgli.wr.usgs.gov> Subject: Re: vat under 2.2-current To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) Date: Wed, 15 May 1996 08:58:13 -0700 (PDT) Cc: multimedia@freebsd.org In-Reply-To: <199605141714.TAA09694@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at May 14, 96 07:14:50 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christoph, The sendmsg means your transmit ion is over driving the buffer space because your WAN output bandwidth is insufficient to keep up with your output rate. PCM takes a full 64K bandwidth. Try using gsm with its 13K/sec rate or lpc4 with a 9.6K/sec rate. - Tom Cutter >>>>> Christoph P. Kukulies writes: > I removed the isa_dmastart: channel busy from isa.c > and as a consequence of this (not absolutely sure) I > could run a vat session without system freeze. > > But what I get is: > failed PCM 64 > sendmsg: No buffer space available > sendmsg: No buffer space available > sendmsg: No buffer space available > sendmsg: No buffer space available > sendmsg: No buffer space available > sendmsg: No buffer space available > > The failed PCM messages appear a lot when moving the speaker slider > and I doubt whether it is really a useful message. More concerns me > the sendmsg: No buffer space available message.