Changes for page LPS8N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2024/05/18 14:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -780,7 +780,7 @@ 780 780 ))) 781 781 782 782 ((( 783 -(% style="background-color:#dcdcdc" %)//Downloading //[[ (% style="background-color: rgb(220, 220, 220); background-color: rgb(220, 220, 220)" %)//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk]]783 +(% style="background-color:#dcdcdc" %)//Downloading //[[//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk]] 784 784 ))) 785 785 786 786 ((( ... ... @@ -788,7 +788,7 @@ 788 788 ))) 789 789 790 790 ((( 791 -(% style="background-color:#dcdcdc" %)//Downloading //[[ (% style="background-color: rgb(220, 220, 220); background-color: rgb(220, 220, 220)" %)//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk]]791 +(% style="background-color:#dcdcdc" %)//Downloading //[[//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk]] 792 792 ))) 793 793 794 794 ((( ... ... @@ -799,11 +799,10 @@ 799 799 (% style="background-color:#dcdcdc" %)//Configuring iperf.// 800 800 ))) 801 801 802 -= 8. Upgrade Linux Firmware = 802 +== 8. Upgrade Linux Firmware == 803 803 804 +== 9. FAQ == 804 804 805 -= 9. FAQ = 806 - 807 807 == 9.1 How can I configure for a customized frequency band? == 808 808 809 809 See below link for how to customize frequency band: ... ... @@ -810,12 +810,10 @@ 810 810 811 811 [[http:~~/~~/wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway>>url:http://wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway]] 812 812 813 - 814 814 == 9.2 Can I connect DLOS8N to LORIOT? == 815 815 816 816 Yes, the set up instruction is here: [[http:~~/~~/wiki.dragino.com/index.php?title=Notes_for_LORIOT>>url:http://wiki.dragino.com/index.php?title=Notes_for_LORIOT]] 817 817 818 - 819 819 == 9.3 Can I make my own firmware for the gateway, where can I find the source code? == 820 820 821 821 Yes, You can make your own firmware for the DLOS8N for branding purposes or to add customized applications. ... ... @@ -822,35 +822,33 @@ 822 822 823 823 The source code and compile instructions can be found at: [[https:~~/~~/github.com/dragino/openwrt_lede-18.06>>url:https://github.com/dragino/openwrt_lede-18.06]] 824 824 825 - 826 826 == 9.4 Can I use 868Mhz version for 915Mhz bands? == 827 827 828 828 It is possible but the distance will be very short, you can select US915 frequency band in 868Mhz version hardware. It will work but you will see the performance is greatly decreased because the 868Mhz version has an RF filter for band 863~~870Mhz, all other frequencies will have high attenuation. 829 829 826 +== 10. Trouble Shooting == 830 830 831 -= 10. Trouble Shooting = 832 - 833 833 == 10.1 I get kernel error when install new package, how to fix? == 834 834 835 835 In some cases, when installing a package with **//opkg//**, it will generate a kernel error such as below due to a mismatch I the kernel ID: 836 836 837 - (% style="background-color:yellow" %)root@dragino-16c538:~~# opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk832 +root@dragino-16c538:~~# opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk 838 838 839 839 Installing kmod-dragino2-si3217x (3.10.49+0.2-1) to root… 840 840 841 - (% style="background-color:yellow" %)Collected errors:836 +Collected errors: 842 842 843 - (% style="background-color:yellow" %)* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-dragino2-si3217x:838 +~* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-dragino2-si3217x: 844 844 845 - (% style="background-color:yellow" %)* kernel (= 3.10.49-1-4917516478a753314254643facdf360a) *840 +* kernel (= 3.10.49-1-4917516478a753314254643facdf360a) * 846 846 847 - (% style="background-color:yellow" %)* opkg_install_cmd: Cannot install package kmod-dragino2-si3217x.842 + ~* opkg_install_cmd: Cannot install package kmod-dragino2-si3217x. 848 848 844 + 849 849 In this case, you can use the –force-depends option to install such package as long as the actual kernel version is the same. 850 850 851 - (% style="background-color:yellow" %)Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends847 +Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends 852 852 853 - 854 854 == 10.2 How to recover the DLOS8N if the firmware crashes == 855 855 856 856 Please follow this instruction to recover your gateway: ... ... @@ -857,10 +857,9 @@ 857 857 858 858 [[http:~~/~~/wiki.dragino.com/index.php?title=Recover_Gateway>>url:http://wiki.dragino.com/index.php?title=Recover_Gateway]] 859 859 860 - 861 861 == 10.3 I configured DLOS8N for WiFi access and lost its IP. What to do now? == 862 862 863 -[[image: 1652435238615-272.png||height="247" width="727"]]857 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image067.png]] 864 864 865 865 The DLOS8N has a fall-back IP address on its WAN port. This IP is always enabled so you can use the fall-back IP to access DLOS8N no matter what the WiFi IP is. The fall back IP is useful for connecting and debug the unit. 866 866 ... ... @@ -869,17 +869,16 @@ 869 869 870 870 Steps to connect via fall back IP: 871 871 872 -~1. Connect PC’s Ethernet port to DLOS8N’s WAN port 873 - 874 -2. Configure PC’s Ethernet port has 866 +1. Connect PC’s Ethernet port to DLOS8N’s WAN port 867 +1. Configure PC’s Ethernet port has 875 875 IP: 172.31.255.253 and 876 876 Netmask: 255.255.255.252 877 877 878 878 As below photo: 879 879 880 -[[image: 1652435256286-879.png]]873 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image068.jpg]] 881 881 882 - 3. In the PC, use IP address 172.31.255.254 to access the DLOS8N via Web or Console.875 +1. In the PC, use IP address 172.31.255.254 to access the DLOS8N via Web or Console. 883 883 884 884 Please note the latest firmware uses port 8000 for http and 2222 for ssh access. 885 885