02-18-2018, 10:53 AM | #106 | |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
Code:
127.0.0.1 www.google-analytics.com ssl.google-analytics.com google-analytics.com There is no script for this task included in KSM. |
|
02-19-2018, 04:53 AM | #107 |
Zealot
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
|
Thanks I went ahead and did that now.
I was sure that kobo had a setting for google analytics but perhaps I misrembered it. If I wanted to reset my Kobo to factory settings and remove KSM to purge all the old scripts and updates I have done would the best way to be to factory reset it and then install KSM and transfer over the device file? |
Advert | |
|
02-19-2018, 05:10 AM | #108 | |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
If with old scripts and updates you mean those of KSM, there should not be so many of them that it is worth factory resetting. |
|
02-21-2018, 09:48 AM | #109 |
Connoisseur
Posts: 74
Karma: 11628
Join Date: Nov 2013
Device: kobo clara hd, kobo glo hd, kobo aura h2o, kobo touch, kindle dx
|
tl;dr: KSM at start up: what is needed and what not?
I installed KSM09 on my Kobo Glo Hd and my feedback is that it works great. My only issue is that the start up is slower than the previous version. My understanding (I am no code savy) is that it is because of the scripts running at start up, part to help debugging and part for security reasons in case of a bricked device. Regarding wifi, I am ok with turning it on and off just inside nickel (but I do use it in koreader to export the notes to Evernote). Regarding usbnet and webinterface, I don't know what their use is apart from debugging, and would be happy to learn. I am asking which of this service is really needed for someone like me who uses KSM just as a tool to manage both nickel and koreader? How do I disable those not needed at start up? My aim is a faster start up whitout compromising security. Also I would like to avoid the message about wifi that I get exitng koreader Thank you for the great work |
02-21-2018, 11:25 AM | #110 |
Zealot
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
|
Any way to have KSM autostart nickel? I removed the delay option and just have nickel but it does not start nickel directly.
|
Advert | |
|
02-21-2018, 11:49 AM | #111 | ||||
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
Quote:
Quote:
Quote:
The only thing that you can feel is establishing or trying to establish a wifi connection at start. You can switch it off by "tools" > "ksm diverse.msh" > "auto enable wifi off.sh". Cf. the spoiler "Recommendations:" in the first post.[/QUOTE] . I was planning to include that option. However, I cannot remember whether I actually did it (and I do not have my stuff with me). I guess I did not. Is there no option in Koreader to switch wifi off when exiting? Or do you really want to keep wifi on? |
||||
02-21-2018, 11:53 AM | #112 |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
|
02-21-2018, 12:46 PM | #113 |
Zealot
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
|
|
02-21-2018, 02:36 PM | #114 | ||
Connoisseur
Posts: 74
Karma: 11628
Join Date: Nov 2013
Device: kobo clara hd, kobo glo hd, kobo aura h2o, kobo touch, kindle dx
|
Thanks tshering for your answer
Quote:
I though that also ksm08 attempted a wifi connection at start up but evidently that was not the case Quote:
One more question that may or may not be related: I am not sure how the power botton of my Glo HD works! If the device is powered off and I want to turn it on I don't know how long I have to keep it pressed. Sure a short press and release doesn't work. If I pay attention and look at the led light behind the botton, I see that most of the times as soon as the led is on the device is going to start up. What is strange is that the amount of time I must keep the botton pressed does vary, and sometimes even if I can see the led on for a moment the device does not complete the start up and remains powered off. |
||
02-21-2018, 03:04 PM | #115 |
Junior Member
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 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 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}" Code:
# debug_enable_wifi.sh logfile=${ksmuser}/txt/enable_wifi_log.txt sh -x ${ksmroot}/scripts_intern/wifi/wifi_enable_dhcp.sh &> ${logfile} Do you know any next steps? Last edited by klaasvaak42; 02-21-2018 at 03:09 PM. |
02-21-2018, 05:43 PM | #116 | |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
Did you install the update for KSM 09? It is important, since it has an improved version of fmon. |
|
02-21-2018, 06:03 PM | #117 | ||||
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
Quote:
Quote:
Quote:
|
||||
02-21-2018, 06:31 PM | #118 | |||
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
Quote:
If you executed your commands via telnet, chances are that the variable ksmroot, and those used by wifi_enable_dhcp.sh were not known. Quote:
As for the variables WIFI_MODULE and so on, you could query them from the Koreader terminal emulator individually, or by "printenv" and then searching through the output list. You could also use the KSM webinterface for the same purpose. Last edited by tshering; 02-21-2018 at 06:34 PM. |
|||
02-21-2018, 08:01 PM | #119 |
Zealot
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
|
These are the ones I have. Yes I have KSM 09 and the update_001.
EDIT: Thanks the simulate usb worked. Would there be any way to add bookmarks to the front menu with this new nickel firmware? Or is best scenario to add it to collection all of the pngs then access from there. Last edited by Elaxon; 02-21-2018 at 08:15 PM. |
02-22-2018, 02:23 PM | #120 |
Enthusiast
Posts: 46
Karma: 10
Join Date: Jul 2015
Device: Kobo Aura H20
|
Hi,
I'm attempting to configure my Kobo H20 first gen as a USB network device under KSM 9 + update 1. However, when I plug my device into my computer via USB with KSM 9 running, nothing happens; the computer doesn't ask about the device, and no changes on the Kobo's screen occur. In Nickle, it's instantly recognized. Thanks in advance for any input! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kobo Start Menu 08 | tshering | Kobo Developer's Corner | 1021 | 06-29-2020 05:59 PM |
Kobo-Adding alternative readers using Kobo Start Menu | Ken Maltby | KOReader | 75 | 01-10-2020 02:35 PM |
Kobo Start Menu | tshering | Kobo Developer's Corner | 918 | 10-12-2017 03:32 PM |
Start KOReader automatically with Kobo Start Menu | checcousero | KOReader | 2 | 03-07-2017 12:42 PM |
Kobo Start Menu 07 | tshering | Kobo Developer's Corner | 644 | 03-02-2017 07:40 AM |