On 10/12/21 3:11 AM, Mark Millard via freebsd-arm wrote:
There is this "mixer" oddity for each boot:
Feeding entropy: .
mixer: 75:75: no such device
mixer: 75:75: no such device
mixer: 75:75: no such device
mixer: 25:25: no such device
mixer: 75:75: no such device
mixer: 75:75: no such device
mixer: =rec: no such device
lo0: link state changed to UP
(in case that matters for some reason).
Hi,
Add this script to /etc/rc.d/ and you'll be fine from now on.
https://cgit.freebsd.org/src/tree/libexec/rc/rc.d/mixer
Then run:
service mixer stop && service mixer start
And the problem should go away.
See "git: 903873ce1560 - main - Implement and use new mixer(3) library
for FreeBSD"
--HPS