Re: [Alsa-user] SND-BT87x problems, bt878 audio hardware does not appear in cat /proc/asound/cards

2006-01-17 Thread brainball
I am experiencing the same problem, I found the card in lspci listing it is listed as: :01:07.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) So the system has detected the card but seems to fail to detect the sound part, even though the bttv module indicates it

Re: [Alsa-user] SND-BT87x problems, bt878 audio hardware does not appear in cat /proc/asound/cards

2006-01-17 Thread Clemens Ladisch
brainball wrote: kernel: bt878: AUDIO driver version 0.0.0 loaded This is not the ALSA driver (snd-bt87x) but the old OSS driver (btaudio). Disable the latter in the kernel configuration. HTH Clemens --- This SF.net email is sponsored by:

[Alsa-user] Creative X-Fi card.

2006-01-17 Thread Stephen Reilly
Hi People, Great work, wanted to help. Sent an email to the Creative open source dude as follows: Hi, Was wondering if there are any plans to help out the alsa boy's with some code for the X-Fi? I would be more than willing to help them test it. :-) Cheers, Stephen Reilly Eventually, yes.

Re: [Alsa-user] break of installation

2006-01-17 Thread Lee Revell
This has been reported before but I don't remember the solution, maybe someone on the list can answer... Lee On Tue, 2006-01-17 at 17:24 +0100, [EMAIL PROTECTED] wrote: Zitat von Lee Revell [EMAIL PROTECTED]: On Wed, 2006-01-11 at 19:04 +0100, [EMAIL PROTECTED] wrote: Hello

Re: [Alsa-user] Creative X-Fi card.

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 15:00 +0100, Stephen Reilly wrote: Sorry I could not be of more help. Was wondering if anybody else would mail the dude? Maybe try and put some friendly consumer pressur on the matter? Since this card just came out, I suspect he means that their engineers are working

Re: [Alsa-user] break of installation

2006-01-17 Thread Takashi Iwai
At Tue, 17 Jan 2006 13:08:53 -0500, Lee Revell wrote: This has been reported before but I don't remember the solution, maybe someone on the list can answer... Either update to a newer version or install gettext-devel package. Takashi Lee On Tue, 2006-01-17 at 17:24 +0100, [EMAIL

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
What do you think of downgrading to make this work?On 1/16/06, Lee Revell [EMAIL PROTECTED] wrote: On Tue, 2006-01-17 at 05:03 +0200, Sergei Steshenko wrote: On Mon, 16 Jan 2006 21:45:59 -0500 Lee Revell [EMAIL PROTECTED] wrote: Also make sure alsa-lib and alsa-driver are the same version.

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 15:01 -0500, Rich Rosa wrote: What do you think of downgrading to make this work? It still does not work with the latest ALSA version? How exactly are you testing it, and what is the exact error you get? Lee --- This

[Alsa-user] what is emu10k1_gp

2006-01-17 Thread Nigel Henry
Hi. This module turned up on someones lsmod. It's obviously oss, and associated with the gameport, but I can't find any info about it. It was on the lsmod of someone I was trying to help, that had Alsa installed, and is using an Audigy live, but had, or still has midi problems. It does not

Re: [Alsa-user] what is emu10k1_gp

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 21:12 +0100, Nigel Henry wrote: Hi. This module turned up on someones lsmod. It's obviously oss, and associated with the gameport, but I can't find any info about it. It was on the lsmod of someone I was trying to help, that had Alsa installed, and is using an Audigy

Re: [Alsa-user] what is emu10k1_gp

2006-01-17 Thread Nigel Henry
On Tuesday 17 January 2006 21:18, Lee Revell wrote: On Tue, 2006-01-17 at 21:12 +0100, Nigel Henry wrote: Hi. This module turned up on someones lsmod. It's obviously oss, and associated with the gameport, but I can't find any info about it. It was on the lsmod of someone I was trying to

