meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dreambox:enigma2 [2020/03/14 14:35] – niziak | dreambox:enigma2 [2020/08/13 07:45] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== enigma2 ====== | ||
+ | |||
+ | ====== Update channel list ====== | ||
+ | |||
+ | <code bash> | ||
+ | # restart STB | ||
+ | init 6 | ||
+ | |||
+ | # disable enigma2 (e.g. to update lamedb) | ||
+ | init 4 | ||
+ | |||
+ | # enable enigma2 | ||
+ | init 3 | ||
+ | </ | ||
+ | |||
+ | |||
====== Allow OpenWebif from other networks ====== | ====== Allow OpenWebif from other networks ====== | ||
===== From remote ===== | ===== From remote ===== | ||
Line 11: | Line 27: | ||
# config.OpenWebif.vpn_access=True | # config.OpenWebif.vpn_access=True | ||
+ | echo config.OpenWebif.vpn_access=true >> / | ||
init 3 | init 3 |