Re: [Alsa-user] Alsa installation with kernel 2.6.0-test6

2003-10-02 Thread Partha Bagchi
Thanks. Perhaps not the answer I was looking for, but does satisfy me. I can of course as I have noted compile alsa into the kernel. Partha Takashi Iwai wrote: At Tue, 30 Sep 2003 19:30:22 -0400, Partha Bagchi wrote: Hi, I downloaded the latest drivers (0.9.7) and installed it as follows: .

[Alsa-user] Nuendo audio cards

2003-10-02 Thread Johan De Groote
These are rebadged rme cards. Anyone any experience running them with the rme alsa drivers? Regards --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[Alsa-user] emu10k1 routing?

2003-10-02 Thread "Artyom Chupryna"
Hi, Can anyone help me to understand, how routing is organized for emu10k1 cards? I've read SB-Live-mixer.txt but couldn't get how to route the signal from all channels to analog LFE. It's oviously possible, as if I play 2 channels music/video it's routed to all 6 channels ok. But how to route m

Re: [Alsa-user] Alsa installation with kernel 2.6.0-test6

2003-10-02 Thread Takashi Iwai
At Tue, 30 Sep 2003 19:30:22 -0400, Partha Bagchi wrote: > > Hi, > > I downloaded the latest drivers (0.9.7) and installed it as follows: > ./configure --with-cards=intel8x0 --with-sequencer= yes > --with=kernel=/home/kernel/linux-2.6.0-test6 > > The configuration ran fine and then I did make;m

[Alsa-user] RE: How to disable ANALOG_FRONT_BOOST? (SB Live!)

2003-10-02 Thread p z oooo
Hi, AFAIK ALSA hasn't +12dB bost on front. Use PCM volume control to adjust volume on front speakers. Peter Zubaj http://www.logofun.pobox.sk - urobte radost svojmu telefonu --- This sf.net email is sp

Re: [Alsa-user] more than one device needed

2003-10-02 Thread Dan Hollis
On Thu, 2 Oct 2003, Mark Strasheim wrote: > in order to get Quake3 and Teamspeak running at the same time i need ( if i want to > use alsa ) more than one device, since all other than /dev/dsp0 don't work at all, i > need a tool that help me. > My System ist AMD1600+ Sounblaster ( Emu10k1 ) Gefo

[Alsa-user] more than one device needed

2003-10-02 Thread Mark Strasheim
"Mark Strasheim" <[EMAIL PROTECTED]> schrieb am 01.10.03 18:17:46: Hallo in order to get Quake3 and Teamspeak running at the same time i need ( if i want to use alsa ) more than one device, since all other than /dev/dsp0 don't work at all, i need a tool that help me. My System ist AMD1600+ Soun

[Alsa-user] OSS emulation - forcing playback sample rate

2003-10-02 Thread Myk
Hi I'm new to this list, but not to ALSA - been happily using it for a while now. What I am looking for is a way of forcing all playback with a minimum sample rate of 32kHz. I've put the following into /etc/asound.conf: pcm.!default { type plug slave { pcm "hw:0,0" rate 32000 } }