NiLuJe

Results 1350 comments of NiLuJe

> I'm not familiar enough with wpa_cli to grok how to actually use that, but there appears to be a `level` command to tweak debugging output verbosity ;). That's from...

Sidebar: I also have a standalone strace binary available [here](http://files.ak-team.com/niluje/mrpub/Other/strace-kobo.tar.gz) if you don't want to bother with the whole shebang ;).

Hmm, scan timeout on a Glo HD? That *extremely* vaguely rings a bell. @shermp: A retry *might* be necessary to work around this, IIRC.

Yeah, I knew that sounded familiar: https://github.com/koreader/koreader/issues/4387 Might not be the exact same issue, but it sure sounds similar ;).

Does a second connection attempt finishes the scan any faster? IIRC, that's basically what we do in KOReader.

I'm not quite sure how that would translate here, as we do that with an actual wpa_supplicant frontend, not wpa_cli (https://github.com/koreader/koreader/blob/master/frontend/ui/network/wpa_supplicant.lua & https://github.com/koreader/lj-wpaclient).

Okay, the manpage is wonderfully unhelpful ([Use the Source, Luke!](https://w1.fi/cgit/hostap/tree/wpa_supplicant/wpa_cli.c)), but `wpa_cli -h` does list the available commands ;).

Do double-check that, as it may just be temporary insanity on the part of my device ;).

If it turns out we do need the full cover, I understand the source is requested from Calibre? What happens if we fudge that and request a fullscreen-sized "thumbnail"? Only...

I'd imagine a QImage scale to honor the requested dimensions, so, smooth & fast, and on the server's side. Hopefully while honoring AR ;).