View previous topic :: View next topic |
Author |
Message |
tuxi99 n00b
Joined: 07 May 2004 Posts: 22 Location: Stuttgart
|
Posted: Thu Feb 24, 2005 2:38 pm Post subject: Nerviges ALSA-Problem [Gelöst] |
|
|
Hi!
Ich habe hier zwei zwar nicht besonders grosse Probleme aber mit der Zeit nevt mich das.
Jedesmal beim Herunterfahren des ALSA-Modules bekomme ich folgenden Fehler:
Code: |
bash-2.05b# /etc/init.d/alsasound stop
* WARNING: you are stopping a boot service.
* Storing ALSA Mixer Levels... [ ok ]
* Unloading ALSA... [ ok ]
* Unloading ALSA modules... [ !! ]
|
Es sieht so aus als würden die ALSA Module doppelt entladen. Wie kann man das denn abstellen?
Ausserdem krieg ich das OSS-Geraffel irgendwie nicht los:
Code: |
bash-2.05b# lsmod
Module Size Used by
sr_mod 16772 -
ip_conntrack_irc 71600 -
ip_conntrack_ftp 72528 -
ipt_state 1640 -
ipt_limit 2248 -
ipt_LOG 6696 -
ip_conntrack 46884 -
iptable_filter 2632 -
ip_tables 16896 -
snd_seq_midi 8480 -
snd_emu10k1_synth 7752 -
snd_emux_synth 38632 -
snd_seq_virmidi 7432 -
snd_seq_midi_emul 7240 -
snd_pcm_oss 52904 -
snd_mixer_oss 19464 -
snd_seq_oss 37152 -
snd_seq_midi_event 7624 -
snd_seq 56656 -
snd_emu10k1 103176 -
snd_rawmidi 25408 -
snd_seq_device 8692 -
snd_ac97_codec 75088 -
snd_pcm 92260 -
snd_timer 25420 -
snd_page_alloc 9744 -
snd_util_mem 4328 -
snd_hwdep 9408 -
snd 55364 -
rtc 12392 -
nls_iso8859_1 3816 -
sg 34216 -
nvidia 3469244 -
natsemi 27392 -
ide_scsi 17452 -
scsi_mod 116876 -
|
In der Datei etc/modules.d/alsa ist alles was mit OSS zu tun hat deaktiviert:
Code: |
# Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $
# ALSA portion
# OSS/Free portion
##
## 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-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
## 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
# Set this to the correct number of cards.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
options snd device_mode=0666
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. ---
|
Kernel ist 2.6.9-r9. Soundcard Support ist an, ALSA und OSS sind aus.
ALSA wird als Modul geladen.
Kann mir da jemand weiterhelfen? _________________ Gentoo 2004.0 + SuSE 8.2
Linux rocks!
Last edited by tuxi99 on Fri Feb 25, 2005 1:01 pm; edited 1 time in total |
|
Back to top |
|
|
Moorenkopf Apprentice
Joined: 18 Apr 2004 Posts: 189 Location: NRW
|
Posted: Thu Feb 24, 2005 3:39 pm Post subject: |
|
|
Kann es sein, dass du module unloading nicht im Kernel aktiviert hast?
Stefan |
|
Back to top |
|
|
hug0 Guru
Joined: 02 Mar 2004 Posts: 303
|
Posted: Thu Feb 24, 2005 3:47 pm Post subject: |
|
|
kann dir zwar nicht wirklich helfen, aber das 2 mal "Unloading" ist normal.
erst beim zweiten werden module entladen... |
|
Back to top |
|
|
NightDragon Veteran
Joined: 21 Aug 2004 Posts: 1156 Location: Vienna (Austria)
|
Posted: Thu Feb 24, 2005 10:49 pm Post subject: |
|
|
Es kann auch sein das er den fehler bringt, wenn Module fix im kernel sind.
Ich kenn das problem nur hier vom notebook. _________________ You are the problem too all my solutions |
|
Back to top |
|
|
tuxi99 n00b
Joined: 07 May 2004 Posts: 22 Location: Stuttgart
|
Posted: Fri Feb 25, 2005 1:01 pm Post subject: |
|
|
Ich hab's hinbekommen!
@Moorenkopf: Daran lag's unter anderem auch, Danke!
Für die die's interessiert:
Ich hab den Kernel neu übersetzt, ein Modulupdate gemacht,
ALSA und Konsorten neu installiert und viola: Es klappt.
Danke für die Antworten! _________________ Gentoo 2004.0 + SuSE 8.2
Linux rocks! |
|
Back to top |
|
|
|