Re: [Alsa-user] what is emu10k1_gp

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 22:16 +0100, Nigel Henry wrote: On Tuesday 17 January 2006 21:18, Lee Revell wrote: On Tue, 2006-01-17 at 21:12 +0100, Nigel Henry wrote: Hi. This module turned up on someones lsmod. It's obviously oss, and associated with the gameport, but I can't find any info

Re: [Alsa-user] what is emu10k1_gp

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 22:16 +0100, Nigel Henry wrote: Hi Lee. If this was loaded, would it have any adverse affects on playing midi files with Kmid, aplaymidi. Also is there any info for this module,as I've never seen it before. I think I have an idea what might be causing the silent SBLive!

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
I appreciate your help.I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes.This is the error I get in alsaplayer$ alsaplayer -d channel12 joe.mp3ALSA lib pcm_direct.c:813:(snd_pcm_direct_initialize_slave) requested or auto-format is not available ALSA lib

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote: I appreciate your help. I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes. It looks like your .asoundrc is incorrect, it does not specify S32_LE format which is all the hardware supports. Why don't you just remove the

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote: pcm.channel12 { type dmix ipc_key 1024 slave { pcm hw:0,0 period_time 0 period_size 1024 buffer_size 4096 rate 44100 } bindings { 0 2 1 3 } } Where did

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
Thanks again. My objective for purchasing this card is to use it to output several different stereo channels of sound to my home audio equiment concurrently. The configurations that were posted on this group all worked on prior versions of ALSA then something broke. From here on I'm kinda lost. I

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 19:39 -0500, Rich Rosa wrote: Thanks again. My objective for purchasing this card is to use it to output several different stereo channels of sound to my home audio equiment concurrently. The configurations that were posted on this group all worked on prior versions

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
yes, I tried that. I get this error. alsaplayer -d surround51 joe.mp3 error on set_format SND_PCM_FORMAT_S16_LE Unavailable hw params: ACCESS: RW_INTERLEAVED FORMAT: S32_LE SUBFORMAT: STD SAMPLE_BITS: 32 FRAME_BITS: 320 CHANNELS: 10 RATE: [8000 96000] PERIOD_TIME: (20 409500] PERIOD_SIZE: [2

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 20:31 -0500, Rich Rosa wrote: yes, I tried that. I get this error. alsaplayer -d surround51 joe.mp3 What about plug:surround51? Lee --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
Please leave alsa-user in the CC list, so other users will see the solution! On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote: Thanks!! That works, and lights up audio in channels 12. I'm still miffed out how to get audio concurrently on channel 34 on this puupy. I imagine my asound.conf was

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote: I imagine my asound.conf was close but throws those errors I showed you. These cards are tricky to create a custom config for, due to unusual hardware restrictions (S32_LE format and a small audio buffer). This is why I recommend using the

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
I tried without the asound.conf file. I can send audio to any of the pre-defined channels, but not two at the same time. I feel we're getting closer here though. On 1/17/06, Lee Revell [EMAIL PROTECTED] wrote: On Tue, 2006-01-17 at 20:50 -0500, Rich Rosa wrote: Thanks!! That works, and lights up

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote: I tried without the asound.conf file. I can send audio to any of the pre-defined channels, but not two at the same time. I feel we're getting closer here though. I am not sure this hardware supports using the outputs simultaneously as

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Lee Revell
On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote: I tried without the asound.conf file. I can send audio to any of the pre-defined channels, but not two at the same time. I feel we're getting closer here though. By at the same time do you mean two alsaplayer processes, or two stereo pairs?

Re: [Alsa-user] Ice1712 FC4 Kernel upgrade - dmix not working

2006-01-17 Thread Rich Rosa
two stereo pairs. By way of testing I set up an ALSA process and a MPD process. They cannot play concurrently. On 1/17/06, Lee Revell [EMAIL PROTECTED] wrote:On Tue, 2006-01-17 at 21:06 -0500, Rich Rosa wrote: I tried without the asound.conf file. I can send audio to any of the pre-defined