From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPwKp-00053T-TY for qemu-devel@nongnu.org; Fri, 05 Nov 2004 00:08:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPwKo-000534-WC for qemu-devel@nongnu.org; Fri, 05 Nov 2004 00:08:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPwKo-000531-Sh for qemu-devel@nongnu.org; Fri, 05 Nov 2004 00:08:26 -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 1CPwC8-0007ga-Kh for qemu-devel@nongnu.org; Thu, 04 Nov 2004 23:59:28 -0500 Received: from brittainweb.org ([10.1.1.2]) by marvin.brittainweb.org (8.12.8/8.12.8) with ESMTP id iA54v81W004886 for ; Thu, 4 Nov 2004 20:57:08 -0800 Message-ID: <418AF1FB.3070400@brittainweb.org> Date: Thu, 04 Nov 2004 19:22:35 -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> <418A845E.20409@brittainweb.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 malc wrote: > On Thu, 4 Nov 2004, Jason Brittain wrote: > >>Jason Brittain wrote: >> >>>Ronald wrote: >>> >>>>Le Thu, 04 Nov 2004 09:14:42 -0800, Jason Brittain a ?crit : >>>> >>>>>I'm not sure if other guests produce audio. Know how to test this with >>>>>the dsl iso? >>>> >>>>With dsl 0.8.1.1: # modprobe sb io=0x220 irq=5 dma=1 dma16=5 isapnp=0 >>> >>>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: > > linux/Documentation/devices.txt > > 14 char Open Sound System (OSS) > 0 = /dev/mixer Mixer control > 1 = /dev/sequencer Audio sequencer > 2 = /dev/midi00 First MIDI port > 3 = /dev/dsp Digital audio > 4 = /dev/audio Sun-compatible digital audio > > So it's /dev/dsp where your grep should have been catted to. > (Sun-audio is probably some uLaw device and there's no support for this > in current SB16 implementation) You're quite right. I tried again, this time with /dev/dsp, and it works. With that configuration, I'll see if I can get XP to recognize the audio device. -- Jason Brittain