[Bug 291743] Java programs cannot play sound
[email protected] Fri, 19 Dec 2025 17:51:41 +0000
| Newsgroups | gmane.os.freebsd.devel.java |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291743 Mikhail Teterin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Not A Bug --- Comment #6 from Mikhail Teterin <[email protected]> --- Thank you, everyone, for the testing and confirmations. Upgrading/installing alsa-plugins was, what it took to get the sound working for me on both systems I tested: Dec 19 12:28:59 symbion pkg[71677]: alsa-lib-1.2.2_1 deinstalled Dec 19 12:29:00 symbion pkg-static[71773]: alsa-lib-1.2.14 installed Dec 19 12:41:26 symbion pkg-static[78396]: alsa-plugins-1.2.12_1 installed -- maybe, this should be reflected in the pkg-message or some other documentation. That's the good news. The not so good is that the code is still looking for stuff under /dev/snd, which does not exist on FreeBSD. But aplay -L does that too, so it is not a Java-problem... -- You are receiving this mail because: You are the assignee for the bug.