Hi there and thanks tshering for developing for Kobo.
I'm new to this forum, and this is my first post. I am using a Kobo touch wifi 3rd generation.
I've been trying to install koreader (which works) and have it communicate with Calibre via wifi. When I toggle Wifi I get the error message
Code:
failed to initialize network control client: failed to connect to wpa_supplicant control socket: /var/run/wpa_supplicant/eth0
As koreader is started by KMS9 i'm asking for help here.
The problem I am facing seems to be the same as member dnh describes in the KMS08 topic
https://www.mobileread.com/forums/sh...ht=KSM&page=67
I'm facing the same problem with KMS 8 and 9.
I've tried to run via the cmdline
Code:
sh -x ${ksmroot}/scripts_intern/wifi/wifi_enable_dhcp.sh
tells me there is no such file. I've tried running the scripts and I've tried to run the
Code:
#wifi_variables_test.sh
logfile=${ksmuser}/txt/wifi_variables_test.txt
echo "WIFI_MODULE: ${WIFI_MODULE}" > "${logfile}"
echo "PLATFORM: ${PLATFORM}" >> "${logfile}"
echo "INTERFACE: ${INTERFACE}" >> "${logfile}"
and the
Code:
# debug_enable_wifi.sh
logfile=${ksmuser}/txt/enable_wifi_log.txt
sh -x ${ksmroot}/scripts_intern/wifi/wifi_enable_dhcp.sh &> ${logfile}
but neither provide any information for me or were able to create logfiles (might be i'm not looking in the right direction.
Do you know any next steps?