[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Audio devices: NOT ENABLED IN CONFIG war: ALSA ...



Hallo,

Ich bin noch ein kleines Stück weitergekommen, weiß allerdings noch 
nicht genau wo es hängt.

Am Sonntag, 13. Oktober 2002 14:51 schrieb Gerhard Gaussling:

> Starting ALSA sound driver (version 0.9.0rc3): (card-ens1371)
> debian:/home/gerhard# alsamixer
>
> alsamixer: function snd_ctl_open failed for default: No such file
> or directory
>
> Mit update modutils oder update-modutils kann ich nichts anfangen
> (No such file...).
>
> lsmod | grep snd bringt gar nichts.
> snd lässt sich mit modprobe laden.
>
> debian:/home/gerhard# modprobe snd-card-ens1371
> modprobe: Can't locate module snd-card-ens1371
>
> debian:/home/gerhard# cat /proc/asound/sndstat
> cat: /proc/asound/sndstat: Datei oder Verzeichnis nicht gefunden
>
> Also irgendwie ist da noch was faul
>
> Vielleicht könnt Ihr mir da weiterhelfen. Unter woody ging alles
> einwandfrei.

Unter 

http://alsa.opensrc.org/index.php?page=AlsaTips

steht zu lesen:

Using the second OSS playback channel on some cards
Some cards (es1370, es1371, etc) have a second pcm playback device 
that the OSS drivers traditionally access as /dev/dsp1 [...] Many 
distros will not create the /dev/adsp device for you so you will 
have to execute "cd /dev; mknod adsp 14 12". If you are using devfs 
this device will be automaticaly created by devfsd.

cd /dev; mknod adsp c 14 12
device existiert oder so ähnlich hieß es.

Ich weiß nicht, was ich wohl gemacht haben könnte, aber jetzt 
konnte ich per modprobe alle module laden.

debian:/dev# lsmod | grep snd
snd-ens1371             9420   0
snd-pcm                52800   0  [snd-ens1371]
snd-timer               9928   0  [snd-pcm]
snd-rawmidi            11680   0  [snd-ens1371]
snd-seq-device          3648   0  [snd-rawmidi]
snd-ac97-codec         23812   0  [snd-ens1371]
snd                    23340   0  [snd-ens1371 snd-pcm snd-timer 
snd-rawmidi snd-seq-device snd-ac97-codec]

Aber alsamixer gibt weiter den Fehler aus:

debian:/dev# alsamixer

alsamixer: function snd_ctl_open failed for default: No such file 
or directory

debian:/dev# cat /proc/asound/seq/drivers
snd-seq-midi,empty,1

debian:/dev# cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc3 emulation code)
Kernel: Linux debian 2.4.18 #2 Sam Okt 12 19:58:44 CEST 2002 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
Ensoniq AudioPCI ES1371 at 0xdc00, irq 11

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: ES1371

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG
debian:/dev# cat /proc/asound/oss/devices
  2: [0- 2]: raw midi

debian:/dev# cat /proc/asound/devices
  0: [0- 0]: ctl
  8: [0- 0]: raw midi
 17: [0- 1]: digital audio playback
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
 33:       : timer
debian:/dev# cat /proc/asound/meminfo
cat: /proc/asound/meminfo: Datei oder Verzeichnis nicht gefunden
debian:/dev# cat /proc/asound/hwdep
cat: /proc/asound/hwdep: Datei oder Verzeichnis nicht gefunden
debian:/dev# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 0.9.0rc3.
Compiled on Oct 13 2002 for kernel 2.4.18.
debian:/dev# cat /proc/asound/cards
0 [card0          ]: ES1371 - Ensoniq AudioPCI
                     Ensoniq AudioPCI ES1371 at 0xdc00, irq 11


NOT ENABLED IN CONFIG bedeutet wohl, daß ich den Kernel nochmal 
kompilieren darf?

ciao

gerhard



Reply to: