Re: After updating main (so: 14) Orange Pi+ 2E panicked: ucom_cons_softc "'Translation Fault (L2)' on read" while typing first command after login
Hans Petter Selasky <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
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