From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPnhj-00024A-Ok for qemu-devel@nongnu.org; Thu, 04 Nov 2004 14:55:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPnhj-00023y-CW for qemu-devel@nongnu.org; Thu, 04 Nov 2004 14:55:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPnhj-00023v-9t for qemu-devel@nongnu.org; Thu, 04 Nov 2004 14:55:31 -0500 Received: from [66.124.73.250] (helo=marvin.brittainweb.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CPnZM-0004ZQ-2F for qemu-devel@nongnu.org; Thu, 04 Nov 2004 14:46:52 -0500 Received: from brittainweb.org (localhost [127.0.0.1]) by marvin.brittainweb.org (8.12.8/8.12.8) with ESMTP id iA4JiS1W003181 for ; Thu, 4 Nov 2004 11:44:32 -0800 Message-ID: <418A845E.20409@brittainweb.org> Date: Thu, 04 Nov 2004 11:34:54 -0800 From: Jason Brittain MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Audio References: <4185ADFA.7010102@brittainweb.org> <418A6382.3080002@brittainweb.org> <418A8089.1040306@brittainweb.org> In-Reply-To: <418A8089.1040306@brittainweb.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jason Brittain wrote: > Ronald wrote: >=20 >> Le Thu, 04 Nov 2004 09:14:42 -0800, Jason Brittain a =E9crit : >> >>> I'm not sure if other guests produce audio. Know how to test this wi= th >>> the dsl iso? >> >> With dsl 0.8.1.1: # modprobe sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 i= sapnp=3D0 >=20 > This command runs with no complaints, and dmesg says > "SB 4.05 detected OK (220)", so I assume that works, although > dsl doesn't seem to come with any wav files that I can play > to actually test playing sounds. Maybe I can pull one down > from the net. But, if it detects and configures the device, > I'd mostly expect it to work. Actually.. I catted /bin/grep > /dev/audio to see if I could hear noise -- that didn't work. Then, when I shut down dsl I noticed this: # qemu -user-net -enable-audio -cdrom dsl-0.8.2.iso sb16: attempt to set DMA register 8bit 1, 16bit 5 (val=3D0x22) sb16: bogus command 0xce That could have happened when I executed the modprobe command above. Probably. Seems like some kind of failure, but I don't know the severity. --=20 Jason Brittain