Unable To Start Packet Forwarder
Home › Forums › Conduit: AEP Model › Unable To Start Packet Forwarder
Tagged: AEP Conduit, lora packet forwarder, multitech
- This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago by
akarunakaran@mindlogic.com.
-
AuthorPosts
-
October 9, 2019 at 7:42 am #28709
akarunakaran@mindlogic.com
ParticipantHi,
I am having trouble starting the packet forwarder using the web interface.
the status is always no matter how many times i restart or save and restart. Can someone help me out with this issue?-
This topic was modified 5 years, 5 months ago by
akarunakaran@mindlogic.com.
-
This topic was modified 5 years, 5 months ago by
akarunakaran@mindlogic.com.
-
This topic was modified 5 years, 5 months ago by
akarunakaran@mindlogic.com.
October 9, 2019 at 9:35 am #28714Darrik Spaude
KeymasterHi,
You could try accessing the Conduit via SSH and try the following instructions:
1) To see why the packet forwarder is not getting started, look at output of forwarder when run from the command line:
# /etc/init.d/lora-network-server stop
# cd /var/run/lora/1/
# ./lora_pkt_fwdSee troubleshooting guide in Downloads on this page.
2) Try to manually reload the FPGA firmware. If this is not functioning as shown below, then there is a hardware issue:
# mts-io-sysfs store lora/creset 0
# mts-io-sysfs show lora/cdone
0 <<-- Expected output # mts-io-sysfs store lora/creset 1 # mts-io-sysfs show lora/cdone 1 <<-- Expected outputOctober 14, 2019 at 11:53 pm #28716akarunakaran@mindlogic.com
ParticipantHi,
Thanks for the response. I trid running the above steps and i got the below response.
`*** Beacon Packet Forwarder for Lora Gateway ***
Version: 4.0.1
*** Lora concentrator HAL library version info ***
Version: 5.0.1;
***
INFO: Little endian host
INFO: found global configuration file global_conf.json, parsing it
INFO: global_conf.json does contain a JSON object named SX1301_conf, parsing SX1301 parameters
INFO: lorawan_public 1, clksrc 0
INFO: LBT is disabled
INFO: antenna_gain 0 dBi
INFO: Configuring TX LUT with 16 indexes
INFO: radio 0 enabled (type SX1257), center frequency 902700000, RSSI offset -162.000000, tx enabled 1, tx_notch_freq 0
INFO: radio 1 enabled (type SX1257), center frequency 903500000, RSSI offset -162.000000, tx enabled 0, tx_notch_freq 0
INFO: Lora multi-SF channel 0> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 1> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 2> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 3> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 4> radio 1, IF -400000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 5> radio 1, IF -200000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 6> radio 1, IF 0 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 7> radio 1, IF 200000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora std channel> radio 0, IF 300000 Hz, 500000 Hz bw, SF 8
INFO: FSK channel 8 disabled
INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
INFO: gateway MAC address is configured to 00800000A000474D
INFO: server hostname or IP address is configured to “192.168.1.123”
INFO: upstream port is configured to “1700”
INFO: downstream port is configured to “1700”
INFO: downstream keep-alive interval is configured to 1 seconds
INFO: statistics display interval is configured to 30 seconds
INFO: upstream PUSH_DATA time-out is configured to 100 ms
INFO: duplicate packets received with low SNR will NOT be forwarded
INFO: packets received with a valid CRC will be forwarded
INFO: packets received with a CRC error will be forwarded
INFO: packets received with no CRC will NOT be forwarded
INFO: Auto-quit after 60 non-acknowledged PULL_DATA
ERROR: [main] failed to start the concentratorOctober 15, 2019 at 1:04 am #28717akarunakaran@mindlogic.com
ParticipantI tried changing the global_config.json file but still getting the same erroe.Can you please help me out with this?
-
This reply was modified 5 years, 5 months ago by
akarunakaran@mindlogic.com.
October 16, 2019 at 12:24 am #29792akarunakaran@mindlogic.com
ParticipantI used sudo and was able to start the concentrator manually.
sudo ./lora_pkt_fwd
I have installed LoRa gateway bridge in my system and to make sure the packet forwarder send data to the bridge i used the below command
sudo tcpdump -AUq port 1700
but no response. I followed the below link for trouble shooting
-
This topic was modified 5 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.