Hallo ich hab folgendes Problem:
Ich binn grad dabei mein LFS System zum abschluss zu bekommen und forste deswegen meine logs durch um mögliche Fehler zu entfernen. Dabei tauchten folgende zeilen auf:
--- schnipp ---
Feb 23 15:09:07 SG-1 modprobe: modprobe: Can't locate module snd-card-2
Feb 23 15:09:07 SG-1 modprobe: modprobe: Can't locate module snd-card-2
Feb 23 15:09:07 SG-1 modprobe: modprobe: Can't locate module snd-card-3
Feb 23 15:09:07 SG-1 modprobe: modprobe: Can't locate module snd-card-3
--- schnapp ---
Das Problem ist dabei, das ich nicht weiß wo zum hänker das System diese module herbekommt.
Meine /etc/modules.conf sieht so aus:
--- schnipp ---
# *********************************
# * Alsa Module fuer *
# * - Soundblaster Live *
# * - SIS Soundcard *
# *********************************
# Module Initialisierung
alias char-major-14 soundcore
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-intel8x0
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
# Soundblaster Live
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
# SIS Soundcard
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
--- schnapp ---
Ich hab auch keine zusätzlichen Soundmodule erstellt, in meinen Kernel ist nur der soundsupport als module integriert.
Beim starten von meinen LFS system wird dieses Skript geladen:
/etc/rc.d/init.d/alsa
--- schnipp ---
#!/bin/sh
# Begin $rc_base/init.d/alsa
# Based on sysklogd script from LFS-3.1 and earlier.
# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
# ALSA specific parts by Mark Hymers - markh@linuxfromscratch.org
# Stores mixer settings in the default location: /etc/asound.state
source /etc/sysconfig/rc
source $rc_functions
case "$1" in
start)
echo "Starting ALSA... Restoring volumes..."
loadproc /usr/sbin/alsactl restore
#echo " Loading MIDI font..."
#loadproc sfxload /path/to/soundfont
;;
stop)
echo "Stopping ALSA... Saving volumes......"
loadproc /usr/sbin/alsactl store
#echo " Removing MIDI font.........."
#loadproc sfxload -i
;;
restart)
$0 stop
/usr/bin/sleep 1
$0 start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
;;
esac
# End $rc_base/init.d/alsa
--- Schnapp ---
Ich kann leider den fehler nirgens finden vielleicht weiß jemand von euch weiter.
Da artsd und esd erst seit gestern installiert sind und laut meinen LOGs der Fehler schon seit knapp 5 Tagen, also seit der installation von alsa existiert kann da der fehler nicht drinliegen