Add warnings to modem scripts if the modem is not present
This commit is contained in:
parent
b4c02acb76
commit
fa3550c638
6 changed files with 25 additions and 6 deletions
|
@ -12,7 +12,7 @@ touch $UPDATEFILE
|
|||
|
||||
while :
|
||||
do
|
||||
# M symbol if modem monitoring is on
|
||||
# M symbol if modem monitoring is on & modem present
|
||||
MODEMMON=""
|
||||
pgrep -f sxmo_modemmonitor.sh && MODEMMON="M "
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ xmodmap /usr/share/sxmo/xmodmap_caps_esc
|
|||
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
|
||||
xset s off -dpms
|
||||
alsactl --file /usr/share/sxmo/default_alsa_sound.conf restore
|
||||
sxmo_modemmonitor.sh &
|
||||
#xset r off
|
||||
|
||||
# E.g. for PBP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue