[Alsa-user] alsa-driver compile error (1.0.21 and latest snapshot)

2009-10-15 Thread Stephen Stocker
Hi, Using Slackware and gcc 3.3.6, I'm getting the following error compiling the alsa-driver for intel8x0. This is on a 2.4.24-ck1 kernel, if that helps. make[1]: Entering directory `/home/lpar/alsa-driver-1.0.21.1.g098ab.13.g15db1/pc i' gcc -D__KERNEL__ -DMODULE=1

[Alsa-user] ALSA driver compile error (hg)

2008-03-24 Thread Stephen Stocker
Hi, With a fresh checkout of the hg repository (alsa-driver and alsa-kernel), I'm getting a compile error. I finally reverted both to February 15, and everything compiles fine. I'm totally lost on this one, it's a strange error, but here it is: --- gcc -D__KERNEL__ -DMODULE=1

Re: [Alsa-user] alsa-lib-1.0.16 compile error

2008-03-04 Thread Stephen Stocker
On Tue, 4 Mar 2008, Takashi Iwai wrote: Hi, I'm still getting an error, but slightly different after applying the patch. I'm not sure how to shorten it here without losing some vital message, so here's the complete error: Looks like your glibc has no CLOCK_MONOTONIC definition

Re: [Alsa-user] alsa-lib-1.0.16 compile error

2008-03-03 Thread Stephen Stocker
On Mon, 3 Mar 2008, Takashi Iwai wrote: At Sat, 1 Mar 2008 03:58:16 -0600 (CST), Stephen Stocker wrote: Hi. I'm running kernel 2.4.24-ck1, gcc 3.3.4. Trying to compile the alsa-lib-1.0.16, I get the following error. Does the patch below fix? Takashi diff -r 14ce0fc9a26d src

[Alsa-user] alsa-lib-1.0.16 compile error

2008-03-01 Thread Stephen Stocker
Hi. I'm running kernel 2.4.24-ck1, gcc 3.3.4. Trying to compile the alsa-lib-1.0.16, I get the following error. --- gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -MT control_ symbols.lo -MD -MP -MF .deps/control_symbols.Tpo -c control_symbols.c -fPIC -DP IC -o

Re: [Alsa-user] Unable to handle kernel paging request (CVS)

