User Tools

Site Tools


packet:new-packet_radio_3_0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:new-packet_radio_3_0 [2026/04/16 07:24] m0ahnpacket:new-packet_radio_3_0 [2026/05/19 21:36] (current) – [Additional Points to Note] 2e0hkd
Line 51: Line 51:
   - You always telnet to the modem_IP, which counter-intuitively does not have to be unique on the network. In the default configuration, you would use 192.168.0.253 on all modems when connecting via telnet   - You always telnet to the modem_IP, which counter-intuitively does not have to be unique on the network. In the default configuration, you would use 192.168.0.253 on all modems when connecting via telnet
  
 +On windows you can set MTU in an admin command prompt with ''netsh interface ipv4 show interfaces'' to get the interface name, and ''netsh interface ipv4 set subinterface "Ethernet 3" mtu=750 store=persistent'' to set it.
 +
 +On linux MTU can be set temporarily with ''sudo ip link set dev eth0 mtu 750'', to persist after reboot depends on how you manage network settings (systemd, /etc/network/interfaces, NetworkManager etc.), but for example with NetworkManager you can do something like:
 +
 +<code>
 +sudo nmcli connection show
 +sudo nmcli connection modify "Wired connection 1" 802-3-ethernet.mtu 750
 +sudo nmcli connection show "Wired connection 1" | grep mtu  # verify
 +</code>
 ===== NPR 3.0: Upgrading Firmware ===== ===== NPR 3.0: Upgrading Firmware =====
  
Line 70: Line 79:
     * pynpr fwflash -s auto path/to/nfw.nfw     * pynpr fwflash -s auto path/to/nfw.nfw
  
-==== Dec 2025 Firmware Commands ====+==== Dec 2025 Firmware ====
  
 NPR Commands NPR Commands
Line 79: Line 88:
 localino-npr_fw25121101 default configures 70cm band. localino-npr_fw25121101 default configures 70cm band.
  
-Download: {{:packet:localino-npr_fw25121101_hw240719.nfw.zip|fw25121101}}+Download: {{:packet:localino-npr_fw25121101_hw240719.nfw.zip|fw25121101}} and UNZIP before upgrading
  
 Changes: Changes:
packet/new-packet_radio_3_0.1776324260.txt.gz · Last modified: by m0ahn