[Solved] Battery & Wi-Fi monitor not displayed

Post Reply
User avatar
meneceo
Posts: 5
Joined: Thu Nov 08, 2018 1:08 pm
Has thanked: 2 times
Been thanked: 2 times

[Solved] Battery & Wi-Fi monitor not displayed

Post by meneceo » Thu Nov 08, 2018 2:13 pm

Hello,
I’ve just assembled my new CS Lite: everything works but the battery and wifi icons don’t show up.
Any idea?
Thanks
Non timeo adversa.

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Battery & Wi-Fi monitor not displayed

Post by YaYa » Thu Nov 08, 2018 2:26 pm

meneceo wrote:
Thu Nov 08, 2018 2:13 pm
Hello,
I’ve just assembled my new CS Lite: everything works but the battery and wifi icons don’t show up.
Any idea?
Thanks
You need to do the combo to display the wifi :D
https://github.com/kiteretro/Circuit-Sw ... rtcut-Keys

but the battery should be on
Follow me on instagram Image

User avatar
YaYa
Posts: 1719
Joined: Mon Jun 26, 2017 12:42 pm
Location: brittany - France
Has thanked: 871 times
Been thanked: 689 times
Contact:

Re: Battery & Wi-Fi monitor not displayed

Post by YaYa » Thu Nov 08, 2018 2:30 pm

Try updating the software, maybe the files are broken for the daemon that handles the combo and the OSD
https://github.com/kiteretro/Circuit-Sw ... ing-on-Pi)
Follow me on instagram Image

User avatar
meneceo
Posts: 5
Joined: Thu Nov 08, 2018 1:08 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Battery & Wi-Fi monitor not displayed

Post by meneceo » Thu Nov 08, 2018 11:45 pm

I’ve re-installed twice everything from scratch: same result.
I’ll try updating via ssh.
Non timeo adversa.

User avatar
meneceo
Posts: 5
Joined: Thu Nov 08, 2018 1:08 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Battery & Wi-Fi monitor not displayed

Post by meneceo » Fri Nov 09, 2018 2:00 am

Here is the result:

Code: Select all

pi@retropie:~ $ cd Circuit-Sword-Lite
pi@retropie:~/Circuit-Sword-Lite $ sudo ./update.sh
Stopping HUD..
Stopping CLONER..
Updating HUD from git..
HEAD is now at 238577d Remove splash
From https://github.com/kiteretro/Circuit-Sword-Lite
 * [new tag]         v1.0.0     -> v1.0.0
Already up-to-date.
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Performing script setup..
INSTALLING..
[i] FILE: [/home/pi/Circuit-Sword-Lite/LICENSE] exists.
[*] EXECUTE: [chown -R pi:pi /home/pi/Circuit-Sword-Lite]
[i] FILE: [/boot/config_ORIGINAL.txt] exists.
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/settings/asound.conf /etc/asound.conf]
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/settings/alsa-base.conf /etc/modprobe.d/alsa-base.conf]
[i] FILE: [/opt/retropie/configs/all/autostart_ORIGINAL.sh] exists.
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/settings/autostart.sh /opt/retropie/configs/all/autostart.sh]
[*] EXECUTE: [chown pi:pi /opt/retropie/configs/all/autostart.sh]
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/settings/cs_shutdown.sh /opt/cs_shutdown.sh]
[i] FILE: [/etc/init.d/asplashscreen] does not exist.
[i] FILE: [/opt/retropie/supplementary/splashscreen/asplashscreen.sh] exists.
[*] EXECUTE: [sed -i "s/ *both/ alsa/" /opt/retropie/supplementary/splashscreen/asplashscreen.sh]
[i] FILE: [/opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh] exists.
[*] EXECUTE: [sed -i "s/mupen64plus-audio-omx/mupen64plus-audio-sdl/" /opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh]
[i] FILE: [/home/pi/.vice/sdl-vicerc] exists.
[i] FILE: [/etc/emulationstation/themes/pixel/system/theme.xml] exists.
[*] EXECUTE: [sed -i "s/# autosave_interval =/autosave_interval = "30"/" /opt/retropie/configs/all/retroarch.cfg]
[*] EXECUTE: [rm -f /etc/systemd/system/dhcpcd.service.d/wait.conf]
[*] EXECUTE: [dpkg -x /home/pi/Circuit-Sword-Lite/settings/rfkill_0.5-1_armhf.deb /]
[*] EXECUTE: [dpkg -x /home/pi/Circuit-Sword-Lite/settings/wiringpi_2.46_armhf.deb /]
[*] EXECUTE: [rm -f /etc/systemd/system/cs-hud.service]
[*] EXECUTE: [rm -f /etc/systemd/system/multi-user.target.wants/cs-hud.service]
[*] EXECUTE: [rm -f /lib/systemd/system/cs-hud.service]
[*] EXECUTE: [rm -f /lib/systemd/system/dpi-cloner.service]
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/cs-hud/cs-hud.service /lib/systemd/system/cs-hud.service]
[*] EXECUTE: [ln -s /lib/systemd/system/cs-hud.service /etc/systemd/system/cs-hud.service]
[*] EXECUTE: [ln -s /lib/systemd/system/cs-hud.service /etc/systemd/system/multi-user.target.wants/cs-hud.service]
[*] EXECUTE: [cp /home/pi/Circuit-Sword-Lite/dpi-cloner/dpi-cloner.service /lib/systemd/system/dpi-cloner.service]
[*] EXECUTE: [systemctl daemon-reload]
[*] EXECUTE: [systemctl start cs-hud.service]
DONE!
Starting HUD..
DONE!
still not displaying... :(
Non timeo adversa.

User avatar
meneceo
Posts: 5
Joined: Thu Nov 08, 2018 1:08 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Battery & Wi-Fi monitor not displayed

Post by meneceo » Fri Nov 09, 2018 2:02 am

I've not soldered mode button... maybe this is the cause?
Non timeo adversa.

User avatar
kite
Posts: 972
Joined: Thu May 12, 2016 4:30 am
Location: UK
Has thanked: 246 times
Been thanked: 361 times
Contact:

Re: Battery & Wi-Fi monitor not displayed

Post by kite » Fri Nov 09, 2018 2:39 am

What happens if you run "sudo /home/pi/Circuit-Sword-Lite/cs-hud/cs-hud" ? Interested in the output from that command
Stock clearance - CLOSED: viewtopic.php?f=38&t=12064
Kite's Mailing List: https://goo.gl/forms/e97uUvPOfUxPWdz82
Kite's FAQ: https://kiteretro.com/faq/


ImageImageImageImageImage

User avatar
meneceo
Posts: 5
Joined: Thu Nov 08, 2018 1:08 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Battery & Wi-Fi monitor not displayed

Post by meneceo » Fri Nov 09, 2018 3:55 am

Solved! (I don’t know how...) 😛
Non timeo adversa.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest