MTCAP 868 Error

Home Forums Conduit: mLinux Model MTCAP 868 Error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21123
    Roberto Migliorati
    Participant

    Hello all!

    We have multitech multiconnect AP MTCAP-LEU1-868-001L mlinux version
    mLinux 3.3.6
    lora-packet-forwarder – 3.0.0-r9.0

    when we launch the command /etc/init.d/lora-packet-forwarder start system says OK, actually analyzing the log I return the error
    ERROR: FAIL TO CONNECT BOARD
    ERROR: [main] failed to start the concentrator

    Thanks for your help

    Below the full log:

    *** Beacon Packet Forwarder for Lora Gateway ***
    Version: 3.0.0
    *** Lora concentrator HAL library version info ***
    Version: 4.0.0;
    ***
    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
    lgw_board_setconf:366: Note: board configuration; lorawan_public:1, clksrc:0
    INFO: antenna_gain 1 dBi
    INFO: Configuring TX LUT with 16 indexes
    INFO: radio 0 enabled (type SX1257), center frequency 867500000, RSSI offset -165.000000, tx enabled 1
    lgw_rxrf_setconf:420: Note: rf_chain 0 configuration; en:1 freq:867500000 rssi_offset:-165.000000 radio_type:2 tx_enable:1
    INFO: radio 1 enabled (type SX1257), center frequency 868500000, RSSI offset -165.000000, tx enabled 0
    lgw_rxrf_setconf:420: Note: rf_chain 1 configuration; en:1 freq:868500000 rssi_offset:-165.000000 radio_type:2 tx_enable:0
    INFO: Lora multi-SF channel 0> radio 1, IF -400000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 0 configuration; en:1 freq:-400000 SF_mask:0x7e
    INFO: Lora multi-SF channel 1> radio 1, IF -200000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 1 configuration; en:1 freq:-200000 SF_mask:0x7e
    INFO: Lora multi-SF channel 2> radio 1, IF 0 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 2 configuration; en:1 freq:0 SF_mask:0x7e
    INFO: Lora multi-SF channel 3> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 3 configuration; en:1 freq:-400000 SF_mask:0x7e
    INFO: Lora multi-SF channel 4> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 4 configuration; en:1 freq:-200000 SF_mask:0x7e
    INFO: Lora multi-SF channel 5> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 5 configuration; en:1 freq:0 SF_mask:0x7e
    INFO: Lora multi-SF channel 6> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 6 configuration; en:1 freq:200000 SF_mask:0x7e
    INFO: Lora multi-SF channel 7> radio 0, IF 400000 Hz, 125 kHz bw, SF 7 to 12
    lgw_rxif_setconf:524: Note: LoRa ‘multi’ if_chain 7 configuration; en:1 freq:400000 SF_mask:0x7e
    INFO: Lora std channel> radio 1, IF -200000 Hz, 250000 Hz bw, SF 7
    lgw_rxif_setconf:498: Note: LoRa ‘std’ if_chain 8 configuration; en:1 freq:-200000 bw:2 dr:2
    INFO: FSK channel> radio 1, IF 300000 Hz, 125000 Hz bw, 50000 bps datarate
    lgw_rxif_setconf:554: Note: FSK if_chain 9 configuration; en:1 freq:300000 bw:3 dr:50000 (50000 real dr) sync:0xC194C1
    INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
    INFO: gateway MAC address is configured to 008000000000F22D
    INFO: server hostname or IP address is configured to “localhost”
    INFO: upstream port is configured to “1680”
    INFO: downstream port is configured to “1680”
    INFO: downstream keep-alive interval is configured to 10 seconds
    INFO: statistics display interval is configured to 30 seconds
    INFO: upstream PUSH_DATA time-out is configured to 100 ms
    INFO: packets received with a valid CRC will be forwarded
    INFO: packets received with a CRC error will NOT be forwarded
    INFO: packets received with no CRC will NOT be forwarded
    INFO: found local configuration file local_conf.json, parsing it
    INFO: redefined parameters will overwrite global parameters
    INFO: local_conf.json does not contain a JSON object named SX1301_conf
    INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
    INFO: server hostname or IP address is configured to “eu72udp.resiot.io”
    INFO: upstream port is configured to “7677”
    INFO: downstream port is configured to “7677”
    INFO: packets received with a valid CRC will be forwarded
    INFO: packets received with a CRC error will NOT be forwarded
    INFO: packets received with no CRC will NOT be forwarded
    ERROR: FAIL TO CONNECT BOARD
    ERROR: [main] failed to start the concentrator
    root@mtcap:/opt/lora# ^C
    root@mtcap:/opt/lora# cat /etc/mlinux-version
    mLinux 3.3.6
    Built from branch: (detachedfrom3.3.6)
    Revision: 99a520e936e7d750aeac4229d05f469de4f6874a
    root@mtcap:/opt/lora# opkg list | grep lora
    lora-gateway-utils – 4.0.1-r9.0
    lora-network-server – 1.0.26-r1.0
    lora-packet-forwarder – 3.0.0-r9.0
    lora-query – 1.0.2-r1.0
    root@mtcap:/opt/lora#

    #26325
    koehmatt@gmail.com
    Participant

    Roberto,

    Has this been resolved for you?

    I’m currently having the same issue.

    Thanks,
    Matt

    #26333
    Jason Reiss
    Keymaster

    Have a look at the troubleshooting guide to diagnosis any hardware issues.

    http://www.multitech.net/developer/search_gcse/?q=troubleshooting+guide

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.