Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alsa lib is not able to find the UCM .conf files #420

Open
3bitbrain opened this issue May 27, 2024 · 5 comments
Open

Alsa lib is not able to find the UCM .conf files #420

3bitbrain opened this issue May 27, 2024 · 5 comments

Comments

@3bitbrain
Copy link

Note : the sound card is a Xonar DX ( AV200 )
The alsa UCM files are installed at PATH=/usr/share/alsa
When I try to start alsasound, I get this error ==
alsa-lib-1.2.11/src/umc/main.c:1554: (snd_use_case_mgr_open) error : failed to import hw:1 use case configuration -2
The CMD alsaucm listcards gets this response : list is empty.

alsa-info.txt
aplay-info.txt

@perexg
Copy link
Member

perexg commented May 27, 2024

Your card is handled in legacy mode (no UCM configuration is defined yet).

@3bitbrain
Copy link
Author

Thanks for the info.
Did a build with ucm/topology disabled ... and no error now.

@perexg
Copy link
Member

perexg commented May 31, 2024

It should not be required. Which service produced this log? It may be ignored.

@3bitbrain
Copy link
Author

The service is ' /etc/init.d/alsasound ', using the ' start ' or ' restart ' CMD ( OpenRC init ).

Bad news == pipewire / pulseaudio both have dependencies on ucm / topology.

Is there a way to specify ucm conf syntax version 1 usage? That version did have a config showing for the AV200.

@perexg
Copy link
Member

perexg commented Jun 10, 2024

Well this error is a bit like warning. If you see "initialized by generic method" on the command line after this error, then the initialization behaviour does not change. Unfortunately, we miss a better message classification in alsa-lib (we have only errors).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants