![InHand EC900 Series Скачать руководство пользователя страница 16](http://html1.mh-extra.com/html/inhand/ec900-series/ec900-series_user-manual_2061297016.webp)
1
sudo
nvram show
IV.
Switching
sim
cards
Default sim card 1
Shell
copy
1
sudo
nvram
set
cur sim
=
0
2
sudo
t h i s
this
nvram
set
wan1 _ ppp_ apn
=
sim1 _ apn / / If
command and replace sim1 _ apn with the
command if there is no apn .
need to set
actual apn .
an apn , execute
Do not execute
3
sudo
systemctl
restart
redial
If switching sim card 2, need to open the dual card function.
Shell
copy
1
sudo
nvram
set
cur sim
=
1
2
sudo
nvram
set
wan1_ppp_sim2_apn
=
sim2_apn //
If need to set an apn, execute this
command and replace sim2 _ apn with the actual apn. Do not execute this command if
there is no apn.
3
sudo
nvram
set
dual_ sim_ enable
=
1
4
sudo
systemctl
restart
redial
V.
Enable/disable
redial
log
Shell
copy
1
2
3
4
5
6
7
8
9
Enable redial log
:
touch
/tmp/ .debug_systools
systemctl
restart
redial
tail
-f
/var/ log/ messages
Disable redial log
:
rm -f
/tmp/ .debug_systools
systemctl
restart
redial
tail
-f
/var/ log/ messages