Ruben Lopez wrote: On Tue, 14 Feb 2006 00:43:01 -0500, Lee Revell was like: > > On Mon, 2006-02-13 at 21:30 -0800, Ruben Lopez wrote: > >> I have an onboard sound card with a game port. JACK identifies > >> the card as a "C-Media PCI" card. I want to use the game port for > >> my MIDI keyboard, but I'm not sure if JACK is seeing it. > > > > modprobe snd-mpu401 This would only work if the gameport is connected to the onboard Super-I/O chip and not the C-Media chip. > I believe that the correct module for this C-Media card "snd-cmipci" > which is loaded. However, midi still will not work thru the game port, > and there is no midi port for this card that shows up in JACK. Use the mpu_port=0x330 parameter for this module. HTH Clemens