Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -892,27 +892,29 @@ 892 892 893 893 Below are some commands as reference: 894 894 895 ->Usage: /usr/bin/quectel-CM [options] 896 -> -s [apn [user password auth]] Set apn/user/password/auth get from your network provider. auth: 1~~pap, 2~~chap 897 -> -p pincode Verify sim card pin if sim card is locked 898 -> -p [quectel-][qmi|mbim]-proxy Request to use proxy 899 -> -f logfilename Save log message of this program to file 900 -> -u usbmonlog filename Save usbmon log to file 901 -> -i interface Specify which network interface to setup data call when multi-modems exits 902 -> -4 Setup IPv4 data call (default) 903 -> -6 Setup IPv6 data call 904 -> -k pdn Specify which pdn to hangup data call (by send SIGINT to 'quectel-CM -n pdn') 905 -> -m iface-idx Bind QMI data call to wwan0_<iface idx> when QMAP used. E.g '-n 7 -m 1' bind pdn-7 data call to wwan0_1 906 -> -b Enable network interface bridge function (default 0) 907 -> -v Verbose log mode, for debug purpose.[Examples] 908 ->Example 1: /usr/bin/quectel-CM 909 ->Example 2: /usr/bin/quectel-CM -s 3gnet 910 ->Example 3: /usr/bin/quectel-CM -s 3gnet -v 895 +Usage: /usr/bin/quectel-CM [options] 896 + -s [apn [user password auth]] Set apn/user/password/auth get from your network provider. auth: 1~~pap, 2~~chap 897 + -p pincode Verify sim card pin if sim card is locked 898 + -p [quectel-][qmi|mbim]-proxy Request to use proxy 899 + -f logfilename Save log message of this program to file 900 + -u usbmonlog filename Save usbmon log to file 901 + -i interface Specify which network interface to setup data call when multi-modems exits 902 + -4 Setup IPv4 data call (default) 903 + -6 Setup IPv6 data call 904 + -k pdn Specify which pdn to hangup data call (by send SIGINT to 'quectel-CM -n pdn') 905 + -m iface-idx Bind QMI data call to wwan0_<iface idx> when QMAP used. E.g '-n 7 -m 1' bind pdn-7 data call to wwan0_1 906 + -b Enable network interface bridge function (default 0) 907 + -v Verbose log mode, for debug purpose. 911 911 909 +[Examples] 910 +Example 1: /usr/bin/quectel-CM 911 +Example 2: /usr/bin/quectel-CM -s 3gnet 912 +Example 3: /usr/bin/quectel-CM -s 3gnet -v 912 912 913 913 914 914 915 915 917 + 916 916 === 8.6.3 Dmesg Log === 917 917 918 918