Module die keinen Sinn ergeben

Aller Anfang is schwer

Moderator: Mike

Module die keinen Sinn ergeben

Beitragvon matop » Mi Feb 25, 2004 21:10

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
Benutzeravatar
matop
LUG Flensburg
LUG Flensburg
 
Beiträge: 413
Registriert: Do Sep 13, 2001 1:00
Wohnort: Flensburg

Beitragvon Humanmax » Mi Feb 25, 2004 21:25

Hi Matthias,
Laut http://bolug.uni-bonn.de/archive/mailin ... 00028.html kommt das bei SuSE häufig vor.

Mal ne ganz blöde Idee,
was passiert wenn du einfach ein

alias snd-card-2 snd-intel8x0
alias snd-card-3 snd-intel8x0

In deine modules.conf reinschreibst? Module können ja eh nur einmal geladen werden, oder? Damit behebst du zwar nicht das Problem aber das Resultat. :wink:
Humanmax
LUG Flensburg
LUG Flensburg
 
Beiträge: 137
Registriert: So Feb 24, 2002 1:00
Wohnort: Preetz / Schleswig-Holstein

Beitragvon matop » Mi Feb 25, 2004 22:46

war ne gute idee, die ersten fehler sind weg, aber nun sind 2 neue da, es gibt anscheind nun noch 4 und 5... ich glaub wenn ich weiter mache, sprenge ich noch die 100 grenze.
Abgesehn davon hab ich nichtmal eine SUSE so kann das problem auch nicht von YAST kommen.
Benutzeravatar
matop
LUG Flensburg
LUG Flensburg
 
Beiträge: 413
Registriert: Do Sep 13, 2001 1:00
Wohnort: Flensburg

Beitragvon Humanmax » Do Feb 26, 2004 14:47

Mach mal ein

options snd snd_cards_limit=1

in deine modules.conf
Humanmax
LUG Flensburg
LUG Flensburg
 
Beiträge: 137
Registriert: So Feb 24, 2002 1:00
Wohnort: Preetz / Schleswig-Holstein


Zurück zu Installation

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 5 Gäste

cron