Marc Schiffbauer wrote:
Hallo Liste,
Hallo Marc,
Ich hab ne SB16 ISA (nix PNP) Kernel 2.2.10 selbstgebacken.
Hier SB64, Kernel 2.2.12, ALSA v0.4.1b.
Aber beim catten auf /dev/audio krieg ich die Meldung: no such device
Das modul snd-pcm1-oss fehlt, siehe unten.
Weis jemand, wie ich die Meldungen NOT ENABLED IN CONFIG loswerde?? Wo muss ich noch drehen??
An deiner conf.modules . Besorg dir doch mal alsaconf von ftp2.de.kernel.org/pub/mirror/ftp.alsa-project.org/pub . Mein Abschnitt abgeändert auf SB16: ----------8<---------------------------- alias char-major-116 snd alias char-major-14 soundcore alias snd-card-0 snd-card-sb16 alias sound-slot-0 snd-card-0 alias sound-service-0-8 snd-seq-midi # -- Emu von OSS ----- alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm1-oss alias sound-service-0-12 snd-pcm1-oss alias sound-minor-oss-0 snd-mixer alias sound-minor-oss-3 snd-pcm1-oss alias sound-minor-oss-4 snd-pcm1-oss alias sound-minor-oss-5 snd-pcm1-oss alias sound-minor-oss-12 snd-pcm1-oss # -- Emu von OSS ende ---- options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=0 snd_device_uid=0 options snd-card-sb16 snd_index=1 snd_id=SB16 ----------8<----------------------------- Hier müssen noch mehr Optionen hin (für snd-card-sb16) siehe vi +259 (Da kommst du mit ":q" wieder raus) und lsmod | grep snd: ----------8<----------------------------- snd-mixer-oss 3580 1 (autoclean) snd-card-sbawe 5132 3 snd-seq-device 2960 3 [snd-card-sbawe] isapnp 23529 0 [snd-card-sbawe] snd-mpu401-uart 1464 0 [snd-card-sbawe] snd-sb16-csp 5692 0 [snd-card-sbawe] snd-hwdep 2220 0 [snd-card-sbawe snd-sb16-csp] snd-sb16-dsp 15348 0 [snd-card-sbawe snd-sb16-csp] snd-pcm1 16572 1 [snd-sb16-dsp] snd-timer 7196 0 [snd-pcm1] snd-mixer 24640 0 [snd-mixer-oss snd-card-sbawe snd-sb16-dsp] snd-midi 11692 0 [snd-card-sbawe snd-mpu401-uart] snd-pcm 8140 0 [snd-card-sbawe snd-sb16-dsp snd-pcm1] snd 32236 6 [snd-mixer-oss snd-card-sbawe snd-seq-device snd-mpu401-uart snd-sb16-csp snd-hwdep snd-sb16-dsp snd-pcm1 snd-timer snd-mixer snd-midi snd-pcm] soundcore 2148 3 [snd] ----------8<--------------------------------- nach abschalten von esd und zugrif auf /dev/audio kam folgende Zeile hinzu: nd-pcm1-oss 12556 0 (autoclean) Das heisst du brauchst die OSS Emulation für /dev/audio, MfG Florian ( PS: Für /dev/sequencer hab ich auch noch keinen ordentlichen Eintrag in conf.modules gefunden. (MIDI) modprobe: modprobe: Can't locate module snd-synth-midi babylon5 insmod: /lib/modules/2.2.12/misc/snd-synth-emu8000.o: insmod snd-synth-emu8000 failed modprobe: modprobe: Can't locate module snd-synth-opl3 kernel: snd: sequencer: no device found grep snd-synth-midi und snd-synth-opl3 in conf.modules und modules.dep hat keinen solchen Eintrag hervorgebracht. ) --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com