[Bug 194727] uaudio device gets disconnected, and hangs usb until everything using /dev/mixer* is closed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 9 22:19:49 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194727
Maciej Pasternacki <maciej at pasternacki.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maciej at pasternacki.net
--- Comment #53 from Maciej Pasternacki <maciej at pasternacki.net> ---
I have this problem and as a workaround I added a file in /etc/syslog.d/ that
kills pulseaudio on message match. It might be overkill (pun not intended) for
heavy users of pulseaudio, but I'm using it only for web browser and I don't
really care if it dies when I switch KVM.
Here's the snippet:
:msg, contains, "Waiting for sound application to exit!"
kern.* |while read _ ; do pkill pulseaudio || : ; done
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gnome
mailing list