Re: [Alsa-user] alsa & jack

2003-11-02 Thread Florian Schmidt
On Mon, 3 Nov 2003 00:11:13 -0500 Marcel <[EMAIL PROTECTED]> wrote: > I installed jack for evaluation. > > Whenever jackd is running, no other application can use alsa. Is this > normal? can other alsa-audio programs run at the same time? it depends on if your soundcard supports hw-mixing. -

[Alsa-user] CMI8738-MC6 mixer

2003-11-02 Thread Marcel
Hi, Does anybody knows what the mixer switch "3D Control switch" is supposed to do? So far it seems to do absolutely nothing at all. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more producti

[Alsa-user] alsa & jack

2003-11-02 Thread Marcel
Hi, I installed jack for evaluation. Whenever jackd is running, no other application can use alsa. Is this normal? --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help

Re: [Alsa-user] VXPocket S24_3LE records noise after 30 seconds

2003-11-02 Thread J. Scott Merritt
Still struggling with this problem, but ran some more tests: - I thought it might be a disk access or latency issue; So I invoked arecord with "nice -n -20" and directed the recording file to be created on RamDisk - same result - after 30 seconds the recorded audio file switches to a loud hissing

[Alsa-user] Write errors to /dev/dsp

2003-11-02 Thread Jerry Walter Segers
I am having a strange problem, and would like help fixing it. Details are at http://alsa.opensrc.org/index.php?page=JerrySegersJr Thank you for spending your time reading this. Hopefully, I'll have reason to thank you further :-) -- Jerry Need a new email address that people can remem

Re: [Alsa-user] Capabilities under 2.6.*

2003-11-02 Thread Jack O'Quin
Mark Constable <[EMAIL PROTECTED]> writes: > On Sun, 2 Nov 2003 03:38 pm, Jack O'Quin wrote: > > > For a 2.4 kernel you needed to patch include/linux/capability.h as > > > follows... > > > > > > #define CAP_INIT_EFF_SETto_cap_t(~0) > > > #define CAP_INIT_INH_SETto_cap_t(~0) > > > > > >

Re: [Alsa-user] Capabilities under 2.6.*

2003-11-02 Thread Mark Constable
On Sun, 2 Nov 2003 03:38 pm, Jack O'Quin wrote: > > For a 2.4 kernel you needed to patch include/linux/capability.h as > > follows... > > > > #define CAP_INIT_EFF_SETto_cap_t(~0) > > #define CAP_INIT_INH_SETto_cap_t(~0) > > > > where the original values were... > > > > #define CAP_INI