From owner-freebsd-stable Tue Aug 7 11:20:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id CFAE937B405; Tue, 7 Aug 2001 11:20:54 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from morpheus.kfu.com (morpheus.kfu.com [3ffe:1200:301b:1:2d0:b7ff:fe3f:bdd0]) by quack.kfu.com (8.11.3/8.11.3) with ESMTP id f77IKnt24244 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Tue, 7 Aug 2001 11:20:54 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by morpheus.kfu.com (8.11.5/8.11.5) id f77IKnv00359; Tue, 7 Aug 2001 11:20:49 -0700 (PDT) (envelope-from nsayer) Date: Tue, 7 Aug 2001 11:20:49 -0700 (PDT) From: Message-Id: <200108071820.f77IKnv00359@morpheus.kfu.com> To: freebsd-stable@freebsd.org Subject: via sound driver can't record Cc: cg@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Using the sound stuff that's presently in -stable, my via686 sound device cannot record. It can playback, but this particular machine's primary task is recording. Backing the sound subsystem down to RELENG_4_3 fixes it. One thing that has worked in the past is to add code to a sound driver to do a pcm_setflags(dev, pcm_getflags(dev) | SD_F_SIMPLEX); That did not help in this case. While the driver is spitting out pcm0: record interrupt timeout, channel dead it is capable of playing back audio. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message