: 13 cze 2007, 20:23
spellprider, masz ustawienia z indeksami dla odpowiednich modułów w pliku /etc/modprobe.d/alsa-base ?
Polskie forum użytkowników Ubuntu
https://ubuntu.pl/forum/
Co ciekawe, w instrukcji obsługi płyty głównej jest napisane:USB Controller ....
USB 1.1 Device Legacy Support ....
Onboard IDE ....
OnBoard AC'97 Audio Auto
OnBoard MC'97 Modem Auto
OnBoard Lan Enabled
Z tym ze ja nie mam opcji Enabled, jedynie Auto i Disabled.Enabled allows the mainboard to detect wheter an audio device is used. If the device is detected, the onboard AC'97 (Audio Codec'97) controller will be enabled; if not, it is disabled. Disable the controller if you want to use other controller cards to connetct an audio device. Settings: Enabled, Disabled
A odwrotnie?Raziel pisze:No such device jest jak yamaha ma index=1 a zintegrowana=0
Hmm... W profilu podane masz, że używasz Ubuntu 6.06. Może spróbuj (nawet LiveCD) nowszej wersji.Raziel pisze:Zmiana slotu PCI nic nie dała, karta dalej nie jest wykrywanaBrak mi już pomysłów.
Kod: Zaznacz cały
lspci
lsmod | grep snd
cat /etc/modprobe.d/alsa-base
cat /etc/modprobe.d/sound
dmesg
Kod: Zaznacz cały
options snd-via82xx index=0
options snd-emu10k1 index=1
Kod: Zaznacz cały
siwuch@siwy:~$ lspci | grep audio
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
01:07.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
Kod: Zaznacz cały
siwuch@siwy:~$ cat /proc/asound/cards
0 [CK804 ]: NFORCE - NVidia CK804
NVidia CK804 with ALC850 at irq 17
Kod: Zaznacz cały
siwuch@siwy:~$ cat /etc/modprobe.d/alsa-base
...
options snd-emu10k1 index=0
options snd-ck8 index=1
Kod: Zaznacz cały
siwuch@siwy:~$ sudo modprobe snd-emu10k1
siwuch@siwy:~$ cat /proc/asound/cards
0 [CK804 ]: NFORCE - NVidia CK804
NVidia CK804 with ALC850 at irq 17
Kod: Zaznacz cały
sudo modprobe snd-emu10k1
dmesg | tail
Kod: Zaznacz cały
siwuch@siwy:~$ sudo modprobe snd-emu10k1
siwuch@siwy:~$ dmesg|tail
[ 23.216000] Marking TSC unstable due to: cpufreq changes.
[ 23.220000] Time: acpi_pm clocksource has been installed.
[ 23.540000] Clocksource tsc unstable (delta = -179323525 ns)
[ 25.004000] [drm] Setting GART location based on new memory map
[ 25.004000] [drm] Loading R300 Microcode
[ 25.004000] [drm] writeback test succeeded in 1 usecs
[ 25.596000] NET: Registered protocol family 17
[ 30.268000] NET: Registered protocol family 10
[ 30.268000] lo: Disabled Privacy Extensions
[ 40.688000] eth0: no IPv6 routers present
Kod: Zaznacz cały
lsmod | grep snd
Kod: Zaznacz cały
siwuch@siwy:~$ lsmod | grep snd
snd_emu10k1_synth 8192 0
snd_emux_synth 35456 1 snd_emu10k1_synth
snd_seq_virmidi 8064 1 snd_emux_synth
snd_seq_midi_emul 7680 1 snd_emux_synth
snd_emu10k1 137248 1 snd_emu10k1_synth
snd_intel8x0 34972 3
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_rawmidi 25728 3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
snd_ac97_codec 100644 2 snd_emu10k1,snd_intel8x0
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_seq 53232 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_pcm 80388 5 snd_emu10k1,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_device 9228 8 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd_timer 24324 4 snd_emu10k1,snd_seq,snd_pcm
snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
snd 54660 18 snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_intel8x0,snd_seq_oss,snd_rawmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
snd_page_alloc 11400 3 snd_emu10k1,snd_intel8x0,snd_pcm
soundcore 8800 1 snd
Kod: Zaznacz cały
sudo rmmod snd-emu10k1
sudo modprobe snd-emu10k1
Kod: Zaznacz cały
siwuch@siwy:~$ sudo rmmod snd-emu10k1
ERROR: Module snd_emu10k1 is in use by snd_emu10k1_synth
siwuch@siwy:~$ sudo rmmod snd-emu10k1-synth
siwuch@siwy:~$ sudo rmmod snd-emu10k1
siwuch@siwy:~$ sudo modprobe snd-emu10k1-synth
siwuch@siwy:~$ sudo modprobe snd-emu10k1
siwuch@siwy:~$ cat /proc/asound/cards
0 [CK804 ]: NFORCE - NVidia CK804
NVidia CK804 with ALC850 at irq 17
Kod: Zaznacz cały
[ 636.328000] cannot find the slot for index 0 (range 0-0), error: -16
[ 636.328000] EMU10K1_Audigy: probe of 0000:01:08.0 failed with error -12
[ 724.140000] cannot find the slot for index 0 (range 0-0), error: -16
[ 724.144000] EMU10K1_Audigy: probe of 0000:01:08.0 failed with error -12
Kod: Zaznacz cały
asoundconf set-default-card nazwa_karty
Kod: Zaznacz cały
asoundconf list
Wyłącz jedno w BIOSIE! Audio i wybierz DISABLEDaminko pisze:Witam
Mam taki problem. Mam dwie kart dźwiękowe i na zmiane jedna mi się włącza jako dsp1 albo dsp0 jak ustawić aby to się nie zmiamiało. I jak ustawic softwerowy mixowanie dźwięku na jdenej wiem a jak to zrobić dla jendej i drugiej karty ?? jedna to 5.1 AC97 a druga to SoundBlaster MP3 + .