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

[ale] How to turn /dev/midi on?



Here is what lsmod returns.

snd_seq_oss            32416  0 
snd_seq_midi_event      7680  1 snd_seq_oss
snd_seq                51664  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx            25024  0 
snd_pcm_oss            49764  0 
snd_mixer_oss          17152  1 snd_pcm_oss
snd_pcm                92064  2 snd_via82xx,snd_pcm_oss
snd_timer              24996  2 snd_seq,snd_pcm
snd_ac97_codec         57220  1 snd_via82xx
snd_page_alloc         10788  2 snd_via82xx,snd_pcm
gameport                4736  1 snd_via82xx
snd_mpu401_uart         7776  1 snd_via82xx
snd_rawmidi            23936  1 snd_mpu401_uart
snd_seq_device          7944  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    51780  12 
snd_seq_oss,snd_seq_midi_event,snd_seq,snd_via8                                                                                
2xx,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,s                                                                                
nd_rawmidi,snd_seq_device
soundcore               9728  1 snd

Any clues?

-- 
Wishing you Happiness, Joy, and Laughter,
Drew Brown
http://www.ChangingLINKS.com

On Tuesday February 15 2005 12:52, Jim Popovitch wrote:
> Custom kernel or not?
>
> Either way what does lsmod show?
>
> -Jim P.