Re: [Repost] Ultra2 SMP freezes with heavy disk I/O

2007-03-21 Thread Chini, Georg
Ferris McCormick wrote: On Wed, 2007-03-21 at 10:53 +0100, bertrand wrote: Ferris McCormick a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 --- snip --- JKB This is a problem with U2+kernel-2.6.x generally. Unfortunately, I have no suggestion

Re: Third Try: [PATCH] cs4231 alsa driver: Fix IRQ and initialisation problems, reduce period_bytes_min

2007-01-03 Thread Chini, Georg
Georg Chini wrote: David Miller wrote: But it seems that nowadays the ISA CS4231 driver is using a value of "64" for period_bytes_min. Perhaps the Sparc driver should do that too :-) My machine seems too slow to handle this. With values less than 256 sound will not work properly. I thi

Third Try: [PATCH] cs4231 alsa driver: Fix IRQ and initialisation problems, reduce period_bytes_min

2006-12-29 Thread Chini, Georg
Hi, I don't know what my mail program does to the patch. When I send it there is always a + sign too much in one line. So I attach it as a file now. I hope this works, and once again sorry for the confusion. Regards Georg Chini From: Georg Chini [EMAIL PROTECTED] SBUS: Change IRQ-h

[PATCH] cs4231 alsa driver: Fix IRQ and initialisation problems, reduce period_bytes_min

2006-12-29 Thread Chini, Georg
Hello, there was a typo in the last patch, so here it is again. Sorry for the confusion. - From: Georg Chini [EMAIL PROTECTED] SBUS: Change IRQ-handler return value from 0 to IRQ_HANDLED and fix some initialisation problems. Change period_bytes_min from 4096 to 256 to allow driver to w

Re: IRQ-problem with cs4231 alsa driver on SBUS

2006-12-28 Thread Chini, Georg
Hello, Georg Chini wrote: Hello, I am using an ultra 2 with two 300 MHz CPU's, kernel 2.6.18.5. I tried to make a VOIP appliction (twinkle) work on my machine. I have to use the OSS emulation layer, if I configure ALSA in the application it will not work. With OSS it works fine for a while, bu