[Alsa-devel] problems with unresolved symbols in 2.4.25 and intel8x0

2004-03-15 Thread Jeremy Hall
Hello, I just did a cvs update -dP on my CVS because I was experiencing lockups when using intel8x0 and my drivers were a bit old. When I had finished running ./cvscompile in alsa-driver, alsa-lib, and alsa-tools along with appropriate make install's, this is the output I got when trying to

Re: [Alsa-devel] problems with unresolved symbols in 2.4.25 and intel8x0

2004-03-15 Thread Jeremy Hall
Hi, yes this helped, modules are working fine. I still get segv/core when I run alsactl store _J In the new year, Chris Rankin wrote: --- Jeremy Hall [EMAIL PROTECTED] wrote: Hello, I just did a cvs update -dP on my CVS because I was experiencing lockups when using intel8x0

[Alsa-devel] intel8x0: sample rate problems in playback

2003-12-03 Thread Jeremy Hall
Hello, I tried to run realplayer after taking a massive CVS update, and now alsa seems to try to up-sample the material, causing a tinny effect. and now with today's CVS, I get: error in snd_ac97_set_rate: cidx=0, reg=0x2e, rate=48000 and no discernable difference in audio, it works ok. _J

Re: [Alsa-devel] Intel8x0 problems with rc1

2003-12-03 Thread Jeremy Hall
there also appears to be a delay of upwards of 2 seconds before it starts playing but I don't have anything more in my logs. _J In the new year, Takashi Iwai wrote: At Wed, 03 Dec 2003 15:47:23 +0100, Thomas Charbonnel wrote: Takashi Iwai wrote : Takashi, I applied your patch but

Re: [Alsa-devel] Intel8x0 problems with rc1

2003-12-03 Thread Jeremy Hall
ok, applying. In the new year, Takashi Iwai wrote: At Wed, 3 Dec 2003 11:41:23 -0500 (EST), Jeremy Hall wrote: there also appears to be a delay of upwards of 2 seconds before it starts playing but I don't have anything more in my logs. you're using the cvs version, right

Re: [Alsa-devel] Fwd: [was Re: [linux-audio-user] Multiple (three) RME Hammerfalls... any experience]

2003-11-29 Thread Jeremy Hall
You're actually going to want 6 RME9652's if you want 72 channels at 96. In jackd/engine.c, change engine-port_max to 512. I think you won't need all of those, I think you'll need 304. You can slave them together using pcm_multi as long as they're all linked with a master clock, alsa won't

Re: [Alsa-devel] CVS server problems: old RCS files corrupted

