diff options
| -rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -69,3 +69,29 @@ make install Fix for swig2.0 (swig1.3-error): $ sed -i 's/swig1.3/swig2.0/' ./lib/python/.deps/enigma_python.Pcpp + +6.) Create configuration directory: + +$ mkdir $HOME/enigma2/etc/enigma2 + +7.) Run enigma2: + +$ cd $HOME/enigma2 +$ rm enigma2-hdd/*crash*.log +$ LC_ALL=en LANG=en ./bin/enigma2 + +If you want to grep for specfic log output: + +$ rm enigma2-hdd/*crash*.log; LC_ALL=en LANG=en ./bin/enigma2 2>&1 |grep -B5 -A10 CurlyTx + +Enigma2 will crash after the install wizard finished. +Just restart it; you'll see the provider list. + + + +Key mapping +=========== +space - open main menu +return - show status display + +See ``data/keymap.xml`` for more details. |
