Quote:
Originally Posted by enotar
That is strange, install is pretty straight forward, just extract and copy to ./kobo but it doesn't work for me.
I am out of ideas....
|
Really strange! Maybe you could try putting this script into kbmenu/scripts/test and start it from there.
testkoreader.sh
Code:
#!/bin/sh
kbmenudir=/mnt/onboard/.kobo/kbmenu
sh $kbmenudir/onstart/koreader_kobo.sh 2> $kbmenudir/koreadertest.log
Maybe it gives us some information what is happening in the line ./reader.lua /mnt/onboard 2> crash.log.
If this doesn't give us meaningful information, we could try starting the koreader with strace. You can find strace in kbmenu/tools.