I prefer to managed / configure devices in command line (not always easy, but I try to learn)
and it's more convenient, then clicking through Menu on the TV, but so far only found
a very limited set of commands and that is:
#To manage packages/plugins via OPKG
opkg --help
opkg list | grep smart
opkg install smartmontools smartmontools-doc
opkg install /tmp/filename.ipk
opkg remove packagename
#To control power state of the BOX
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=X
where X =
0 = Toogle Standby
1 = Deepstandby
2 = Reboot
3 = Restart Enigma2
4 = Wakeup form Standby
5 = Standby
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=1
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=2
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=3
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=4
wget -O /dev/null -q http://127.0.0.1/web...tate?newstate=5
#Managing SSH key's here via Dropbear server
https://www.world-of...ll=1#post447298
Is that it?
I would much prefer, if I could Back Up the settings from CLI,
rather then via the RCU/TV.
Same for the tuning, re-scanning the channels and generally managing
the device ........
Edited by 420f00f3, 2 January 2024 - 13:31.