Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-28 Thread Josh Green
Darwin Marcus Johnson wrote: > > Regardless of what I try I keep getting this error message below, when I try > to compile the kernel. I thought maybe it was a gcc thing but I don't think > so now. Could someone point in the right , direction, documentation, > mailing-list,etc.. > > -Thanks > Dar

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-28 Thread Dave Phillips
Darwin Marcus Johnson wrote: > 0. What distributions are you running? Mongrelized Red Hat 6.1 > 1. What Low Latency Kernels are people running? 2.4.0-test9 > 2. What did they compile them with? > 3. What glibc is this with? gcc version egcs-2.91.66 (libc6) > 4. What ALSA won't burn you too

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-27 Thread brian redfern
Yeah, just a little typo. --- Darwin Marcus Johnson <[EMAIL PROTECTED]> wrote: > On Friday 25 May 2001 17:35, you wrote: > > I'm running low latency with suse linux 7.1 and > the > > 2.1.18 kernel, and its nice, I can use terminatorX > > with full scrtahcing on a puny 233mghz machine. > > > > Wha

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Jörn Nettingsmeier
Darwin Marcus Johnson wrote: > > On Friday 25 May 2001 20:00, Josh Green wrote: > > I also have Mandrake 8.0. I'm not currently using a low-latency kernel > > though. I tried Linux 2.4.4 but with or without the low latency patch I > > experienced some serious scheduling problems. I'm using reiser

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Josh Green
Darwin Marcus Johnson wrote: > > On Friday 25 May 2001 20:00, Josh Green wrote: > > I also have Mandrake 8.0. I'm not currently using a low-latency kernel > > though. I tried Linux 2.4.4 but with or without the low latency patch I > > experienced some serious scheduling problems. I'm using reiser

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Darwin Marcus Johnson
On Saturday 26 May 2001 12:01, Maurizio Umberto Puxeddu wrote: > Darwin Marcus Johnson wrote: > > [...snip...] > > How do I go about using kgcc to compile the Kernel? Do I just change gcc > > to kgcc in the make file? Or is there something else that I am missing? > > Supposing you are using bash:

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Maurizio Umberto Puxeddu
Darwin Marcus Johnson wrote: > [...snip...] > How do I go about using kgcc to compile the Kernel? Do I just change gcc to > kgcc in the make file? Or is there something else that I am missing? Supposing you are using bash: #export CC="kgcc" then use "make -e" instead of "make", for example #ma

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Darwin Marcus Johnson
On Friday 25 May 2001 20:00, Josh Green wrote: > I also have Mandrake 8.0. I'm not currently using a low-latency kernel > though. I tried Linux 2.4.4 but with or without the low latency patch I > experienced some serious scheduling problems. I'm using reiserFS so > perhaps thats the kernel code in

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-26 Thread Darwin Marcus Johnson
On Friday 25 May 2001 17:35, you wrote: > I'm running low latency with suse linux 7.1 and the > 2.1.18 kernel, and its nice, I can use terminatorX > with full scrtahcing on a puny 233mghz machine. > What Low Latency patch did you use I have not seen one for "2.1.18", did you mean "2.2.18"? - Th

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-25 Thread Josh Green
Darwin Marcus Johnson wrote: > > 0. What distributions are you running? > 1. What Low Latency Kernels are people running? > 2. What did they compile them with? > 3. What glibc is this with? > 4. What ALSA won't burn you too bad?(I don't use an RME interface) > 5. When will DeMuDi begin to emerge

Re: [linux-audio-dev] Low Latency Kernel Combos

2001-05-25 Thread brian redfern
I'm running low latency with suse linux 7.1 and the 2.1.18 kernel, and its nice, I can use terminatorX with full scrtahcing on a puny 233mghz machine. --- Darwin Marcus Johnson <[EMAIL PROTECTED]> wrote: > Hello all, > > I have been trying to compile a Low Latency > Kernel.org 2.4.4 Kernel on >

[linux-audio-dev] Low Latency Kernel Combos

2001-05-25 Thread Darwin Marcus Johnson
Hello all, I have been trying to compile a Low Latency Kernel.org 2.4.4 Kernel on Mandrake 8.0 for the past few days with not much success. In poking around on the web it seems that the compiler on Mandrake is 2.96 and I need to compile with kgcc which is listed as egcs-2.91.66. I have also he