Skip to content

Commit c36b99a

Browse files
committed
Add find product-id instructions. Fix typo.
1 parent 18ce8de commit c36b99a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/content/install/gateway/multitech.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@ or EU band configuration, based on the used hardware. Please refer to the
113113
[Multitech documentation](http://www.multitech.net/developer/software/lora/aep-lora-packet-forwarder/)
114114
for alternative configurations.
115115

116+
To find out if you should follow the `MTAC-LORA-H` or `MTAC-LORA`
117+
instructions, you could use the following commands:
118+
119+
```bash
120+
# mCard in ap1 slot
121+
$ mts-io-sysfs show ap1/product-id
122+
123+
# mCard in ap2 slot
124+
$ mts-io-sysfs show ap2/product-id
125+
126+
# detect first mCard
127+
$ mts-io-sysfs show lora/product-id
128+
```
129+
116130
#### mLinux with MTAC-LORA-H-915 or MTAC-LORA-H-868
117131

118132
**Important:** Follow these steps only when you have a `MTAC-LORA-H` (v1.5)
@@ -141,7 +155,7 @@ card which uses the SPI interface.
141155
Example:
142156
```text
143157
root@mtcdt:~# /etc/init.d/lora-packet-forwarder-ap1 start
144-
root@mtcdt:~# /update-rc.d lora-packet-forwarder-ap1 defaults
158+
root@mtcdt:~# update-rc.d lora-packet-forwarder-ap1 defaults
145159
```
146160

147161
**Note:** on the first start of the packet-forwarder it will detect for you
@@ -181,7 +195,7 @@ card which uses the FTDI interface.
181195
Example:
182196
```text
183197
root@mtcdt:~# /etc/init.d/lora-packet-forwarder-usb start
184-
root@mtcdt:~# /update-rc.d lora-packet-forwarder-usb defaults
198+
root@mtcdt:~# update-rc.d lora-packet-forwarder-usb defaults
185199
```
186200

187201
**Note:** on the first start of the packet-forwarder it will detect for you

0 commit comments

Comments
 (0)