In beiden Verzeichnissen sind zwei Unterschiedliche Versionen der Datei. In /etc/modutils war dabei offenbar bislang keine alsa-base, erst durch den letzten d-u (Debian Etch) wurde dort eine neue Version 'alsa-base.dpkg-dist' abgelegt. Welche von den beiden ist denn nun eigentlich maßgeblich, zumal der Aufbau sich auch durchaus unterscheidet.
 
 
Beginn von /etc/modprobe.d/alsa-base (Größe über 16kb):
 
Code: 
# autoloader aliases
 
install sound-slot-0 /sbin/modprobe snd-card-0
 
install sound-slot-1 /sbin/modprobe snd-card-1
 
install sound-slot-2 /sbin/modprobe snd-card-2
 
install sound-slot-3 /sbin/modprobe snd-card-3
 
install sound-slot-4 /sbin/modprobe snd-card-4
 
install sound-slot-5 /sbin/modprobe snd-card-5
 
install sound-slot-6 /sbin/modprobe snd-card-6
 
install sound-slot-7 /sbin/modprobe snd-card-7
 
# Cause optional modules to be loaded above generic modules
 
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
 
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
 
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
 
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
 
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
 
 
 
 
Beginn von /etc/modutils/alsa-base (Größe etwas über 9kb):
 
Code: 
# autoloader aliases
 
alias char-major-116 snd
 
alias char-major-14 soundcore
 
alias sound-slot-0 snd-card-0
 
alias sound-slot-1 snd-card-1
 
alias sound-slot-2 snd-card-2
 
alias sound-slot-3 snd-card-3
 
alias sound-slot-4 snd-card-4
 
alias sound-slot-5 snd-card-5
 
alias sound-slot-6 snd-card-6
 
alias sound-slot-7 snd-card-7
 
above sound-slot-0 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-1 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-2 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-3 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-4 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-5 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-6 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
above sound-slot-7 snd-pcm-oss snd-mixer-oss snd-seq-oss
 
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
 
 
 
 
Wohl eher eine Frage für die Experten   |