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
Code: Select all
speaker-test -Dplug:rear:Audigy2 -c2 -t wav
Code: Select all
speaker-test -Dplug:side:Audigy2 -c2 -t wav
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 (direct access to device!)
Code: Select all
speaker-test -Dplughw:Audigy2 -c8 -t wav
=> 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)
- Pastebin with output of alsa-info.sh available here: https://pastebin.com/pa1N2kYK
Anyone an idea why 5.1 works but not 7.1? Appreciating any help!