On 10/19/2009 12:11 AM, David Adler wrote:
On Sun, Oct 18, 2009 at 12:01 PM,
lanas<lanas(a)securenet.net> wrote:
> Hello all,
>
> There's no ALSA sequencer available in jack on Fedora 11 x86_64,
> using CCRMA's jack audio kit:
I had the same problem...
To automatically load those at startup they can be
put
somewhere on the system in a text file. I'm not sure where
this file resides on fedora, it might be /etc/modprobe.conf
For F11 do
echo "/sbin/modprobe snd_seq" >> /etc/rc.d/rc.local
and reboot. Probly not the cleanest solution, but it works.