2006-04-20 Thread Stephen Stocker
On Thu, 20 Apr 2006, Takashi Iwai wrote: At Wed, 19 Apr 2006 14:59:33 -0500 (CDT), Stephen Stocker wrote: Hi, After compiling ALSA packages from CVS of April 17, 2005, I encountered a rather strange problem. While playing audio files w/MPlayer (ALSA's OSS device), I dropped Centericq

[Alsa-user] Unable to handle kernel paging request (CVS)

2006-04-19 Thread Stephen Stocker
Hi, After compiling ALSA packages from CVS of April 17, 2005, I encountered a rather strange problem. While playing audio files w/MPlayer (ALSA's OSS device), I dropped Centericq, then restarted it. Centericq uses SoX to play various sounds to indicate when someone comes online, msgs,

Re: [Alsa-user] Unable to handle kernel paging request (CVS)

2006-04-19 Thread Stephen Stocker
On Wed, 19 Apr 2006, Lee Revell wrote: On Wed, 2006-04-19 at 14:59 -0500, Stephen Stocker wrote: Hi, After compiling ALSA packages from CVS of April 17, 2005, I encountered a rather strange problem. While playing audio files w/MPlayer (ALSA's OSS device), I dropped Centericq

[Alsa-user] sb16.o not compiling in CVS

2004-03-15 Thread Stephen Stocker
Hi, The sb16.o module isn't compiling in CVS. There aren't any warnings or errors, the only indication that anything's wrong is when I try to load the modules. It tells me it can't find sb16.o, and it's right, it's not there. :) Thanks as always, Steve

Re: [Alsa-user] sb16.o not compiling in CVS

2004-03-15 Thread Stephen Stocker
On Mon, 15 Mar 2004, Jaroslav Kysela wrote: On Mon, 15 Mar 2004, Stephen Stocker wrote: Hi, The sb16.o module isn't compiling in CVS. There aren't any warnings or errors, the only indication that anything's wrong is when I try to load the modules. It tells me it can't find sb16.o

Re: [Alsa-user] missing configuration files?

2004-02-16 Thread Stephen Stocker
Forgive me for asking again, but I received no response to the message below, and I don't know how to proceed. Should not the installation scripts have written the essetial configuration files? RLH On 02/14/04 19:58:35, Russell L. Harris wrote: demudi-1.1.0 on Intel D845PEBT2

[Alsa-user] CVS patch fails

2004-02-16 Thread Stephen Stocker
Hi, The alsa-driver/acore/seq/seq_memory.patch fails with this error: --- copying file alsa-kernel/core/seq/seq_memory.c patching file seq_memory.c Hunk #2 FAILED at 236. 1 out of 2 hunks FAILED -- saving rejects to file seq_memory.c.rej make[2]: *** [seq_memory.c] Error 1 make[2]: Leaving

Re: [Alsa-user] render MIDI to WAV files

2004-02-10 Thread Stephen Stocker
Hi all, How can I render a MIDI file to a WAV? I have been trying Timidity, but I am unable to handle the samples... To tell you the truth I even don't know where they are and which type (wav, mp3, ogg... ) it is. Could some one help me? Ps.: I even don't need (and don't want) a GUI. I

Re: [Alsa-user] accessing aux-in on a SB Vibra16 card?

2004-02-06 Thread Stephen Stocker
On Thu, 5 Feb 2004, Bill Kearney wrote: How do I tell ALSA (1.0.2a on a 2.6.1 kernel) to access the second input on a Creative SB Vibra 16 card (CT4170)? If I understand correctly, this is a card-mounted input? I've got a Vibra16C and never noticed whether it had an aux in next to

Re: [Alsa-user] unresolved modules in snd.o

2004-02-05 Thread Stephen Stocker
Hi, Somebody probably already answered this, but I think this was fixed in 1.0.2a and later. I had the same problem with a 2.4.18-ck4 kernel. Hope that helps! Take care, Steve I'm getting an unresolved symbol warning sound_class when trying to insmod this driver. This is

Re: [Alsa-user] accessing aux-in on a SB Vibra16 card?

2004-02-04 Thread Stephen Stocker
Hello, How do I tell ALSA (1.0.2a on a 2.6.1 kernel) to access the second input on a Creative SB Vibra 16 card (CT4170)? It has the usual CD_IN input on the card but there's also one labelled 'AUX_IN' right next to it. How to I tell alsa's mixer to recognize this as an available input

Re: [Alsa-user] More on asym

2004-02-03 Thread Stephen Stocker
:(snd_pcm_dsnoop_open) unable to initialize slave arecord: main:502: audio open error: Invalid argument Maybe it's progress. Take care, Steve On Tue, 3 Feb 2004, Jaroslav Kysela wrote: On Mon, 2 Feb 2004, Stephen Stocker wrote: ipc_key 1234 ipc_key 1235 The dmix

Re: [Alsa-user] More on asym

2004-02-03 Thread Stephen Stocker
out how to do this without ESD or whatever. Thanks again. Steve On Tue, 3 Feb 2004, Jaroslav Kysela wrote: On Tue, 3 Feb 2004, Stephen Stocker wrote: Hi, Thanks, that fixed the inconsistent error messages, I'm now back to the same errors I get with using dmix and dsnoop

Re: [Alsa-user] More on asym

2004-02-03 Thread Stephen Stocker
On Tue, 3 Feb 2004, Jaroslav Kysela wrote: On Tue, 3 Feb 2004, Stephen Stocker wrote: Hi, I've just got a Soundblaster 16 (Vibra16C, isapnp). Sure seems like something about it's wrong, although it'll record/play S16_LE at 44.1 kHZ maximum. The computer's an old 200MHz Pentium MMX

Re: [Alsa-user] More on asym (fixed)

2004-02-03 Thread Stephen Stocker
That fixed it, working like a charm! And it's perfect for my purposes. Thanks again! Take care, Steve On Tue, 3 Feb 2004, Jaroslav Kysela wrote: On Tue, 3 Feb 2004, Stephen Stocker wrote: On Tue, 3 Feb 2004, Jaroslav Kysela wrote: On Tue, 3 Feb 2004, Stephen Stocker

[Alsa-user] Re: More on asym

2004-02-03 Thread Stephen Stocker
On Tue, Feb 03, 2004 at 07:02:47AM -0600, Stephen Stocker wrote: I've just got a Soundblaster 16 (Vibra16C, isapnp). Sure seems like Hm, does this card *support* 16bit? I thougt it had only two 8bit=20 channels. At least it doesn't have the capabilities of a true Creative=20 SB 16. Only

[Alsa-user] More on asym

2004-02-02 Thread Stephen Stocker
Hi, I've gotten a little more information on my asym problems after setting things up with the dmix and dsnoop plugins I had defined, instead of just the example given. The error message is now different, depending on whether I start aplay or arecord first. Maybe that's progress? :) If I

Re: [Alsa-user] Need help with asym

2004-01-27 Thread Stephen Stocker
:50:32 -0600 (CST) Stephen Stocker [EMAIL PROTECTED] wrote: # Currently only half duplex pcm.duplex { type asym playback.pcm dmix capture.pcm dsnoop } hmm, this looks alright. I defined them like this (i don't think it makes a diffrence though

Re: [Alsa-user] Need help with asym

2004-01-26 Thread Stephen Stocker
about what I'm talking about! :) Thanks again, Steve On Mon, 26 Jan 2004, Florian Schmidt wrote: On Mon, 26 Jan 2004 10:36:15 -0600 (CST) Stephen Stocker [EMAIL PROTECTED] wrote: Using the standard example for the asym plugin (in .asoundrc), I'm getting the following, while playing

[Alsa-user] Small break in alsa-kernel CVS

2004-01-22 Thread Stephen Stocker
Hi, The newest CVS won't install the snd module in my 2.4.18-ck4 kernel with the trusty SB16. I get an unresolved symbol sound_class. The break is in alsa-kernel/core/sound.c. It's rather unimportant to me at the moment, I'm just posting it for informational purposes. Take care,

Subject: Re: [Alsa-user] ALSA Users: What Bugs You Most? (Was: Recent Complaints

2004-01-22 Thread Stephen Stocker
Jason Clouse wrote: Since I seem to have nominated myself to improve the documentation, it would be helpful if ALSA users would tell me about their unfulfilled dreams. What, are you crazy? :) Seriously, I don't envy you, but I'd be glad to help if I can. 1. What does ALSA do that you

Re: [Alsa-user] Recent Complaints Threads

2004-01-20 Thread Stephen Stocker
I agree, the .asoundrc docs are great, and I've been having a lot of fun finally delving into the various plugins. The flexibility is truly amazing! As for the insulting nature of too many posts here (and I don't mean those having a decent discussion of ways to improve things), all I can say

[Alsa-user] Re: shittiness

2004-01-17 Thread Stephen Stocker
of complication. As for M$'s benchmarks, that's not a reason for screaming, it's more a cause for laughter. *** Linus didn't seem to think so. But of course, I'm sure he bows to the greater wisdom of one Stephen Stocker. *** Linus is free to give M$'s claims whatever credence

Re: [Alsa-user] Re: shittiness

2004-01-17 Thread Stephen Stocker
On Sat, 17 Jan 2004 [EMAIL PROTECTED] wrote: From: Jason Clouse [EMAIL PROTECTED] On 2004-01-17 06:00:20 -0600 Stephen Stocker [EMAIL PROTECTED] wrote: Elitist? My apologies if that's how I sounded. That's what I took away from your comments. But if that's not what you intended

Re:[Alsa-user] shittiness

2004-01-16 Thread Stephen Stocker
Hi all, My thoughts on this subject are relatively straightforward and easy to express. What you've described below is already available. In Windoze. There's a reason I don't run M$'s junk, apart from its instability. I *enjoy* learning, doing, customizing, and just playing around

[Alsa-user] Simultaneous playback/capture?

2004-01-15 Thread Stephen Stocker
Hi, I'm wondering if it's possible to set up a simultaneous playback/capture arrangement with an old SB16 (Vibra16C)? I have a feeling that I'm overlooking something simple, maybe a dmix port combined with one of the other plugins, but I can't figure it out. I haven't played with anything