yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Thu May 12, 2005 5:13 pm Post subject: kernel 2.6.10 and /dev/sequencer issue |
|
|
I switched from kernel 2.6.9-r1 to 2.6.10-r6, and I have a weird behavior :
at boot time, when the /etc/init.d/alsasound script is launched, I get :
Code: |
* Loading ALSA modules...
* Loading: snd-card-0... [ ok ]
* Loading: snd-seq-oss...
/dev/sequencer: No such device
FATAL: Error running install command for snd_seq_oss [ !! ]
* Loading: snd-pcm-oss... [ ok ]
* Loading: snd-emu10k1-synth... [ ok ]
* Loading: snd-seq-midi... [ ok ]
* Restoring Mixer Levels... [ ok ]
|
However :
1) /dev/sequencer is created :
Code: |
bash-2.05b# ls -l /dev/seq*
lr-xr-xr-x 1 root root 15 mai 11 23:40 /dev/sequencer -> sound/sequencer
lr-xr-xr-x 1 root root 16 mai 11 23:40 /dev/sequencer2 -> sound/sequencer2
|
2) module is actually loaded :
Code: |
bash-2.05b# lsmod | grep snd_seq
snd_seq_midi 6688 0
snd_seq_virmidi 5760 1 snd_emux_synth
snd_seq_midi_emul 7040 1 snd_emux_synth
snd_seq_oss 31360 0
snd_seq_midi_event 6144 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq 47376 8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_rawmidi 19488 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_seq_device 7180 7 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_timer 20228 2 snd_seq,snd_pcm
snd 46436 13 snd_emux_synth,snd_seq_virmidi,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer,snd_hwdep
|
3) I can play midi files (after sfxload) just as I could do with kernel 2.6.9
Now : why do I complain ?
It just seems unproper to me, and I'd like to know what can be wrong ?
an idea ayone ? |
|