View Single Post
Old 06-02-2014, 03:16 AM   #1193
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 959
Karma: 149907
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
Quote:
Originally Posted by simonchik View Post
Code:
NtxHwCfg_GetCfgFldStrVal:[WARNING]Config header error !!
This one is new. Normally it says config file to old and you can skip this error. It's from a binary file of Kobo's firmware.

If the header file generates errors, than maybe config_kobo.sh also generates errors and the device is not detected properly.

What I would do is first enable debug mode and redirect every output to a log file. You have to manually edit koreader_kobo.sh to:
Code:
# finally call reader
./reader.lua -d /mnt/onboard > koreader.log 2>&1
The first log lines should state the model detected. If that's wrong you could alter the lines 69-77 in device.lua into
Code:
self.model = "Kobo_trilogy"
Markismus is offline   Reply With Quote