Problem:
Jack Audio Problem:
"Could not open ALSA sequencer as a client. ALSA MIDI patchbay will be not available" pops up when QjackCtl is started.
Solved by:
# modprobe snd-seq-midi
(thanks to OysterCatcher in this post
http://forums.fedoraforum.org/showthread.php?t=279838)
To load snd-seq-midi at boot time do the following:
# echo modprobe snd-seq-midi >> /etc/rc.modules
# chmod +x /etc/rc.modules