View Single Post
Old 03-18-2014, 04:46 PM   #1033
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by enotar View Post
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.
tshering is offline   Reply With Quote