zwang002@odu.edu
Forum Replies Created
-
AuthorPosts
-
zwang002@odu.edu
ParticipantHi, i upgraded to the 5.0.0 and now it is fixed. Thanks for your help
In addtion, do you know why my lora is not enabled?
I previously install the installer.sh from ResIot, and the relevant code is# Disable the MultiTech lora server processes
# Do we want to remove the software as well??
grep disable-mtech $STATUSFILE > /dev/null 2> /dev/null
if [ $? -ne 0 ] ; then
echo “Disable MultiTech packet forwarder”
/etc/init.d/lora-network-server stop
cat << _EOF_ > /etc/default/lora-network-server
# set to “yes” or “no” to control starting on boot
ENABLED=”no”
_EOF_
echo “disable-mtech” >> $STATUSFILE
fiecho “Installing ResIOT Base Station Client”
opkg install $FILENAMENow, when i log into my multitech gatway, the status of package forwarder and network server is stopped. Do you know how i can i set it to be normal case? I tried to use the following code, and it shows that LoRa is not enabled. I am sure that mcard is installed, and i wonder what can i do?
Odumsve@mtcdt:/etc/init.d$ lora-packet-forwarder stop
-bash: lora-packet-forwarder: command not found
Odumsve@mtcdt:/etc/init.d$ lora-packet-forwarder restart
-bash: lora-packet-forwarder: command not found
Odumsve@mtcdt:/etc/init.d$ ^C
Odumsve@mtcdt:/etc/init.d$ /etc/init.d/lora-network-server start
LoRa not enabled
Odumsve@mtcdt:/etc/init.d$ /etc/init.d/lora-network-server stop
Stopping lora-network-server: /etc/init.d/lora-network-server: line 369: start-stop-daemon: command not found
Odumsve@mtcdt:/etc/init.d$July 13, 2020 at 12:28 pm in reply to: Lora network server option status is "Stopped" and "Disabled" #30929zwang002@odu.edu
ParticipantHi, i have tried that and it still doesnot work.
btw, currently, when i view the platform via Putty, it is repeating an error
“atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
”
I tried to restart via the reset buttion, and the message still occurs when i open the putty.
As the “stopped”option, i find that some one claim it is due to the” The status block is looking for lora_pkt_fwd process to be running”
this is the link
https://www.thethingsnetwork.org/forum/t/clean-previous-install-of-packet-forwarder/15240
Actually, I am facing the same issue while Iuse the 3rd party from resiot. I just wonder how can i restore the “lora_pkt_fwd”?July 13, 2020 at 11:12 am in reply to: Lora network server option status is "Stopped" and "Disabled" #30927zwang002@odu.edu
ParticipantHi, I tried the firmware update 5.0.1 APE version, and it does not work. Then I downgrade it to the 5.0.0 APE version, and it returns to noromal status.
however, when i restart the Loraserver, click “save and restart’ the option is stopped again.July 12, 2020 at 4:35 pm in reply to: Lora network server option status is "Stopped" and "Disabled" #30922zwang002@odu.edu
ParticipantBtw , the packet forwarder is 4.0.1-r19.0
network server is 2.2.27
lens server is 2.2.27 -
AuthorPosts