Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8374

Beginners • Re: enabling trng on bcm2835

$
0
0
It should be running, but maybe the config has changed since 2021. I don't have any BCM2835 devices running right now, but try this in the command line:

Code:

ps aux | grep hwrngroot        62  0.0  0.0      0     0 ?        S    Feb14   0:00 [hwrng]
If you see the hwrng process, it's running. The rngd process mentioned in the old thread isn't required any more

/dev/hwrng can only be read as root. That's okay, because /dev/urandom is just as good. No, really it is. Myths about /dev/urandom are still as true as when the article was first written.

Statistics: Posted by scruss — Wed Mar 05, 2025 4:11 am



Viewing all articles
Browse latest Browse all 8374

Trending Articles