-
Notifications
You must be signed in to change notification settings - Fork 237
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
pulseaudio can't load configuration for snd_hda_intel #99
Comments
Empty |
With Define.Use "", the log of "pacmd list-cards" is in below.
With Define.Use "3", the log of "pacmd list-cards" is in below.
For the default configuration, pulseaudio can't work at all. |
Then the pulseaudio legacy config probably didn't find the right controls. You may check the pulseaudio verbose output and modify /usr/share/pulseaudio/alsa-mixer/paths/ config to detect your hardware. It's possible to add support for all HDA hardware to UCM, but there's no ETA. |
OK. I'll try it.
Excuse me, what does ETA stand for at here? I'm not familiar with the abbreviation. |
I meant this: https://www.allacronyms.com/ETA/Estimated_Time_of_Availability |
I restored to Define.Use "". Then I found that pulseaudio is trying to parse /usr/share/pulseaudio/alsa-mixer/profile-sets/B-default.conf without UCM from verbose log. And there's default.conf in the same directory. If I removed B-default.conf, pulseaudio can't work. I have to create a symbol link from default.conf to B-default.conf instead. Then it works. Thanks for your suggestion. By the way, do you know why pulseaudio tries to parse B-default.conf? |
In v1.2.2, the content of HDA-Intel.conf is in below. v1.2.2 is widely used, such as in ubuntu 20.04.
With this content, pulseaudio can't load configuration from UCM. Then I tried to edit the content. Change it to
or
Pulseaudio worked with "options snd-hda-intel probe_mask=1" on DELL laptop.
My question is what's the real meaning of Define.Use at here. Why the default value of Define.Use is empty string? Even in latest code, the Define.Use is also an empty string.
The text was updated successfully, but these errors were encountered: