Es geschah am Montag, 3. Februar 2003 09:35 als Clemens Ladisch schrieb: > Christian Schoenebeck wrote: > > Actually I do have a problem, but maybe a small one. Audio works now > > with my Delta 1010, but I'm missing device /dev/snd/seq. > > The sequencer modules should be loaded automatically when you try to > access some sequencer device; try "aconnect -o". Ok, at least after a 'modprobe snd-seq-oss' I got the /dev/snd/seq device, but I have to do that manually everytime I reboot. So why isn't this module loaded automatically? According to my modules.conf it should: ... # ALSA portion alias char-major-116 snd alias snd-card-0 snd-ice1712 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ... Can somebody give me a hint?