Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Probleme mit Serialport bei zwave2

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Probleme mit Serialport bei zwave2

    This topic has been deleted. Only users with topic management privileges can see it.
    • AlCalzone
      AlCalzone Developer @Esmax666 last edited by

      @esmax666 Mach in den Optionen mal das Logfile aus, dann sieht man auf der Konsole mehr.

      2021-05-16 19:30:49.789 - error: zwave2.0 (25291) Failed to initialize the driver: Timeout while waiting for an ACK from the controller

      Das heißt vermutlich, dass beim eingestellten Port kein Z-Wave Stick eingesteckt ist.

      E 1 Reply Last reply Reply Quote 0
      • E
        Esmax666 @AlCalzone last edited by

        @alcalzone said in Probleme mit Serialport bei zwave2:

        das Logfile aus,

        wie mache ich das `?

        AlCalzone 1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer @Esmax666 last edited by

          @esmax666 cff0c572-664d-476d-bb07-09f2d97f78f8-grafik.png

          E 1 Reply Last reply Reply Quote 0
          • E
            Esmax666 @AlCalzone last edited by

            @alcalzone ist schon aktiviert

            Homoran 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Esmax666 last edited by

              @esmax666 sagte in Probleme mit Serialport bei zwave2:

              @alcalzone ist schon aktiviert

              du sollst es ja ausschalten

              E 1 Reply Last reply Reply Quote 0
              • E
                Esmax666 @Homoran last edited by Esmax666

                @homoran @AlCalzone ach so sorry lol

                (mit /dev/ttyS0)
                hier falls zwave instance in GUI auf stop ist->

                pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                2021-05-16 19:54:23.636  - error: zwave2.0 (25523) adapter disabled
                2021-05-16 19:54:23.646  - info: zwave2.0 (25523) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                19:54:23.726 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                      ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                        ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                       ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                      ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                      ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                19:54:23.730 DRIVER   version 7.4.0
                19:54:23.732 CONFIG   version 7.4.0
                19:54:23.732 DRIVER
                19:54:23.733 DRIVER   starting driver...
                19:54:23.761 DRIVER   opening serial port /dev/ttyS0
                19:54:23.779 DRIVER   serial port opened
                19:54:23.781 SERIAL » [NAK]                                                                   (0x15)
                19:54:25.287 DRIVER   loading configuration...
                19:54:26.427 DRIVER   beginning interview...
                19:54:26.428 DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                      1 registered
                19:54:26.429 DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                      1 registered
                19:54:26.430 DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                      1 registered
                19:54:26.432 CNTRLR   beginning interview...
                19:54:26.432 CNTRLR   querying version info...
                19:54:26.616 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:54:26.619 DRIVER » [REQ] [GetControllerVersion]
                19:54:27.629 CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                      n 100 ms.
                19:54:27.732 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:54:27.733 DRIVER » [REQ] [GetControllerVersion]
                19:54:28.736 CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                      n 1100 ms.
                19:54:29.840 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:54:29.842 DRIVER » [REQ] [GetControllerVersion]
                19:54:30.864 DRIVER   Failed to initialize the driver: Timeout while waiting for an ACK from the con
                                      troller
                2021-05-16 19:54:30.866  - error: zwave2.0 (25523) Failed to initialize the driver: Timeout while waiting for an ACK from the controller
                2021-05-16 19:54:30.868  - error: zwave2.0 (25523) Restarting the adapter in a second...
                19:54:30.871 DRIVER   destroying driver instance...
                2021-05-16 19:54:31.871  - info: zwave2.0 (25523) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2021-05-16 19:54:32.400  - info: zwave2.0 (25523) Shutting down driver...
                pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                

                und hier falls instance in GUI gestartet ist:

                pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                2021-05-16 19:56:14.392  - info: zwave2.0 (25633) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                19:56:14.496 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                      ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                        ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                       ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                      ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                      ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                19:56:14.501 DRIVER   version 7.4.0
                19:56:14.503 CONFIG   version 7.4.0
                19:56:14.504 DRIVER
                19:56:14.505 DRIVER   starting driver...
                19:56:14.544 DRIVER   opening serial port /dev/ttyS0
                19:56:14.566 DRIVER   serial port opened
                19:56:14.569 SERIAL » [NAK]                                                                   (0x15)
                2021-05-16 19:56:14.573  - debug: zwave2.0 (25633) object zwave2.0.info changed: {"_id":"zwave2.0.info","type":"channel","common":{"name":"Information"},"native":{},"from":"system.adapter.zwave2.0","ts":1621187774531,"acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"user":"system.user.admin"}
                2021-05-16 19:56:14.574  - debug: zwave2.0 (25633) object zwave2.0.info.connection changed: {"_id":"zwave2.0.info.connection","type":"state","common":{"role":"indicator.connected","name":"Whether the Z-Wave driver is ready","type":"boolean","read":true,"write":false,"def":false},"native":{},"from":"system.adapter.zwave2.0","ts":1621187774538,"acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"user":"system.user.admin"}
                2021-05-16 19:56:14.575  - debug: zwave2.0 (25633) object zwave2.0.info.inclusion changed: {"_id":"zwave2.0.info.inclusion","type":"state","common":{"role":"state","name":"Which state the inclusion of nodes is in","type":"number","read":true,"write":true,"def":0,"states":{"0":"Idle","1":"Non-secure","2":"Secure"}},"native":{},"from":"system.adapter.zwave2.0","ts":1621187774546,"acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"user":"system.user.admin"}
                2021-05-16 19:56:14.581  - debug: zwave2.0 (25633) object zwave2.0.info.exclusion changed: {"_id":"zwave2.0.info.exclusion","type":"state","common":{"role":"state","name":"Whether the exclusion of nodes is active","type":"boolean","read":true,"write":true,"def":false},"native":{},"from":"system.adapter.zwave2.0","ts":1621187774554,"acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"user":"system.user.admin"}
                2021-05-16 19:56:14.582  - debug: zwave2.0 (25633) object zwave2.0.info.healingNetwork changed: {"_id":"zwave2.0.info.healingNetwork","type":"state","common":{"role":"state","name":"Whether a network heal is currently in progress","type":"boolean","read":true,"write":false,"def":false},"native":{},"from":"system.adapter.zwave2.0","ts":1621187774562,"acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"user":"system.user.admin"}
                19:56:16.080 DRIVER   loading configuration...
                19:56:17.195 DRIVER   beginning interview...
                19:56:17.197 DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                      1 registered
                19:56:17.198 DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                      1 registered
                19:56:17.198 DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                      1 registered
                19:56:17.200 CNTRLR   beginning interview...
                19:56:17.201 CNTRLR   querying version info...
                19:56:17.374 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:56:17.377 DRIVER » [REQ] [GetControllerVersion]
                19:56:18.385 CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                      n 100 ms.
                19:56:18.488 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:56:18.490 DRIVER » [REQ] [GetControllerVersion]
                19:56:19.495 CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                      n 1100 ms.
                19:56:20.598 SERIAL » 0x01030015e9                                                         (5 bytes)
                19:56:20.599 DRIVER » [REQ] [GetControllerVersion]
                19:56:21.622 DRIVER   Failed to initialize the driver: Timeout while waiting for an ACK from the con
                                      troller
                2021-05-16 19:56:21.623  - error: zwave2.0 (25633) Failed to initialize the driver: Timeout while waiting for an ACK from the controller
                2021-05-16 19:56:21.624  - error: zwave2.0 (25633) Restarting the adapter in a second...
                19:56:21.626 DRIVER   destroying driver instance...
                2021-05-16 19:56:22.627  - info: zwave2.0 (25633) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2021-05-16 19:56:23.188  - info: zwave2.0 (25633) Shutting down driver...
                pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                
                
                E 1 Reply Last reply Reply Quote 0
                • E
                  Esmax666 @Esmax666 last edited by

                  und hier mit /dev/ttyAMA0

                  Disable:

                  i@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                  2021-05-16 19:57:44.914  - error: zwave2.0 (25665) adapter disabled
                  2021-05-16 19:57:44.924  - info: zwave2.0 (25665) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                  19:57:44.998 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                        ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                          ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                         ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                        ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                        ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                  19:57:45.002 DRIVER   version 7.4.0
                  19:57:45.003 CONFIG   version 7.4.0
                  19:57:45.004 DRIVER
                  19:57:45.004 DRIVER   starting driver...
                  19:57:45.032 DRIVER   opening serial port /dev/ttyAMA0
                  19:57:45.051 DRIVER   serial port opened
                  19:57:45.052 SERIAL » [NAK]                                                                   (0x15)
                  ^C2021-05-16 19:58:45.084  - info: zwave2.0 (25665) Shutting down driver...
                  19:58:45.088 DRIVER   destroying driver instance...
                  19:58:45.627 DRIVER   serial port errored: Port is not open
                  2021-05-16 19:58:45.628  - error: zwave2.0 (25665) Port is not open
                  This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                  Error: Port is not open
                      at unixWrite (/opt/iobroker/node_modules/@serialport/bindings/lib/unix-write.js:25:15)
                      at /opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:72:7
                  2021-05-16 19:58:45.640  - error: zwave2.0 (25665) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                  2021-05-16 19:58:45.641  - error: zwave2.0 (25665) unhandled promise rejection: Port is not open
                  2021-05-16 19:58:45.642  - error: zwave2.0 (25665) Error: Port is not open
                      at unixWrite (/opt/iobroker/node_modules/@serialport/bindings/lib/unix-write.js:25:15)
                      at /opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:72:7
                  2021-05-16 19:58:45.642  - error: zwave2.0 (25665) Port is not open
                  Error: Port is not open
                      at unixWrite (/opt/iobroker/node_modules/@serialport/bindings/lib/unix-write.js:25:15)
                      at /opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:72:7
                  2021-05-16 19:58:45.647  - error: zwave2.0 (25665) uncaught exception: Port is not open
                  2021-05-16 19:58:45.648  - error: zwave2.0 (25665) Error: Port is not open
                      at unixWrite (/opt/iobroker/node_modules/@serialport/bindings/lib/unix-write.js:25:15)
                      at /opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:72:7
                  2021-05-16 19:58:45.649  - error: zwave2.0 (25665) Port is not open
                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                  
                  

                  enable

                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                  2021-05-16 19:59:07.416  - info: zwave2.0 (25697) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                  19:59:07.497 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                        ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                          ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                         ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                        ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                        ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                  19:59:07.502 DRIVER   version 7.4.0
                  19:59:07.503 CONFIG   version 7.4.0
                  19:59:07.504 DRIVER
                  19:59:07.505 DRIVER   starting driver...
                  19:59:07.537 DRIVER   opening serial port /dev/ttyAMA0
                  19:59:07.559 DRIVER   serial port errored: Error Resource temporarily unavailable Cannot lock port
                  19:59:07.560 DRIVER   destroying driver instance...
                  2021-05-16 19:59:07.562  - error: zwave2.0 (25697) The Z-Wave driver could not be started: Error Resource temporarily unavailable Cannot lock port
                  ^C2021-05-16 20:00:14.265  - info: zwave2.0 (25697) Shutting down driver...
                  2021-05-16 20:00:14.275  - info: zwave2.0 (25697) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer last edited by

                    Es macht keinen Sinn, den Adapter auf der Konsole zu starten, wenn er schon über die GUI gestartet wurde. Beide versuchen auf den gleichen Port zuzugreifen. In jedem Fall bekommst du da gerade keinen Zugriff auf den Port.

                    Hast du es denn schon mal mit /dev/serial0 versucht, wie ich es oben geschrieben hab?

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      Esmax666 @AlCalzone last edited by Esmax666

                      @alcalzone said in Probleme mit Serialport bei zwave2:

                      /dev/serial0

                      /dev/serial0 hatte ich nicht als Vorschlag

                      ich habe das bekommen (sorry ich hatte früher dein Antwort nicht gesehen)

                      pi@raspberrypi:~ $ cd /opt/iobroker/node_modules/iobroker.zwave2
                      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js -                                                                                                                                                                                                                                             -force --logs
                      2021-05-20 20:48:19.307  - error: zwave2.0 (23655) adapter disabled
                      2021-05-20 20:48:19.334  - info: zwave2.0 (23655) starting. Version 1.9.3 in /op                                                                                                                                                                                                                                             t/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                      20:48:19.420 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗                                                                                                                                                                                                                                                          ██╗ ███████╗
                                            ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝                                                                                                                                                                                                                                                          ██║ ██╔════╝
                                              ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗                                                                                                                                                                                                                                                   ██║ ███████╗
                                             ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██                                                                                                                                                                                                                                                ██║ ╚════██║
                                            ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚██                                                                                                                                                                                                                                             ███╔╝ ███████║
                                            ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚═                                                                                                                                                                                                                                             ═══╝  ╚══════╝
                      20:48:19.426 DRIVER   version 7.4.0
                      20:48:19.428 CONFIG   version 7.4.0
                      20:48:19.429 DRIVER
                      20:48:19.430 DRIVER   starting driver...
                      20:48:19.461 DRIVER   opening serial port /dev/serial0
                      20:48:19.480 DRIVER   serial port opened
                      20:48:19.481 SERIAL » [NAK]                                                                                                                                                                                                                                                                                                                (0x15)
                      20:48:20.987 DRIVER   loading configuration...
                      20:48:22.527 DRIVER   beginning interview...
                      20:48:22.529 DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                            1 registered
                      20:48:22.530 DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                            1 registered
                      20:48:22.530 DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                            1 registered
                      20:48:22.532 CNTRLR   beginning interview...
                      20:48:22.533 CNTRLR   querying version info...
                      20:48:22.725 SERIAL » 0x01030015e9                                                         (5 bytes)
                      20:48:22.729 DRIVER » [REQ] [GetControllerVersion]
                      20:48:23.737 CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                            n 100 ms.
                      20:48:23.841 SERIAL » 0x01030015e9                                                         (5 bytes)
                      20:48:23.843 DRIVER » [REQ] [GetControllerVersion]
                      20:48:24.847 CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                            n 1100 ms.
                      20:48:25.950 SERIAL » 0x01030015e9                                                         (5 bytes)
                      20:48:25.951 DRIVER » [REQ] [GetControllerVersion]
                      20:48:26.968 DRIVER   Failed to initialize the driver: Timeout while waiting for an ACK from the con
                                            troller
                      2021-05-20 20:48:26.970  - error: zwave2.0 (23655) Failed to initialize the driver: Timeout while waiting for an ACK from the controller
                      2021-05-20 20:48:26.972  - error: zwave2.0 (23655) Restarting the adapter in a second...
                      20:48:26.974 DRIVER   destroying driver instance...
                      2021-05-20 20:48:27.975  - info: zwave2.0 (23655) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2021-05-20 20:48:28.501  - info: zwave2.0 (23655) Shutting down driver...
                      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ ^C
                      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                      
                      
                      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ dmesg -T
                      [Do Mai 20 20:35:49 2021] Booting Linux on physical CPU 0x0
                      [Do Mai 20 20:35:49 2021] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1414 SMP Fri Apr 30 13:20:47 BST 2021
                      [Do Mai 20 20:35:49 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
                      [Do Mai 20 20:35:49 2021] CPU: div instructions available: patching division code
                      [Do Mai 20 20:35:49 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
                      [Do Mai 20 20:35:49 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
                      [Do Mai 20 20:35:49 2021] Memory policy: Data cache writealloc
                      [Do Mai 20 20:35:49 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
                      [Do Mai 20 20:35:49 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                      [Do Mai 20 20:35:49 2021] Zone ranges:
                      [Do Mai 20 20:35:49 2021]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
                      [Do Mai 20 20:35:49 2021]   Normal   empty
                      [Do Mai 20 20:35:49 2021]   HighMem  [mem 0x0000000030000000-0x00000001ffffffff]
                      [Do Mai 20 20:35:49 2021] Movable zone start for each node
                      [Do Mai 20 20:35:49 2021] Early memory node ranges
                      [Do Mai 20 20:35:49 2021]   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                      [Do Mai 20 20:35:49 2021]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                      [Do Mai 20 20:35:49 2021]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
                      [Do Mai 20 20:35:49 2021] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
                      [Do Mai 20 20:35:49 2021] On node 0 totalpages: 2061056
                      [Do Mai 20 20:35:49 2021]   DMA zone: 2304 pages used for memmap
                      [Do Mai 20 20:35:49 2021]   DMA zone: 0 pages reserved
                      [Do Mai 20 20:35:49 2021]   DMA zone: 196608 pages, LIFO batch:63
                      [Do Mai 20 20:35:49 2021]   HighMem zone: 1864448 pages, LIFO batch:63
                      [Do Mai 20 20:35:49 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
                      [Do Mai 20 20:35:49 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
                      [Do Mai 20 20:35:49 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                      [Do Mai 20 20:35:49 2021] Built 1 zonelists, mobility grouping on.  Total pages: 2058752
                      [Do Mai 20 20:35:49 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:1B:22:9D vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=c7534f19-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                      [Do Mai 20 20:35:49 2021] Kernel parameter elevator= does not have any effect anymore.
                                                Please use sysfs to set IO scheduler for individual devices.
                      [Do Mai 20 20:35:49 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                      [Do Mai 20 20:35:49 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                      [Do Mai 20 20:35:49 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
                      [Do Mai 20 20:35:49 2021] software IO TLB: mapped [mem 0x0000000014c00000-0x0000000018c00000] (64MB)
                      [Do Mai 20 20:35:49 2021] Memory: 7799068K/8244224K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 183012K reserved, 262144K cma-reserved, 7457792K highmem)
                      [Do Mai 20 20:35:49 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                      [Do Mai 20 20:35:49 2021] ftrace: allocating 33942 entries in 67 pages
                      [Do Mai 20 20:35:49 2021] ftrace: allocated 67 pages with 3 groups
                      [Do Mai 20 20:35:49 2021] rcu: Hierarchical RCU implementation.
                      [Do Mai 20 20:35:49 2021]       Rude variant of Tasks RCU enabled.
                      [Do Mai 20 20:35:49 2021]       Tracing variant of Tasks RCU enabled.
                      [Do Mai 20 20:35:49 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                      [Do Mai 20 20:35:49 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                      [Do Mai 20 20:35:49 2021] GIC: Using split EOI/Deactivate mode
                      [Do Mai 20 20:35:49 2021] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
                      [Do Mai 20 20:35:49 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
                      [Do Mai 20 20:35:49 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
                      [Do Mai 20 20:35:49 2021] bcm2835: system timer (irq = 25)
                      [Do Mai 20 20:35:49 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
                      [Do Mai 20 20:35:49 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
                      [Do Mai 20 20:35:49 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
                      [Do Mai 20 20:35:49 2021] Switching to timer-based delay loop, resolution 18ns
                      [Do Mai 20 20:35:49 2021] Console: colour dummy device 80x30
                      [Do Mai 20 20:35:49 2021] printk: console [tty1] enabled
                      [Do Mai 20 20:35:49 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
                      [Do Mai 20 20:35:49 2021] pid_max: default: 32768 minimum: 301
                      [Do Mai 20 20:35:49 2021] LSM: Security Framework initializing
                      [Do Mai 20 20:35:49 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                      [Do Mai 20 20:35:49 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                      [Do Mai 20 20:35:49 2021] Disabling memory control group subsystem
                      [Do Mai 20 20:35:49 2021] CPU: Testing write buffer coherency: ok
                      [Do Mai 20 20:35:49 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                      [Do Mai 20 20:35:49 2021] Setting up static identity map for 0x200000 - 0x20003c
                      [Do Mai 20 20:35:49 2021] rcu: Hierarchical SRCU implementation.
                      [Do Mai 20 20:35:49 2021] smp: Bringing up secondary CPUs ...
                      [Do Mai 20 20:35:49 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                      [Do Mai 20 20:35:49 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                      [Do Mai 20 20:35:49 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                      [Do Mai 20 20:35:49 2021] smp: Brought up 1 node, 4 CPUs
                      [Do Mai 20 20:35:49 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS).
                      [Do Mai 20 20:35:49 2021] CPU: All CPU(s) started in HYP mode.
                      [Do Mai 20 20:35:49 2021] CPU: Virtualization extensions available.
                      [Do Mai 20 20:35:49 2021] devtmpfs: initialized
                      [Do Mai 20 20:35:49 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
                      [Do Mai 20 20:35:49 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                      [Do Mai 20 20:35:49 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                      [Do Mai 20 20:35:49 2021] pinctrl core: initialized pinctrl subsystem
                      [Do Mai 20 20:35:49 2021] NET: Registered protocol family 16
                      [Do Mai 20 20:35:49 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                      [Do Mai 20 20:35:49 2021] audit: initializing netlink subsys (disabled)
                      [Do Mai 20 20:35:49 2021] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
                      [Do Mai 20 20:35:49 2021] thermal_sys: Registered thermal governor 'step_wise'
                      [Do Mai 20 20:35:49 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                      [Do Mai 20 20:35:49 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
                      [Do Mai 20 20:35:49 2021] Serial: AMBA PL011 UART driver
                      [Do Mai 20 20:35:49 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
                      [Do Mai 20 20:35:49 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T13:45:52, variant start
                      [Do Mai 20 20:35:49 2021] raspberrypi-firmware soc:firmware: Firmware hash is d7f29d96450abfc77cd6cf011af1faf1e03e5e56
                      [Do Mai 20 20:35:49 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
                      [Do Mai 20 20:35:49 2021] vgaarb: loaded
                      [Do Mai 20 20:35:49 2021] SCSI subsystem initialized
                      [Do Mai 20 20:35:49 2021] usbcore: registered new interface driver usbfs
                      [Do Mai 20 20:35:49 2021] usbcore: registered new interface driver hub
                      [Do Mai 20 20:35:49 2021] usbcore: registered new device driver usb
                      [Do Mai 20 20:35:49 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator
                      [Do Mai 20 20:35:49 2021] clocksource: Switched to clocksource arch_sys_counter
                      [Do Mai 20 20:35:50 2021] VFS: Disk quotas dquot_6.6.0
                      [Do Mai 20 20:35:50 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                      [Do Mai 20 20:35:50 2021] FS-Cache: Loaded
                      [Do Mai 20 20:35:50 2021] CacheFiles: Loaded
                      [Do Mai 20 20:35:50 2021] NET: Registered protocol family 2
                      [Do Mai 20 20:35:50 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
                      [Do Mai 20 20:35:50 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
                      [Do Mai 20 20:35:50 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
                      [Do Mai 20 20:35:50 2021] TCP: Hash tables configured (established 8192 bind 8192)
                      [Do Mai 20 20:35:50 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
                      [Do Mai 20 20:35:50 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
                      [Do Mai 20 20:35:50 2021] NET: Registered protocol family 1
                      [Do Mai 20 20:35:50 2021] RPC: Registered named UNIX socket transport module.
                      [Do Mai 20 20:35:50 2021] RPC: Registered udp transport module.
                      [Do Mai 20 20:35:50 2021] RPC: Registered tcp transport module.
                      [Do Mai 20 20:35:50 2021] RPC: Registered tcp NFSv4.1 backchannel transport module.
                      [Do Mai 20 20:35:50 2021] PCI: CLS 0 bytes, default 64
                      [Do Mai 20 20:35:50 2021] Initialise system trusted keyrings
                      [Do Mai 20 20:35:50 2021] workingset: timestamp_bits=14 max_order=21 bucket_order=7
                      [Do Mai 20 20:35:50 2021] zbud: loaded
                      [Do Mai 20 20:35:50 2021] FS-Cache: Netfs 'nfs' registered for caching
                      [Do Mai 20 20:35:50 2021] NFS: Registering the id_resolver key type
                      [Do Mai 20 20:35:50 2021] Key type id_resolver registered
                      [Do Mai 20 20:35:50 2021] Key type id_legacy registered
                      [Do Mai 20 20:35:50 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                      [Do Mai 20 20:35:50 2021] Key type asymmetric registered
                      [Do Mai 20 20:35:50 2021] Asymmetric key parser 'x509' registered
                      [Do Mai 20 20:35:50 2021] bounce: pool size: 64 pages
                      [Do Mai 20 20:35:50 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
                      [Do Mai 20 20:35:50 2021] io scheduler mq-deadline registered
                      [Do Mai 20 20:35:50 2021] io scheduler kyber registered
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
                      [Do Mai 20 20:35:50 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
                      [Do Mai 20 20:35:50 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
                      [Do Mai 20 20:35:50 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
                      [Do Mai 20 20:35:50 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
                      [Do Mai 20 20:35:50 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
                      [Do Mai 20 20:35:50 2021] PCI: bus0: Fast back to back transfers disabled
                      [Do Mai 20 20:35:50 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
                      [Do Mai 20 20:35:50 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
                      [Do Mai 20 20:35:50 2021] pci 0000:01:00.0: PME# supported from D0 D3hot
                      [Do Mai 20 20:35:50 2021] PCI: bus1: Fast back to back transfers disabled
                      [Do Mai 20 20:35:50 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
                      [Do Mai 20 20:35:50 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
                      [Do Mai 20 20:35:50 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
                      [Do Mai 20 20:35:50 2021] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
                      [Do Mai 20 20:35:50 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
                      [Do Mai 20 20:35:50 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
                      [Do Mai 20 20:35:50 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
                      [Do Mai 20 20:35:50 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
                      [Do Mai 20 20:35:50 2021] iproc-rng200 fe104000.rng: hwrng registered
                      [Do Mai 20 20:35:50 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
                      [Do Mai 20 20:35:50 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
                      [Do Mai 20 20:35:50 2021] brd: module loaded
                      [Do Mai 20 20:35:50 2021] loop: module loaded
                      [Do Mai 20 20:35:50 2021] Loading iSCSI transport class v2.0-870.
                      [Do Mai 20 20:35:50 2021] libphy: Fixed MDIO Bus: probed
                      [Do Mai 20 20:35:50 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
                      [Do Mai 20 20:35:50 2021] libphy: bcmgenet MII bus: probed
                      [Do Mai 20 20:35:50 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver r8152
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver lan78xx
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver smsc95xx
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
                      [Do Mai 20 20:35:50 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
                      [Do Mai 20 20:35:50 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                      [Do Mai 20 20:35:50 2021] usb usb1: Product: xHCI Host Controller
                      [Do Mai 20 20:35:50 2021] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
                      [Do Mai 20 20:35:50 2021] usb usb1: SerialNumber: 0000:01:00.0
                      [Do Mai 20 20:35:50 2021] hub 1-0:1.0: USB hub found
                      [Do Mai 20 20:35:50 2021] hub 1-0:1.0: 1 port detected
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
                      [Do Mai 20 20:35:50 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
                      [Do Mai 20 20:35:50 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
                      [Do Mai 20 20:35:50 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                      [Do Mai 20 20:35:50 2021] usb usb2: Product: xHCI Host Controller
                      [Do Mai 20 20:35:50 2021] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
                      [Do Mai 20 20:35:50 2021] usb usb2: SerialNumber: 0000:01:00.0
                      [Do Mai 20 20:35:50 2021] hub 2-0:1.0: USB hub found
                      [Do Mai 20 20:35:50 2021] hub 2-0:1.0: 4 ports detected
                      [Do Mai 20 20:35:50 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                      [Do Mai 20 20:35:50 2021] dwc_otg: FIQ enabled
                      [Do Mai 20 20:35:50 2021] dwc_otg: NAK holdoff enabled
                      [Do Mai 20 20:35:50 2021] dwc_otg: FIQ split-transaction FSM enabled
                      [Do Mai 20 20:35:50 2021] Module dwc_common_port init
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver uas
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver usb-storage
                      [Do Mai 20 20:35:50 2021] mousedev: PS/2 mouse device common for all mice
                      [Do Mai 20 20:35:50 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                      [Do Mai 20 20:35:50 2021] sdhci: Secure Digital Host Controller Interface driver
                      [Do Mai 20 20:35:50 2021] sdhci: Copyright(c) Pierre Ossman
                      [Do Mai 20 20:35:50 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
                      [Do Mai 20 20:35:50 2021] sdhci-pltfm: SDHCI platform and OF driver helper
                      [Do Mai 20 20:35:50 2021] ledtrig-cpu: registered to indicate activity on CPUs
                      [Do Mai 20 20:35:50 2021] hid: raw HID events driver (C) Jiri Kosina
                      [Do Mai 20 20:35:50 2021] usbcore: registered new interface driver usbhid
                      [Do Mai 20 20:35:50 2021] usbhid: USB HID core driver
                      [Do Mai 20 20:35:50 2021] Initializing XFRM netlink socket
                      [Do Mai 20 20:35:50 2021] NET: Registered protocol family 17
                      [Do Mai 20 20:35:50 2021] Key type dns_resolver registered
                      [Do Mai 20 20:35:50 2021] Registering SWP/SWPB emulation handler
                      [Do Mai 20 20:35:50 2021] registered taskstats version 1
                      [Do Mai 20 20:35:50 2021] Loading compiled-in X.509 certificates
                      [Do Mai 20 20:35:50 2021] Key type ._fscrypt registered
                      [Do Mai 20 20:35:50 2021] Key type .fscrypt registered
                      [Do Mai 20 20:35:50 2021] Key type fscrypt-provisioning registered
                      [Do Mai 20 20:35:50 2021] uart-pl011 fe201000.serial: there is not valid maps for state default
                      [Do Mai 20 20:35:50 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled
                      [Do Mai 20 20:35:50 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
                      [Do Mai 20 20:35:50 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
                      [Do Mai 20 20:35:50 2021] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 37, base_baud = 62500000) is a 16550
                      [Do Mai 20 20:35:50 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                      [Do Mai 20 20:35:50 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
                      [Do Mai 20 20:35:50 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
                      [Do Mai 20 20:35:50 2021] of_cfs_init
                      [Do Mai 20 20:35:50 2021] of_cfs_init: OK
                      [Do Mai 20 20:35:50 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                      [Do Mai 20 20:35:50 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                      [Do Mai 20 20:35:50 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                      [Do Mai 20 20:35:50 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                      [Do Mai 20 20:35:50 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                      [Do Mai 20 20:35:50 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
                      [Do Mai 20 20:35:50 2021] Waiting for root device PARTUUID=c7534f19-02...
                      [Do Mai 20 20:35:50 2021] random: fast init done
                      [Do Mai 20 20:35:50 2021] mmc1: new high speed SDIO card at address 0001
                      [Do Mai 20 20:35:50 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd
                      [Do Mai 20 20:35:51 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
                      [Do Mai 20 20:35:51 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
                      [Do Mai 20 20:35:51 2021] usb 1-1: Product: USB2.0 Hub
                      [Do Mai 20 20:35:51 2021] hub 1-1:1.0: USB hub found
                      [Do Mai 20 20:35:51 2021] hub 1-1:1.0: 4 ports detected
                      [Do Mai 20 20:35:51 2021] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
                      [Do Mai 20 20:35:51 2021] usb 2-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
                      [Do Mai 20 20:35:51 2021] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                      [Do Mai 20 20:35:51 2021] usb 2-2: Product: Ultra
                      [Do Mai 20 20:35:51 2021] usb 2-2: Manufacturer: SanDisk
                      [Do Mai 20 20:35:51 2021] usb 2-2: SerialNumber: 4C530000211114109264
                      [Do Mai 20 20:35:51 2021] usb-storage 2-2:1.0: USB Mass Storage device detected
                      [Do Mai 20 20:35:51 2021] scsi host0: usb-storage 2-2:1.0
                      [Do Mai 20 20:35:52 2021] scsi 0:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
                      [Do Mai 20 20:35:52 2021] sd 0:0:0:0: [sda] 121307136 512-byte logical blocks: (62.1 GB/57.8 GiB)
                      [Do Mai 20 20:35:52 2021] sd 0:0:0:0: [sda] Write Protect is off
                      [Do Mai 20 20:35:52 2021] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
                      [Do Mai 20 20:35:52 2021] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
                      [Do Mai 20 20:35:52 2021]  sda: sda1 sda2
                      [Do Mai 20 20:35:52 2021] sd 0:0:0:0: [sda] Attached SCSI removable disk
                      [Do Mai 20 20:35:52 2021] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                      [Do Mai 20 20:35:52 2021] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                      [Do Mai 20 20:35:52 2021] devtmpfs: mounted
                      [Do Mai 20 20:35:52 2021] Freeing unused kernel memory: 2048K
                      [Do Mai 20 20:35:52 2021] Run /sbin/init as init process
                      [Do Mai 20 20:35:52 2021]   with arguments:
                      [Do Mai 20 20:35:52 2021]     /sbin/init
                      [Do Mai 20 20:35:52 2021]     splash
                      [Do Mai 20 20:35:52 2021]   with environment:
                      [Do Mai 20 20:35:52 2021]     HOME=/
                      [Do Mai 20 20:35:52 2021]     TERM=linux
                      [Do Mai 20 20:35:52 2021] systemd[1]: System time before build time, advancing clock.
                      [Do Mai 20 20:35:52 2021] NET: Registered protocol family 10
                      [Do Mai 20 20:35:52 2021] Segment Routing with IPv6
                      [Do Mai 20 20:35:52 2021] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                      [Do Mai 20 20:35:52 2021] systemd[1]: Detected architecture arm.
                      [Do Mai 20 20:35:52 2021] systemd[1]: Set hostname to <raspberrypi>.
                      [Do Mai 20 20:35:53 2021] systemd[1]: /lib/systemd/system/xrdp.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/xrdp/xrdp.pid → /run/xrdp/xrdp.pid; please update the unit file accordingly.
                      [Do Mai 20 20:35:53 2021] systemd[1]: /lib/systemd/system/xrdp-sesman.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/xrdp/xrdp-sesman.pid → /run/xrdp/xrdp-sesman.pid; please update the unit file accordingly.
                      [Do Mai 20 20:35:53 2021] random: systemd: uninitialized urandom read (16 bytes read)
                      [Do Mai 20 20:35:53 2021] random: systemd: uninitialized urandom read (16 bytes read)
                      [Do Mai 20 20:35:53 2021] systemd[1]: Listening on Journal Audit Socket.
                      [Do Mai 20 20:35:53 2021] random: systemd: uninitialized urandom read (16 bytes read)
                      [Do Mai 20 20:35:53 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                      [Do Mai 20 20:35:53 2021] systemd[1]: Listening on Syslog Socket.
                      [Do Mai 20 20:35:53 2021] systemd[1]: Reached target Swap.
                      [Do Mai 20 20:35:53 2021] systemd[1]: Listening on udev Control Socket.
                      [Do Mai 20 20:35:54 2021] i2c /dev entries driver
                      [Do Mai 20 20:35:54 2021] EXT4-fs (sda2): re-mounted. Opts: (null)
                      [Do Mai 20 20:35:54 2021] systemd-journald[117]: Received request to flush runtime journal from PID 1
                      [Do Mai 20 20:35:55 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
                      [Do Mai 20 20:35:55 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
                      [Do Mai 20 20:35:55 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
                      [Do Mai 20 20:35:55 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
                      [Do Mai 20 20:35:55 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                      [Do Mai 20 20:35:55 2021] [vc_sm_connected_init]: start
                      [Do Mai 20 20:35:55 2021] [vc_sm_connected_init]: installed successfully
                      [Do Mai 20 20:35:55 2021] mc: Linux media interface: v0.10
                      [Do Mai 20 20:35:55 2021] videodev: Linux video capture interface: v2.00
                      [Do Mai 20 20:35:55 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835_audio bcm2835_audio: card created with 8 channels
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                      [Do Mai 20 20:35:55 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                      [Do Mai 20 20:35:55 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                      [Do Mai 20 20:35:55 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                      [Do Mai 20 20:35:55 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                      [Do Mai 20 20:35:55 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                      [Do Mai 20 20:35:55 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
                      [Do Mai 20 20:35:55 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                      [Do Mai 20 20:35:55 2021] usbcore: registered new interface driver brcmfmac
                      [Do Mai 20 20:35:55 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
                      [Do Mai 20 20:35:55 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
                      [Do Mai 20 20:35:56 2021] sd 0:0:0:0: Attached scsi generic sg0 type 0
                      [Do Mai 20 20:35:56 2021] [drm] No displays found. Consider forcing hotplug if HDMI is attached
                      [Do Mai 20 20:35:56 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
                      [Do Mai 20 20:35:56 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
                      [Do Mai 20 20:35:56 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                      [Do Mai 20 20:35:56 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
                      [Do Mai 20 20:35:57 2021] random: crng init done
                      [Do Mai 20 20:35:57 2021] random: 7 urandom warning(s) missed due to ratelimiting
                      [Do Mai 20 20:35:58 2021] uart-pl011 fe201000.serial: no DMA platform data
                      [Do Mai 20 20:35:58 2021] 8021q: 802.1Q VLAN Support v1.8
                      [Do Mai 20 20:35:59 2021] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k FS
                      [Do Mai 20 20:35:59 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                      [Do Mai 20 20:35:59 2021] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                      [Do Mai 20 20:35:59 2021] bcmgenet fd580000.ethernet eth0: Link is Down
                      [Do Mai 20 20:36:03 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
                      [Do Mai 20 20:36:03 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                      [Do Mai 20 20:36:04 2021] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [Do Mai 20 20:36:05 2021] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                      [Do Mai 20 20:36:05 2021] Bluetooth: Core ver 2.22
                      [Do Mai 20 20:36:05 2021] NET: Registered protocol family 31
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI device and connection manager initialized
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI socket layer initialized
                      [Do Mai 20 20:36:05 2021] Bluetooth: L2CAP socket layer initialized
                      [Do Mai 20 20:36:05 2021] Bluetooth: SCO socket layer initialized
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI UART driver ver 2.3
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI UART protocol H4 registered
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI UART protocol Three-wire (H5) registered
                      [Do Mai 20 20:36:05 2021] Bluetooth: HCI UART protocol Broadcom registered
                      [Do Mai 20 20:36:05 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                      [Do Mai 20 20:36:05 2021] Bluetooth: BNEP filters: protocol multicast
                      [Do Mai 20 20:36:05 2021] Bluetooth: BNEP socket layer initialized
                      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                      
                      1 Reply Last reply Reply Quote 0
                      • E
                        Esmax666 @AlCalzone last edited by

                        @alcalzone said in Probleme mit Serialport bei zwave2:

                        cd /opt/iobroker/node_modules/iobroker.zwave2
                        node build/main.js --force --logs

                        hab jetzt neu gestartet und ich bekomme immer fehlter:
                        mit /dev/serial0/

                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ cd /opt/iobroker/node_modules/iobroker.zwave2
                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                        2021-05-20 21:04:25.348  - error: zwave2.0 (31604) adapter disabled
                        2021-05-20 21:04:25.358  - info: zwave2.0 (31604) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                        21:04:25.454 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                              ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                                ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                               ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                              ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                              ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                        21:04:25.459 DRIVER   version 7.4.0
                        21:04:25.460 CONFIG   version 7.4.0
                        21:04:25.460 DRIVER
                        21:04:25.461 DRIVER   starting driver...
                        21:04:25.489 DRIVER   opening serial port /dev/serial0
                        21:04:25.508 DRIVER   serial port opened
                        21:04:25.510 SERIAL » [NAK]                                                                   (0x15)
                        21:04:27.018 DRIVER   loading configuration...
                        21:04:28.184 DRIVER   beginning interview...
                        21:04:28.185 DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                              1 registered
                        21:04:28.186 DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                              1 registered
                        21:04:28.187 DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                              1 registered
                        21:04:28.189 CNTRLR   beginning interview...
                        21:04:28.189 CNTRLR   querying version info...
                        21:04:28.369 SERIAL » 0x01030015e9                                                         (5 bytes)
                        21:04:28.372 DRIVER » [REQ] [GetControllerVersion]
                        21:04:29.381 CNTRLR   Failed to execute controller command after 1/3 attempts. Scheduling next try i
                                              n 100 ms.
                        21:04:29.485 SERIAL » 0x01030015e9                                                         (5 bytes)
                        21:04:29.486 DRIVER » [REQ] [GetControllerVersion]
                        21:04:30.491 CNTRLR   Failed to execute controller command after 2/3 attempts. Scheduling next try i
                                              n 1100 ms.
                        21:04:31.594 SERIAL » 0x01030015e9                                                         (5 bytes)
                        21:04:31.596 DRIVER » [REQ] [GetControllerVersion]
                        21:04:32.616 DRIVER   Failed to initialize the driver: Timeout while waiting for an ACK from the con
                                              troller
                        2021-05-20 21:04:32.617  - error: zwave2.0 (31604) Failed to initialize the driver: Timeout while waiting for an ACK from the controller
                        2021-05-20 21:04:32.619  - error: zwave2.0 (31604) Restarting the adapter in a second...
                        21:04:32.621 DRIVER   destroying driver instance...
                        2021-05-20 21:04:33.622  - info: zwave2.0 (31604) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2021-05-20 21:04:34.183  - info: zwave2.0 (31604) Shutting down driver...
                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
                        
                        

                        mit ttyAMA0 gibt er nicht so vile info, er ist blobiert

                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs
                        2021-05-20 21:07:32.803  - error: zwave2.0 (12803) adapter disabled
                        2021-05-20 21:07:32.813  - info: zwave2.0 (12803) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                        21:07:32.893 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                              ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                                ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                               ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                              ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                              ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
                        21:07:32.897 DRIVER   version 7.4.0
                        21:07:32.898 CONFIG   version 7.4.0
                        21:07:32.899 DRIVER
                        21:07:32.900 DRIVER   starting driver...
                        21:07:32.928 DRIVER   opening serial port dev/ttyAMA0
                        21:07:32.951 DRIVER   serial port errored: Error: No such file or directory, cannot open dev/ttyAMA0
                        21:07:32.953 DRIVER   destroying driver instance...
                        2021-05-20 21:07:32.955  - error: zwave2.0 (12803) The Z-Wave driver could not be started: Error: No such file or directory, cannot open dev/ttyAMA0
                        
                        
                        

                        und das bekomme ich mit mesg -T (ich habe kurz davor die zwave usb stick raus und reingemacht

                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ dmesg -T
                        [Do Mai 20 20:57:06 2021] Booting Linux on physical CPU 0x0
                        [Do Mai 20 20:57:06 2021] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1414 SMP Fri Apr 30 13:20:47 BST 2021
                        [Do Mai 20 20:57:06 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
                        [Do Mai 20 20:57:06 2021] CPU: div instructions available: patching division code
                        [Do Mai 20 20:57:06 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
                        [Do Mai 20 20:57:06 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
                        [Do Mai 20 20:57:06 2021] Memory policy: Data cache writealloc
                        [Do Mai 20 20:57:06 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
                        [Do Mai 20 20:57:06 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
                        [Do Mai 20 20:57:06 2021] Zone ranges:
                        [Do Mai 20 20:57:06 2021]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
                        [Do Mai 20 20:57:06 2021]   Normal   empty
                        [Do Mai 20 20:57:06 2021]   HighMem  [mem 0x0000000030000000-0x00000001ffffffff]
                        [Do Mai 20 20:57:06 2021] Movable zone start for each node
                        [Do Mai 20 20:57:06 2021] Early memory node ranges
                        [Do Mai 20 20:57:06 2021]   node   0: [mem 0x0000000000000000-0x000000003b2fffff]
                        [Do Mai 20 20:57:06 2021]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
                        [Do Mai 20 20:57:06 2021]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
                        [Do Mai 20 20:57:06 2021] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
                        [Do Mai 20 20:57:06 2021] On node 0 totalpages: 2061056
                        [Do Mai 20 20:57:06 2021]   DMA zone: 2304 pages used for memmap
                        [Do Mai 20 20:57:06 2021]   DMA zone: 0 pages reserved
                        [Do Mai 20 20:57:06 2021]   DMA zone: 196608 pages, LIFO batch:63
                        [Do Mai 20 20:57:06 2021]   HighMem zone: 1864448 pages, LIFO batch:63
                        [Do Mai 20 20:57:06 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
                        [Do Mai 20 20:57:06 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
                        [Do Mai 20 20:57:06 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                        [Do Mai 20 20:57:06 2021] Built 1 zonelists, mobility grouping on.  Total pages: 2058752
                        [Do Mai 20 20:57:06 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:1B:22:9D vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=c7534f19-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                        [Do Mai 20 20:57:06 2021] Kernel parameter elevator= does not have any effect anymore.
                                                  Please use sysfs to set IO scheduler for individual devices.
                        [Do Mai 20 20:57:06 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
                        [Do Mai 20 20:57:06 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
                        [Do Mai 20 20:57:06 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
                        [Do Mai 20 20:57:06 2021] software IO TLB: mapped [mem 0x0000000014c00000-0x0000000018c00000] (64MB)
                        [Do Mai 20 20:57:06 2021] Memory: 7799068K/8244224K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 183012K reserved, 262144K cma-reserved, 7457792K highmem)
                        [Do Mai 20 20:57:06 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                        [Do Mai 20 20:57:06 2021] ftrace: allocating 33942 entries in 67 pages
                        [Do Mai 20 20:57:06 2021] ftrace: allocated 67 pages with 3 groups
                        [Do Mai 20 20:57:06 2021] rcu: Hierarchical RCU implementation.
                        [Do Mai 20 20:57:06 2021]       Rude variant of Tasks RCU enabled.
                        [Do Mai 20 20:57:06 2021]       Tracing variant of Tasks RCU enabled.
                        [Do Mai 20 20:57:06 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
                        [Do Mai 20 20:57:06 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                        [Do Mai 20 20:57:06 2021] GIC: Using split EOI/Deactivate mode
                        [Do Mai 20 20:57:06 2021] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
                        [Do Mai 20 20:57:06 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
                        [Do Mai 20 20:57:06 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
                        [Do Mai 20 20:57:06 2021] bcm2835: system timer (irq = 25)
                        [Do Mai 20 20:57:06 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
                        [Do Mai 20 20:57:06 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
                        [Do Mai 20 20:57:06 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
                        [Do Mai 20 20:57:06 2021] Switching to timer-based delay loop, resolution 18ns
                        [Do Mai 20 20:57:06 2021] Console: colour dummy device 80x30
                        [Do Mai 20 20:57:06 2021] printk: console [tty1] enabled
                        [Do Mai 20 20:57:06 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
                        [Do Mai 20 20:57:06 2021] pid_max: default: 32768 minimum: 301
                        [Do Mai 20 20:57:06 2021] LSM: Security Framework initializing
                        [Do Mai 20 20:57:06 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                        [Do Mai 20 20:57:06 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
                        [Do Mai 20 20:57:06 2021] Disabling memory control group subsystem
                        [Do Mai 20 20:57:06 2021] CPU: Testing write buffer coherency: ok
                        [Do Mai 20 20:57:06 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                        [Do Mai 20 20:57:06 2021] Setting up static identity map for 0x200000 - 0x20003c
                        [Do Mai 20 20:57:06 2021] rcu: Hierarchical SRCU implementation.
                        [Do Mai 20 20:57:06 2021] smp: Bringing up secondary CPUs ...
                        [Do Mai 20 20:57:06 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                        [Do Mai 20 20:57:06 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                        [Do Mai 20 20:57:06 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                        [Do Mai 20 20:57:06 2021] smp: Brought up 1 node, 4 CPUs
                        [Do Mai 20 20:57:06 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS).
                        [Do Mai 20 20:57:06 2021] CPU: All CPU(s) started in HYP mode.
                        [Do Mai 20 20:57:06 2021] CPU: Virtualization extensions available.
                        [Do Mai 20 20:57:06 2021] devtmpfs: initialized
                        [Do Mai 20 20:57:06 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
                        [Do Mai 20 20:57:06 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                        [Do Mai 20 20:57:06 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
                        [Do Mai 20 20:57:06 2021] pinctrl core: initialized pinctrl subsystem
                        [Do Mai 20 20:57:06 2021] NET: Registered protocol family 16
                        [Do Mai 20 20:57:06 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                        [Do Mai 20 20:57:06 2021] audit: initializing netlink subsys (disabled)
                        [Do Mai 20 20:57:06 2021] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
                        [Do Mai 20 20:57:06 2021] thermal_sys: Registered thermal governor 'step_wise'
                        [Do Mai 20 20:57:06 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                        [Do Mai 20 20:57:06 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
                        [Do Mai 20 20:57:06 2021] Serial: AMBA PL011 UART driver
                        [Do Mai 20 20:57:06 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
                        [Do Mai 20 20:57:06 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T13:45:52, variant start
                        [Do Mai 20 20:57:06 2021] raspberrypi-firmware soc:firmware: Firmware hash is d7f29d96450abfc77cd6cf011af1faf1e03e5e56
                        [Do Mai 20 20:57:06 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
                        [Do Mai 20 20:57:06 2021] vgaarb: loaded
                        [Do Mai 20 20:57:06 2021] SCSI subsystem initialized
                        [Do Mai 20 20:57:06 2021] usbcore: registered new interface driver usbfs
                        [Do Mai 20 20:57:06 2021] usbcore: registered new interface driver hub
                        [Do Mai 20 20:57:06 2021] usbcore: registered new device driver usb
                        [Do Mai 20 20:57:06 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator
                        [Do Mai 20 20:57:06 2021] clocksource: Switched to clocksource arch_sys_counter
                        [Do Mai 20 20:57:07 2021] VFS: Disk quotas dquot_6.6.0
                        [Do Mai 20 20:57:07 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                        [Do Mai 20 20:57:07 2021] FS-Cache: Loaded
                        [Do Mai 20 20:57:07 2021] CacheFiles: Loaded
                        [Do Mai 20 20:57:07 2021] NET: Registered protocol family 2
                        [Do Mai 20 20:57:07 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
                        [Do Mai 20 20:57:07 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
                        [Do Mai 20 20:57:07 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
                        [Do Mai 20 20:57:07 2021] TCP: Hash tables configured (established 8192 bind 8192)
                        [Do Mai 20 20:57:07 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
                        [Do Mai 20 20:57:07 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
                        [Do Mai 20 20:57:07 2021] NET: Registered protocol family 1
                        [Do Mai 20 20:57:07 2021] RPC: Registered named UNIX socket transport module.
                        [Do Mai 20 20:57:07 2021] RPC: Registered udp transport module.
                        [Do Mai 20 20:57:07 2021] RPC: Registered tcp transport module.
                        [Do Mai 20 20:57:07 2021] RPC: Registered tcp NFSv4.1 backchannel transport module.
                        [Do Mai 20 20:57:07 2021] PCI: CLS 0 bytes, default 64
                        [Do Mai 20 20:57:07 2021] Initialise system trusted keyrings
                        [Do Mai 20 20:57:07 2021] workingset: timestamp_bits=14 max_order=21 bucket_order=7
                        [Do Mai 20 20:57:07 2021] zbud: loaded
                        [Do Mai 20 20:57:07 2021] FS-Cache: Netfs 'nfs' registered for caching
                        [Do Mai 20 20:57:07 2021] NFS: Registering the id_resolver key type
                        [Do Mai 20 20:57:07 2021] Key type id_resolver registered
                        [Do Mai 20 20:57:07 2021] Key type id_legacy registered
                        [Do Mai 20 20:57:07 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                        [Do Mai 20 20:57:07 2021] Key type asymmetric registered
                        [Do Mai 20 20:57:07 2021] Asymmetric key parser 'x509' registered
                        [Do Mai 20 20:57:07 2021] bounce: pool size: 64 pages
                        [Do Mai 20 20:57:07 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
                        [Do Mai 20 20:57:07 2021] io scheduler mq-deadline registered
                        [Do Mai 20 20:57:07 2021] io scheduler kyber registered
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
                        [Do Mai 20 20:57:07 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
                        [Do Mai 20 20:57:07 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
                        [Do Mai 20 20:57:07 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
                        [Do Mai 20 20:57:07 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
                        [Do Mai 20 20:57:07 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
                        [Do Mai 20 20:57:07 2021] PCI: bus0: Fast back to back transfers disabled
                        [Do Mai 20 20:57:07 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
                        [Do Mai 20 20:57:07 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
                        [Do Mai 20 20:57:07 2021] pci 0000:01:00.0: PME# supported from D0 D3hot
                        [Do Mai 20 20:57:07 2021] PCI: bus1: Fast back to back transfers disabled
                        [Do Mai 20 20:57:07 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
                        [Do Mai 20 20:57:07 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
                        [Do Mai 20 20:57:07 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
                        [Do Mai 20 20:57:07 2021] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
                        [Do Mai 20 20:57:07 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
                        [Do Mai 20 20:57:07 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
                        [Do Mai 20 20:57:07 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
                        [Do Mai 20 20:57:07 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
                        [Do Mai 20 20:57:07 2021] iproc-rng200 fe104000.rng: hwrng registered
                        [Do Mai 20 20:57:07 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
                        [Do Mai 20 20:57:07 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
                        [Do Mai 20 20:57:07 2021] brd: module loaded
                        [Do Mai 20 20:57:07 2021] loop: module loaded
                        [Do Mai 20 20:57:07 2021] Loading iSCSI transport class v2.0-870.
                        [Do Mai 20 20:57:07 2021] libphy: Fixed MDIO Bus: probed
                        [Do Mai 20 20:57:07 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
                        [Do Mai 20 20:57:07 2021] libphy: bcmgenet MII bus: probed
                        [Do Mai 20 20:57:07 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver r8152
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver lan78xx
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver smsc95xx
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
                        [Do Mai 20 20:57:07 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
                        [Do Mai 20 20:57:07 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                        [Do Mai 20 20:57:07 2021] usb usb1: Product: xHCI Host Controller
                        [Do Mai 20 20:57:07 2021] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
                        [Do Mai 20 20:57:07 2021] usb usb1: SerialNumber: 0000:01:00.0
                        [Do Mai 20 20:57:07 2021] hub 1-0:1.0: USB hub found
                        [Do Mai 20 20:57:07 2021] hub 1-0:1.0: 1 port detected
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
                        [Do Mai 20 20:57:07 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
                        [Do Mai 20 20:57:07 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
                        [Do Mai 20 20:57:07 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                        [Do Mai 20 20:57:07 2021] usb usb2: Product: xHCI Host Controller
                        [Do Mai 20 20:57:07 2021] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
                        [Do Mai 20 20:57:07 2021] usb usb2: SerialNumber: 0000:01:00.0
                        [Do Mai 20 20:57:07 2021] hub 2-0:1.0: USB hub found
                        [Do Mai 20 20:57:07 2021] hub 2-0:1.0: 4 ports detected
                        [Do Mai 20 20:57:07 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                        [Do Mai 20 20:57:07 2021] dwc_otg: FIQ enabled
                        [Do Mai 20 20:57:07 2021] dwc_otg: NAK holdoff enabled
                        [Do Mai 20 20:57:07 2021] dwc_otg: FIQ split-transaction FSM enabled
                        [Do Mai 20 20:57:07 2021] Module dwc_common_port init
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver uas
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver usb-storage
                        [Do Mai 20 20:57:07 2021] mousedev: PS/2 mouse device common for all mice
                        [Do Mai 20 20:57:07 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                        [Do Mai 20 20:57:07 2021] sdhci: Secure Digital Host Controller Interface driver
                        [Do Mai 20 20:57:07 2021] sdhci: Copyright(c) Pierre Ossman
                        [Do Mai 20 20:57:07 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
                        [Do Mai 20 20:57:07 2021] sdhci-pltfm: SDHCI platform and OF driver helper
                        [Do Mai 20 20:57:07 2021] ledtrig-cpu: registered to indicate activity on CPUs
                        [Do Mai 20 20:57:07 2021] hid: raw HID events driver (C) Jiri Kosina
                        [Do Mai 20 20:57:07 2021] usbcore: registered new interface driver usbhid
                        [Do Mai 20 20:57:07 2021] usbhid: USB HID core driver
                        [Do Mai 20 20:57:07 2021] Initializing XFRM netlink socket
                        [Do Mai 20 20:57:07 2021] NET: Registered protocol family 17
                        [Do Mai 20 20:57:07 2021] Key type dns_resolver registered
                        [Do Mai 20 20:57:07 2021] Registering SWP/SWPB emulation handler
                        [Do Mai 20 20:57:07 2021] registered taskstats version 1
                        [Do Mai 20 20:57:07 2021] Loading compiled-in X.509 certificates
                        [Do Mai 20 20:57:07 2021] Key type ._fscrypt registered
                        [Do Mai 20 20:57:07 2021] Key type .fscrypt registered
                        [Do Mai 20 20:57:07 2021] Key type fscrypt-provisioning registered
                        [Do Mai 20 20:57:07 2021] uart-pl011 fe201000.serial: there is not valid maps for state default
                        [Do Mai 20 20:57:07 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled
                        [Do Mai 20 20:57:07 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
                        [Do Mai 20 20:57:07 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
                        [Do Mai 20 20:57:07 2021] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 37, base_baud = 62500000) is a 16550
                        [Do Mai 20 20:57:07 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
                        [Do Mai 20 20:57:07 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
                        [Do Mai 20 20:57:07 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
                        [Do Mai 20 20:57:07 2021] of_cfs_init
                        [Do Mai 20 20:57:07 2021] of_cfs_init: OK
                        [Do Mai 20 20:57:07 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                        [Do Mai 20 20:57:07 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                        [Do Mai 20 20:57:07 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                        [Do Mai 20 20:57:07 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                        [Do Mai 20 20:57:07 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                        [Do Mai 20 20:57:07 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
                        [Do Mai 20 20:57:07 2021] Waiting for root device PARTUUID=c7534f19-02...
                        [Do Mai 20 20:57:07 2021] random: fast init done
                        [Do Mai 20 20:57:07 2021] mmc1: new high speed SDIO card at address 0001
                        [Do Mai 20 20:57:07 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd
                        [Do Mai 20 20:57:08 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
                        [Do Mai 20 20:57:08 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
                        [Do Mai 20 20:57:08 2021] usb 1-1: Product: USB2.0 Hub
                        [Do Mai 20 20:57:08 2021] hub 1-1:1.0: USB hub found
                        [Do Mai 20 20:57:08 2021] hub 1-1:1.0: 4 ports detected
                        [Do Mai 20 20:57:08 2021] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
                        [Do Mai 20 20:57:08 2021] usb 2-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
                        [Do Mai 20 20:57:08 2021] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                        [Do Mai 20 20:57:08 2021] usb 2-2: Product: Ultra
                        [Do Mai 20 20:57:08 2021] usb 2-2: Manufacturer: SanDisk
                        [Do Mai 20 20:57:08 2021] usb 2-2: SerialNumber: 4C530000211114109264
                        [Do Mai 20 20:57:08 2021] usb-storage 2-2:1.0: USB Mass Storage device detected
                        [Do Mai 20 20:57:08 2021] scsi host0: usb-storage 2-2:1.0
                        [Do Mai 20 20:57:09 2021] scsi 0:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
                        [Do Mai 20 20:57:09 2021] sd 0:0:0:0: [sda] 121307136 512-byte logical blocks: (62.1 GB/57.8 GiB)
                        [Do Mai 20 20:57:09 2021] sd 0:0:0:0: [sda] Write Protect is off
                        [Do Mai 20 20:57:09 2021] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
                        [Do Mai 20 20:57:09 2021] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
                        [Do Mai 20 20:57:09 2021]  sda: sda1 sda2
                        [Do Mai 20 20:57:09 2021] sd 0:0:0:0: [sda] Attached SCSI removable disk
                        [Do Mai 20 20:57:09 2021] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                        [Do Mai 20 20:57:09 2021] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                        [Do Mai 20 20:57:09 2021] devtmpfs: mounted
                        [Do Mai 20 20:57:09 2021] Freeing unused kernel memory: 2048K
                        [Do Mai 20 20:57:09 2021] Run /sbin/init as init process
                        [Do Mai 20 20:57:09 2021]   with arguments:
                        [Do Mai 20 20:57:09 2021]     /sbin/init
                        [Do Mai 20 20:57:09 2021]     splash
                        [Do Mai 20 20:57:09 2021]   with environment:
                        [Do Mai 20 20:57:09 2021]     HOME=/
                        [Do Mai 20 20:57:09 2021]     TERM=linux
                        [Do Mai 20 20:57:09 2021] systemd[1]: System time before build time, advancing clock.
                        [Do Mai 20 20:57:09 2021] NET: Registered protocol family 10
                        [Do Mai 20 20:57:09 2021] Segment Routing with IPv6
                        [Do Mai 20 20:57:09 2021] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                        [Do Mai 20 20:57:09 2021] systemd[1]: Detected architecture arm.
                        [Do Mai 20 20:57:09 2021] systemd[1]: Set hostname to <raspberrypi>.
                        [Do Mai 20 20:57:10 2021] systemd[1]: /lib/systemd/system/xrdp.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/xrdp/xrdp.pid → /run/xrdp/xrdp.pid; please update the unit file accordingly.
                        [Do Mai 20 20:57:10 2021] systemd[1]: /lib/systemd/system/xrdp-sesman.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/xrdp/xrdp-sesman.pid → /run/xrdp/xrdp-sesman.pid; please update the unit file accordingly.
                        [Do Mai 20 20:57:10 2021] random: systemd: uninitialized urandom read (16 bytes read)
                        [Do Mai 20 20:57:10 2021] random: systemd: uninitialized urandom read (16 bytes read)
                        [Do Mai 20 20:57:10 2021] systemd[1]: Created slice system-systemd\x2dfsck.slice.
                        [Do Mai 20 20:57:10 2021] random: systemd: uninitialized urandom read (16 bytes read)
                        [Do Mai 20 20:57:10 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                        [Do Mai 20 20:57:10 2021] systemd[1]: Listening on initctl Compatibility Named Pipe.
                        [Do Mai 20 20:57:10 2021] systemd[1]: Listening on fsck to fsckd communication Socket.
                        [Do Mai 20 20:57:10 2021] systemd[1]: Created slice system-getty.slice.
                        [Do Mai 20 20:57:11 2021] i2c /dev entries driver
                        [Do Mai 20 20:57:11 2021] EXT4-fs (sda2): re-mounted. Opts: (null)
                        [Do Mai 20 20:57:11 2021] systemd-journald[117]: Received request to flush runtime journal from PID 1
                        [Do Mai 20 20:57:12 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
                        [Do Mai 20 20:57:12 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
                        [Do Mai 20 20:57:12 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
                        [Do Mai 20 20:57:12 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
                        [Do Mai 20 20:57:12 2021] mc: Linux media interface: v0.10
                        [Do Mai 20 20:57:12 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835_audio bcm2835_audio: card created with 8 channels
                        [Do Mai 20 20:57:12 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                        [Do Mai 20 20:57:12 2021] [vc_sm_connected_init]: start
                        [Do Mai 20 20:57:12 2021] [vc_sm_connected_init]: installed successfully
                        [Do Mai 20 20:57:12 2021] videodev: Linux video capture interface: v2.00
                        [Do Mai 20 20:57:12 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
                        [Do Mai 20 20:57:12 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                        [Do Mai 20 20:57:12 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                        [Do Mai 20 20:57:12 2021] [drm] No displays found. Consider forcing hotplug if HDMI is attached
                        [Do Mai 20 20:57:12 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
                        [Do Mai 20 20:57:12 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                        [Do Mai 20 20:57:12 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                        [Do Mai 20 20:57:12 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
                        [Do Mai 20 20:57:12 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                        [Do Mai 20 20:57:12 2021] sd 0:0:0:0: Attached scsi generic sg0 type 0
                        [Do Mai 20 20:57:13 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                        [Do Mai 20 20:57:13 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
                        [Do Mai 20 20:57:13 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                        [Do Mai 20 20:57:13 2021] usbcore: registered new interface driver brcmfmac
                        [Do Mai 20 20:57:13 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
                        [Do Mai 20 20:57:13 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                        [Do Mai 20 20:57:13 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
                        [Do Mai 20 20:57:15 2021] random: crng init done
                        [Do Mai 20 20:57:15 2021] random: 7 urandom warning(s) missed due to ratelimiting
                        [Do Mai 20 20:57:15 2021] uart-pl011 fe201000.serial: no DMA platform data
                        [Do Mai 20 20:57:15 2021] 8021q: 802.1Q VLAN Support v1.8
                        [Do Mai 20 20:57:16 2021] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k FS
                        [Do Mai 20 20:57:16 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
                        [Do Mai 20 20:57:16 2021] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                        [Do Mai 20 20:57:16 2021] bcmgenet fd580000.ethernet eth0: Link is Down
                        [Do Mai 20 20:57:19 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
                        [Do Mai 20 20:57:19 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                        [Do Mai 20 20:57:21 2021] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
                        [Do Mai 20 20:57:21 2021] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                        [Do Mai 20 20:57:22 2021] Bluetooth: Core ver 2.22
                        [Do Mai 20 20:57:22 2021] NET: Registered protocol family 31
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI device and connection manager initialized
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI socket layer initialized
                        [Do Mai 20 20:57:22 2021] Bluetooth: L2CAP socket layer initialized
                        [Do Mai 20 20:57:22 2021] Bluetooth: SCO socket layer initialized
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI UART driver ver 2.3
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI UART protocol H4 registered
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI UART protocol Three-wire (H5) registered
                        [Do Mai 20 20:57:22 2021] Bluetooth: HCI UART protocol Broadcom registered
                        [Do Mai 20 20:57:22 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                        [Do Mai 20 20:57:22 2021] Bluetooth: BNEP filters: protocol multicast
                        [Do Mai 20 20:57:22 2021] Bluetooth: BNEP socket layer initialized
                        
                        
                        Thomas Braun AlCalzone 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Esmax666 last edited by

                          @esmax666

                          ls -ls /dev/ | grep serial
                          
                          E 1 Reply Last reply Reply Quote 0
                          • E
                            Esmax666 @Thomas Braun last edited by

                            @thomas-braun said in Probleme mit Serialport bei zwave2:

                            ls -ls /dev/ | grep serial

                            pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ ls -ls /dev/ | grep serial
                            0 lrwxrwxrwx 1 root root           5 Mai 20 20:56 serial0 -> ttyS0
                            0 lrwxrwxrwx 1 root root           7 Mai 20 20:56 serial1 -> ttyAMA0
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Esmax666 last edited by Thomas Braun

                              @esmax666 sagte in Probleme mit Serialport bei zwave2:

                              Am Beispiel von meinem System (da weiß ich was installiert ist...)

                              echad@chet:~ $ ls -ls /dev/ | grep serial
                              0 lrwxrwxrwx 1 root root           5 Mai 20 20:29 serial0 -> ttyS0
                              0 lrwxrwxrwx 1 root root           7 Mai 20 20:29 serial1 -> ttyAMA0
                              

                              ttyS0 -> Mein Raspbee I über die GPIO-Ports vom Raspi4
                              ttyAMA0 -> Das Raspi-interne Bluetooth.

                              Über USB direkt habe ich nichts an der Mühle dran.

                              1 Reply Last reply Reply Quote 0
                              • AlCalzone
                                AlCalzone Developer @Esmax666 last edited by

                                @esmax666 sagte in Probleme mit Serialport bei zwave2:

                                mit /dev/serial0/

                                Ok, da ist kein Z-Wave Stick dran

                                No such file or directory, cannot open dev/ttyAMA0

                                Du hast das führende / vergessen: /dev/ttyAMA0, nicht dev/ttyAMA0

                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  Esmax666 @AlCalzone last edited by

                                  hat schon jemand zwave2 mit aeotec z wave + und iobroker ?

                                  gibt es sonst fertig image ?

                                  ich habe die image verwendet:
                                  https://www.raspberrypi.org/software/operating-systems/

                                  ok stimmt er ist hier blokiert:

                                  pi@raspberrypi:~ $ cd /opt/iobroker/node_modules/iobroker.zwave2
                                  pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js -                                                                                                             -force --logs
                                  2021-05-20 21:56:05.370  - error: zwave2.0 (15073) adapter disabled
                                  2021-05-20 21:56:05.380  - info: zwave2.0 (15073) starting. Version 1.9.3 in /op                                                                                                             t/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
                                  21:56:05.452 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗                                                                                                                          ██╗ ███████╗
                                                        ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝                                                                                                                          ██║ ██╔════╝
                                                          ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗                                                                                                                   ██║ ███████╗
                                                         ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██                                                                                                                ██║ ╚════██║
                                                        ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚██                                                                                                             ███╔╝ ███████║
                                                        ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚═                                                                                                             ═══╝  ╚══════╝
                                  21:56:05.456 DRIVER   version 7.4.0
                                  21:56:05.457 CONFIG   version 7.4.0
                                  21:56:05.458 DRIVER
                                  21:56:05.459 DRIVER   starting driver...
                                  21:56:05.486 DRIVER   opening serial port /dev/ttyAMA0
                                  21:56:05.504 DRIVER   serial port opened
                                  21:56:05.506 SERIAL » [NAK]                                                                                                                                                                                (0x15)
                                  
                                  
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Esmax666 last edited by

                                    @esmax666 sagte in Probleme mit Serialport bei zwave2:

                                    aeotec

                                    https://forum.iobroker.net/topic/45179/aeotec-gen5-nicht-connected/23?_=1621540896642

                                    1 Reply Last reply Reply Quote 0
                                    • AlCalzone
                                      AlCalzone Developer @Esmax666 last edited by

                                      @Thomas-Braun:

                                      @esmax666 sagte in Probleme mit Serialport bei zwave2:

                                      Z-Stick Gen5 +

                                      Der sollte gehen.

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        Esmax666 @AlCalzone last edited by

                                        @alcalzone
                                        also das ist genau ZW090-C (steht zwave plus)

                                        AlCalzone 1 Reply Last reply Reply Quote 0
                                        • AlCalzone
                                          AlCalzone Developer @Esmax666 last edited by

                                          @esmax666 Stopp, nicht verwechseln... Beide sind Z-Wave Plus, beide werden unter "ZW090-C" verkauft.
                                          Aber einer heißt Gen5 und macht fiese Probleme wenn er nicht in einem externen USB2.0-Hub steckt und einer heißt Gen5+ und funktioniert einwandfrei.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Esmax666 @AlCalzone last edited by

                                            @alcalzone ach so dann habe ich gen5, ich muss jetzt ein hub kaufen 😕

                                            AlCalzone 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            803
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            118
                                            6138
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo