No sound with Gloria and SB Audigy 2 soundcard [Solved]

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lagagnon

No sound with Gloria and SB Audigy 2 soundcard [Solved]

Post by lagagnon »

Just loaded Gloria on this box that has a built in Via sound chip (disabled in BIOS) and a much better SoundBlaster Audigy 2 card. The Via chip, despite being shut off in BIOS is recognized and works fine. The Audigy 2 chip is also recognized but no sound whatsover. Yes, I have tried the Analog/Digital switch as suggested by many but that does not work.


Relevant output from "lspci"

Code: Select all

00:0e.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Relevant output from "lsmod":

Code: Select all

snd_emu10k1_synth      14336  0 
snd_emux_synth         40832  1 snd_emu10k1_synth
snd_seq_virmidi        13440  1 snd_emux_synth
snd_seq_midi_emul      14592  1 snd_emux_synth
snd_emu10k1           144288  3 snd_emu10k1_synth
snd_util_mem           12288  2 snd_emux_synth,snd_emu10k1
snd_hwdep              15108  2 snd_emux_synth,snd_emu10k1
snd_via82xx            32152  3 
snd_via82xx_modem      19336  0 
snd_mpu401_uart        15104  1 snd_via82xx
snd_seq_dummy          10756  0 
snd_ac97_codec        112292  3 snd_emu10k1,snd_via82xx,snd_via82xx_modem
snd_seq_oss            37760  0 
ac97_bus                9856  1 snd_ac97_codec
snd_pcm_oss            46336  0 
snd_mixer_oss          22656  1 snd_pcm_oss
snd_seq_midi           14336  0 
snd_seq_midi_event     15104  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
ppdev                  15620  0 
snd_seq                56880  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                82948  5 snd_emu10k1,snd_via82xx,snd_via82xx_modem,snd_ac97_codec,snd_pcm_oss
nvidia               7097928  34 
snd_rawmidi            29696  4 snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
snd_seq_device         14988  8 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
pcspkr                 10496  0 
serio_raw              13316  0 
snd_timer              29704  3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc         16904  4 snd_emu10k1,snd_via82xx,snd_via82xx_modem,snd_pcm
i2c_viapro             15892  0 
emu10k1_gp             10752  0 
via_agp                16256  1 
snd                    62628  26 snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd
_hwdep,snd_via82xx,snd_via82xx_modem,snd_mpu401_uart,snd_ac97_codec,snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_rawmidi,snd_seq_device,snd_timersoundcore              15200  1 snd
Further information obtained through the alsa troubleshooting script specific to my system can be found here:

http://www.alsa-project.org/db/?f=e5a5d ... 8c48fac70d

All the right modules appear to be loaded. I have ensure the volume control is set to the Audigy chip, as is the Sound Server. Still no luck.

Any ideas greatly appreciated.

Larry
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lagagnon

Re: No sound with Gloria and SB Audigy 2 soundcard

Post by lagagnon »

Here we go again solving my own problems....it took two days but I learned a lot. It seems alsa and Pulse Audio could not cope with the two sound chips in my system and the onboard chip was being chosen in preference to the outboard Audigy one (even though the latter was told to be Device 0 and the former one was shut off in BIOS!).

So the solution was to completely disable the onboard chip by blacklisting its modules. Type "lsmod" to find the modules related to the hardware you want to disable. Then add the line(s): "blacklist nameofmodule" to the /etc/modules.d/blacklist.conf file.
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: No sound with Gloria and SB Audigy 2 soundcard [Solved]

Post by pdc_2 »

well done larry;

so you blacklisted
snd_via82xx
in
/etc/modules.d/blacklist.conf
??

ie as
blacklist snd_via82xx
(I confess to having loaded a donated Audigy soundcard into our system, and it still not making a cheep ! )
lagagnon

Re: No sound with Gloria and SB Audigy 2 soundcard [Solved]

Post by lagagnon »

Exactly. Your problem could be something else. Have you tried just loading a music CD, playng it, openng alsamixer in a termnal and play with the mute/unmute switches (use the "m" key) and sliders until you get sound?
Locked

Return to “Hardware Support”