[linux-audio-user] Re: linuxsampler dapper packages

francisco echeverria franciscoecheverria at vtr.net
Sun Apr 9 15:47:07 EDT 2006


>
> On 4/9/06, francisco echeverria <franciscoecheverria at vtr.net> wrote:
>   
>> > 02:50:34.320 New MIDI device lscp_create_midi_device: Error opening ALSA
>> > sequencer (errno=0)
>>     
>
> my best guess is that you need to load the sequencer module - as root,
> type '/sbin/modprobe snd-seq'.  there's a way to make this change
> stick through reboots, but i can't remember it.
>
>   
i think this is done... if i do "lsmod | grep snd" i get:

snd_seq_dummy           3716  0
snd_seq_oss            35392  0
snd_seq_midi            8800  0
snd_seq_midi_event      7424  2 snd_seq_oss,snd_seq_midi
snd_seq                51664  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_rawmidi            23840  3 snd_seq_midi,snd_mpu401_uart,snd_ens1371
snd_seq_device          8396  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_timer              22916  2 snd_seq,snd_pcm
snd                    51684  15 
snd_seq_dummy,snd_seq_oss,snd_seq,snd_mpu401,snd_mpu401_uart,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
pancho at ubuntu:~$ lsmod | grep snd
snd_seq_dummy           3716  0
snd_seq_oss            35392  0
snd_seq_midi            8800  0
snd_seq_midi_event      7424  2 snd_seq_oss,snd_seq_midi
snd_seq                51664  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_mpu401              6408  0
snd_mpu401_uart         7744  1 snd_mpu401
snd_ens1371            23456  1
gameport               17992  2 analog,snd_ens1371
snd_rawmidi            23840  3 snd_seq_midi,snd_mpu401_uart,snd_ens1371
snd_seq_device          8396  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_ac97_codec         94560  1 snd_ens1371
snd_pcm_oss            51104  0
snd_mixer_oss          17472  1 snd_pcm_oss
snd_pcm                87492  3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer              22916  2 snd_seq,snd_pcm
snd                    51684  15 
snd_seq_dummy,snd_seq_oss,snd_seq,snd_mpu401,snd_mpu401_uart,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              11104  1 snd
snd_page_alloc          9352  1 snd_pcm
snd_ac97_bus            2752  1 snd_ac97_codec

i think i've got all sound modules loaded and all other related apps 
works fine



More information about the Linux-audio-user mailing list