2003-11-18 Thread Jeremy Hall
What about the ones on alsa-project, was it _THAT_ long ago? _J In the new year, Takashi Iwai wrote: At Mon, 17 Nov 2003 18:33:35 +0300, Sergey Vlasov wrote: [1 text/plain; us-ascii (7bit)] Hello! I have tried to look at the ALSA CVS log through the anonymous CVS access (using

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-07 Thread Jeremy Hall
Kai, did you make a multi out of your cards together? _J In the new year, Kai Vehmanen wrote: On Tue, 5 Aug 2003, Paul Davis wrote: i am having a repeated problem with system lockups using current CVS with JACK running SCHED_FIFO on an SMP system, with the Planet's 2.4.21 kernel. No

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-07 Thread Jeremy Hall
and clients get killed when you use jack_connect in rapid fire. _J In the new year, Kai Vehmanen wrote: On Thu, 7 Aug 2003, Jeremy Hall wrote: Kai, did you make a multi out of your cards together? Nope, jackd accessed the individual soundcards directly (... -d alsa -d hw:{0,1,2

Re: [Alsa-devel] I must be really dense

2003-07-11 Thread Jeremy Hall
I reran snddevices and it seems happy, hopefully I can still go back and forth between old and new setups thanks _J In the new year, Clemens Ladisch wrote: Jeremy Hall wrote: when I try to run alsactl restore or alsactl store, it whines about snd_ctl_open no such file or directory Did

Re: [Alsa-devel] [PATCH] alsactl fixes

2003-06-25 Thread Jeremy Hall
it's in the lib somewhere I saw it both with es1938 and intel8x0 (I don't have es1938 anymore) and yes I removed both my /etc/asound.state and .asoundrc _J In the new year, Takashi Iwai wrote: At Tue, 24 Jun 2003 19:57:49 -0400 (EDT), Jeremy Hall wrote: anoncvs has not picked up changes

Re: [Alsa-devel] [PATCH] alsactl fixes

2003-06-24 Thread Jeremy Hall
anoncvs has not picked up changes. I am seeing a core dump when I try to run alsactl store and don't know why. gdb isn't helping me on this machine. _J In the new year, Takashi Iwai wrote: At Fri, 20 Jun 2003 09:09:43 +0200 (METDST), Clemens Ladisch wrote: When a card doesn't have

[Alsa-devel] lock with pcm_multi for two rme9652 cards

2003-04-13 Thread Jeremy Hall
Hello, For years I have thought my machine was plagued with heating issues, and many other reasons for my spurious lockups, indeed I had many different lockups manifesting themselves, but I now have proof for my madness. It appears a lockup can somehow be caused if RME9652 both try to stop at

[Alsa-devel] rme9652 in kernel

2003-04-12 Thread Jeremy Hall
Hi, I built rme9652 in my kernel so that I could debug with kgdb. Unfortunately it runs rme9652 before hammerfall_mem, so it refuses to insert hammerfalls because of no memory, then it makes the memory but doesn't bother to go back and check for the hammerfalls. Where is the code that sets

Re: [Alsa-devel] rme9652 in kernel

2003-04-12 Thread Jeremy Hall
well, it's simple, adjust the makefile so that hammerfall-mem.o comes before rme9652.o _J In the new year, Jeremy Hall wrote: Hi, I built rme9652 in my kernel so that I could debug with kgdb. Unfortunately it runs rme9652 before hammerfall_mem, so it refuses to insert hammerfalls

[Alsa-devel] e-mail address changed

2003-03-01 Thread Jeremy Hall
Hello, Effective immediately, please use [EMAIL PROTECTED] for all communications for me. [EMAIL PROTECTED] no longer works. _J --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Alsa-devel] two RME9652 cards used as a pcm_multi

2002-09-28 Thread Jeremy Hall
Hi, I put up a serial console and discovered that when the lock occurs, the sysrq doesn't even work. This rules out memory problems, right? So now we have irq storm and pci misconfiguration? _J In the new year, Jeremy Hall wrote: I specified nosmp and the lockup still occurred. That leaves

[Alsa-devel] two RME9652 cards used as a pcm_multi

2002-09-27 Thread Jeremy Hall
Hello all, I am using two RME9652 cards together as a single pcm_multi device so that I can get 24 channels both at 48 and 96khz without a cable reconfig. I have an SMP machine and have noticed that when using the pcm_multi device, all the channels are mapped correctly and seem to work

Re: [Alsa-devel] two RME9652 cards used as a pcm_multi

2002-09-27 Thread Jeremy Hall
I specified nosmp and the lockup still occurred. That leaves memory debugging, irq storm, and pci misconfiguration...right? Which is most likely? _J In the new year, Jaroslav Kysela wrote: On Fri, 27 Sep 2002, Jeremy Hall wrote: Hello all, I am using two RME9652 cards together

[Alsa-devel] pcm_multi can cause a kernel lockup

2002-04-15 Thread Jeremy Hall
Hi, I am running 2.4.19-pre2+ll+preempt and seeing some annoying crashes when using pcm_multi. the setup: running jack with something like this: ctl.rme9652_48 { type hw card 0 } pcm.rme9652_48 { type multi slaves.a.pcm rme9652_0;

[Alsa-devel] when did the rme9652 driver break?

2002-02-19 Thread Jeremy Hall
Hi, What is going on? my computer goes on vacation for a week and when it returns and updates its CVS, alsa now locks the kernel when I try to use the rme9652 card. Jack whines about loads of xruns, which get larger as time goes by, resulting in a system crash that must be hard-reset. When

Re: [Alsa-devel] when did the rme9652 driver break?

2002-02-19 Thread Jeremy Hall
ah yes, now works GREAT! operating with 1.12 of the rme9652.c _J In the new year, Takashi Iwai wrote: At Tue, 19 Feb 2002 10:03:42 -0500 (EST), Jeremy Hall wrote: Hi, What is going on? my computer goes on vacation for a week and when it returns and updates its CVS, alsa now locks

Re: [Alsa-devel] when did the rme9652 driver break?

2002-02-19 Thread Jeremy Hall
Hi, Actually there appear to be some wierd cases where the driver can still cause XRUNS, but these may not be alsa-related things. Do you have an idea where this might be coming from if in alsa? (but don't spend flocks of time on it, just a quick think over it) _J In the new year, Jeremy Hall

Re: [Alsa-devel] More woes with the RME 9652 soundcard

2002-02-05 Thread Jeremy Hall
just yesterday I had an issue where ardour was running at frames_per_cycle == 64 and capturing. After about 5 minutes or so (wildly random guess) I had some wierd alignment problems that caused me to be quite concerned that coming next would be the famous hammerfall hum at whatever amplitude it

Re: [Alsa-devel] RE: Hammerfall woes

2002-02-05 Thread Jeremy Hall
Try jack (jackit.sf.net) it will help you in part with what you want. latest ardour CVS requires this. _J In the new year, Ivica Bukvic wrote: As far as the ardour is concerned, when I start it with -D rme9652 -i 8 -o 8 flags, and press play it only plays a quick click-like snippet of a

Re: [Alsa-devel] re: Hammerfall woes

2002-02-05 Thread Jeremy Hall
I do not know what this rtcmix thingie is, but here are a couple options you have: Convert the rtcmix program to use jack, adding jack functionality to it figure out how to get rtcmix to use a fifo or stdin/stdout, then write a small jack app that interfaces with it. It should be no more than

Re: [Alsa-devel] more RME 9652 Hammerfall problems

2002-02-02 Thread Jeremy Hall
WHat is line 15 of your .asoundrc? _J ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] more RME 9652 Hammerfall problems

2002-02-01 Thread Jeremy Hall
When you use the hw:1 syntax, you are expecting alsa to try to talk to the card directly. Try this in your .asoundrc. pcm.rme9652 { type hw card 1 device 0 } ctl.rme9652 { type hw card 1 } pcm.dsp1 { type plug slave.pcm.rme9652 } then aplay -Ddsp1 filew.wav Alsa will perform the needed

Re: [Alsa-devel] what are the latest PCM changes?

2001-12-13 Thread Jeremy Hall
year, Jaroslav Kysela wrote: On Tue, 11 Dec 2001, Jeremy Hall wrote: Hi, I just updated my alsa from about a week ago, I updated then to try out the new default rme9652 changes that went in. I began to notice intermitant problems with linking two cards together in a multi pcm and today

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-12-07 Thread Jeremy Hall
After extensively debugging this, I do not think the problem is in alsa. _J In the new year, Jeremy Hall wrote: any words on this? _J In the new year, Jeremy Hall wrote: Hi, I can't find a difference in the way audioengine and jack open / configure the alsa device

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-12-04 Thread Jeremy Hall
Hi, I can't find a difference in the way audioengine and jack open / configure the alsa device, but audioengine works, jack does not. Jack DOES work on a single card, just not when both cards are linked. Abramo, do you have time to look at this? _J In the new year, Jeremy Hall wrote: yeah I

[Alsa-devel] problems with libaoss

2001-12-01 Thread Jeremy Hall
Hi, I have the following definition in my .asoundrc: pcm.dsp0 { type plug pcm.slave rme9652_48 ttable.0.0 0.25 ttable.1.1 0.25 ttable.0.2 1 ttable.1.3 1 } When I play with freeamp which was linked with libaoss.so, I get what sounds like old audio being played in the buffer late. When I use

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-12-01 Thread Jeremy Hall
What more info can I provide to help assist you? _J In the new year, Jeremy Hall wrote: What more info can I provide? _J In the new year, Jeremy Hall wrote: Here is a segment of my .asoundrc. pcm_slave.rme9652_s { pcm rme9652_0 } pcm.rme9652_1 { type hw

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-12-01 Thread Jeremy Hall
yeah I know and I looked at that and it all looks fine. I need to look at the exact calls to track it down. I was just hoping you might be able to see an easy thing. Let me know if you do get time to look at it. _J In the new year, Jaroslav Kysela wrote: On Sat, 1 Dec 2001, Jeremy Hall wrote

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-11-29 Thread Jeremy Hall
What more info can I provide? _J In the new year, Jeremy Hall wrote: Here is a segment of my .asoundrc. pcm_slave.rme9652_s { pcm rme9652_0 } pcm.rme9652_1 { type hw card 1 } ctl.rme9652_1 { type hw card 1 } pcm.rme9652_0 { type hw

Re: [Alsa-devel] corruption in snd_pcm_multi code

2001-11-28 Thread Jeremy Hall
; bindings.27.slave b; bindings.27.channel 25; } In the new year, Jaroslav Kysela wrote: On Wed, 28 Nov 2001, Jeremy Hall wrote: Hi, Today I saw what is believed to be data corruption. In the middle of snd_pcm_multi_avail_update, I discovered: (gdb) print *multi

[Alsa-devel] debugging clocking problems on rme9652

2001-10-29 Thread Jeremy Hall
Hi, I have a couple questions. First, have there been any clock modifications to the rme9652, or potential problems cropping up over the last few months that would make word clock sync not possible? What kind of cabling and terminators should be used? Can one connect the BNC connectors

Re: [Alsa-devel] wierd BANGS! in ttable mappings

2001-10-20 Thread Jeremy Hall
Abramo? Perex? Anybody? Hello? any words on this? _J In the new year, Jeremy Hall wrote: Hi there, any words on this? _J In the new year, Jeremy Hall wrote: Hi, I have a config that looks like this. Because the monitors I am using treat levels at 100% at like LOUD ENOUGH

[Alsa-devel] problems compiling ac3dec in alsa-tools

2001-10-05 Thread Jeremy Hall
Hi, snd_pcm_resume is being implicitly declared in alsa-tools/ac3dec. _J ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] need SCHED_FIFO for aplay

2001-09-30 Thread Jeremy Hall
Hi, We need an option to aplay that lets you set sched_fifo and a priority so that those of us using a ll kernel can get it right and we won't see xruns because of lack of scheduling. Do we have a -Z? how about a -R? _J ___ Alsa-devel mailing list