Huhu!
Ich hab hier ganz komische Dinge mit meinen Soundmodulen laufen. Also das Problem ist, dass mein SB16 5.1 live! (oder so aehnlich) nach dem Start immer ein alsaconf erfordert. Ansonsten hoer ich nix, alle Programme merken das aber nicht. Ich hab jetzt mal "lsmod | grep snd" vor und nach dem alsaconf verglichen; Hauptunterschied ist, dass ich *vor* dem alsaconf ausser meinem snd_emu10k1 auch noch ein snd_via82xx geladen habe (das ist wohl fuer meinen onboard-Soundchip). Nach alsaconf ist das raus, und der Sound tut auch.
Um diese Theorie zu testen, wollte ich mal das snd_via82xx entladen, geht aber nicht: "Module in use". Dummerweise zeigt lsmod aber auch nicht an, welches Modul das snd_via82xx benutzen soll.
Ausserdem verstehe ich auch nicht, wo das snd_via82xx herkommen soll - in /etc/modules steht nur
Code:
#pcspkr
capability
fuse
nvidia
psmouse
snd_emu10k1
Weiss jemand
1. wie ich das snd_via82xx beim booten gaenzlich vom Laden abhalten kann?
oder
2. warum ich es nicht mal von Hand entladen kann?
Schoene Gruesse,
Severin
Code:
root@Godot:/etc# infobash -v2
Host/Kernel/OS "Godot" running Linux 2.6.18-kanotix-2 i686 [ KANOTIX 2005-04 ]
CPU Info AMD Athlon XP 3000+ clocked at [ 2166.528 MHz ]
Videocard nVidia NV43 [GeForce 6200] X.Org 7.1.1 [ 1280x1024 @75hz ]
Network cards VIA VT6102 [Rhine-II], at port: 8400
Processes 89 | Uptime 26min | Memory 323.418/502.688MB | HDD HDS728080PLAT20,ST3160023A Size 242GB (75%used) | GLX Renderer GeForce 6200/AGP/SSE/3DNOW! | GLX Version 2.0.2 NVIDIA 87.74 | Client Shell | Infobash v2.50rc17
root@Godot:/etc# lsmod | grep snd
snd_seq_dummy 3716 0
snd_seq_oss 29568 0
snd_seq_midi 7328 0
snd_emu10k1_synth 7040 0
snd_emux_synth 32640 1 snd_emu10k1_synth
snd_seq_virmidi 6528 1 snd_emux_synth
snd_seq_midi_event 7168 3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi
snd_seq_midi_emul 6784 1 snd_emux_synth
snd_seq 46672 9 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul
snd_emu10k1 106048 1 snd_emu10k1_synth
snd_via82xx 23320 2
snd_ac97_codec 86304 2 snd_emu10k1,snd_via82xx
snd_ac97_bus 3072 1 snd_ac97_codec
snd_pcm_oss 39456 0
snd_mixer_oss 14720 2 snd_pcm_oss
snd_mpu401_uart 7680 1 snd_via82xx
snd_rawmidi 20000 4 snd_seq_midi,snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart
snd_pcm 66052 4 snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_seq_device 7308 8 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,snd_emu10k1,snd_rawmidi
snd_timer 19588 3 snd_seq,snd_emu10k1,snd_pcm
snd_util_mem 4480 2 snd_emux_synth,snd_emu10k1
snd_hwdep 7812 2 snd_emux_synth,snd_emu10k1
gameport 12296 3 snd_via82xx,emu10k1_gp
snd_page_alloc 8456 3 snd_emu10k1,snd_via82xx,snd_pcm
snd 42852 17 snd_seq_oss,snd_emux_synth,snd_seq_virmidi,snd_seq,snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_mpu401_uart,snd_rawmidi,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
soundcore 8288 2 snd
root@Godot:/etc# cat /proc/asound/cards
0 [V8237 ]: VIA8237 - VIA 8237
VIA 8237 with AD1888 at 0xe000, irq 193
(obiges lsmod ist direkt nach dem Booten ohne alsaconf, wenn der Sound nicht geht) |