You are not logged in.
No input on my Behringer UMC204HD because of an update in the following packages alsa-card-profiles,alsa-lib,alsa-ucm-conf,alsa-utils,lib32-alsa-lib
alsa-card-profiles 1:1.2.6-1 -> 1:1.2.7-1
alsa-lib 1.2.12-1 -> 1.2.13-1
alsa-ucm-conf 1.2.12-1 -> 1.2.13-2
alsa-utils 1.2.12-1 -> 1.2.13-2
lib32-alsa-lib 1.2.12-1 -> 1.2.13-1
The error messages related by pipewire :
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) graph xrun not-triggered (0 suppressed)
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) xrun state:0x7ba2cfaed008 pending:6/6 s:0 a:0 f:0 waiting:0 process:0 status:triggered
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) graph xrun not-triggered (4 suppressed)
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) xrun state:0x7ba2cfaed008 pending:1/1 s:2663559587040 a:2663559606728 f:2663559630434 waiting:19688 process:23706 status:triggered
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) graph xrun not-triggered (0 suppressed)
pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-57) xrun state:0x7ba2cfaed008 pending:1/1 s:5553029600968 a:5553029610813 f:5553029623757 waiting:9845 process:12944 status:triggered
If I revert package the package to these version it works again :
alsa-card-profiles-1:1.2.6-1-x86_64.pkg.tar.zst alsa-lib-1.2.12-1-x86_64.pkg.tar.zst lib32-alsa-lib-1.2.12-1-x86_64.pkg.tar.zst alsa-utils-1.2.12-1-x86_64.pkg.tar.zst alsa-ucm-conf-1.2.12-1-any.pkg.tar.zst
In the meantime I add
--ignore alsa-card-profiles,alsa-lib,alsa-ucm-conf,alsa-utils,lib32-alsa-lib
to my pacman update.
As it seems related to ALSA I also reported the issue on their github :
https://github.com/alsa-project/alsa-uc … issues/479
**EDIT**
only the alsa-ucm-conf package is faulty somewhere between these two version
alsa-ucm-conf 1.2.12-1 -> 1.2.13-2
Workaround downgrade to alsa-ucm-conf-1.2.12-1
Last edited by milto (2024-12-02 16:01:55)
Offline
What if you upgrade all packages to the latest version but downgrade only alsa-ucm-conf to 1.2.12-1?
It has a commit (https://github.com/alsa-project/alsa-uc … 02e2.patch) backported that could cause this kind of issue
Offline
You are right the issue is due to alsa-ucm-conf 1.2.12-1 -> 1.2.13-2 only.
Offline
Alright, thanks for testing! I will comment on the upstream ticket and make them aware of this breakage.
Offline
Could you please test the following alsa-ucm package that was built from their master?
I just want to make sure that your issue is not caused by a partial backport or something.
sudo pacman -U https://pkgbuild.com/\~gromit/alsa-ucm-conf-v1.2.13.r6.g62acef2-1-any.pkg.tar.zst
Offline
With this package https://pkgbuild.com/\~gromit/alsa-ucm- … kg.tar.zst
the microphone is working but in the logs I have the error message from above :
pipewire[2522]: pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-56) graph xrun not-triggered (0 suppressed)
pipewire[2522]: pw.node: (alsa_output.pci-0000_00_1f.3.stereo-fallback-56) xrun state:0x7e7d78f97008 pending:6/6 s:69949980861 a:69950023367 f:69950232612 waiting:42506 process:209245 status:triggered
although it seems to work.
Offline
Could you report that in the upstream ticket aswell?
Offline
Yes done.
Offline
Hey sorry for the reports but it ends up that after a full purge and reinstall of all my package related to the sound :
alsa pipewire wireplumber easyeffects qpwgraph
with the alsa-ucm-conf in its latest version 1.2.13-2 the inputs of the Behringer UMC204HD are working correctly.
The errors I can still see in the logs seems related to wireplumber
systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
...
wireplumber[1686]: spa.alsa: Unable to load mixer: No such file or directory
wireplumber[1686]: spa.alsa: Failed to find a working mixer device (_ucm0003.default:U192k).
and some other error seems to be related to easy effects
pipewire[2590]: pw.node: (alsa_input.usb-BEHRINGER_UMC204HD_192k-00.HiFi__Mic1__source-43) graph xrun not-triggered (0 suppressed)
pipewire[2590]: pw.node: (alsa_input.usb-BEHRINGER_UMC204HD_192k-00.HiFi__Mic1__source-43) xrun state:0x7ac9670ec008 pending:15/19 s:0 a:0 f:0 waiting:0 process:0 status:triggered
pipewire[2590]: pw.node: (ee_sie_stereo_tools-168) xrun state:0x7ac965f87008 pending:0/2 s:56446132704 a:0 f:0 waiting:18446744017263418912 process:0 status:triggered
pipewire[2590]: pw.node: (ee_soe_equalizer-111) xrun state:0x7ac965f79008 pending:0/2 s:56444688635 a:56446141200 f:0 waiting:1452565 process:18446744017263410416 status:awake
but I can use my microphone correctly through the sound card.
Sorry for mistakenly though that alsa UCM was faulty.
Offline