-
Notifications
You must be signed in to change notification settings - Fork 3
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 Forma: initial scan fails #14
Comments
On which FW version? With an AP saved in Nickel? With an AP saved in KOReader? In range of said AP? |
FW versions: 4.38.23171, probably also 4.32.19501. The APs are only saved in KOReader, not Nickel. In range of APs, the first scan is empty with said commit. |
The same happens on a second Kobo Forma that runs fw 4.33.19759, KOReader 2024.11. |
I assume things get better if you actually get Nickel to save the AP? |
Excellent guess -- you're right, adding a network to nickel causes the status to become |
I can look into what's going wrong this weekend, i.e. which type of scan is being used and what is happening to the initial scan, which shouldn't be affected by the absence of configured networks.
|
Nope, we usually just added some logging around the scan heuristics in
lj-wpaclient. There might even be commented out code for that in there ;).
…On Fri, Dec 6, 2024, 09:13 hrdl ***@***.***> wrote:
I can look into what's going wrong this weekend, i.e. which type of scan
is being used and what is happening to the initial scan, which shouldn't be
affected by the absence of configured networks.
wpa_supplicant -dd didn't yield anything useful, so I suspect that one
was compiled with CONFIG_NO_STDOUT_DEBUG. Any chance you have a suitable
wpa_supplicant binary?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA3KZUUZWGM55DJYI2MFBD2EFMC7AVCNFSM6AAAAABTCHWK5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRSGQ3TGMJUGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
After 1-2 attempts
Some ideas:
Workarounds:
Do you have any preference or thoughts on this? |
Huh. The whole point of #13 was exactly to handle that initial (i.e., uncomment the two "For debugging purposes" Either something's wonky in the current heuristic, or we just need to be more aggressive with that check (as discussed in the PR). |
Something like this:
When it succeeds I get some events and |
Another suggestions: how about creating an additional |
Well, that should return early, that was the whole point of #13 o_O.
Too platform-specific ;). |
I don't even need to submit a
|
#13 / 0d5c8ee don't work on my Kobo Forma as intended (koreader/koreader#12848). Instead of
SCANNING
mywpa_state
seems to beINACTIVE
when scanning. The initial connection usually takes around 20 seconds, as described in #12.The text was updated successfully, but these errors were encountered: