Date: Sat, 22 Jul 2000 14:13:26 -0400 From: Bill Fumerola <billf@chimesnet.com> To: hdiwan@pobox.com Cc: stable@freebsd.org Subject: Re: [FreeBSD 4.1-RC #0: Sat Jul 22 10:26:20 PDT 2000] problems Message-ID: <20000722141326.G51462@jade.chc-chimes.com> In-Reply-To: <20000722110819.A1118@hdroam.ssd.loral.com>; from hdiwan@ssd.loral.com on Sat, Jul 22, 2000 at 11:08:19AM -0700 References: <20000722110819.A1118@hdroam.ssd.loral.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 22, 2000 at 11:08:19AM -0700, Hasan Diwan wrote: > Two problems with sources from above date/time: > 1) pcm will proclaim 'play timeout, channel dead' after playing one mp3 > (This is confirmed with 7 or 8 different files). After this, /dev/dsp is > mysteriously locked. lsof doesn't list what's got it, and revoke(2) > can't unlock it. Try this: Index: channel.c =================================================================== RCS file: /home/ncvs/src/sys/dev/sound/pcm/channel.c,v retrieving revision 1.32 diff -u -r1.32 channel.c --- channel.c 2000/06/20 23:42:08 1.32 +++ channel.c 2000/07/22 17:36:34 @@ -234,7 +234,7 @@ b->fl = b->bufsize - b->rl; b->underflow = 0; } else { - /* chn_dmaupdate(c); */ + chn_dmaupdate(c); } } -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000722141326.G51462>