Re: After updating main (so: 14) Orange Pi+ 2E panicked: ucom_cons_softc "'Translation Fault (L2)' on read" while typing first command after login
- Reply: Mark Millard via freebsd-arm : "Re: After updating main (so: 14) Orange Pi+ 2E panicked: ucom_cons_softc "'Translation Fault (L2)' on read" while typing first command after login"
- In reply to: Mark Millard via freebsd-arm : "After updating main (so: 14) Orange Pi+ 2E panicked: ucom_cons_softc "'Translation Fault (L2)' on read" while typing first command after login"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 08:43:45 UTC
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