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

pulseaudio can't detect audio cards with udev 240 #11496

Closed
terrible-broom opened this issue Jan 19, 2019 · 5 comments
Closed

pulseaudio can't detect audio cards with udev 240 #11496

terrible-broom opened this issue Jan 19, 2019 · 5 comments
Labels
needs-reporter-feedback ❓ There's an unanswered question, the reporter needs to answer udev

Comments

@terrible-broom
Copy link

systemd version the issue has been seen with

240

Used distribution

Gentoo

Expected behaviour you didn't see

Pulseaudio detects audio cards using udev.

Unexpected behaviour you saw

Pulseaudio can't detect any audio cards and lists only dummy sink.
Pulseaudio log shows:
I: [pulseaudio] module-udev-detect.c: Found 0 cards.
Downgrading to udev 239 fixes this problem.

Steps to reproduce the problem
Upgrade udev from version 239 to 240 and reboot. Pulseaudio doesn't detect any audio cards and plays sound to dummy sink.

@poettering
Copy link
Member

works fine here. what's the output of this:

udevadm info /dev/snd/controlC0

and the contents of /proc/asound/cards?

@poettering
Copy link
Member

and "aplay -L"?

@poettering poettering added udev needs-reporter-feedback ❓ There's an unanswered question, the reporter needs to answer labels Jan 21, 2019
@fsateler
Copy link
Member

I received a similar report in debian. It was apparently resolved with udev 240-4, which includes several post-240 fixes. Has gentoo updated its udev? I would recommend picking the udev fixes and try again with that. Not sure which ones in particular, but ee0b9e7 looks particularly relevant.

@floppym
Copy link
Contributor

floppym commented Jan 24, 2019

Has gentoo updated its udev?

It would be really nice if upstream would cut a new release to avoid duplicating effort on every Linux distro.

@terrible-broom
Copy link
Author

Fixed in sys-fs/udev-241_rc1. Thanks for help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-reporter-feedback ❓ There's an unanswered question, the reporter needs to answer udev
Development

No branches or pull requests

4 participants