<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Hi<br>
<br>
&nbsp;&nbsp;&nbsp; This is odd. A while back I used chkconfig to get alsa to load the
snd_seq on startup, to get my Radium49 midi keyboard to work. This
worked and I could use midi. However, this has stopped working for some
reason. I can see that snd_seq is loaded, but JACK and Pd doesn&acute;t see
any midi devices available. Checked cable and usb plug. All fine.<br>
<br>
Here&acute;s a listing from lsmod:<br>
snd_usb_audio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 67904&nbsp; 3<br>
snd_usb_lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13824&nbsp; 1 snd_usb_audio<br>
snd_via82xx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30592&nbsp; 0<br>
snd_ac97_codec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 76512&nbsp; 1 snd_via82xx<br>
snd_pcm_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55716&nbsp; 0<br>
snd_mixer_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20224&nbsp; 1 snd_pcm_oss<br>
snd_pcm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 113544&nbsp; 6
snd_usb_audio,snd_via82xx,snd_ac97_codec,snd_pcm_oss<br>
snd_timer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 36100&nbsp; 2 snd_seq,snd_pcm<br>
snd_page_alloc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10372&nbsp; 2 snd_via82xx,snd_pcm<br>
snd_mpu401_uart&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10752&nbsp; 1 snd_via82xx<br>
snd_rawmidi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31008&nbsp; 2 snd_usb_lib,snd_mpu401_uart<br>
<b>snd_seq_device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9484&nbsp; 2 snd_seq,snd_rawmidi</b><br>
snd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 59748&nbsp; 16
snd_seq,snd_usb_audio,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device<br>
<br>
&nbsp;&nbsp;&nbsp; Hope you can help.<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; kenneth<br>
</body>
</html>