From 6951639886e9d32bb13d929ddbad55529c9c8e89 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 31 Mar 2021 10:17:19 +0200 Subject: [PATCH] automatically turn modemmanager on in xinit template --- configs/appcfg/xinit_template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/configs/appcfg/xinit_template b/configs/appcfg/xinit_template index ba16b4d..f9a7958 100644 --- a/configs/appcfg/xinit_template +++ b/configs/appcfg/xinit_template @@ -24,17 +24,12 @@ amixer set "Line Out" 50% # Play a funky startup tune #mpv --quiet --no-video ~/welcome.ogg & -# enter SIM PIN (WARNING! SECURITY RISK!) -# the sleep is there because the modem -# might take a bit to be available -# after first boot. -#sleep 20 && mmcli -i 0 --pin 1234 - # turn on modemmonitor on login # Note: if the modemmonitor is not on you can # not receive texts/calls! -#sleep 22 && sxmo_modemmonitortoggle.sh on & - +# (there is a bit of a delay to +# give the modem some time to set up) +sleep 15 && sxmo_modemmonitortoggle.sh on & ### Configuration Parameters ###