View Single Post
Old 02-21-2018, 02:04 PM   #115
klaasvaak42
Junior Member
klaasvaak42 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2018
Device: kobo touch 3rd gen
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?

Last edited by klaasvaak42; 02-21-2018 at 02:09 PM.
klaasvaak42 is offline   Reply With Quote