Re: Midi and computer freezing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux