Re: [Jackit-devel] Re: jack, PREEMPT_DESKTOP, delayed interrupts?

2005-08-31 Thread Florian Schmidt
On Wed, 31 Aug 2005 07:08:08 -0500 "Jack O'Quin" <[EMAIL PROTECTED]> wrote: > JACK sources already include a CHECK_PREEMPTION() macro which expands > to Ingo's special gettimeofday() calls. The trace is turned on and > then off automatically before and after the realtime critical section > in the

Re: I wrote a kernel tool for monitoring / web page

2005-02-19 Thread Florian Schmidt
On Sat, 19 Feb 2005 02:33:00 +0100 sylvanino b <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry, it's meant to run on linux. > Actually, patch provided is for linux 2.6.9 + kdb 4.4 > > > I have uploaded a new tarball and updated the webpage. > should be ok, > > Sylvain For some reason all i ever ge

2.6.20 "IRQ handler type mismatch for IRQ 4"

2007-02-10 Thread Florian Schmidt
Hi, i upgraded my system from ubuntu edgy to feisty and a new kernel came with it (2.6.15 vs. 2.6.20). Sadly my wireless card (pcmcia) has stopped working under this system. Seeing a backttrace in the dmesg output made me believe it's a kernel problem. I built a vanilla kernel to see if maybe

Re: 2.6.20 "IRQ handler type mismatch for IRQ 4"

2007-02-12 Thread Florian Schmidt
On Monday 12 February 2007, Alan wrote: > > [ 23.783913] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ > > sharing enabled > > [ 23.787063] pnp: Device 00:0c activated. > > [ 23.787420] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > > So the PnP layers put a device on IRQ 4, whi

Re: APIC priorities, can they be changed?

2007-02-16 Thread Florian Schmidt
On Thursday 15 February 2007, Mike Panetta wrote: > I did try that. The BIOS only allows me to either allocate an IRQ to be > a PCI interrupt, or reserve it (for what I have no idea). The IRQ's > listed in the BIOS are also different from the ones Linux sees. I think > the BIOS is seeing the XT-

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-06-29 Thread Florian Schmidt
On Thursday 28 June 2007, Anton Petrusevich wrote: > > > I have ICE1724, a very good sound card to my taste, works like a charm. > > > But with ALSA I had a really hard time to configure it properly, wanna > > > see my .asoundrc? > > > > Not particularly. I don't count as a great fan of the config

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-06-29 Thread Florian Schmidt
On Thursday 28 June 2007, Adrian Bunk wrote: > There is also a userspace OSS emulation for ALSA not suffering from > these problems. Yeah, it suffers from other problems though. It uses an LD_PRELOAD hack to intercept library calls that open the /dev/dsp devices etc.. This doesn't always work.

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-06-29 Thread Florian Schmidt
On Friday 29 June 2007, Anton Petrusevich wrote: > On Friday 29 June 2007 12:30:54 Florian Schmidt wrote: > > Sadly it seems pretty much everyone, especially closed source apps get > > this wrong (but to be fair: loads of open source software gets it wrong, > > too, ekiga fo

Re: Is it time for remove (crap) ALSA from kernel tree ?

2007-07-01 Thread Florian Schmidt
On Friday 29 June 2007, Miklos Szeredi wrote: > > > > Not as if it would be hard to add ioctl support to fuse. What fuse > > > > can't handle is the data argument of ioctl(), so the most it could do > > > > is give the filesystem a pid (tid) and a virtual address. The > > > > userspace fs could t

getting FUSD compiled with current kernels

2007-09-29 Thread Florian Schmidt
Hi, I'm trying to build FUSD [1] against current kernels [2.6.22]. I get errors [2]: I tried looking into it but not being a kernel hacker i must admit i didn't even find out where sysfs_dentry is defined (so i can make the type complete). Or whether this would even be the correct way to fix

Re: getting FUSD compiled with current kernels

2007-09-29 Thread Florian Schmidt
On Saturday 29 September 2007, Florian Schmidt wrote: > Hi, > > I'm trying to build FUSD [1] against current kernels [2.6.22]. I get errors > [2]: Oh i forgot to show the code snippets in question. I put them to the crresponding error below [matching line number is marked w

Re: getting FUSD compiled with current kernels

2007-09-29 Thread Florian Schmidt
On Saturday 29 September 2007, Florian Schmidt wrote: > On Saturday 29 September 2007, Florian Schmidt wrote: > > Hi, > > > > I'm trying to build FUSD [1] against current kernels [2.6.22]. I get > > errors [2]: > > Oh i forgot to show the code snippets in ques

Re: getting FUSD compiled with current kernels

2007-09-30 Thread Florian Schmidt
On Sunday 30 September 2007, Lee Revell wrote: > On 9/29/07, Florian Schmidt <[EMAIL PROTECTED]> wrote: > > My goal is to hack up oss2jack [3] to use ALSA pcm devices.. And a later > > goal is to create a virtual ALSA soundcard [which would multiplex access > > to a

Re: getting FUSD compiled with current kernels

2007-09-30 Thread Florian Schmidt
On Sunday 30 September 2007, Florian Schmidt wrote: > On Sunday 30 September 2007, Lee Revell wrote: > > On 9/29/07, Florian Schmidt <[EMAIL PROTECTED]> wrote: > > > My goal is to hack up oss2jack [3] to use ALSA pcm devices.. And a > > > later goal is to creat