Re: [Alsa-user] xmms-alsa complications: help!!

2002-03-29 Thread Mark Khemma
looking in config.log, it seems that my snd-card info is not found in libasound: configure: In function `main': configure:1966: warning: return type of `main' is not `int' configure:2017: checking for snd_cards in -lasound configure:2036: gcc -o conftest -g -O2 -lasound -lasound conftest.c -las

[Alsa-user] [Alsa user] snd_pcm_close

2002-03-29 Thread Greg Lee
I'm trying to get an alsa driver for Timidity to work, and it does pretty much work, except I can't exit gracefully. When I call snd_pcm_close(handle), I get this message: timidity: pcm_plug.c:68: snd_pcm_plug_close: Assertion `plug->slave == plug->req_slave' failed. Aborted I thought it m

Re: [Alsa-user] Maestro2E troubles

2002-03-29 Thread Frans Ketelaars
On 28 Mar 2002 01:15:01 -0500 Mike Sowka <[EMAIL PROTECTED]> wrote: > Hello Everyone, > Well, I finally got the time to try to get alsa running. Note the > keyworkd TRY as I've gotten quite frustrated up to this point. I have a > Toshiba Satellite 4060XCDT with a Maestro 2E and a RH7.2 w/ 2.4.19

[Alsa-user] Alsa on g4 Powerbook

2002-03-29 Thread David Moylan
Hoping someone can help me get sound out of my G4 powerbook with Alsa. I realize I can use the dma_sound module but I need alsa to run ardour/jack. I've compiled the modules and loaded them. Applications seem to think everything is okay (xmms acts as though it's playing) but no sound reaches th

[Alsa-user] xmms & kmix problems after 0.5.12 inst.

2002-03-29 Thread Tony
Hi, I'm having some problems with xmms and kmix after installing ALSA 0.5.12a on Kernel 2.4.18. Some xmms options don't work, such as the volume and balance controls, Kmix has similar problems, mutes and volumes don't work. My previous Alsa, (before new Kernel install), ver was 0.5.11, which

[Alsa-user] ENS1371 (was: Which soundcard do I have?)

2002-03-29 Thread Oliver Sampson
So, I think the culprit here is the ALSA how-to. It says that for the ES1371 chipset to use the snd-card-audiopci driver. But the (seemingly) more up-to-date soundcard matrix says to use the ens1371 driver, which *is* in the alsa-drivers directory. Okay, I think I'm getting up to speed now. E

[Alsa-user] When will your website be finished?

2002-03-29 Thread til1li . iili1i1li1_il
Title: Beautiful,Custom Websites for $399 Complete! We build GREAT LOOKING websites!

Re: [Alsa-user] Which soundcard do I have?

2002-03-29 Thread Oliver Sampson
On Fri, 29 Mar 2002 21:15:49 +0100, Oliver Sampson <[EMAIL PROTECTED]> wrote: >Hi, >Thanks for the tip. This did the trick, for finding out my soundcard >type. Now I just need to find the diver. I'm looking for >snd-audiopci, and it's nowhere to be found in the alsa-driver >directories. Shou

Re: [Alsa-user] Which soundcard do I have?

2002-03-29 Thread Oliver Sampson
Hi, Thanks for the tip. This did the trick, for finding out my soundcard type. Now I just need to find the diver. I'm looking for snd-audiopci, and it's nowhere to be found in the alsa-driver directories. Should this really be that hard to find? Thanks, Oliver On 29 Mar 2002 13:15:11 +0100

[Alsa-user] Maestro3 problems and snd_amp_gpio

2002-03-29 Thread abeaumont
Can anyone offer some advice on the Maestro3. Trying to install a Magic I/O PCI card using ESS ES1988 Allegro-1 chipset under redhat 7.2 with kernel 2.4.7-10. ALSA drivers/libs and utils all compile fine. Modprobe works fine and module appears to load into the kernel without error. ALSAmixer re

Re: [Alsa-user] Which soundcard do I have?

2002-03-29 Thread Sven Herzberg
Am Fre, 2002-03-29 um 12.32 schrieb Oliver Sampson: > Howdy, > I've got RH7.2 installed on my system, and I'd like to put the ALSA > drivers onto my system. Is there a way to find out which soundcard > driver my system is currently using? executing the following command (as root): 'lsmod' sho

[Alsa-user] Which soundcard do I have?

2002-03-29 Thread Oliver Sampson
Howdy, I've got RH7.2 installed on my system, and I'd like to put the ALSA drivers onto my system. Is there a way to find out which soundcard driver my system is currently using? Thanks, Oliver Sampson [EMAIL PROTECTED] htt

Re: [Alsa-user] Now what?

2002-03-29 Thread Bill Allen
Is your card isapnp? If not, that is the problem - reconfigure adding --with-isapnp=no to the configure command. Bill On Thu, 28 Mar 2002, Rick R wrote: > I was able to compile Alsa but when I ran modprobe I get this: > > /lib/modules/2.4.18-6mdk/misc/snd-card-emu10k1.o: init_module: No such

Re: [Alsa-user] xmms-alsa complications: help!!

2002-03-29 Thread Bill Allen
You can try two things: remove config.cache and try again. If that doesn't work, look at config.log and find where the error message is generated. It should show you why it thinks you don't have libasound. Bill On Fri, 29 Mar 2002, Mark Khemma wrote: > > hello > i'm trying to compile xmms-

[Alsa-user] xmms-alsa complications: help!!

2002-03-29 Thread Mark Khemma
hello i'm trying to compile xmms-alsa, but up from the sky fell an error and the brick looked like: loading cache ./config.cache checking for ALSA CFLAGS... checking for ALSA LDFLAGS... -lasound checking for libasound headers version >= 0.1.1... found. checking for snd_cards in -lasound... no c