Quote:
Originally Posted by tshering
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.
|
@tshering:
Thanks for the clarification. I wasn't aware that KSM is manipulating the rcS too. ifconfig needs root to run. Do KSM-user scripts have root permissions on the Kobos?
I will update the tutorial later to avoid accidental KSM stops.