From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-03-smtplb.tampabay.rr.com ([65.32.5.133] helo=ms-smtp-03.tampabay.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DX1Pl-0005hG-00 for ; Sat, 14 May 2005 14:31:05 -0400 Received: from manta.diver.dwn (653242hfc98.tampabay.res.rr.com [65.32.42.98]) by ms-smtp-03.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id j4EIUxGK025988 for ; Sat, 14 May 2005 14:30:59 -0400 (EDT) Received: from keith by manta.diver.dwn with local (Exim 4.50) id 1DX1SB-00022Q-4P for speakup@braille.uwo.ca; Sat, 14 May 2005 14:33:35 -0400 Date: Sat, 14 May 2005 14:33:35 -0400 From: Keith Watson To: "Speakup is a screen review system for Linux." Message-ID: <20050514183334.GA7402@smed.yi.org> References: <20050514045722.GA17650@smed.yi.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Alsa and Intel 810 chipset X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kwatson@smed.yi.org, "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 18:31:05 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sure, I would be glad to tell you what I have done so far. First, I am using Debian so I did an apt-get install alsa-oss. I then placed the attached asound.conf in /etc. Then I recompiled the kernel and took out the two OSS entries, rebooted and I can now do the following: aoss ogg123 myfile.ogg and while that is running I am able to do things like: aoss saytime And I can hear both audio streams. I have not yet been able to get it working with zinf though. Keith On 10:19 AM, Cheryl Homiak wrote: > I can't answer your question except to ask whether you have ALSADevice: > 0:0 in your > .zinf/preferences. Can you explain to me how you are > playing multiple audio sources. I have a Thinkpad T23 and according to > lspci the sound chip is > Multimedia audio contoller Intel Corporation 82801CA/CAM AC97 audio > controller (rev 02) I can only use one audio source at a time and didn't > know there might be a way to have it do otherwise. Would you please > explain specifically what you did? In my kernel configuration I'm using > the Intel/SiS/nVidia//AMD/ALi Ac97 Controller. > Thanks. > > > -- > Cheryl > > "Where your treasure is, there will your heart be also." > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="asound.conf" # Redirect default to swmixer pcm.!default { type plug slave.pcm "swmixer" } # Redirect OSS dsp0 (when using aoss rapper) to swmixer pcm.dsp0 { type plug slave.pcm "swmixer" } # Set OSS mixer (when using aoss rapper) to use hardware mixer ctl.mixer0 { type hw card 0 } # Software mixing # We could use the dmix plug from the default alsa.conf, but we need to specify # period_size, buffers, etc. pcm.swmixer { type dmix ipc_key 5678293 ipc_key_add_uid yes slave { pcm "hw:0,0" period_time 0 period_size 1024 buffer_size 4096 rate 44100 } } --6TrnltStXW4iwmi0--