[gelöst] pivccu3 mit RPI-RF-MOD startet nicht mehr

Virtualisierte CCU für Raspberry Pi und Clones

Moderator: Co-Administratoren

Antworten
Schattenheld
Beiträge: 12
Registriert: 27.01.2021, 11:25
System: Alternative CCU (auf Basis OCCU)
Wohnort: Wolfsburg
Hat sich bedankt: 1 Mal

[gelöst] pivccu3 mit RPI-RF-MOD startet nicht mehr

Beitrag von Schattenheld » 18.02.2021, 22:28

Hallo,

seit einem reboot steht der State auf "STOPPED" und lässt sich mit allen Tipps aus dem Forum nicht mehr starten.

Raspi 4 4GB mit RPI-RF-MOD
pivccu3
openHab3

Bis auf eine Neuinstallation hab ich (auszugsweise und in unterschiedlicher Reihenfolge) folgendes versucht:

Code: Alles auswählen

sudo apt update && sudo apt upgrade
sudo dpkg-reconfigure pivccu-modules-dkms
sudo dpkg-reconfigure pivccu3

sudo apt remove pivccu-modules-raspberrypi
sudo apt install --reinstall raspberrypi-bootloader raspberrypi-kernel raspberrypi-kernel-headers
sudo apt install pivccu-modules-raspberrypi
sudo apt install --reinstall lxc pivccu3
und natürlich zahlreiche reboots und ausreichend Wartezeiten..

sudo pivccu-info

Code: Alles auswählen

pi@raspberrypi:~ $ sudo pivccu-info
piVCCU version: 3.55.10-54
Kernel modules: Available
Raw UART dev:   Not available
Rasp.Pi UART:   Assigned to GPIO pins
HMRF Hardware:  unknown
 Board serial:  unknown
 Radio MAC:     unknown
HMIP Hardware:  unknown
 SGTIN:         unknown
 Radio MAC:     unknown
State:          STOPPED
config.txt

Code: Alles auswählen

# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]
#dtoverlay=vc4-fkms-v3d

dtoverlay=pi3-disable-bt
enable_uart=0
dtoverlay=pi3-disable-bt

dtoverlay=pivccu-raspberrypi
sudo systemctl status pivccu.service

Code: Alles auswählen

pivccu.service - piVCCU
   Loaded: loaded (/lib/systemd/system/pivccu.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2021-02-18 21:42:56 CET; 21min ago
  Process: 667 ExecStart=/var/lib/piVCCU3/start_container.sh (code=exited, status=0/SUCCESS)
 Main PID: 954 (code=exited, status=1/FAILURE)

Feb 18 21:42:50 raspberrypi piVCCU3[762]: HMIP hardware was not detected
Feb 18 21:42:50 raspberrypi start_container.sh[667]: <12>Feb 18 21:42:50 piVCCU3: HMIP hardware was not detected
Feb 18 21:42:55 raspberrypi start_container.sh[667]: kernel.sched_rt_runtime_us = -1
Feb 18 21:42:56 raspberrypi start_container.sh[667]: lxc-start: lxc: lxccontainer.c: wait_on_daemonized_start: 842 Recei
Feb 18 21:42:56 raspberrypi start_container.sh[667]: lxc-start: lxc: tools/lxc_start.c: main: 330 The container failed to start
Feb 18 21:42:56 raspberrypi start_container.sh[667]: lxc-start: lxc: tools/lxc_start.c: main: 333 To get more details, r
Feb 18 21:42:56 raspberrypi start_container.sh[667]: lxc-start: lxc: tools/lxc_start.c: main: 336 Additional information
Feb 18 21:42:56 raspberrypi systemd[1]: Started piVCCU.
Feb 18 21:42:56 raspberrypi systemd[1]: pivccu.service: Main process exited, code=exited, status=1/FAILURE
Feb 18 21:42:56 raspberrypi systemd[1]: pivccu.service: Failed with result 'exit-code'.
Offenbar wird ein lxc-container nicht gestartet. Ich hoffe, jemand hat eine Idee..
Zuletzt geändert von Schattenheld am 19.02.2021, 12:02, insgesamt 1-mal geändert.

Benutzeravatar
deimos
Beiträge: 5396
Registriert: 20.06.2017, 10:38
System: Alternative CCU (auf Basis OCCU)
Wohnort: Leimersheim
Hat sich bedankt: 121 Mal
Danksagung erhalten: 957 Mal
Kontaktdaten:

Re: pivccu3 mit RPI-RF-MOD startet nicht mehr

Beitrag von deimos » 19.02.2021, 07:49

Hi,

entfern mal die Zeile "enable_uart=0" und eine der doppelten Zeilen "dtoverlay=pi3-disable-bt" aus der /boot/config.txt und starte das System neu.

Viele Grüße
Alex

Schattenheld
Beiträge: 12
Registriert: 27.01.2021, 11:25
System: Alternative CCU (auf Basis OCCU)
Wohnort: Wolfsburg
Hat sich bedankt: 1 Mal

Re: pivccu3 mit RPI-RF-MOD startet nicht mehr

Beitrag von Schattenheld » 19.02.2021, 11:57

Klasse, vielen Dank! Das hat funktioniert :D

Antworten

Zurück zu „piVCCU“