Aly1
2 December 2022 18:52
1
Hi everyone,
I have a problem with the update from osmc Kodi 18 to Kodi 19 / RPi 3B +
The update stops, the bar stops at 92% “armv7-bluez-osmc armhf”
Here are the logs that can be used
https://paste.osmc.tv/huvasoxuxo
This message appears several times
You have not uploaded full logs but I suspect you are updating from an unsupported version of OSMC.
Sam
What happens if you just try to install it standalone?
sudo apt install armv7-bluezalsa-osmc
Aly1
3 December 2022 08:51
6
I was able to remove the bluetooth and the maj it is continued, however at each start, I have error message
What should I do ?
Why did you removed it? What happened when you did the install command I gave?
Provide full logs grab-logs -A
that may give us some ideas.
Aly1
3 December 2022 09:01
8
I haven’t done it yet, I’m doing it now…
Same error !!!
https://paste.osmc.tv/oderivuleh
Aly1
3 December 2022 09:13
9
I stopped the process to continue the installation
Whats happen if you do apt install -f armv7-bluez-osmc
or just apt install -f
Hi,
Those commands should have been run with sudo.
Regards Tom.
Aly1:
Hi, just this:
My bad, as @Tom_Doyle wrote you need to run them with sudo:
sudo apt install -f armv7-bluez-osmc
sudo apt install -f
1 Like
Aly1
15 December 2022 19:28
16
Hi, sorry for the wait, thanks but it doesn’t work.
I still have the “failed” message in the upper left corner
https://paste.osmc.tv/nosufuzeno
What do you mean by this?
What do you see on the terminal when you execute this command? Please copy/paste the terminal output here and use the </>
button above to format it.
Aly1
16 December 2022 20:45
18
Here terminal:
and I always get this message at startup
Your system seems a mess and you have put system commands in the /boot/config.txt.
You have also disabled Bluetooth:
[pi4]
dtoverlay=rpivid-v4l2
arm_64bit=1
kernel=kernel.img
[all]
dtoverlay=vc4-kms-v3d,cma-512
disable_overscan=1
start_x=1
disable_splash=1
disable_fw_kms_setup=1
hdmi_ignore_cec_init=1
include config-user.txt
# Turn off Power LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off
# Turn off Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Turn off Ethernet ACT LED
dtparam=eth_led0=14
# Turn off Ethernet LNK LED
dtparam=eth_led1=14
# Disable Bluetooth
dtoverlay=pi3-disable-bt
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service
Have you verified if the issue occurs on a fresh installation?
You should always make changes to config-user.txt directly instead of config.txt as changes to config.txt can and will be overwritten regularly.
Sam
Aly1
23 December 2022 18:03
20
Hi,
Yes I modified the config.txt file
How can I do it, do I have to do it again via the terminal ?
To clarify: the issue persists on a new installation?