Sequencer problem : open /dev/snd/seq failed: No such file or directory
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | alsa-driver (Ubuntu) |
Medium
|
Thomas Hood | ||
Bug Description
Hi I got an up-to-date Hoary release candidate with kernel 2.6.10-5-k7 my sound
card is a via (lspci gives :
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 50) )
By trying to play with midi software like Rosegarden and fluidsynth to let the
penguin emit some sounds, I realize there is a problem with alsa seq! Fluidsynth
gives me:
fluidsynth: ALSA driver: Using format s16, rw, interleaved
ALSA lib seq_hw.
or directory
fluidsynth: error: Error opening ALSA sequencer
Failed to create the MIDI thread; no MIDI input
will be available. You can access the synthesizer
through the console.
ls /dev/snd gives:
[brice@TuxBox:~ ] ls /dev/snd/
controlC0 pcmC0D0c pcmC0D0p pcmC0D1c pcmC0D1p timer
also when I run qjackctl, the init phase fails and I got the same message (no
/dev/snd/seq).
Also the following can be of interest:
[brice@TuxBox:~ ] lsmod|grep snd
snd_via82xx 28128 2
snd_ac97_codec 75936 1 snd_via82xx
snd_pcm_oss 53732 1
snd_mixer_oss 20160 2 snd_pcm_oss
snd_pcm 97288 3 snd_via82xx,
snd_timer 25732 1 snd_pcm
snd_page_alloc 9924 2 snd_via82xx,snd_pcm
gameport 4544 1 snd_via82xx
snd_mpu401_uart 7936 1 snd_via82xx
snd_rawmidi 25184 1 snd_mpu401_uart
snd_seq_device 8716 1 snd_rawmidi
snd 57252 9
snd_via82xx,
soundcore 10272 3 snd
Any idea???
Bes regards, Brice


Hi
I have done further investigations concerning this problem and I was able to get
rid of this error by manually charging the following modules: snd-pcm-oss,
snd-seq-oss, snd-mixer-oss.
It seems that alsa isn't well configurated in the actual package as these
modules aren't loaded by default at bootup.
However, trying to select alsa as default output sink in gstreamer- properties
wasn't solved by this workaround! I still get an error "Failed to construct test
pipeline for 'ALSA - Advanced Linux Sound Architecture'".
I am still a newbie and do not know how to force the loading of the modules at
boot time!!
Best regards, Brice