NEWS
Probleme mit Serialport bei zwave2
-
@thomas-braun was kann ich sonst noch als info geben ?
sonst habe ich noch 2 warn und 1 error
info.0 2021-05-16 13:07:15.628 warn (2791) State "info.0.uuid" has no existing object, this might lead to an error in future versions host.raspberrypi 2021-05-16 13:00:08.345 info instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) host.raspberrypi 2021-05-16 13:00:00.042 info instance system.adapter.ical.0 started with pid 5361 zwave2.0 2021-05-16 12:59:53.829 info (5346) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 12:59:51.487 info instance system.adapter.zwave2.0 started with pid 5346 host.raspberrypi 2021-05-16 12:59:21.429 info Restart adapter system.adapter.zwave2.0 because enabled host.raspberrypi 2021-05-16 12:59:21.428 info instance system.adapter.zwave2.0 terminated with code NaN () host.raspberrypi 2021-05-16 12:59:21.427 warn instance system.adapter.zwave2.0 terminated due to SIGABRT host.raspberrypi 2021-05-16 12:59:21.422 error Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory zwave2.0 2021-05-16 12:45:57.264 info (5176) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 12:45:55.024 info instance system.adapter.zwave2.0 started with pid 5176 host.raspberrypi 2021-05-16 12:45:24.958 info Restart adapter system.adapter.zwave2.0 because enabled host.raspberrypi 2021-05-16 12:45:24.957 info instance system.adapter.zwave2.0 terminated with code NaN () host.raspberrypi 2021-05-16 12:45:24.956 warn instance system.adapter.zwave2.0 terminated due to SIGABRT host.raspberrypi 2021-05-16 12:45:24.950 error Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory info.0 2021-05-16 12:37:15.604 warn (2791) State "info.0.uuid" has no existing object, this might lead to an error in future versions zwave2.0 2021-05-16 12:32:01.208 info (5010) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 12:31:58.911 info instance system.adapter.zwave2.0 started with pid 5010 host.raspberrypi 2021-05-16 12:31:28.859 info Restart adapter system.adapter.zwave2.0 because enabled host.raspberrypi 2021-05-16 12:31:28.859 info instance system.adapter.zwave2.0 terminated with code NaN () host.raspberrypi 2021-05-16 12:31:28.858 warn instance system.adapter.zwave2.0 terminated due to SIGABRT host.raspberrypi 2021-05-16 12:31:28.857 error Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
-
-
-
@esmax666
Bitte keine Bilderchen posten, KonsolenTEXT in CodeTags eingebettet hier rein. -
@Esmax666 die Datei brauchst du inzwischen nicht mehr manuell bearbeiten. Auf Pi 4 sind das die Schritte, die ausreichen: Konsole auf,
sudo raspi-config
- 3 Interface Options
- P6 Serial Port
- "Would you like a login shell to be accessible over serial?" => NO
- "Would you like the serial port hardware to be enabled?" => YES
Danach sollte der Adapter funktionieren, wenn du
/dev/serial0
einträgst - ist leider nicht in der Liste zu finden. -
@alcalzone
An den Hardware-Part hatte ich noch gar nicht gedacht, bzw. vorausgesetzt das der natürlich auch aktiviert wurde.Wobei dann /dev/serial0 'nur' ein symlink auf das device node /dev/ttyAMA0 sein dürfte.
-
ok ist jetzt aktviert
und auch neu gestartet
aber immer Driver could not be started
zwave2.0 2021-05-16 15:32:12.067 error (17665) The Z-Wave driver could not be started: Error: No such file or directory, cannot open /dev/serial0 zwave2.0 2021-05-16 15:32:11.921 info (17665) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 15:32:09.511 info instance system.adapter.zwave2.0 started with pid 17665 host.raspberrypi 2021-05-16 15:32:07.043 info instance system.adapter.zwave2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) zwave2.0 2021-05-16 15:32:06.372 info (5742) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zwave2.0 2021-05-16 15:32:06.371 info (5742) terminating zwave2.0 2021-05-16 15:32:06.369 info (5742) Shutting down driver... zwave2.0 2021-05-16 15:32:06.367 info (5742) Got terminate signal TERMINATE_YOURSELF host.raspberrypi 2021-05-16 15:32:06.367 info stopInstance system.adapter.zwave2.0 send kill signal host.raspberrypi 2021-05-16 15:32:06.359 info stopInstance system.adapter.zwave2.0 (force=false, process=true) host.raspberrypi 2021-05-16 15:30:27.733 info instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) ical.0 2021-05-16 15:30:27.198 info (8661) Terminated (NO_ERROR): Without reason
-
@esmax666
Und wenn du das device direkt anrufst? Unter /dev/ttyAMA0Gibt es das Gerät?
ls -la /dev/ttyAMA0 sudo -u iobroker groups
-
@thomas-braun said in Probleme mit Serialport bei zwave2:
/dev/ttyAMA0
dann bekomme ich wie davor
zwave2.0 2021-05-16 15:39:28.776 info (15581) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 15:39:26.309 info instance system.adapter.zwave2.0 started with pid 15581 host.raspberrypi 2021-05-16 15:39:23.743 info instance system.adapter.zwave2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) zwave2.0 2021-05-16 15:39:23.146 info (17665) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zwave2.0 2021-05-16 15:39:23.145 info (17665) terminating zwave2.0 2021-05-16 15:39:23.143 info (17665) Shutting down driver... host.raspberrypi 2021-05-16 15:39:23.141 info stopInstance system.adapter.zwave2.0 send kill signal zwave2.0 2021-05-16 15:39:23.141 info (17665) Got terminate signal TERMINATE_YOURSELF host.raspberrypi 2021-05-16 15:39:23.126 info stopInstance system.adapter.zwave2.0 (force=false, process=true)
und als "debug level" bekomme ich das :
zwave2.0 2021-05-16 15:41:19.769 info (24494) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 zwave2.0 2021-05-16 15:41:19.518 debug (24494) statesDB connected zwave2.0 2021-05-16 15:41:19.517 debug (24494) States connected to redis: 127.0.0.1:9000 zwave2.0 2021-05-16 15:41:19.510 debug (24494) States create User PubSub Client zwave2.0 2021-05-16 15:41:19.508 debug (24494) States create System PubSub Client zwave2.0 2021-05-16 15:41:19.501 debug (24494) Redis States: Use Redis connection: 127.0.0.1:9000 zwave2.0 2021-05-16 15:41:19.498 debug (24494) objectDB connected zwave2.0 2021-05-16 15:41:19.469 debug (24494) Objects connected to redis: 127.0.0.1:9001 zwave2.0 2021-05-16 15:41:19.455 debug (24494) Objects client initialize lua scripts zwave2.0 2021-05-16 15:41:19.453 debug (24494) Objects create User PubSub Client zwave2.0 2021-05-16 15:41:19.451 debug (24494) Objects create System PubSub Client zwave2.0 2021-05-16 15:41:19.448 debug (24494) Objects client ready ... initialize now zwave2.0 2021-05-16 15:41:19.402 debug (24494) Redis Objects: Use Redis connection: 127.0.0.1:9001 host.raspberrypi 2021-05-16 15:41:17.450 info instance system.adapter.zwave2.0 started with pid 24494 host.raspberrypi 2021-05-16 15:41:17.338 info "system.adapter.zwave2.0" enabled host.raspberrypi 2021-05-16 15:41:15.669 info instance system.adapter.zwave2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) host.raspberrypi 2021-05-16 15:41:15.087 info stopInstance system.adapter.zwave2.0 send kill signal zwave2.0 2021-05-16 15:41:15.048 info (22847) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zwave2.0 2021-05-16 15:41:15.046 info (22847) terminating zwave2.0 2021-05-16 15:41:15.044 info (22847) Shutting down driver... zwave2.0 2021-05-16 15:41:15.042 info (22847) Got terminate signal TERMINATE_YOURSELF host.raspberrypi 2021-05-16 15:41:15.029 info stopInstance system.adapter.zwave2.0 (force=false, process=true) host.raspberrypi 2021-05-16 15:41:15.027 info "system.adapter.zwave2.0" disabled zwave2.0 2021-05-16 15:40:59.111 info (22847) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 zwave2.0 2021-05-16 15:40:58.808 debug (22847) statesDB connected zwave2.0 2021-05-16 15:40:58.807 debug (22847) States connected to redis: 127.0.0.1:9000 zwave2.0 2021-05-16 15:40:58.795 debug (22847) States create User PubSub Client zwave2.0 2021-05-16 15:40:58.794 debug (22847) States create System PubSub Client zwave2.0 2021-05-16 15:40:58.783 debug (22847) Redis States: Use Redis connection: 127.0.0.1:9000 zwave2.0 2021-05-16 15:40:58.781 debug (22847) objectDB connected zwave2.0 2021-05-16 15:40:58.751 debug (22847) Objects connected to redis: 127.0.0.1:9001 zwave2.0 2021-05-16 15:40:58.737 debug (22847) Objects client initialize lua scripts zwave2.0 2021-05-16 15:40:58.736 debug (22847) Objects create User PubSub Client zwave2.0 2021-05-16 15:40:58.735 debug (22847) Objects create System PubSub Client zwave2.0 2021-05-16 15:40:58.732 debug (22847) Objects client ready ... initialize now zwave2.0 2021-05-16 15:40:58.696 debug (22847) Redis Objects: Use Redis connection: 127.0.0.1:9001 host.raspberrypi 2021-05-16 15:40:56.599 info instance system.adapter.zwave2.0 started with pid 22847 host.raspberrypi 2021-05-16 15:40:56.462 info "system.adapter.zwave2.0" enabled host.raspberrypi 2021-05-16 15:40:50.698 info instance system.adapter.zwave2.0 terminated with code null () host.raspberrypi 2021-05-16 15:40:50.697 warn instance system.adapter.zwave2.0 terminated due to SIGTERM host.raspberrypi 2021-05-16 15:40:50.626 info stopInstance system.adapter.zwave2.0 killing pid 22283 host.raspberrypi 2021-05-16 15:40:49.624 info stopInstance system.adapter.zwave2.0 send kill signal host.raspberrypi 2021-05-16 15:40:49.613 info stopInstance system.adapter.zwave2.0 (force=false, process=true) host.raspberrypi 2021-05-16 15:40:49.613 info "system.adapter.zwave2.0" disabled host.raspberrypi 2021-05-16 15:40:49.345 info instance system.adapter.zwave2.0 started with pid 22283 host.raspberrypi 2021-05-16 15:40:46.840 info instance system.adapter.zwave2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) zwave2.0 2021-05-16 15:40:46.228 info (15581) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zwave2.0 2021-05-16 15:40:46.226 info (15581) terminating zwave2.0 2021-05-16 15:40:46.225 info (15581) Shutting down driver... zwave2.0 2021-05-16 15:40:46.223 info (15581) Got terminate signal TERMINATE_YOURSELF host.raspberrypi 2021-05-16 15:40:46.223 info stopInstance system.adapter.zwave2.0 send kill signal host.raspberrypi 2021-05-16 15:40:46.210 info stopInstance system.adapter.zwave2.0 (force=false, process=true) zwave2.0 2021-05-16 15:39:28.776 info (15581) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16
-
ls -la /dev/ttyAMA0 sudo -u iobroker groups
-
@thomas-braun said in Probleme mit Serialport bei zwave2:
sudo -u iobroker groups
auch nicht
zwave2.0 2021-05-16 15:44:27.972 info (7201) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 host.raspberrypi 2021-05-16 15:44:25.611 info instance system.adapter.zwave2.0 started with pid 7201 host.raspberrypi 2021-05-16 15:44:25.529 info "system.adapter.zwave2.0" enabled host.raspberrypi 2021-05-16 15:44:24.965 info instance system.adapter.zwave2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) zwave2.0 2021-05-16 15:44:24.304 info (30224) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zwave2.0 2021-05-16 15:44:24.302 info (30224) terminating zwave2.0 2021-05-16 15:44:24.301 info (30224) Shutting down driver... host.raspberrypi 2021-05-16 15:44:24.299 info stopInstance system.adapter.zwave2.0 send kill signal zwave2.0 2021-05-16 15:44:24.298 info (30224) Got terminate signal TERMINATE_YOURSELF host.raspberrypi 2021-05-16 15:44:24.285 info stopInstance system.adapter.zwave2.0 (force=false, process=true) host.raspberrypi 2021-05-16 15:44:24.278 info "system.adapter.zwave2.0" disabled zwave2.0 2021-05-16 15:44:11.075 debug (30224) system.adapter.admin.0: logging true zwave2.0 2021-05-16 15:44:06.538 debug (30224) system.adapter.admin.0: logging false
-
@esmax666 Starte den Adapter mal auf der Konsole, da sieht man ggf. mehr:
cd /opt/iobroker/node_modules/iobroker.zwave2 node build/main.js --force --logs
-
@alcalzone said in Probleme mit Serialport bei zwave2:
cd /opt/iobroker/node_modules/iobroker.zwave2
node build/main.js --force --logspi@raspberrypi:~ $ cd /opt/iobroker/node_modules/iobroker.zwave2 pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ node build/main.js --force --logs 2021-05-16 16:43:17.078 - info: zwave2.0 (17697) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 Logging to file: /opt/iobroker/node_modules/iobroker.zwave2/build/zwavejs_2021-05-16.log 2021-05-16 16:43:17.235 - error: zwave2.0 (17697) The Z-Wave driver could not be started: Error Resource temporarily unavailable Cannot lock port ^C2021-05-16 16:43:47.907 - info: zwave2.0 (17697) Shutting down driver... 2021-05-16 16:43:47.916 - info: zwave2.0 (17697) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $
-
@esmax666 sagte in Probleme mit Serialport bei zwave2:
Cannot lock port
Da greift schon irgendwas anderes auf den Port zu.
-
sudo lsof /dev/ttyAMA0
-
@thomas-braun said in Probleme mit Serialport bei zwave2:
sudo lsof /dev/ttyAMA0
pi@raspberrypi:/opt/iobroker/node_modules/iobroker.zwave2 $ sudo lsof /dev/ttyAMA0 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME hciattach 596 root 3u CHR 204,64 0t0 135 /dev/ttyAMA0 node 25167 iobroker 27uW CHR 204,64 0t0 135 /dev/ttyAMA0
dann
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-16 17:01:01.719 - info: zwave2.0 (5111) starting. Version 1.9.3 in /opt/iobroker/node_modules/iobroker.zwave2, node: v12.22.1, js-controller: 3.2.16 Logging to file: /opt/iobroker/node_modules/iobroker.zwave2/build/zwavejs_2021-05-16.log 2021-05-16 17:01:01.877 - error: zwave2.0 (5111) The Z-Wave driver could not be started: Error Resource temporarily unavailable Cannot lock port ^C2021-05-16 17:01:47.959 - info: zwave2.0 (5111) Shutting down driver... 2021-05-16 17:01:47.968 - info: zwave2.0 (5111) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
@AlCalzone
wie soll ich port freischalten ? die installation ist neu -
@esmax666 sagte in Probleme mit Serialport bei zwave2:
hciattach 596 root 3u CHR 204,64 0t0 135 /dev/ttyAMA0
Da greift bluetooth schon auf das Gerät zu. Merkwürden...
Ich bin jetzt nicht ganz sicher ob /dev/tttyAMA0 nicht doch das falsche Device ist. Oder da die Zuordnung falsch ist. Zieh den stick mal raus, starte neu ohne den Stick und dann schau nochmal nachdmesg -T
kurz nachdem du den stick eingesteckt hast.
-
@thomas-braun was soll ich dann machen ?
-
@esmax666 Und deaktiviere den zwave2-Adapter vorerst mal für die ganze Prozedur.
-
ohne stick und zwave2 pausiert
pi@raspberrypi:~ $ dmesg -T [So Mai 16 17:10:10 2021] Booting Linux on physical CPU 0x0 [So Mai 16 17:10:10 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 [So Mai 16 17:10:10 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d [So Mai 16 17:10:10 2021] CPU: div instructions available: patching division code [So Mai 16 17:10:10 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [So Mai 16 17:10:10 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4 [So Mai 16 17:10:10 2021] Memory policy: Data cache writealloc [So Mai 16 17:10:10 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB [So Mai 16 17:10:10 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [So Mai 16 17:10:10 2021] Zone ranges: [So Mai 16 17:10:10 2021] DMA [mem 0x0000000000000000-0x000000002fffffff] [So Mai 16 17:10:10 2021] Normal empty [So Mai 16 17:10:10 2021] HighMem [mem 0x0000000030000000-0x00000001ffffffff] [So Mai 16 17:10:10 2021] Movable zone start for each node [So Mai 16 17:10:10 2021] Early memory node ranges [So Mai 16 17:10:10 2021] node 0: [mem 0x0000000000000000-0x000000003b2fffff] [So Mai 16 17:10:10 2021] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [So Mai 16 17:10:10 2021] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [So Mai 16 17:10:10 2021] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] [So Mai 16 17:10:10 2021] On node 0 totalpages: 2061056 [So Mai 16 17:10:10 2021] DMA zone: 2304 pages used for memmap [So Mai 16 17:10:10 2021] DMA zone: 0 pages reserved [So Mai 16 17:10:10 2021] DMA zone: 196608 pages, LIFO batch:63 [So Mai 16 17:10:10 2021] HighMem zone: 1864448 pages, LIFO batch:63 [So Mai 16 17:10:10 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920 [So Mai 16 17:10:10 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096 [So Mai 16 17:10:10 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [So Mai 16 17:10:10 2021] Built 1 zonelists, mobility grouping on. Total pages: 2058752 [So Mai 16 17:10:10 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 [So Mai 16 17:10:10 2021] Kernel parameter elevator= does not have any effect anymore. Please use sysfs to set IO scheduler for individual devices. [So Mai 16 17:10:10 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [So Mai 16 17:10:10 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [So Mai 16 17:10:10 2021] mem auto-init: stack:off, heap alloc:off, heap free:off [So Mai 16 17:10:10 2021] software IO TLB: mapped [mem 0x0000000014c00000-0x0000000018c00000] (64MB) [So Mai 16 17:10:10 2021] Memory: 7799068K/8244224K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 183012K reserved, 262144K cma-reserved, 7457792K highmem) [So Mai 16 17:10:10 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [So Mai 16 17:10:10 2021] ftrace: allocating 33942 entries in 67 pages [So Mai 16 17:10:10 2021] ftrace: allocated 67 pages with 3 groups [So Mai 16 17:10:10 2021] rcu: Hierarchical RCU implementation. [So Mai 16 17:10:10 2021] Rude variant of Tasks RCU enabled. [So Mai 16 17:10:10 2021] Tracing variant of Tasks RCU enabled. [So Mai 16 17:10:10 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [So Mai 16 17:10:10 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [So Mai 16 17:10:10 2021] GIC: Using split EOI/Deactivate mode [So Mai 16 17:10:10 2021] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0 [So Mai 16 17:10:10 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [So Mai 16 17:10:10 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [So Mai 16 17:10:10 2021] bcm2835: system timer (irq = 25) [So Mai 16 17:10:10 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [So Mai 16 17:10:10 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [So Mai 16 17:10:10 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [So Mai 16 17:10:10 2021] Switching to timer-based delay loop, resolution 18ns [So Mai 16 17:10:10 2021] Console: colour dummy device 80x30 [So Mai 16 17:10:10 2021] printk: console [tty1] enabled [So Mai 16 17:10:10 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [So Mai 16 17:10:10 2021] pid_max: default: 32768 minimum: 301 [So Mai 16 17:10:10 2021] LSM: Security Framework initializing [So Mai 16 17:10:10 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [So Mai 16 17:10:10 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [So Mai 16 17:10:10 2021] Disabling memory control group subsystem [So Mai 16 17:10:10 2021] CPU: Testing write buffer coherency: ok [So Mai 16 17:10:10 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [So Mai 16 17:10:10 2021] Setting up static identity map for 0x200000 - 0x20003c [So Mai 16 17:10:10 2021] rcu: Hierarchical SRCU implementation. [So Mai 16 17:10:10 2021] smp: Bringing up secondary CPUs ... [So Mai 16 17:10:10 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [So Mai 16 17:10:10 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [So Mai 16 17:10:10 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [So Mai 16 17:10:10 2021] smp: Brought up 1 node, 4 CPUs [So Mai 16 17:10:10 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS). [So Mai 16 17:10:10 2021] CPU: All CPU(s) started in HYP mode. [So Mai 16 17:10:10 2021] CPU: Virtualization extensions available. [So Mai 16 17:10:10 2021] devtmpfs: initialized [So Mai 16 17:10:10 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0 [So Mai 16 17:10:10 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [So Mai 16 17:10:10 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [So Mai 16 17:10:10 2021] pinctrl core: initialized pinctrl subsystem [So Mai 16 17:10:10 2021] NET: Registered protocol family 16 [So Mai 16 17:10:10 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations [So Mai 16 17:10:10 2021] audit: initializing netlink subsys (disabled) [So Mai 16 17:10:10 2021] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1 [So Mai 16 17:10:10 2021] thermal_sys: Registered thermal governor 'step_wise' [So Mai 16 17:10:10 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [So Mai 16 17:10:10 2021] hw-breakpoint: maximum watchpoint size is 8 bytes. [So Mai 16 17:10:10 2021] Serial: AMBA PL011 UART driver [So Mai 16 17:10:10 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled [So Mai 16 17:10:10 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T13:45:52, variant start [So Mai 16 17:10:10 2021] raspberrypi-firmware soc:firmware: Firmware hash is d7f29d96450abfc77cd6cf011af1faf1e03e5e56 [So Mai 16 17:10:10 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [So Mai 16 17:10:10 2021] vgaarb: loaded [So Mai 16 17:10:10 2021] SCSI subsystem initialized [So Mai 16 17:10:10 2021] usbcore: registered new interface driver usbfs [So Mai 16 17:10:10 2021] usbcore: registered new interface driver hub [So Mai 16 17:10:10 2021] usbcore: registered new device driver usb [So Mai 16 17:10:10 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator [So Mai 16 17:10:10 2021] clocksource: Switched to clocksource arch_sys_counter [So Mai 16 17:10:11 2021] VFS: Disk quotas dquot_6.6.0 [So Mai 16 17:10:11 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [So Mai 16 17:10:11 2021] FS-Cache: Loaded [So Mai 16 17:10:11 2021] CacheFiles: Loaded [So Mai 16 17:10:11 2021] NET: Registered protocol family 2 [So Mai 16 17:10:11 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [So Mai 16 17:10:11 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [So Mai 16 17:10:11 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [So Mai 16 17:10:11 2021] TCP: Hash tables configured (established 8192 bind 8192) [So Mai 16 17:10:11 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [So Mai 16 17:10:11 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [So Mai 16 17:10:11 2021] NET: Registered protocol family 1 [So Mai 16 17:10:11 2021] RPC: Registered named UNIX socket transport module. [So Mai 16 17:10:11 2021] RPC: Registered udp transport module. [So Mai 16 17:10:11 2021] RPC: Registered tcp transport module. [So Mai 16 17:10:11 2021] RPC: Registered tcp NFSv4.1 backchannel transport module. [So Mai 16 17:10:11 2021] PCI: CLS 0 bytes, default 64 [So Mai 16 17:10:11 2021] Initialise system trusted keyrings [So Mai 16 17:10:11 2021] workingset: timestamp_bits=14 max_order=21 bucket_order=7 [So Mai 16 17:10:11 2021] zbud: loaded [So Mai 16 17:10:11 2021] FS-Cache: Netfs 'nfs' registered for caching [So Mai 16 17:10:11 2021] NFS: Registering the id_resolver key type [So Mai 16 17:10:11 2021] Key type id_resolver registered [So Mai 16 17:10:11 2021] Key type id_legacy registered [So Mai 16 17:10:11 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [So Mai 16 17:10:11 2021] Key type asymmetric registered [So Mai 16 17:10:11 2021] Asymmetric key parser 'x509' registered [So Mai 16 17:10:11 2021] bounce: pool size: 64 pages [So Mai 16 17:10:11 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [So Mai 16 17:10:11 2021] io scheduler mq-deadline registered [So Mai 16 17:10:11 2021] io scheduler kyber registered [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [So Mai 16 17:10:11 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [So Mai 16 17:10:11 2021] pci_bus 0000:00: root bus resource [bus 00-ff] [So Mai 16 17:10:11 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [So Mai 16 17:10:11 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [So Mai 16 17:10:11 2021] pci 0000:00:00.0: PME# supported from D0 D3hot [So Mai 16 17:10:11 2021] PCI: bus0: Fast back to back transfers disabled [So Mai 16 17:10:11 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [So Mai 16 17:10:11 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [So Mai 16 17:10:11 2021] pci 0000:01:00.0: PME# supported from D0 D3hot [So Mai 16 17:10:11 2021] PCI: bus1: Fast back to back transfers disabled [So Mai 16 17:10:11 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [So Mai 16 17:10:11 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [So Mai 16 17:10:11 2021] pci 0000:00:00.0: PCI bridge to [bus 01] [So Mai 16 17:10:11 2021] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [So Mai 16 17:10:11 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142) [So Mai 16 17:10:11 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 63 [So Mai 16 17:10:11 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [So Mai 16 17:10:11 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default [So Mai 16 17:10:11 2021] iproc-rng200 fe104000.rng: hwrng registered [So Mai 16 17:10:11 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB) [So Mai 16 17:10:11 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [So Mai 16 17:10:11 2021] brd: module loaded [So Mai 16 17:10:11 2021] loop: module loaded [So Mai 16 17:10:11 2021] Loading iSCSI transport class v2.0-870. [So Mai 16 17:10:11 2021] libphy: Fixed MDIO Bus: probed [So Mai 16 17:10:11 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [So Mai 16 17:10:11 2021] libphy: bcmgenet MII bus: probed [So Mai 16 17:10:11 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [So Mai 16 17:10:11 2021] usbcore: registered new interface driver r8152 [So Mai 16 17:10:11 2021] usbcore: registered new interface driver lan78xx [So Mai 16 17:10:11 2021] usbcore: registered new interface driver smsc95xx [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890 [So Mai 16 17:10:11 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [So Mai 16 17:10:11 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [So Mai 16 17:10:11 2021] usb usb1: Product: xHCI Host Controller [So Mai 16 17:10:11 2021] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd [So Mai 16 17:10:11 2021] usb usb1: SerialNumber: 0000:01:00.0 [So Mai 16 17:10:11 2021] hub 1-0:1.0: USB hub found [So Mai 16 17:10:11 2021] hub 1-0:1.0: 1 port detected [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [So Mai 16 17:10:11 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [So Mai 16 17:10:11 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [So Mai 16 17:10:11 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [So Mai 16 17:10:11 2021] usb usb2: Product: xHCI Host Controller [So Mai 16 17:10:11 2021] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd [So Mai 16 17:10:11 2021] usb usb2: SerialNumber: 0000:01:00.0 [So Mai 16 17:10:11 2021] hub 2-0:1.0: USB hub found [So Mai 16 17:10:11 2021] hub 2-0:1.0: 4 ports detected [So Mai 16 17:10:11 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [So Mai 16 17:10:11 2021] dwc_otg: FIQ enabled [So Mai 16 17:10:11 2021] dwc_otg: NAK holdoff enabled [So Mai 16 17:10:11 2021] dwc_otg: FIQ split-transaction FSM enabled [So Mai 16 17:10:11 2021] Module dwc_common_port init [So Mai 16 17:10:11 2021] usbcore: registered new interface driver uas [So Mai 16 17:10:11 2021] usbcore: registered new interface driver usb-storage [So Mai 16 17:10:11 2021] mousedev: PS/2 mouse device common for all mice [So Mai 16 17:10:11 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [So Mai 16 17:10:11 2021] sdhci: Secure Digital Host Controller Interface driver [So Mai 16 17:10:11 2021] sdhci: Copyright(c) Pierre Ossman [So Mai 16 17:10:11 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [So Mai 16 17:10:11 2021] sdhci-pltfm: SDHCI platform and OF driver helper [So Mai 16 17:10:11 2021] ledtrig-cpu: registered to indicate activity on CPUs [So Mai 16 17:10:11 2021] hid: raw HID events driver (C) Jiri Kosina [So Mai 16 17:10:11 2021] usbcore: registered new interface driver usbhid [So Mai 16 17:10:11 2021] usbhid: USB HID core driver [So Mai 16 17:10:11 2021] Initializing XFRM netlink socket [So Mai 16 17:10:11 2021] NET: Registered protocol family 17 [So Mai 16 17:10:11 2021] Key type dns_resolver registered [So Mai 16 17:10:11 2021] Registering SWP/SWPB emulation handler [So Mai 16 17:10:11 2021] registered taskstats version 1 [So Mai 16 17:10:11 2021] Loading compiled-in X.509 certificates [So Mai 16 17:10:11 2021] Key type ._fscrypt registered [So Mai 16 17:10:11 2021] Key type .fscrypt registered [So Mai 16 17:10:11 2021] Key type fscrypt-provisioning registered [So Mai 16 17:10:11 2021] uart-pl011 fe201000.serial: there is not valid maps for state default [So Mai 16 17:10:11 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled [So Mai 16 17:10:11 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 [So Mai 16 17:10:11 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default [So Mai 16 17:10:11 2021] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 37, base_baud = 62500000) is a 16550 [So Mai 16 17:10:11 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [So Mai 16 17:10:11 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [So Mai 16 17:10:11 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [So Mai 16 17:10:11 2021] of_cfs_init [So Mai 16 17:10:11 2021] of_cfs_init: OK [So Mai 16 17:10:11 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [So Mai 16 17:10:11 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [So Mai 16 17:10:11 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [So Mai 16 17:10:11 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [So Mai 16 17:10:11 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [So Mai 16 17:10:11 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA [So Mai 16 17:10:11 2021] Waiting for root device PARTUUID=c7534f19-02... [So Mai 16 17:10:11 2021] random: fast init done [So Mai 16 17:10:11 2021] mmc1: new high speed SDIO card at address 0001 [So Mai 16 17:10:11 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd [So Mai 16 17:10:12 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [So Mai 16 17:10:12 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [So Mai 16 17:10:12 2021] usb 1-1: Product: USB2.0 Hub [So Mai 16 17:10:12 2021] hub 1-1:1.0: USB hub found [So Mai 16 17:10:12 2021] hub 1-1:1.0: 4 ports detected [So Mai 16 17:10:12 2021] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [So Mai 16 17:10:12 2021] usb 2-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00 [So Mai 16 17:10:12 2021] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [So Mai 16 17:10:12 2021] usb 2-2: Product: Ultra [So Mai 16 17:10:12 2021] usb 2-2: Manufacturer: SanDisk [So Mai 16 17:10:12 2021] usb 2-2: SerialNumber: 4C530000211114109264 [So Mai 16 17:10:12 2021] usb-storage 2-2:1.0: USB Mass Storage device detected [So Mai 16 17:10:12 2021] scsi host0: usb-storage 2-2:1.0 [So Mai 16 17:10:13 2021] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [So Mai 16 17:10:13 2021] sd 0:0:0:0: [sda] 121307136 512-byte logical blocks: (62.1 GB/57.8 GiB) [So Mai 16 17:10:13 2021] sd 0:0:0:0: [sda] Write Protect is off [So Mai 16 17:10:13 2021] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [So Mai 16 17:10:13 2021] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [So Mai 16 17:10:13 2021] sda: sda1 sda2 [So Mai 16 17:10:13 2021] sd 0:0:0:0: [sda] Attached SCSI removable disk [So Mai 16 17:10:13 2021] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [So Mai 16 17:10:13 2021] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [So Mai 16 17:10:13 2021] devtmpfs: mounted [So Mai 16 17:10:13 2021] Freeing unused kernel memory: 2048K [So Mai 16 17:10:13 2021] Run /sbin/init as init process [So Mai 16 17:10:13 2021] with arguments: [So Mai 16 17:10:13 2021] /sbin/init [So Mai 16 17:10:13 2021] splash [So Mai 16 17:10:13 2021] with environment: [So Mai 16 17:10:13 2021] HOME=/ [So Mai 16 17:10:13 2021] TERM=linux [So Mai 16 17:10:13 2021] systemd[1]: System time before build time, advancing clock. [So Mai 16 17:10:13 2021] NET: Registered protocol family 10 [So Mai 16 17:10:13 2021] Segment Routing with IPv6 [So Mai 16 17:10:13 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) [So Mai 16 17:10:13 2021] systemd[1]: Detected architecture arm. [So Mai 16 17:10:13 2021] systemd[1]: Set hostname to <raspberrypi>. [So Mai 16 17:10:14 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. [So Mai 16 17:10:14 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. [So Mai 16 17:10:14 2021] random: systemd: uninitialized urandom read (16 bytes read) [So Mai 16 17:10:14 2021] random: systemd: uninitialized urandom read (16 bytes read) [So Mai 16 17:10:14 2021] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [So Mai 16 17:10:14 2021] random: systemd: uninitialized urandom read (16 bytes read) [So Mai 16 17:10:14 2021] systemd[1]: Listening on initctl Compatibility Named Pipe. [So Mai 16 17:10:14 2021] systemd[1]: Created slice system-getty.slice. [So Mai 16 17:10:14 2021] systemd[1]: Listening on udev Kernel Socket. [So Mai 16 17:10:14 2021] systemd[1]: Listening on Journal Audit Socket. [So Mai 16 17:10:15 2021] i2c /dev entries driver [So Mai 16 17:10:15 2021] EXT4-fs (sda2): re-mounted. Opts: (null) [So Mai 16 17:10:15 2021] systemd-journald[113]: Received request to flush runtime journal from PID 1 [So Mai 16 17:10:16 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000 [So Mai 16 17:10:16 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000 [So Mai 16 17:10:16 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000 [So Mai 16 17:10:16 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000 [So Mai 16 17:10:16 2021] mc: Linux media interface: v0.10 [So Mai 16 17:10:16 2021] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_audio bcm2835_audio: card created with 8 channels [So Mai 16 17:10:16 2021] videodev: Linux video capture interface: v2.00 [So Mai 16 17:10:16 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [So Mai 16 17:10:16 2021] [vc_sm_connected_init]: start [So Mai 16 17:10:16 2021] [vc_sm_connected_init]: installed successfully [So Mai 16 17:10:16 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [So Mai 16 17:10:16 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [So Mai 16 17:10:16 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [So Mai 16 17:10:16 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database [So Mai 16 17:10:16 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [So Mai 16 17:10:16 2021] [drm] No displays found. Consider forcing hotplug if HDMI is attached [So Mai 16 17:10:16 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4]) [So Mai 16 17:10:17 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 [So Mai 16 17:10:17 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [So Mai 16 17:10:17 2021] brcmfmac: F1 signature read @0x18000000=0x15264345 [So Mai 16 17:10:17 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [So Mai 16 17:10:17 2021] usbcore: registered new interface driver brcmfmac [So Mai 16 17:10:17 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2 [So Mai 16 17:10:17 2021] sd 0:0:0:0: Attached scsi generic sg0 type 0 [So Mai 16 17:10:17 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [So Mai 16 17:10:17 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 [So Mai 16 17:10:18 2021] random: crng init done [So Mai 16 17:10:18 2021] random: 7 urandom warning(s) missed due to ratelimiting [So Mai 16 17:10:19 2021] uart-pl011 fe201000.serial: no DMA platform data [So Mai 16 17:10:19 2021] 8021q: 802.1Q VLAN Support v1.8 [So Mai 16 17:10:20 2021] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k FS [So Mai 16 17:10:20 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled [So Mai 16 17:10:20 2021] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [So Mai 16 17:10:20 2021] bcmgenet fd580000.ethernet eth0: Link is Down [So Mai 16 17:10:22 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:23 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:24 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:24 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [So Mai 16 17:10:24 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [So Mai 16 17:10:25 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:26 2021] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [So Mai 16 17:10:26 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:26 2021] Bluetooth: Core ver 2.22 [So Mai 16 17:10:26 2021] NET: Registered protocol family 31 [So Mai 16 17:10:26 2021] Bluetooth: HCI device and connection manager initialized [So Mai 16 17:10:26 2021] Bluetooth: HCI socket layer initialized [So Mai 16 17:10:26 2021] Bluetooth: L2CAP socket layer initialized [So Mai 16 17:10:26 2021] Bluetooth: SCO socket layer initialized [So Mai 16 17:10:26 2021] Bluetooth: HCI UART driver ver 2.3 [So Mai 16 17:10:26 2021] Bluetooth: HCI UART protocol H4 registered [So Mai 16 17:10:26 2021] Bluetooth: HCI UART protocol Three-wire (H5) registered [So Mai 16 17:10:26 2021] Bluetooth: HCI UART protocol Broadcom registered [So Mai 16 17:10:26 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [So Mai 16 17:10:26 2021] Bluetooth: BNEP filters: protocol multicast [So Mai 16 17:10:26 2021] Bluetooth: BNEP socket layer initialized [So Mai 16 17:10:26 2021] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead [So Mai 16 17:10:26 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:27 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:28 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:29 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:29 2021] broken atomic modeset userspace detected, disabling atomic [So Mai 16 17:10:30 2021] Bluetooth: hci0: command 0x1003 tx timeout [So Mai 16 17:10:32 2021] Bluetooth: hci0: command 0x1001 tx timeout [So Mai 16 17:10:34 2021] Bluetooth: hci0: command 0x1009 tx timeout pi@raspberrypi:~ $