Dear Tim,
thanks for your quick response.
I made several tests and had the same issue with a new installation.
I again checked the logs and most probably found the reason - most probably, I missed the lines when I checked them the last time:
Jul 13 13:20:41 moode kernel: [ 49.068667] Bluetooth: HCI UART protocol Three-wire (H5) registered
Jul 13 13:20:41 moode kernel: [ 49.068797] Bluetooth: HCI UART protocol Broadcom registered
Jul 13 13:20:41 moode kernel: [ 49.200347] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 13 13:20:41 moode kernel: [ 49.200358] Bluetooth: BNEP filters: protocol multicast
Jul 13 13:20:41 moode kernel: [ 49.200374] Bluetooth: BNEP socket layer initialized
Jul 13 13:27:51 moode kernel: [ 267.586233] random: crng init done
Jul 13 13:27:51 moode kernel: [ 267.586281] random: 7 urandom warning(s) missed due to ratelimiting
Jul 13 13:27:51 moode kernel: [ 268.318166] pcm512x 1-004d: No SCLK, using BCLK: -
It's looks like a problem with "random" - it takes more them 200 sec to initialize it.
I digged a little bit around and found some interesting posts regarding this - one pointed to a workaroud:
After installing haveged and enabling it, my issue seems to be solved. I made several reboots without facing the delay again.
Now I'm happy again with my moOde installation!
Many thanks to the moOde-team for all your effords creating and maintaining it!
Kind regards
Georg
thanks for your quick response.
I made several tests and had the same issue with a new installation.
I again checked the logs and most probably found the reason - most probably, I missed the lines when I checked them the last time:
Jul 13 13:20:41 moode kernel: [ 49.068667] Bluetooth: HCI UART protocol Three-wire (H5) registered
Jul 13 13:20:41 moode kernel: [ 49.068797] Bluetooth: HCI UART protocol Broadcom registered
Jul 13 13:20:41 moode kernel: [ 49.200347] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 13 13:20:41 moode kernel: [ 49.200358] Bluetooth: BNEP filters: protocol multicast
Jul 13 13:20:41 moode kernel: [ 49.200374] Bluetooth: BNEP socket layer initialized
Jul 13 13:27:51 moode kernel: [ 267.586233] random: crng init done
Jul 13 13:27:51 moode kernel: [ 267.586281] random: 7 urandom warning(s) missed due to ratelimiting
Jul 13 13:27:51 moode kernel: [ 268.318166] pcm512x 1-004d: No SCLK, using BCLK: -
It's looks like a problem with "random" - it takes more them 200 sec to initialize it.
I digged a little bit around and found some interesting posts regarding this - one pointed to a workaroud:
Code:
sudo apt install haveged
sudo systemctl enable haveged
After installing haveged and enabling it, my issue seems to be solved. I made several reboots without facing the delay again.
Now I'm happy again with my moOde installation!
Many thanks to the moOde-team for all your effords creating and maintaining it!
Kind regards
Georg