View Single Post
Old 11-01-2017, 04:47 AM   #59
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 802
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Quote:
Originally Posted by tshering View Post
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.

Last edited by nhedgehog; 11-01-2017 at 04:59 AM.
nhedgehog is offline   Reply With Quote