Re: [linux-audio-user] Midi and computer freezing

From: chris beagles <christhemonkey@email-addr-hidden>
Date: Tue May 16 2006 - 14:02:18 EEST

On 5/16/06, chris beagles <christhemonkey@email-addr-hidden> wrote:
> On 5/15/06, Clemens Ladisch <clemens@email-addr-hidden> wrote:
> > chris beagles wrote:
> > > Maybe, as i have two soundcards. one builtin and the cmedia one, and
> > > they each hav a gameport/midi connection on them, maybe they are
> > > providing conflicting irqs or something?
> >
> > No, the C-Media's port uses the PCI interrupt of that card.
> >
> > However, there was a bug in the snd-cmipci driver that has exactly the
> > symptoms you described. The fix is not yet in the kernel.
> >
> > Please replace the following line in sound/pci/cmipci.c (should be about
> > line 2935):
> >
> > if (integrated_midi)
> >
> > with:
> >
> > if (integrated_midi && mpu_port[dev] == 1)
> >
> >
> > HTH
> > Clemens
> >
> Cheers very much!
> I shall go try that now and let you know how it goes.
>
> Chris
>
I take it that i have to recompile my kernel now?

Oh the fun and games!

Chris
Received on Wed May 17 04:15:06 2006

This archive was generated by hypermail 2.1.8 : Wed May 17 2006 - 04:15:06 EEST