[Alsa-user] One soundcard working, one to go (help with modules.conf)

2003-07-02 Thread booey chewy
First my commendations to CCRMA and ALSA-Project! The installation has been seriously seriously perfected over the past few months. My SiS onboard soundcard was recognized and installed super smoothly via planet ccrma. The only problem: my m-audio quattro wasn't picked up. I need to modify my mod

Re: [Alsa-user] sblive! no bass/treble, sound capture problem

2003-07-02 Thread John Knight
--- Mark Rutherford <[EMAIL PROTECTED]> wrote: > Greetings, > I have seen this question posted recently but noone > replied to this > question. > Why do these controls not work? Firstly, make sure that ALSA is compiled (assuming you're running form source and not a binary distribution, in which

RE: [Alsa-user] Problem compiling latest alsa drivers on debian *pls help*

2003-07-02 Thread John Knight
Oh mate, I dunno too much about this howto, it's using the specialised Debian method of installing the drivers form source, I'd recommend for your own sake doing it the standard source way, unpack the alsa-driver package and ./configure (with switches) and then make install, this Debian method is s

[Alsa-user] Mixing audio

2003-07-02 Thread James Drabb
Hello group, Is there currently any way to have Alsa mix the audio and allow more then one app to share the sound device? I read in the docs about dmix. However, is that just an option for aplay? I use Alsa with oss emulation and would like to have all apps, whether they use Alsa or OSS, to jus

Re: Noises on via82xx (Re: Fwd: Re: [Alsa-user] Onboard via8233 crackling)

2003-07-02 Thread Frédéric COIFFIER
Your workaround works perfectly. I use dxs_support=3 Could you update the via82xx page on the ALSA site with this information ? I think ALSA is a great project but sometimes, some information are missed... Thanks. Takashi Iwai wrote: At Wed, 2 Jul 2003 18:11:27 +0200, Gregor Riepl wrote: Is

Re: [Alsa-user] ALSA 0.9.4 and Intel ICH4 82801DB

2003-07-02 Thread Luca Capello
Hello, Luca Capello wrote: Yes, I did, but nothing changed. So I decided to 'make uninstall' all the ALSA tools I had (driver, libs and utils) and re-install them via .deb as from http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=541&page=1 I'll p

Noises on via82xx (Re: Fwd: Re: [Alsa-user] Onboard via8233 crackling)

2003-07-02 Thread Takashi Iwai
At Wed, 2 Jul 2003 18:11:27 +0200, Gregor Riepl wrote: > Isn't there any documentation on this? > I would really appreciate if someone could finally sort this trouble out > since there are a lot of people who use a VIA8233+. ok, let me explain briefly about this theme. VIA82xx chip has differen

Fwd: Re: [Alsa-user] Onboard via8233 crackling

2003-07-02 Thread Gregor Riepl
I tried what was suggested in Frédéric's mail. Unfortunately the second sound device only offers one playback channel, so it's not possible play several PCMs at once any more... That's what the playback: 4 in # cat /proc/asound/pcm 00-00: VIA 8235 : VIA 8235 : playback 4 : capture 1 00-01: VIA 823

[Alsa-user] Yamaha OPL3-SAX

2003-07-02 Thread Moacir Cardoso
Hi, my name is Moacir, and I'm come from Brazil. I have an YAMAHA OPL3-SAX and I follow all the steps to install it, but no success. The modules are up in the KDE control center, but I can hear any sound. Every thing appears to be fine. The only error that I get was with the alsaconf that retur

Re: [Alsa-user] ALSA 0.9.4 and Intel ICH4 82801DB

2003-07-02 Thread Luca Capello
Hello, lasse wrote: You have configured alsa-xmms-plugin under your normal user aswell haven't you? root has his own .xmms (or equvalent) settings file... as every other user has... Yes, I did, but nothing changed. So I decided to 'make uninstall' all the ALSA tools I had (driver, libs and utils)

Re: [Alsa-user] ALSA driver 0.9.4 and kernel

2003-07-02 Thread Takashi Iwai
At Wed, 02 Jul 2003 10:55:14 +0100, Luca Capello wrote: > > Hello, > > I saw that in the 'alsa-driver-0.9.4' package there's a dir called > 'alsa-kernel'. I guess if I can add these driver directly into the > kernel and I can compile the kernel with them, but I don't know if it's > possible an

[Alsa-user] aplay 4k memory leak

2003-07-02 Thread Dale Edmons
Hi all, (This may be a duplicate.) I too am experiencing the 4k memory leak. I'm using the snd-es18xx ISA driver. I'm calling aplay via a system() call and the leak goes away completely if I change "aplay" to "echo" in my code. I'm willing to help track it down if somebody gives me some pointer

Re: [Alsa-user] ALSA 0.9.4 and Intel ICH4 82801DB

2003-07-02 Thread lasse
You have configured alsa-xmms-plugin under your normal user aswell haven't you? root has his own .xmms (or equvalent) settings file... as every other user has... cheers lasse On Wed, 2 Jul 2003, Luca Capello wrote: > Hello, > > Luca Capello wrote: > > Hello, > > > > lasse wrote: > > > >> why do

[Alsa-user] ALSA driver 0.9.4 and kernel

2003-07-02 Thread Luca Capello
Hello, I saw that in the 'alsa-driver-0.9.4' package there's a dir called 'alsa-kernel'. I guess if I can add these driver directly into the kernel and I can compile the kernel with them, but I don't know if it's possible and how I can do it. Suggestions? Thx, bye, Gismo / Luca -

Re: [Alsa-user] ALSA 0.9.4 and Intel ICH4 82801DB

2003-07-02 Thread Luca Capello
Hello, Luca Capello wrote: Hello, lasse wrote: why don't you try chmod 777 (world read/write/execute) on al devices alsa needs? that means that everybody can use those devices... I modified the 'snddevices' script to do so (setting all /dev/[alsa devices] 777 and also creating them as 'luca' gr