[Alsa-user] enabling SPDIF output on Intel 82801DBICH4, ALC650 rev.??, AC97

2003-07-11 Thread Fons van der Beek
Hello all, When I install the ALSA sound system from www.alsa-project on my Motherboard: A-open AGX4GE max with Intel 82801DBICH4, ALC650 the system reports a Rev 0. When I install the ALSA sound system from www.realtek.com on my Motherboard: A-open AGX4GE max with Intel 82801DBICH4, ALC650 t

Re: [Alsa-user] Multiple sounds playback

2003-07-11 Thread Clemens Ladisch
David Scrève wrote: > > David Scrève wrote: > > > I've successfully been able to play one sound using the > > > snd_pcm_open("plughw:0,0"...) and snd_pcm_writei, but if I want to > > > play another sound, snd_pcm_open hangs and I'm unable to paly another > > > sound. I though Alsa was responsible

[Alsa-user] Unresolved symbols while inserting ALSA moduls into the kernel

2003-07-11 Thread dan babb
Hi folks. I'm a linux newbie here and I've been wrestling with this for the last 3 days and I'm hoping someone might be able to help. I'm running Redhat 9 on thinkpad 600e. I've followed the instructions to the letter from the ALSA webpages here: http://www.alsa-project.org/alsa-doc/doc-php/tem

RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
> > > If I open "plughw:0,0,0", "plughw:0,0,1" for my via > 686b, will it > > continue to work on other soundcard in the same way (with multiple > > stream with different format) ? > > Many other cards don't have multiple streams, so it won't work. > > > The "correct" way to select an A

Re: RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread Ryan Underwood
Hi, On Fri, Jul 11, 2003 at 06:30:40PM +0200, David Scrève wrote: > > > > > > If I open "plughw:0,0,0", "plughw:0,0,1" for my via > > 686b, will it > > > continue to work on other soundcard in the same way (with multiple > > > stream with different format) ? > > > > Many other cards don't

Re: [Alsa-user] Unresolved symbols while inserting ALSA moduls into the kernel

2003-07-11 Thread Ryan Underwood
Hi Dan, On Fri, Jul 11, 2003 at 04:11:14PM +, dan babb wrote: > Hi folks. I'm a linux newbie here and I've been wrestling with this for the > last 3 days and I'm hoping someone might be able to help. I'm running > Redhat 9 on thinkpad 600e. I've followed the instructions to the letter > fr

RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
> > Okay...I think I will cancel using ALSA : It's too hardware > > dependant. I though it was containing an abstraction layer like > > CoreAudio and DirectSound do. > > Are you trying to program ALSA? You may have an easier time > with a library like SDL or OpenAL. > > If you are speakin

[Alsa-user] Problem with Alsa 0.9.4 with IBM Thinkpad A22e (cs46xx module)

2003-07-11 Thread Weber, Geoffrey M.
Hello, I have been using Alsa for a couple of years with different Linux installs (primarily Debian unstable) on my home and laptop machines, and for over a year with this particular laptop (IBM Thinkpad A22e) without any major difficulties. I have done quite a few installations on my own and oth

Re: RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread Ryan Underwood
Hi, On Fri, Jul 11, 2003 at 08:11:42PM +0200, David Scrève wrote: > > > Okay...I think I will cancel using ALSA : It's too hardware > > > dependant. I though it was containing an abstraction layer like > > > CoreAudio and DirectSound do. > > > > Are you trying to program ALSA? You may have

RE : RE : RE : [Alsa-user] Multiple sounds playback

2003-07-11 Thread David Scrève
Okay...Now I'm using plug:dmix, and everything seems to fullfill my needs. Thanks for your help, David > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ryan Underwood > Sent: Friday, July 11, 2003 11:18 PM > To: [EMAIL PROTECTED]

[Alsa-user] Creative Audigy (snd-emu10k1) Music/Wavetable capture

2003-07-11 Thread Rui Nuno Capela
Hi, Didn't know where to ask this, as this may be OT and/or specific to ALSA driver configuration, but here it goes: Is there any way to capture and feed into a JACK port the output of the wavetable synth of a SBLive/Audigy (snd-emu10k1) ? This is referred on alsamixer controls as 'Music' and/or

[Alsa-user] Failure to build alsa-driver-0.9.5

2003-07-11 Thread Rui Nuno Capela
Hi, Sorry to bother again, but this time's about something serious ;) While compiling alsa-driver-0.9.5 from stock source tarball, I end up with the following make error: make -C other modules make[2]: Entering directory `/usr/src/source/alsa/alsa-driver-0.9.5/i2c/other' gcc -D__KERNEL__ -DMO

Re: [Alsa-user] Failure to build alsa-driver-0.9.5

2003-07-11 Thread Carlo Wood
On Fri, Jul 11, 2003 at 11:52:05PM +0100, Rui Nuno Capela wrote: > ak4117.c: In function `snd_ak4117_create_Rsmp_3b164791': > ak4117.c:91: incompatible types in assignment > ak4117.c: In function `snd_ak4117_in_error_get': > ak4117.c:178: warning: passing arg 1 of `_raw_spin_lock' from incompatible

[Alsa-user] audigy2 mixer problem on 2.5.x

2003-07-11 Thread leon j. breedt
hi, i'm using the ALSA drivers in the 2.5.x kernel series (currently 2.5.74). i get sound coming out of the analog output (third output from the right). the volume isn't that loud though, and any use of mixers (either aumix using OSS emu or alsamixer) doesn't have any effect, the volume stays the

Re: [Alsa-user] Problem with Alsa 0.9.4 with IBM Thinkpad A22e (cs46xxmodule)

2003-07-11 Thread Benny Sjostrand
ALSA ../../alsa-kernel/pci/cs46xx/cs46xx_lib.c:416: cs46xx: failure waiting for FIFO command to complete ALSA ../../alsa-kernel/pci/cs46xx/cs46xx_lib.c:167: AC'97 read problem (ACSTS_VSTS), codec_index 0, reg = 0x7e ...and when I try to stop and start Alsa manually I get the following: ALSA ../..

Re: [Alsa-user] Failure to build alsa-driver-0.9.5

2003-07-11 Thread Rui Nuno Capela
Hi again, >> ak4117.c: In function `snd_ak4117_create_Rsmp_3b164791': >> ak4117.c:91: incompatible types in assignment >> ak4117.c: In function `snd_ak4117_in_error_get': >> ak4117.c:178: warning: passing arg 1 of `_raw_spin_lock' from >> incompatible >> pointer type > > That is because you have k

Re: [Alsa-user] mAudio Delta 1010

2003-07-11 Thread Lee Azzarello
I'm tuning a Gentoo system with a 1010-LT to work with ALSA/JACK/Ardour. I have the ALSA drivers working quite well in all system apps. The steps I took: 1) Compile the most recent ALSA, JACK and Ardour from portage. 2) Insert the .asoundrc from the ALSA sound card matrix (this one really helped)

[Alsa-user] Audiophile USB

2003-07-11 Thread Ben Saylor
I'm getting only static when I try to play sound through my Audiophile USB (using aplay and audacity). If I convert the sound file to 8 bit, it is recognizable but very distorted. I'm using alsa-driver 0.9.5; the rest is 0.9.4 from Debian unstable. I searched the archives and found that the A