PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Dapper Drake, mehrere Soundkarten



cybersmurf
12.06.06, 19:22
Hallo allerseits!

Ich habe folgendes anliegen:
Wie kann ich Ubuntu 6.06 beibringen, welche Soundkarte es als primäre Karte nehmen soll?

Meine Hardwarekonfiguration schaut folgendermaßen aus:

Onboard AC97, derzeit als 3. Device
Soundblaster Digital 5.1 (Ensoniq AudioPCI oder so) als 2. Device
und meine Tunerkarte als Primäre Karte (!!!)

Ich möchte den AC97 als erste Karte, der Rest ist mir relativ egal.
Die Tunerkarte hängt extern an der Soundblaster, an der meine Stereoanlage, deshalb hängen meine normalen Boxen bzw. das Headset am AC97.

Vielen Dank für eure Hilfe schon im Voraus!

pippi
12.06.06, 20:00
Hallo Du,

in /etc/modprobe.d hast Du eine Datei "alsa-base" - Du kannst ja da:

http://alsa.opensrc.org/MultipleCards

mal nachlesen, vielleicht kommst Du ja so weiter.

Viel Erfolg!

pippi

PS: Recht weit unten steht was zu Dapper.

cybersmurf
12.06.06, 20:12
Das schaut recht gut aus, werd's gleich ausprobieren!
Danke!!!!!

cybersmurf
12.06.06, 20:25
Hmm, bedingt erfolgreich. SB ist jetzt /dev/dsp Ac97 ist /dev/dsp1 .
Vielleicht hab ich was falsch gemacht. Soll ich die Datei posten?

pippi
12.06.06, 20:35
Ja, mach das mal. Vielleicht können Dir dann auch noch andere helfen. Ich gehe nämlich jetzt erstmal schwimmen.

pippi

cybersmurf
13.06.06, 21:20
Ich hab' da nur was angehängt, nix rausgestrichen. Prinzipiell scheint's ja zu funktionieren, nur irgendwas ist nicht ganz richtig.

Die Datei schaut im Moment so aus:


