Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kobo Libra 2: no UI, and log says "failed to get kobo info: unknown device" #43

Closed
jucor opened this issue Mar 5, 2022 · 7 comments
Closed

Comments

@jucor
Copy link

jucor commented Mar 5, 2022

Dear @shermp

Thanks for a very promising tool! I just bought a Kobo Libra 2, and sadly the UI is not showing. I get the message "Running precautionary library rescan", then just a window saying "Finished", and that's it.

I am using Kobo LIbra 2, Model N418, FCC ID: NOIKBN418, IC: 8857A-KBN418, with Firmware 4.21.19086 (2adb3f45ad, 1/20/22).
I am using Kobo-UNCaGED release 0.5.2.

I checked ku.log , attached.

It looks like

if err = k.getKoboInfo(); err != nil {
is failing and thus exiting.
How can I help? I was looking for a debug mode that would print the return of kobo.DeviceByID obtained in
if dev, ok := kobo.DeviceByID(id); ok {
, but no dice.

Happy to help debug this any way I can!

@jucor
Copy link
Author

jucor commented Mar 5, 2022

Ah, looks like the problem is in the kobo-utils package not yet knowing Libra 2: pgaskin/koboutils#5

@jucor
Copy link
Author

jucor commented Mar 5, 2022

I've sent a pull request upstream pgaskin/koboutils#7 -- any eyes on it are very welcome @shermp please :) since I'm new to Go and to Kobo.

@shermp
Copy link
Owner

shermp commented Mar 6, 2022

Thank you for prodding me to do some updates. It's been a while...

I've finally got off my posterior and implemented a GH workflow to build KU. It helps that the fine Koreader folks decided to release binary koxtoolchain packages, which was a massive help.

(Untested) builds are now available from the Actions tab. Next job will be to update koboutils

@shermp
Copy link
Owner

shermp commented Mar 6, 2022

@jucor Builds should now be available in the Actions tab that work on the Libra 2. Eg: https://github.com/shermp/Kobo-UNCaGED/suites/5549544789/artifacts/178880020

@jucor
Copy link
Author

jucor commented Mar 6, 2022

Woohoo, it works on the Libra 2 ! Thanks a lot for your reactivity and for the great tool :)

@shermp
Copy link
Owner

shermp commented Mar 6, 2022

@jucor no worries.

I must admit, I've been ignoring KU for quite a while. I haven't really worked on any Kobo stuff for a few months (except for helping with the FW 4.31 patches).

I suppose I should make a new release sometime...

@jucor
Copy link
Author

jucor commented Mar 6, 2022

This is something you're doing on your free time, noone has any right to demand you maintain it like clockwork! A release would likely be helpful to buyers of new kobos, of course - I've found KU so easier than having to root around for the right cable :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants