Quote:
Originally Posted by simonchik
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"