Skip to main content
Topic: SoundBlaster Audigy 5/Rx (Read 1965 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

SoundBlaster Audigy 5/Rx

I have sound but not all sound coming out of correct speakers! I notice that what was working in Devuan 3.0 doesn't work in Devuan 3.1.1 correctly but more correctly in Artix but still some minor niggles. My preferred Audio is ALSA over Pulse Audio - the least possible there is of Lennart's stuff touching my system the better! When I run the ''Speaker Test' - Front left is coming from the centre, Centre is Centre, Front right is coming through the sub-woofer. This latter element has occurred on other distros I have been playing with recently. I have usded blacklist.conf to disable the snd_hda_intel in respect of the graphics card/s HDMI ports.
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU

Re: SoundBlaster Audigy 5/Rx

Reply #1
Update - tried to turn autospawn of pulseaudio off which results in no sound at all. Such a shame that KDE appears to be going down the Gnome route of Pulse Audio dependency! That aside, I have temporarily resolved left and centre speaker issue by connecing them to the wrong output connections on the subwoofer of the Logitech surround system. However the right speaker comes out through the sub-woofer and cannot change that outoput port as it is similar to the old joystick connection on a sound card and also conains the connection for on/off and volume. D'OH!
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU



Re: SoundBlaster Audigy 5/Rx

Reply #4
Why o why are we stuck with freakin' pulse audio? I am longing for a system that only has ALSA present - I know I am asking for the impossible, but it would be nice!
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU

Re: SoundBlaster Audigy 5/Rx

Reply #5
Why o why are we stuck with freakin' pulse audio? I am longing for a system that only has ALSA present - I know I am asking for the impossible, but it would be nice!
Than search for ALSA in Archwiki. They have plenty of information.

Note form me: You might wish to install pipewire-dummy or pulseaudio-dummy from AUR to satisfy dependencies for packages which wish to pull that thing into your machine.

Re: SoundBlaster Audigy 5/Rx

Reply #6
Why o why are we stuck with freakin' pulse audio? I am longing for a system that only has ALSA present - I know I am asking for the impossible, but it would be nice!

I removed the pulseaudio packages except one: libpulse.

I installed qastools which offers a nice and very practical mixer :
sudo pacman -Sy qastools

Then I listed my audio cards:
cat /proc/asound/cards
 0 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfce60000 irq 96
 1 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xfc900000 irq 98

I created/modified  /etc/asound.conf

And added this to select card1:
defaults.pcm.card 1
defaults.ctl.card 1

Restart system

Re: SoundBlaster Audigy 5/Rx

Reply #7
I removed the pulseaudio packages except one: libpulse.

I installed qastools which offers a nice and very practical mixer :
sudo pacman -Sy qastools

Then I listed my audio cards:
cat /proc/asound/cards
 0 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfce60000 irq 96
 1 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xfc900000 irq 98

I created/modified  /etc/asound.conf

And added this to select card1:
defaults.pcm.card 1
defaults.ctl.card 1

Restart system

Thanks, one of the first things I did in Devuan after blacklisting snd_hda_intel was to install all Qas'* packages.  :)
UPdate - just using same command "error: target not found: qastools"
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU

Re: SoundBlaster Audigy 5/Rx

Reply #8
Thanks, one of the first things I did in Devuan after blacklisting snd_hda_intel was to install all Qas'* packages.  :)
Yes, qastools are pretty and practical  8)

Quote from: swarfendor437
UPdate - just using same command "error: target not found: qastools"
$ pacman -Ss qastools
community/qastools 0.23.0-1 (pro-audio) [installé]
    A collection of desktop applications for the Linux sound system ALSA.

Personally I added these two repositories at the end of /etc/pacman.conf
(But I wouldn't be surprised if you knew that already)

Code: [Select]
#
# ARCHLINUX
#

[extra]
Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch


Re: SoundBlaster Audigy 5/Rx

Reply #9
Yes, qastools are pretty and practical  8)
$ pacman -Ss qastools
community/qastools 0.23.0-1 (pro-audio) [installé]
    A collection of desktop applications for the Linux sound system ALSA.

Personally I added these two repositories at the end of /etc/pacman.conf
(But I wouldn't be surprised if you knew that already)

Code: [Select]
#
# ARCHLINUX
#

[extra]
Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch



When I have done this and run update commands I get this:

Code: [Select]
error: config file /etc/pacman.d/mirrorlist-arch could not be read: No such file or directory
error parsing '/etc/pacman.conf'
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU

Re: SoundBlaster Audigy 5/Rx

Reply #10
Do you have package "archlinux-mirrorlist" installed?

Re: SoundBlaster Audigy 5/Rx

Reply #11
When I have done this and run update commands I get this:

Code: [Select]
error: config file /etc/pacman.d/mirrorlist-arch could not be read: No such file or directory
error parsing '/etc/pacman.conf'
Indeed, I should have put this link to you:
https://wiki.artixlinux.org/Main/Repositories#Arch_repositories

(Thanks to SGOrava)

Re: SoundBlaster Audigy 5/Rx

Reply #12
Thanks all but even after making the changes I am still getting:

Code: [Select]
artixkde:[swarfendor437]:~$ sudo pacman -Ss qastools
[sudo] password for swarfendor437:
error: config file /etc/pacman.d/mirrorlist-arch could not be read: No such file or directory
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU

Re: SoundBlaster Audigy 5/Rx

Reply #13
Thanks all but even after making the changes I am still getting:

Code: [Select]
artixkde:[swarfendor437]:~$ sudo pacman -Ss qastools
[sudo] password for swarfendor437:
error: config file /etc/pacman.d/mirrorlist-arch could not be read: No such file or directory
Hello,
See if you have an /etc/pacman.d/mirrorlist.pacnew file
Code: [Select]
ls /etc/pacman.d/
If yes :
Code: [Select]
sudo cp /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist-arch
Then you edit this file and you comment all the lines (# at the beginning of the line) except those concerning your country.
Code: [Select]
sudo nano /etc/pacman.d/mirrorlist-arch

If you don't have an /etc/pacman.d/mirrorlist.pacnew file then you can generate a mirrorlist for your country on:
https://archlinux.org/mirrorlist/

But be careful: copy this generated mirrorlist to /etc/pacman.d/mirrorlist-arch
Code: [Select]
sudo touch /etc/pacman.d/mirrorlist-arch
Code: [Select]
sudo nano /etc/pacman.d/mirrorlist-arch
And you uncomment (Remove the # at the beginning of the line) the https lines of the servers that interests you.

Please can you give me the result of :
Code: [Select]
cat /etc/pacman.conf

 

Re: SoundBlaster Audigy 5/Rx

Reply #14
Hi this is how far I can get:

Code: [Select]
artixkde:[swarfendor437]:~$ ls /etc/pacman.d/
gnupg  mirrorlist
artixkde:[swarfendor437]:~$ sudo cp /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist-arch
[sudo] password for swarfendor437:
cp: cannot stat '/etc/pacman.d/mirrorlist.pacnew': No such file or directory
artixkde:[swarfendor437]:~$

It's been an interesting ride but think I am going to stick wtih Devuan. My grey cells are fading fast. Thanks to all who contributed, including the Developers - not many forums get Devs responding to noobs. Thanks again all - it's been a wild ride!
Asus X470 Prime, AMD Ryzen 7 1700X, 16 Gb Corsair RAM, 2 x GT1030 GPU