You are not logged in.
I have just installed Q4OS Andromeda Trinity on a computer, and am experiencing audio problems:
$ inxi -A
Audio:
Device-1: Intel 200 Series PCH HD Audio driver: snd_hda_intel
Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel
Device-3: BEHRINGER GmbH UMC404HD 192k driver: snd-usb-audio type: USB
API: ALSA v: k6.12.73+deb13-amd64 status: kernel-api
Server-1: aRts v: 1.5.10 status: active
Server-2: PipeWire v: 1.4.2 status: active$ lsmod | grep snd
snd_seq_dummy 12288 0
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_hrtimer 12288 1
snd_seq 110592 9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
snd_soc_avs 212992 0
snd_soc_hda_codec 24576 1 snd_soc_avs
snd_hda_ext_core 36864 2 snd_soc_avs,snd_soc_hda_codec
snd_hda_codec_realtek 217088 2
snd_soc_core 421888 2 snd_soc_avs,snd_soc_hda_codec
snd_hda_codec_generic 114688 1 snd_hda_codec_realtek
snd_hda_scodec_component 20480 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 98304 1
snd_compress 28672 2 snd_soc_avs,snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_hda_intel 61440 9
snd_intel_dspcfg 40960 2 snd_soc_avs,snd_hda_intel
snd_usb_audio 512000 7
snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg
snd_hda_codec 217088 6 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek
snd_usbmidi_lib 49152 1 snd_usb_audio
snd_hda_core 143360 8 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek
snd_rawmidi 53248 2 snd_seq_midi,snd_usbmidi_lib
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
mc 94208 1 snd_usb_audio
snd_hwdep 20480 2 snd_usb_audio,snd_hda_codec
snd_pcm 188416 9 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_timer 53248 3 snd_seq,snd_hrtimer,snd_pcm
snd 151552 49 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
soundcore 16384 1 snd
usbcore 409600 6 xhci_hcd,snd_usb_audio,usbhid,snd_usbmidi_lib,rtsx_usb,xhci_pciDevice-3 should be my default device. Multimedia codecs are installed.
The problem started with kmix, having to switch audio sources at each boot. Then at some point, kmix audio sliders stuck and couldn't be adjusted from 36%. So, I installed pavucontrol, set the default source and adjusted the volume output. Unfortunately, I don't get any audio at all.
$ speaker-test --channels=2
speaker-test 1.2.14
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 1048576
Period size range from 32 to 524288
Periods = 4
was set period_size = 12000
was set buffer_size = 48000
0 - Front Left
1 - Front Right
Time per period = 4,996887Works, but no sound... YouTube in Chromium and Waterfox works, but no sound...
Any ideas how to solve this?
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Good day!
You have a very specific device, so, you will have to "dig and try" by yourself. This is a normal thing, since we can not effectively help you, because we do not have this device and can not test it by ourselves.
First, you can try to change the aRts settings.
Go to Settings - Sound System.
There tick Enable sound system, Run with maximal priority, Sound buffer 46ms (8 fragments, 1024 bytes).
Then in Equipment tab (or Devices...sorry, I use Russian translated interface) Select sound device: ALSA, then tick Full Duplex, Then Sampling frequency 48000Hz (Normally you should select 44100Hz, but for your device 48000Hz is needed), and Quality 16bit.
Then reboot and in terminal type artsplay /opt/trinity/share/sounds/KDE_Startup.wav
If you can not hear the sound, then temporarily disable aRts, and try to play using ALSA player.
artsshell terminate
aplay /opt/trinity/share/sounds/KDE_Startup.wav
There are some problems with this device and PulseAudio.
Please check these links:
https://linuxmusicians.com/viewtopic.php?t=17231
https://linuxmusicians.com/viewtopic.php?p=82535#p82535
https://github.com/julienmary/umc404hd_setup
That jackdbus autospawning thingy had me puzzeld for a while too. Seemed impossible to kill Jack. If I want to stop Jack I always run:
Code: Select all
pkill -9 jackdbus
killall jackdThat works and no mysterious Jack spawn. Killing Jack is needed to run PulseAudio. And without Pulse, no audio in Firefox.
Last edited by Rademes (2026-02-22 20:23)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502
Offline
You could also follow troubleshooting instructions:
https://www.q4os.org/dqa011.html#install.3
http://www.trinitydesktop.org/faq/sound.php
Offline
Many thanks for the replies. On one of my reboots, the audio suddenly started working. I will leave the topic open for a few days, but right now it somehow is solved...
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline