Skip to content

Commit

Permalink
re-added a "sleep 5" after the eq3_char_loop modprobe to give a system
Browse files Browse the repository at this point in the history
(especially in case of running RaspberryMatic as a HomeAssistant addon)
more time to settle. This refs #1707 and closes #1752.
  • Loading branch information
jens-maus committed Mar 10, 2022
1 parent 27ea6b9 commit a32b39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot-external/overlay/RFD/etc/init.d/S60multimacd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ init() {
if [[ ! -c /dev/eq3loop ]]; then
# load eq3_char_loop kernel module
modprobe eq3_char_loop
sleep 5 # wait for /dev/eq3loop to settle
fi
}

Expand Down

0 comments on commit a32b39d

Please sign in to comment.