# autoloader aliases
install sound-slot-0 modprobe snd-card-0
install sound-slot-1 modprobe snd-card-1
install sound-slot-2 modprobe snd-card-2
install sound-slot-3 modprobe snd-card-3
install sound-slot-4 modprobe snd-card-4
install sound-slot-5 modprobe snd-card-5
install sound-slot-6 modprobe snd-card-6
install sound-slot-7 modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd modprobe --ignore-install snd $CMDLINE_OPTS && { modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe -Qb snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe -Qba snd-seq-midi snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-via82xx modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { modprobe -Qb snd-seq ; }
install snd-emu10k1 modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { modprobe -Qb snd-emu10k1-synth ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS && { modprobe -Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2

alias sound-slot-0 snd-card-0
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-osshree

alias sound-slot-1 snd-card-1
alias sound-service-1-0 snd-mixer-oss
#alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
#alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss

alias sound-slot-2 snd-card-2
#alias sound-service-2-1 snd-seq-oss
#alias sound-service-2-8 snd-seq-oss

#alias snd-card-0 snd-via82xx
alias snd-card-0 snd-via82xx
options snd-card-via82xx snd_index=0 snd_enable

#alias snd-card-1 snd-card-emu10k1
alias snd-card-1 snd-emu10k1
options snd-card-emu10k1 snd_enable

#alias snd-card-2 snd-card-virmidi
alias snd-card-2 saa7134

Dark Messiah
14.06.06, 15:15
Unter Gnome bei Ubuntu kannst du das einfach für einen User unter System -> Einstellungen -> Audio -> Standard-Soundkarte (unten) einstellen... oder meinst du etwas völlig anderes?

cybersmurf
14.06.06, 15:46
Das weiß ich schon, nur gilt das dann nur für den Benutzer, der das einstellt.
Ich möchte das halt Systemweit einstellen, da es immer wieder Programme gibt, die sich den Gnome-Einstellungen nicht unterwerfen ....

Nikkita
08.09.06, 14:30
Weiss einer schon eine Loesung? Mich interessiert das auch sehr. Stehe vor dem gleichen Problem, will aber das meine Soundkarte von Creative die Soundblaster 1024 als Standard fuer alle Anwendungen ist.

floogy
08.09.06, 14:43
#alias snd-card-0 snd-via82xx
alias snd-card-0 snd-via82xx
options snd-card-via82xx snd_index=0 snd_enable

#alias snd-card-1 snd-card-emu10k1
alias snd-card-1 snd-emu10k1
options snd-card-emu10k1 snd_enable

#alias snd-card-2 snd-card-virmidi
alias snd-card-2 saa7134

Versuche mal, ob das hier an Stelle des Eintrags oben funktioniert:


#alias snd-card-0 snd-card-emu10k1
alias snd-card-0 snd-emu10k1
options snd-card-emu10k1 snd_index=0 snd_enable

#alias snd-card-1 snd-via82xx
alias snd-card-1 snd-via82xx
options snd-card-via82xx snd_enable

#alias snd-card-2 snd-card-virmidi
alias snd-card-2 saa7134



Falls nicht, poste mal bitte die Ausgabe von

lsmod|egrep "(snd|sound)"
aplay -l
arecord -l
cat /dev/sndstat

Nikkita
08.09.06, 15:11
Das sieht gut aus, werde das nach der Arbeit mal ausprobieren. Resultate folgen heute Abend wenn Frau das zulaesst ;-P.

cybersmurf
08.09.06, 15:24
So, ich schau mir das mal an, aber trotzdem hier mal die Ausgabe obiger Befehle.

root@alex:/home/alex# lsmod|egrep "(snd|sound)"
snd_seq_dummy 3844 0
snd_seq_oss 33536 0
snd_seq_midi 9376 0
snd_seq_midi_event 7552 2 snd_seq_oss,snd_seq_midi
snd_seq 51984 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
snd_via82xx 28824 2
snd_mpu401_uart 7808 1 snd_via82xx
snd_ens1371 24672 0
gameport 15496 2 snd_via82xx,snd_ens1371
snd_rawmidi 25504 3 snd_seq_midi,snd_mpu401_uart,snd_ens1371
snd_seq_device 8716 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd _rawmidi
snd_ac97_codec 93088 2 snd_via82xx,snd_ens1371
snd_pcm_oss 53664 1
snd_mixer_oss 18688 1 snd_pcm_oss
snd_pcm 89864 5 saa7134_alsa,snd_via82xx,snd_ens1371,snd_ac97_code c,snd_pcm_oss
snd_timer 25220 2 snd_seq,snd_pcm
snd 55268 15 snd_seq_oss,snd_seq,saa7134_alsa,snd_via82xx,snd_m pu401_uart,snd_ens1371,snd_rawmidi,snd_seq_device, snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,s nd_timer
snd_page_alloc 10632 2 snd_via82xx,snd_pcm
soundcore 10208 2 snd
snd_ac97_bus 2304 1 snd_ac97_codec


**** Liste von PLAYBACK Geräten ****
Karte 0: AudioPCI [Ensoniq AudioPCI], Gerät 0: ES1371/1 [ES1371 DAC2/ADC]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 0: AudioPCI [Ensoniq AudioPCI], Gerät 1: ES1371/2 [ES1371 DAC1]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 2: V8235 [VIA 8235], Gerät 0: VIA 8235 [VIA 8235]
Untergeordnete Geräte: 3/4
Untergeordnetes Gerät '0: subdevice #0
Untergeordnetes Gerät '1: subdevice #1
Untergeordnetes Gerät '2: subdevice #2
Untergeordnetes Gerät '3: subdevice #3
Karte 2: V8235 [VIA 8235], Gerät 1: VIA 8235 [VIA 8235]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0



**** Liste von CAPTURE Geräten ****
Karte 0: AudioPCI [Ensoniq AudioPCI], Gerät 0: ES1371/1 [ES1371 DAC2/ADC]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 1: SAA7134 [SAA7134], Gerät 0: SAA7134 PCM [SAA7134 PCM]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 2: V8235 [VIA 8235], Gerät 0: VIA 8235 [VIA 8235]
Untergeordnete Geräte: 0/1
Untergeordnetes Gerät '0: subdevice #0
Karte 2: V8235 [VIA 8235], Gerät 1: VIA 8235 [VIA 8235]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0



Sound Driver:3.8.1a-980706 (ALSA v1.0.10rc3 emulation code)
Kernel: Linux alex 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
Ensoniq AudioPCI ENS1371 at 0xb800, irq 193
saa7134[0] at 0xbe800000 irq 177
VIA 8235 with AD1980 at 0xe000, irq 201

Audio devices:
0: ES1371 DAC2/ADC (DUPLEX)
1: SAA7134 PCM
2: VIA 8235 (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: ES1371

Timers:
7: system timer

Mixers:
0: eMicro 28028
1: SAA7134 Mixer
2: Analog Devices AD1980

cybersmurf
08.09.06, 15:26
Ich hab die Anleitung von ganz oben noch mal gelesen, da gab's vielleicht mal ein Update in der Zwischenzeit. Da hab ich doch glatt was gefunden, was passen könnte.

cybersmurf
08.09.06, 15:51
So, jetzt bin ich endgültig entnervt.

Warum muss dieses Ubuntu auch meine Tunerkarte als eigenes Sounddevice erkennen.
Ich habe jetzt ein paar Sachen ausprobiert, es kommt immer zu folgendem:

Soundblaster als erstes Gerät, AC97 als zweites und Tunerkarte als drittes. Nicht das ich sagen müsste, es tut sich nichts, aber es tut nicht das, was ICH will.

Wenn also wem noch was einfällt, bitte melden.

floogy
08.09.06, 17:34
Ah, ok, ich hatte das so verstanden, dass Du die Soundblaster als erstes Gerät möchtest.
Dann war es vorher ja richtig??

saa7134_alsa könntest Du in dieser Form in die /etc/modprobe.d/blacklist eintragen:

blacklist saa7134_alsa
So verhinderst Du, dass der Treiber überhaupt geladen wird.

Die Einstellungen in /etc/modprobe.d sind systemweit!
Falls das nicht geht, liegt etwas im argen. Sind auch alle Nutzer in der Gruppe audio?

Nikkita
12.09.06, 12:15
Kann mir einer helfen, die richtige Soundkarte einzustellen?




vitali@linux:~$ vi /etc/modprobe.d/alsa-base

# autoloader aliases
install sound-slot-0 modprobe snd-card-0
install sound-slot-1 modprobe snd-card-1
install sound-slot-2 modprobe snd-card-2
install sound-slot-3 modprobe snd-card-3
install sound-slot-4 modprobe snd-card-4
install sound-slot-5 modprobe snd-card-5
install sound-slot-6 modprobe snd-card-6
install sound-slot-7 modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd modprobe --ignore-install snd $CMDLINE_OPTS && { modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe -Qb snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe -Qba snd-seq-midi snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS && { modprobe -Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2



vitali@linux:~$ lsmod|egrep "(snd|sound)"
snd_rtctimer 3340 0
snd_emu10k1_synth 7296 0
snd_emux_synth 37376 1 snd_emu10k1_synth
snd_seq_virmidi 7680 1 snd_emux_synth
snd_seq_midi_emul 7168 1 snd_emux_synth
snd_seq_dummy 3844 0
snd_seq_oss 33536 0
snd_seq_midi 9376 0
snd_seq_midi_event 7552 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 51984 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,s nd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi _event
snd_emu10k1 117284 4 snd_emu10k1_synth
snd_rawmidi 25504 3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_ac97_codec 93088 1 snd_emu10k1
snd_ac97_bus 2304 1 snd_ac97_codec
snd_pcm_oss 53664 0
snd_mixer_oss 18688 1 snd_pcm_oss
snd_pcm 89864 6 saa7134_alsa,snd_emu10k1,snd_ac97_codec,snd_pcm_os s
snd_seq_device 8716 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd _seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawm idi
snd_timer 25220 4 snd_rtctimer,snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 10632 2 snd_emu10k1,snd_pcm
snd_util_mem 4608 2 snd_emux_synth,snd_emu10k1
snd_hwdep 9376 2 snd_emux_synth,snd_emu10k1
snd 55268 20 saa7134_alsa,snd_emux_synth,snd_seq_virmidi,snd_se q_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_cod ec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_devic e,snd_timer,snd_hwdep
soundcore 10208 1 snd
rtc 13492 1 snd_rtctimer
vitali@linux:~$



vitali@linux:~$ aplay -l
**** Liste von PLAYBACK Geräten ****
Karte 0: Live [SB Live 5.1], Gerät 0: emu10k1 [ADC Capture/Standard PCM Playback]
Untergeordnete Geräte: 32/32
Untergeordnetes Gerät '0: subdevice #0
Untergeordnetes Gerät '1: subdevice #1
Untergeordnetes Gerät '2: subdevice #2
Untergeordnetes Gerät '3: subdevice #3
Untergeordnetes Gerät '4: subdevice #4
Untergeordnetes Gerät '5: subdevice #5
Untergeordnetes Gerät '6: subdevice #6
Untergeordnetes Gerät '7: subdevice #7
Untergeordnetes Gerät '8: subdevice #8
Untergeordnetes Gerät '9: subdevice #9
Untergeordnetes Gerät '10: subdevice #10
Untergeordnetes Gerät '11: subdevice #11
Untergeordnetes Gerät '12: subdevice #12
Untergeordnetes Gerät '13: subdevice #13
Untergeordnetes Gerät '14: subdevice #14
Untergeordnetes Gerät '15: subdevice #15
Untergeordnetes Gerät '16: subdevice #16
Untergeordnetes Gerät '17: subdevice #17
Untergeordnetes Gerät '18: subdevice #18
Untergeordnetes Gerät '19: subdevice #19
Untergeordnetes Gerät '20: subdevice #20
Untergeordnetes Gerät '21: subdevice #21
Untergeordnetes Gerät '22: subdevice #22
Untergeordnetes Gerät '23: subdevice #23
Untergeordnetes Gerät '24: subdevice #24
Untergeordnetes Gerät '25: subdevice #25
Untergeordnetes Gerät '26: subdevice #26
Untergeordnetes Gerät '27: subdevice #27
Untergeordnetes Gerät '28: subdevice #28
Untergeordnetes Gerät '29: subdevice #29
Untergeordnetes Gerät '30: subdevice #30
Untergeordnetes Gerät '31: subdevice #31
Karte 0: Live [SB Live 5.1], Gerät 2: emu10k1 efx [Multichannel Capture/PT Playback]
Untergeordnete Geräte: 8/8
Untergeordnetes Gerät '0: subdevice #0
Untergeordnetes Gerät '1: subdevice #1
Untergeordnetes Gerät '2: subdevice #2
Untergeordnetes Gerät '3: subdevice #3
Untergeordnetes Gerät '4: subdevice #4
Untergeordnetes Gerät '5: subdevice #5
Untergeordnetes Gerät '6: subdevice #6
Untergeordnetes Gerät '7: subdevice #7
Karte 0: Live [SB Live 5.1], Gerät 3: emu10k1 [Multichannel Playback]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
vitali@linux:~$


vitali@linux:~$ arecord -l
**** Liste von CAPTURE Geräten ****
Karte 0: Live [SB Live 5.1], Gerät 0: emu10k1 [ADC Capture/Standard PCM Playback]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 0: Live [SB Live 5.1], Gerät 1: emu10k1 mic [Mic Capture]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 0: Live [SB Live 5.1], Gerät 2: emu10k1 efx [Multichannel Capture/PT Playback]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
Karte 1: SAA7134 [SAA7134], Gerät 0: SAA7134 PCM [SAA7134 PCM]
Untergeordnete Geräte: 1/1
Untergeordnetes Gerät '0: subdevice #0
vitali@linux:~$




vitali@linux:~$ cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.10rc3 emulation code)
Kernel: Linux linux 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
SB Live 5.1 (rev.7, serial:0x80641102) at 0xdf80, irq 209
saa7134[0] at 0xfeafb800 irq 193

Audio devices:
0: ADC Capture/Standard PCM Playback (DUPLEX)
1: SAA7134 PCM

Synth devices:
0: Emu10k1

Midi devices:
0: EMU10K1 MPU-401 (UART)

Timers:
7: system timer

Mixers:
0: eMicro 28028
1: SAA7134 Mixer
vitali@linux:~$

floogy
12.09.06, 12:31
Wie willst Du es denn haben? SAA7134 als Karte 0 (erste)? Also umgedreht?

Nikkita
12.09.06, 12:57
Ich will meine Soundblaster 5.1 Live als erste Karte haben an der ist alles angeschloßen.
SAA7134 ist das meine Soundblaster?

floogy
12.09.06, 13:18
Ich will meine Soundblaster 5.1 Live als erste Karte haben an der ist alles angeschloßen.
SAA7134 ist das meine Soundblaster?

Nein, Deine Soundblaster ist schon die erste Karte.
Versuche es mal mit
amixer set MASTER 75% unmute
amixer set PCM 75% unmute
aplay -vv -Dplug:hw:0 /opt/kde3/share/sounds/KDE_Window_Maximize.wav .

Falls kein KDE installiert ist, solltest Du den Pfad-zur-Wav-Datei mit einer anderen wav Datei austauschen (locate *.wav zeigt Dir einige an).

Prüfe mal mit dem Kommando groups, ob Der Benutzer unter dem Du Dich angemeldet hast in der gruppe audio ist.

neonknight
12.09.06, 17:02
Das muss ans Ende der Datei /etc/modprobe.d/alsa-base, wenn man eine SB Live als primäre und einen nvidia/Intel Onboardsound als sekundäre Soundkarte haben will.

options snd_emu10k1 index=0
options snd_intel8x0 index=1

floogy
12.09.06, 17:30
Ja, aber er hat ja schon die SB als erste Karte:

Karte 0: Live [SB Live 5.1], Gerät 0: emu10k1 [ADC Capture/Standard PCM Playback]

Es hat auch nichts mehr mit dem Problem des OP zu tun...

Trotzdem ist Dein Einwand hilfreich für Leute mit mehreren Soundkarten.

Nikkita
14.09.06, 09:46
So ich habe jetzt Sounds im Skype, wine, KDE System-Sounds. Aber keine Amorak Sounds und Kaffeine Sounds. Ich werde langsam verrückt. :ugly:
Ich kann auch in der Konsole die Sounds abspielen.

floogy
14.09.06, 12:44
Das ist doch schonmal sehr gut!

Da gibt es in Amarok unter Einstellungen die Möglichkeit die xine-engine zu wählen. Dort erscheint dann ein Dialog zur Einrichtung der xine-engine.

Kaffeine sollte auch die Möglichkeit bieten die Soundkarte zu wählen.

aplay -l gibt Dir eine Übersicht über die Verfügbaren alsa-geräte.

Nikkita
14.09.06, 12:44
Gibt es irgendwie ein config? Womit ich Soundkarte deaktivieren und aktivieren kann oder was einzustellen?

floogy
14.09.06, 13:01
Es gibt unter /etc/modprobe.d blacklisten, die mit blacklist $MODULNAME verhindern, das entsprechende modul zu laden.

Des weiteren kann man die Reihenfolge (darstellbar mit aplay -l) in /etc/modprobe.d/alsa-base (ubuntu/debian andere distris evtl. alsa)
am Ende der datei mit option $MODULNAME index=n einstellen, wobei n eine ganze Zahl ist.
-2 verhindert den Platz 0, und 0 ist die erste Karte, 1 die zweite und so weiter.

Schon im zweiten Post dieses threads wurde übrigens auf http://alsa.opensrc.org/MultipleCards aufmerksam gemacht.


The only reliable method is to set the card number explicitly by setting the index= parameter of the driver module.
To ensure reliable results it must be set for all drivers that get loaded.

michle60
14.09.06, 14:23
ich habe meine soundkarte onboard im BIOS abgestellt,und nur die pci is jetzt halt in funktion,da ich nur eine brauche.und die onboard war mir zu schlapp.

cybersmurf
16.09.06, 08:54
Nunja, ich will den onboard-sound nicht deaktivieren. Der Grund ist meine Tunerkarte, die an der PCI-Karte hängt.
Wenn's absolut nicht anders geht, muss ich wohl alles auf hauptsächlich meine PCI-Karte legen und das Kabel der Tunerkarte aussen an den Mikroeingang der Onboard-Karte legen. Das Hauptproblem liegt vielleicht in der Länge dieses Kabels und der Front-Ein-/Ausgang, weshalb ich es vorgezogen habe, die bisherige Lösung zu wählen.
Und ausserdem ist es nicht so schlecht, wenn man mal was von der Tunerkarte aufnehmen kann und auf der anderen Soundkarte sowas wie Skype oder TeamSpeak laufen zu lassen, ohne das sowas Probleme macht.