From owner-freebsd-questions Mon Sep 21 16:58:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18748 for freebsd-questions-outgoing; Mon, 21 Sep 1998 16:58:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18573 for ; Mon, 21 Sep 1998 16:56:59 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA14687; Mon, 21 Sep 1998 16:55:16 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 21 Sep 1998 16:55:15 -0700 (PDT) From: Doug White To: Jay Sachs cc: questions@FreeBSD.ORG Subject: Re: Yamaha SA2 audio & luigi's drivers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 21 Sep 1998, Jay Sachs wrote: > I'm trying to play sounds using the pcm driver on a PnP Yamaha SA2. I > do get sound using e.g. rplay, but I also get console messages like > > tsleep returns 4 > tsleep returns 4 > tsleep returns 4 > tsleep returns 4 > tsleep returns 4 > tsleep returns 4 > How strange... mss_intr with no reason! > > and > > timeout flushing dbuf_out.chan, cnt 0x1abe flags 0x00000041 I get these sorts of things when watching MBone sessions. Not the last one though. Make sure you're outputting to the right device. From the looks of things you need to rewire /dev/MAKEDEV to generate symlinks to snd1. Make this change to /dev/MAKEDEV: Around line 975 there is the line: if [ $unit = "0" ] ; then And 8 lines below that is the corresponding fi Remove both of those, save & quit. Now run /dev/MAKEDEV snd1 Now try playing your sounds -- they'll probably work. :-) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message