Quote:
Originally Posted by ams
Installed it on Kobo Glo HD, FW3.19.5761.
However, when entering host or 127.0.0.1 or localhost in the browser nothing happens. There also is no logfile in /wikipedia. I'm using kobo start menu, do I need to add something to KSM to start /.wikipedia/wikipedia.sh?
|
Since you are using KSM, I guess you did not install the rcS file included in Kobo_Wikipedia_installieren.zip, because if you did, KSM would not work any longer. The provided rcS contains this code that you would have to execute at some other point:
Code:
file="/mnt/onboard/.wikipedia/wikipedia.sh"
if [ -f "$file" ]; then
ifconfig lo 127.0.0.1 up
$file
fi
You could creata a file .adds/kbmenu_user/scripts/start_wikipedia.sh with this code, and then call it once per KSM session, by selecting user_scripts > start wikipedia.sh.