ALSA: Sound Blaster Audigy RX 7.1: No audio on side channels (only 5.1 working)

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
bitkeeper
Posts: 1
Joined: 2024-12-01 13:34

ALSA: Sound Blaster Audigy RX 7.1: No audio on side channels (only 5.1 working)

#1 Post by bitkeeper »

First post on Debian user forum; so bear with me.

Brand new Sound Blaster Audigy RX 7.1 with respective RCA break out cables installed on Debian 12.6 and kernel 6.1.0-28-amd64.

Problem

Code: Select all

speaker-test -Dplug:surround71:Audigy2 -c8 -t wav
produces sound on all 5.1 channels BUT 7.1 channels "Side Left" and "Side Right" stay silent.

Code: Select all

speaker-test -Dplug:rear:Audigy2 -c2 -t wav
works (sound output on speaker plugged in to rear jack) while

Code: Select all

speaker-test -Dplug:side:Audigy2 -c2 -t wav
does not work (no error message but also no sound on speaker plugged in to side jack)

Is it possible that 7.1-mapping by ALSA in /usr/share/alsa/cards/Audigy2.conf is wrong / not working for Audigy RX?


Measures taken so far
  • Volume controls turned to 100% on all channels with alsamixer
  • Used different cables (which are working on other jacks of same soundcard perfectly)
  • Tried

    Code: Select all

    speaker-test -Dplughw:Audigy2 -c8 -t wav
    (direct access to device!)

    => also no audio on side channels (but all other channels)
  • Completely deleted /etc/asound.conf
  • Tried several live distros with newer alsa-lib package (same error)

Anyone an idea why 5.1 works but not 7.1? Appreciating any help!

arzgi
Posts: 1614
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 85 times

Re: ALSA: Sound Blaster Audigy RX 7.1: No audio on side channels (only 5.1 working)

#2 Post by arzgi »

Hello and welcome!

Alsa is fading, pulseaudio and pipewire are the newer sound systems.

Found this https://wiki.archlinux.org/title/Advanc ... n_examples

Post Reply