Errors with audio card

Manjaro cannot output any sound, except to bluetooth, where it is extremely grainy with high latency and breaks in sound. The subsection of sound in settings lists my audio card as "Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X], with that checkbox having only the off option. I found the command systemctl --user -l --no-pager status "pulseaudio.*" in a similar issue and thought it might be useful.

Output of systemctl --user -l --no-pager status "pulseaudio.*" :

                                                                                                                                                INT ✘  14s  
● pulseaudio.socket - Sound System
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; enabled; preset: enabled)
     Active: active (running) since Mon 2022-10-03 17:22:58 CDT; 23h ago
      Until: Mon 2022-10-03 17:22:58 CDT; 23h ago
   Triggers: ● pulseaudio.service
     Listen: /run/user/1000/pulse/native (Stream)
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/pulseaudio.socket

Oct 03 17:22:58 arthur-manjaro systemd[549]: Listening on Sound System.

● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; preset: enabled)
     Active: active (running) since Mon 2022-10-03 17:23:40 CDT; 23h ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 912 (pulseaudio)
      Tasks: 6 (limit: 19053)
     Memory: 31.2M
        CPU: 1h 5min 32.726s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulseaudio.service
             ├─912 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─925 /usr/lib/pulse/gsettings-helper

Oct 03 18:42:55 arthur-manjaro pulseaudio[912]: Too many underruns, increasing latency to 558.70 ms
Oct 03 18:42:56 arthur-manjaro pulseaudio[912]: [bluez_sink.60_AB_D2_83_2F_83.a2dp_sink] Total latency of output is very high (18446744073709532.00ms), most likely the audio timing in one of your drivers is broken.
Oct 03 18:42:56 arthur-manjaro pulseaudio[912]: Too many underruns, increasing latency to 563.70 ms
Oct 03 18:42:57 arthur-manjaro pulseaudio[912]: Too many underruns, increasing latency to 568.70 ms
Oct 03 18:42:58 arthur-manjaro pulseaudio[912]: Too many underruns, increasing latency to 573.70 ms
Oct 03 18:42:59 arthur-manjaro pulseaudio[912]: Too many underruns, increasing latency to 578.70 ms
Oct 03 18:56:58 arthur-manjaro pulseaudio[912]: Failed to find a working profile.
Oct 03 18:56:58 arthur-manjaro pulseaudio[912]: Failed to load module "module-alsa-card" (argument: "device_id="2" name="usb-M-Audio_Code_49_Ver00.10-00" card_name="alsa_card.usb-M-Audio_Code_49_Ver00.10-00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
Oct 04 17:13:17 arthur-manjaro pulseaudio[912]: Failed to open module alsa_card.pci-0000_01_00.1.so: alsa_card.pci-0000_01_00.1.so: cannot open shared object file: No such file or directory
Oct 04 17:13:17 arthur-manjaro pulseaudio[912]: Failed to open module "alsa_card.pci-0000_01_00.1".

Any help is greatly appreciated!

Audio card Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] would be for HDMI and DisplayPort audio outputs from GPU

Please post more information about audio devices detected in ALSA

sudo alsa-info.sh --upload

Output of sudo alsa-info.sh --upload posted to
http://alsa-project.org/db/?f=142c80c33fc6edf592d9b60884373835b60ee5cb

Fixed. Solution: Go to Settings > Audio > Configure button in bottom left > Uncheck ‘Add virtual output device for all sound cards …’

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.