PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : alsa Probleme



Turr-I-Can
22.01.03, 15:37
Ich bin dabei unter Gentoo 1.4 rc 2 den Sound mit Alsa einzustellen, habe dabei aber das Problem, daß ein .wav file nur kurz angespielt wird und dann sofort wieder abbricht. Das habe ich mit init 2 ohne KDE gemacht. Ich bekam die Fehlermeldung 'can't open /dev/dsp'

meine alsa-Datei:



# Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf-rc,v 1.1 2002/12/21 06:31:52 agenkin Exp $

# ALSA portion
alias char-major-116 snd
options snd snd_cards_limit=1 snd_major=116
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-cmipci
## alias snd-card-1 snd-ens1371
## OSS/Free portion
##alias sound-slot-0 snd-card-0
##alias sound-slot-1 snd-card-1
##
##old_alias snd-card-0 snd-cmipci

# OSS/Free portion - 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
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss


in
modules.devfs


# Soundcard
alias /dev/sound sound-slot-0
alias /dev/audio /dev/sound
alias /dev/mixer /dev/sound
alias /dev/dsp /dev/sound
alias /dev/dspW /dev/sound
alias /dev/midi /dev/sound


in devfsd.conf


# ALSA/OSS stuff
# Comment/change these if you want to change the permissions on
# the audio devices
LOOKUP snd MODLOAD ACTION snd
LOOKUP dsp MODLOAD
LOOKUP mixer MODLOAD
LOOKUP midi MODLOAD
REGISTER sound/.* PERMISSIONS root.audio 660
REGISTER snd/.* PERMISSIONS root.audio 660


im Kernel habe ich unter sound nur den ersten Punkt sound module support als Modul eingefügt, Rest no. Fällt Euch noch was, wie man das Problem lösen kann?? Thx.