From 43027d6ff30cffb04c9c05dc0cc10da9ccd9b0ac Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Sun, 18 Feb 2024 21:59:13 +0100 Subject: [PATCH] Update Hardware.md --- Hardware.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hardware.md b/Hardware.md index 8f534d1..a00b06b 100644 --- a/Hardware.md +++ b/Hardware.md @@ -140,6 +140,7 @@ wget -O /tmp/bin/file -T 5 'http://10.1.1.22/a31/bin/file';/bin/chmod 777 /tmp/b # on Up2Stream device: wget -O /tmp/bin/strings -T 5 'http://10.1.1.22/a31/bin/strings';/bin/chmod 777 /tmp/bin/strings ``` + Here are some code snippets from a script on the device (can't remember any details). It looks that the commands for NTP are not working anymore, also the commands to switch power for the WiFi interface off: ``` srv=`nvram_get 2860 NTPServerIP` @@ -158,4 +159,4 @@ You can turn the WiFi interface and the internal access point off with the follo ``` ifconfig ra0 down ifconfig apcli0 down -``` \ No newline at end of file +```