11-18-2019, 03:50 PM
(This post was last modified: 11-18-2019, 03:51 PM by TheOldPresbyope.
Edit Reason: fix syntax
)
(11-18-2019, 03:31 PM)hjheins Wrote: Hi, you could try to raise the entropy from you system.
I had the same issue, and the solution that worked for me was to install the debian package [a href="https://packages.debian.org/buster/rng-tools"]rng-tools[/a]
make sure the service runs on reboot, and you will have a ui much faster.
I don't remember just when Tim added this service but it's certainly present in moOde 6.3 (probably a direct result of your investigation ).
Looking at a freshly installed copy running on an RPi4B
Code:
pi@moode4b:~ $ dpkg --get-selections|grep rng-tools
rng-tools install
pi@moode4b:~ $ ps aux|grep rngd
root 342 0.0 0.0 27656 80 ? SLsl 10:35 0:00 /usr/sbin/rngd -r /dev/hwrng
...
so the package is installed and the service has started.
Regards,
Kent