KoboCloud icon indicating copy to clipboard operation
KoboCloud copied to clipboard

Libra 2 on 4.31.19086 firmware doesn't work with KoboCloud

Open BoevoyNarod opened this issue 3 years ago • 3 comments

After installing and configuring KoboCloud the .log file contains only "2022-02-19_16:32:52 waiting for internet connection". So as far as I understood the if [ "$TEST" = "" ] then #check internet connection echo "$Dt waiting for internet connection" r=1;i=0 while [ $r != 0 ]; do if [ $i -gt 60 ]; then ping -c 1 -w 3 aws.amazon.com >/dev/null 2>&1 echo "$Dt error! no connection detected" exit 1 fi ping -c 1 -w 3 aws.amazon.com >/dev/null 2>&1 r=$? if [ $r != 0 ]; then sleep 1; fi i=$(($i + 1)) done fi works incorrect.

BoevoyNarod avatar Feb 19 '22 13:02 BoevoyNarod

So I tried #output to log $KC_HOME/get.sh drive.google.com > $Logs/get.log 2>&1 & and as a result another .log get.log The precompiled version couldn't recognize internet and the self-compiled with change shown above has permission error

BoevoyNarod avatar Feb 19 '22 21:02 BoevoyNarod

I have discovered a remarkable circumstance. I have found that precompiled version of KoboRoot WORKS WELL if I connect not directly to the my home wi-fi network run on Zyxel Keenetic Giga but through the Mobile access point on my phone connected to the same home wi-fi. I made small changes in get.sh to catch ping output and install self-compiled version (It has curl permission problem but give a chance to investigate source of problem). Attached .log files (direct wi-fi connection and via mobile hot spot connected to the same wi-fi). May it be helpful get_directly2Wifi.log get_viaMobile.log

May be another internet connection check could be performed. If I could manage a permission issue I would try myself.

BoevoyNarod avatar Feb 20 '22 12:02 BoevoyNarod

not 100% sure if related, i'm on the problematic firmware and when I have kobocloud installed, my libra 2 forgets all wifi networks on restart or whenever the wifi is turned off. un-installing kobocloud fixes the issue.

I'm suspecting there may be conflicting udev rules on new wifi connection? not familiar enough with udev rules to be sure. anybody with experience in the area care to advise if this is a path to pursue?

tpet93 avatar Mar 11 '22 03:03 tpet93