Closed borconi closed 1 year ago
Rolled back to 9.5 (20230204 version) and there wifi works as expected. Suspecting it's the new kernel which has broken the wifi driver.
Sorry to hear that it broke. Your remark about the kernel upgrade sounds likely to be true. It's just weird that it works on my 4B+ but maybe that board has a different Wifi chipset. It's hard to find detailed specifications on the radxa site and I currently don't have access to mine. I will look into it next week.
Same WIFI chip, the AP6256 it's used on both, so that makes it even more interesting.... will give the B+ image a test just for curiosity.
Weird. I am using Ethernet myself but I am pretty sure that I at least tested that a wifi scan works on my board.
Hm so it definitely works on the 4B+:
# uname -a
Linux homeassistant 6.1.24 #1 SMP PREEMPT Mon Apr 24 00:25:13 UTC 2023 aarch64 HAOS
# readlink /sys/class/net/wlan0/device/driver/module
../../../../module/brcmfmac
# ha network scan wlan0
accesspoints:
- frequency: 5240
mac: *****
mode: infrastructure
signal: 70
ssid: *****
Can you please
readlink /sys/class/net/wlan0/device/driver/module
on your working 5.x installationfor comparison, this it what it looks like on my board:
# journalctl | grep brc
May 21 17:51:47 homeassistant kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
May 21 17:51:47 homeassistant kernel: brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,rockpi4b-plus.bin failed with error -2
May 21 17:51:47 homeassistant kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
May 21 17:51:48 homeassistant kernel: Bluetooth: hci0: BCM4345C5 'brcm/BCM4345C5.hcd' Patch
Looks like the firmware load error is expected or at least not critical.
I'll try to do it tomorrow (if I don't forget, just to find )
Emil Borconi Szedressy Sent from my mobile device, please excuse any typos
On Sun, May 21, 2023, 20:59 citruz @.***> wrote:
Hm so it definitely works on the 4B+:
uname -a
Linux homeassistant 6.1.24 #1 SMP PREEMPT Mon Apr 24 00:25:13 UTC 2023 aarch64 HAOS
readlink /sys/class/net/wlan0/device/driver/module
../../../../module/brcmfmac
ha network scan wlan0
accesspoints:
- frequency: 5240 mac: mode: infrastructure signal: 70 ssid:
Can you please
- post the output of readlink /sys/class/net/wlan0/device/driver/module on your working 5.x installation
- check the boot log on 6.x for any errors related to brcmfmac or a related driver? (either looking at the serial output or with journalctl)
for comparison, this it what it looks like on my board:
May 21 17:51:47 homeassistant kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9 ... May 21 17:51:47 homeassistant kernel: brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,rockpi4b-plus.bin failed with error -2 ... May 21 17:51:47 homeassistant kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
Looks like the firmware load error is expected or at least not critical.
— Reply to this email directly, view it on GitHub https://github.com/citruz/haos-rockpi/issues/11#issuecomment-1556241991, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDYPA3V4DKQPPQC4MMB4DXHJJXHANCNFSM6AAAAAAYB5R2FU . You are receiving this because you authored the thread.Message ID: @.***>
On 10.x there is no /sys/class/net/device
probably because the driver failed to load (sorry not having any wired network in the office so posting pic instead of text as I can't ssh in and too lazy to copy. This is with both 4B and 4B+ images on 10.0 version.
Screenshot of error: https://photos.app.goo.gl/z2xeEmAfKRv9KgRt9
On 10.x there is no /sys/class/net/device probably because the driver failed to load
Yeah I meant that you check this path on your working installation, just to confirm that the same driver is used as on the 4B+.
Regarding the error messages: The firmware load message is missing (brcmfmac: brcmf_c_preinit_dcmds: Firmware...
). Just to make sure, can you check that /lib/firmware/brcm/
contains files?
# ls /lib/firmware/brcm/
BCM43430A1.hcd brcmfmac43430-sdio.raspberrypi,3-model-b.txt brcmfmac43436s-sdio.bin brcmfmac43455-sdio.raspberrypi,4-model-b.txt
BCM43430B0.hcd brcmfmac43430-sdio.raspberrypi,model-zero-w.txt brcmfmac43436s-sdio.txt brcmfmac43455-sdio.txt
BCM4345C0.hcd brcmfmac43430-sdio.txt brcmfmac43455-sdio.bin brcmfmac43456-sdio.bin
BCM4345C5.hcd brcmfmac43436-sdio.bin brcmfmac43455-sdio.clm_blob brcmfmac43456-sdio.clm_blob
brcmfmac43430-sdio.bin brcmfmac43436-sdio.clm_blob brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt brcmfmac43456-sdio.txt
brcmfmac43430-sdio.clm_blob brcmfmac43436-sdio.txt brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
OK a very interesting observation..... I left the system running for a longer time, without doing anything on it, busy with other stuff. And now there is a WLAN. NetworkManager found the WiFi aprox 2 minutes after system completed booting.... and scanning is working as well. I guess issue can be closed... albeit not sure why the bring up of the wlan0 is so late, much later then system is up....
Yes from the error messages it looked like a timeout when the kernel was trying to communicate with the chipset controller. Maybe some hardware problem which causes instability. It some point the kernel tries again and it works the second time. Not great, but also not much I could do about that anyway. Let me know if the wifi is stable once it has been set up.
I also have the issue of no wifi on the 4c+. During boot I get via dmesg:
[ 6.991541] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2 [ 9.867500] ieee80211 phy0: brcmf_bus_started: failed: -110 [ 9.873962] ieee80211 phy0: brcmf_attach: dongle is not responding: err=-110
I have yet to check if the device appears later after finishing the boot up. Also I have not checked yet the prior version. The 110 error sounds like some sort of power saving feature?
Please don't close this topic yet.
Error 110 should be ETIMEDOUT
or am I missing something? Why power saving?
Can you post the full dmesg up until the "dongle is not responding" error message?
There are multiple threads in the upstream repo on non-working wifi or bluetooth after the upgrade to HAOS 10. These also seem to experience some timeout issues when talking to the controller: https://github.com/home-assistant/operating-system/issues/2485#issuecomment-1514708604 https://github.com/home-assistant/operating-system/issues/2535#issuecomment-1537530910
This looks very relevant: https://www.spinics.net/lists/stable/msg643721.html It's the exact same 4 errors as in @borconi 's screenshot. I don't think the patch has landed in 6.1 yet.
Good catch! This indeed sounds like the root cause - and is explaining the suspicion concerning power saving... So hopefully this will be resolved with the next release as well.
I just published a beta release which upgrades the kernel to 6.1.29. While I am not super confident that this will fix the issue, you can still try regardless. https://github.com/citruz/haos-rockpi/releases/tag/10.1%2B20230523beta
Tests finished. Wifi still results in: [ 9.858932] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout [ 9.865524] ieee80211 phy0: brcmf_bus_started: failed: -110 [ 9.871818] ieee80211 phy0: brcmf_attach: dongle is not responding: err=-110 [ 9.895380] brcmfmac: brcmf_sdio_firmware_callback: brcmf_attach failed
But: I was trying to get my Xiaomi Bluetooth BLE Kettle integrated for some days and failed. With the new version it suddenly worked with the Passive BLE add-on. So apparently this was a kernel issue as well.
Do you have any idea when the WiFi fix will be integrated into the kernel?
Just for your info, I attach here the complete dmesg of the 4C+ with the new beta:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.29 (builder@86fa23a482bc) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot -gc00352ed6) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue May 23 22:47:11 UTC 2023
[ 0.000000] Machine model: Radxa ROCK 4C+
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xf77d8380-0xf77dafff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000efe00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 21 pages/cpu s45480 r8192 d32344 u86016
[ 0.000000] pcpu-alloc: s45480 r8192 d32344 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: zram.enabled=1 zram.num_devices=3 net.naming-scheme=v250 systemd.machine_id=1d515f7c5ac24e0285afcf9bcc6333d3 fsck.repair=yes root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro rootwait rauc.slot=A earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,115200n8
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 3910168K/4061184K available (17920K kernel code, 3804K rwdata, 9336K rodata, 7808K init, 638K bss, 118248K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @480000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000000440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000000450000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.013839] Console: colour dummy device 80x25
[ 0.018855] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.030155] pid_max: default: 32768 minimum: 301
[ 0.035340] LSM: Security Framework initializing
[ 0.040546] AppArmor: AppArmor initialized
[ 0.045180] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.053345] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.063619] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.071314] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.079293] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.086118] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.093134] rcu: Hierarchical SRCU implementation.
[ 0.098423] rcu: Max phase no-delay instances is 1000.
[ 0.104580] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.112270] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.122296] fsl-mc MSI: interrupt-controller@fee20000 domain created
[ 0.136663] EFI services will not be available.
[ 0.142228] smp: Bringing up secondary CPUs ...
[ 0.148035] Detected VIPT I-cache on CPU1
[ 0.148150] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.148170] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.148192] GICv3: CPU1: using allocated LPI pending table @0x0000000000460000
[ 0.148252] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.149139] Detected VIPT I-cache on CPU2
[ 0.149235] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.149251] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.149270] GICv3: CPU2: using allocated LPI pending table @0x0000000000470000
[ 0.149311] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.150112] Detected VIPT I-cache on CPU3
[ 0.150210] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.150226] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.150244] GICv3: CPU3: using allocated LPI pending table @0x0000000000500000
[ 0.150283] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.151098] CPU features: detected: Spectre-v2
[ 0.151111] CPU features: detected: Spectre-v3a
[ 0.151120] CPU features: detected: Spectre-BHB
[ 0.151130] CPU features: detected: ARM erratum 1742098
[ 0.151137] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.151143] Detected PIPT I-cache on CPU4
[ 0.151235] cacheinfo: Unable to detect cache hierarchy for CPU 4
[ 0.151251] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.151269] GICv3: CPU4: using allocated LPI pending table @0x0000000000510000
[ 0.151310] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.152147] Detected PIPT I-cache on CPU5
[ 0.152227] cacheinfo: Unable to detect cache hierarchy for CPU 5
[ 0.152241] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.152258] GICv3: CPU5: using allocated LPI pending table @0x0000000000520000
[ 0.152290] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.152407] smp: Brought up 1 node, 6 CPUs
[ 0.354325] SMP: Total of 6 processors activated.
[ 0.359511] CPU features: detected: 32-bit EL0 Support
[ 0.365185] CPU features: detected: 32-bit EL1 Support
[ 0.370844] CPU features: detected: CRC32 instructions
[ 0.376637] CPU: All CPU(s) started at EL2
[ 0.381165] alternatives: applying system-wide alternatives
[ 0.391239] devtmpfs: initialized
[ 0.409331] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.420068] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.428639] pinctrl core: initialized pinctrl subsystem
[ 0.437496] DMI not present or invalid.
[ 0.442503] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.450683] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.458869] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.467731] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.476484] audit: initializing netlink subsys (disabled)
[ 0.482619] audit: type=2000 audit(0.324:1): state=initialized audit_enabled=0 res=1
[ 0.484122] thermal_sys: Registered thermal governor 'step_wise'
[ 0.491162] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.497829] cpuidle: using governor menu
[ 0.509607] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.517257] ASID allocator initialised with 65536 entries
[ 0.525593] Serial: AMBA PL011 UART driver
[ 0.558259] platform fe330000.mmc: Fixed dependency cycle(s) with /syscon@ff770000/phy@f780
[ 0.573403] platform ff900000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[ 0.581607] platform ff8f0000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[ 0.597184] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[ 0.604998] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[ 0.612813] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[ 0.620674] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[ 0.628411] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[ 0.640257] KASLR disabled due to lack of seed
[ 0.658507] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.665981] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.672880] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.680341] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.687231] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.694697] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.701586] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.709045] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.718080] ACPI: Interpreter disabled.
[ 0.727320] iommu: Default domain type: Translated
[ 0.732685] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.739849] SCSI subsystem initialized
[ 0.744144] libata version 3.00 loaded.
[ 0.744408] usbcore: registered new interface driver usbfs
[ 0.750486] usbcore: registered new interface driver hub
[ 0.756364] usbcore: registered new device driver usb
[ 0.763519] mc: Linux media interface: v0.10
[ 0.768233] videodev: Linux video capture interface: v2.00
[ 0.774286] pps_core: LinuxPPS API ver. 1 registered
[ 0.779744] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.789792] PTP clock support registered
[ 0.794293] EDAC MC: Ver: 3.0.0
[ 0.800200] FPGA manager framework
[ 0.804027] Advanced Linux Sound Architecture Driver Initialized.
[ 0.811567] vgaarb: loaded
[ 0.814995] clocksource: Switched to clocksource arch_sys_counter
[ 0.821950] VFS: Disk quotas dquot_6.6.0
[ 0.826311] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.834465] AppArmor: AppArmor Filesystem Enabled
[ 0.839672] pnp: PnP ACPI: disabled
[ 0.852935] NET: Registered PF_INET protocol family
[ 0.858576] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.871128] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.880605] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.889135] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.898181] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.907586] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.914909] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.922430] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.930595] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.937286] RPC: Registered named UNIX socket transport module.
[ 0.943807] RPC: Registered udp transport module.
[ 0.948984] RPC: Registered tcp transport module.
[ 0.954151] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.961234] PCI: CLS 0 bytes, default 64
[ 0.966720] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.976155] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.985762] kvm [1]: IPA Size Limit: 40 bits
[ 0.992449] kvm [1]: vgic-v2@fff20000
[ 0.996512] kvm [1]: GIC system register CPU interface enabled
[ 1.003494] kvm [1]: vgic interrupt IRQ18
[ 1.008138] kvm [1]: Hyp mode initialized successfully
[ 1.015643] Initialise system trusted keyrings
[ 1.020746] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 1.035323] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.042449] NFS: Registering the id_resolver key type
[ 1.048054] Key type id_resolver registered
[ 1.052658] Key type id_legacy registered
[ 1.057166] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.064533] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.072915] 9p: Installing v9fs 9p2000 file system support
[ 1.143814] Key type asymmetric registered
[ 1.148319] Asymmetric key parser 'x509' registered
[ 1.153730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.162035] io scheduler mq-deadline registered
[ 1.167031] io scheduler kyber registered
[ 1.200827] EINJ: ACPI disabled.
[ 1.225615] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.233951] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 1.245365] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.253698] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 1.283938] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.293679] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[ 1.303622] serial serial0: tty port ttyS0 registered
[ 1.310005] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 38, base_baud = 1500000) is a 16550A
[ 1.319965] printk: console [ttyS2] enabled
[ 1.329357] printk: bootconsole [uart8250] disabled
[ 1.342742] SuperH (H)SCI(F) driver initialized
[ 1.348778] msm_serial: driver initialized
[ 1.359481] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.373038] loop: module loaded
[ 1.377062] zram: Added device: zram0
[ 1.381617] zram: Added device: zram1
[ 1.386140] zram: Added device: zram2
[ 1.391689] megasas: 07.719.03.00-rc1
[ 1.405880] tun: Universal TUN/TAP device driver, 1.6
[ 1.413007] thunder_xcv, ver 1.0
[ 1.416701] thunder_bgx, ver 1.0
[ 1.420353] nicpf, ver 1.0
[ 1.425603] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.433693] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.439689] hclge is initializing
[ 1.443414] e1000: Intel(R) PRO/1000 Network Driver
[ 1.448873] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.455341] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.460897] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.467557] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.473600] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.479876] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.486891] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.494124] sky2: driver version 1.30
[ 1.500196] VFIO - User Level meta-driver version: 0.3
[ 1.513588] usbcore: registered new interface driver usb-storage
[ 1.520399] usbcore: registered new interface driver usbserial_generic
[ 1.527728] usbserial: USB Serial support registered for generic
[ 1.539237] i2c_dev: i2c /dev entries driver
[ 1.548006] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[ 1.558139] rk808 0-0020: chip id: 0x8090
[ 1.577953] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 1.584917] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 1.604708] vcc_mipi: Bringing 1800000uV into 3000000-3000000uV
[ 1.623062] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[ 1.633111] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 1.642418] regulator: mapping for mode 1 not defined
[ 1.648445] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 1.659646] Driver for 1-wire Dallas network protocol.
[ 1.670679] dw_wdt ff848000.watchdog: No valid TOPs array specified
[ 1.682062] cpu cpu0: EM: created perf domain
[ 1.687842] cpu cpu4: EM: created perf domain
[ 1.696241] sdhci: Secure Digital Host Controller Interface driver
[ 1.703151] sdhci: Copyright(c) Pierre Ossman
[ 1.708625] Synopsys Designware Multimedia Card Interface Driver
[ 1.716168] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.716328] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.717517] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[ 1.717572] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[ 1.717593] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[ 1.717690] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[ 1.718773] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[ 1.724092] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.731178] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.733991] mmc1: CQHCI version 5.10
[ 1.738284] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.738316] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 73,32 bit host data width,256 deep fifo
[ 1.738485] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[ 1.759764] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[ 1.762667] mmc_host mmc2: card is non-removable.
[ 1.762729] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.763918] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.764358] hid: raw HID events driver (C) Jiri Kosina
[ 1.764611] usbcore: registered new interface driver usbhid
[ 1.764614] usbhid: USB HID core driver
[ 1.772604] IPVS: Registered protocols ()
[ 1.788515] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.789956] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 1.801214] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 1.806910] IPVS: ipvs loaded.
[ 1.813949] mmc0: new high speed SDHC card at address 0001
[ 1.821180] IPVS: [rr] scheduler registered.
[ 1.821471] NET: Registered PF_INET6 protocol family
[ 1.828386] mmcblk0: mmc0:0001 SD32G 28.8 GiB
[ 1.834414] Segment Routing with IPv6
[ 1.849371] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.852456] In-situ OAM (IOAM) with IPv6
[ 1.915851] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1.919537] NET: Registered PF_PACKET protocol family
[ 1.945756] Bridge firewalling registered
[ 1.950507] 9pnet: Installing 9P2000 support
[ 1.955370] Key type dns_resolver registered
[ 1.960668] registered taskstats version 1
[ 1.965276] Loading compiled-in X.509 certificates
[ 1.971721] zswap: loaded using pool lz4/zsmalloc
[ 1.978417] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.036826] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.043422] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.052372] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.063074] xhci-hcd xhci-hcd.0.auto: irq 80, io mem 0xfe800000
[ 2.070146] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.076661] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.085247] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.092423] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 195
[ 2.093619] hub 1-0:1.0: USB hub found
[ 2.104272] hub 1-0:1.0: 1 port detected
[ 2.106513] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[ 2.108851] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.125568] hub 2-0:1.0: USB hub found
[ 2.129782] hub 2-0:1.0: 1 port detected
[ 2.139971] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.146344] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 2.155031] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.165584] xhci-hcd xhci-hcd.1.auto: irq 81, io mem 0xfe900000
[ 2.172331] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.178485] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 2.187066] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 2.195107] hub 3-0:1.0: USB hub found
[ 2.199422] hub 3-0:1.0: 1 port detected
[ 2.204006] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.213734] hub 4-0:1.0: USB hub found
[ 2.218060] hub 4-0:1.0: 1 port detected
[ 2.230692] ehci-platform fe380000.usb: EHCI Host Controller
[ 2.232394] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 2.232900] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 2.232922] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 5
[ 2.232996] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 2.233009] ohci-platform fe3e0000.usb: irq 85, io mem 0xfe3e0000
[ 2.233029] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[ 2.233167] ohci-platform fe3a0000.usb: irq 84, io mem 0xfe3a0000
[ 2.237280] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7
[ 2.243432] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 8
[ 2.251027] ehci-platform fe380000.usb: irq 82, io mem 0xfe380000
[ 2.259740] ehci-platform fe3c0000.usb: irq 83, io mem 0xfe3c0000
[ 2.283118] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 2.296140] hub 5-0:1.0: USB hub found
[ 2.303156] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 2.307094] hub 5-0:1.0: 1 port detected
[ 2.343151] printk: console [netcon0] enabled
[ 2.345012] hub 6-0:1.0: USB hub found
[ 2.348024] netconsole: network logging started
[ 2.348764] ALSA device list:
[ 2.352516] hub 6-0:1.0: 1 port detected
[ 2.357351] No soundcards found.
[ 2.361952] hub 7-0:1.0: USB hub found
[ 2.373255] hub 7-0:1.0: 1 port detected
[ 2.377714] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[ 2.379591] hub 8-0:1.0: USB hub found
[ 2.389353] hub 8-0:1.0: 1 port detected
[ 2.400524] VFS: Mounted root (squashfs filesystem) readonly on device 179:3.
[ 2.411001] devtmpfs: mounted
[ 2.417929] Freeing unused kernel memory: 7808K
[ 2.427052] Run /sbin/init as init process
[ 2.431642] with arguments:
[ 2.431645] /sbin/init
[ 2.431648] with environment:
[ 2.431650] HOME=/
[ 2.431653] TERM=linux
[ 2.817669] systemd[1]: System time before build time, advancing clock.
[ 2.924907] systemd[1]: systemd 252 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[ 2.960246] systemd[1]: Detected architecture arm64.
[ 2.987108] systemd[1]: Hostname set to <homeassistant>.
[ 2.993377] systemd[1]: Installed transient /etc/machine-id file.
[ 3.469827] systemd[1]: Queued start job for default target Multi-User System.
[ 3.577101] systemd[1]: Created slice Slice /system/ha-cli.
[ 3.601372] systemd[1]: Created slice Slice /system/modprobe.
[ 3.625489] systemd[1]: Created slice Slice /system/serial-getty.
[ 3.654037] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 3.697308] systemd[1]: Created slice Slice /system/systemd-growfs.
[ 3.726470] systemd[1]: Created slice User and Session Slice.
[ 3.755816] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.783662] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.811637] systemd[1]: Reached target Local Encrypted Volumes.
[ 3.835470] systemd[1]: Reached target HassOS hardware targets.
[ 3.859438] systemd[1]: Reached target HassOS zram targets.
[ 3.883408] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 3.907603] systemd[1]: Reached target NFS client services.
[ 3.931377] systemd[1]: Reached target Path Units.
[ 3.947460] systemd[1]: Reached target Preparation for Remote File Systems.
[ 3.971765] systemd[1]: Reached target Remote Encrypted Volumes.
[ 3.995485] systemd[1]: Reached target Remote File Systems.
[ 4.019707] systemd[1]: Reached target Remote Verity Protected Volumes.
[ 4.043434] systemd[1]: Reached target Slice Units.
[ 4.059560] systemd[1]: Reached target Local Verity Protected Volumes.
[ 4.086917] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 4.125969] systemd[1]: Listening on Process Core Dump Socket.
[ 4.148506] systemd[1]: Listening on Journal Audit Socket.
[ 4.172875] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.196760] systemd[1]: Listening on Journal Socket.
[ 4.215305] systemd[1]: Listening on udev Control Socket.
[ 4.240199] systemd[1]: Listening on udev Kernel Socket.
[ 4.295844] systemd[1]: Mounting Huge Pages File System...
[ 4.314651] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.399985] systemd[1]: Mounting Kernel Debug File System...
[ 4.415828] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.433461] systemd[1]: Starting Home Assistant OS Agent...
[ 4.470764] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.500598] systemd[1]: Starting Load Kernel Module configfs...
[ 4.523506] systemd[1]: Starting Load Kernel Module drm...
[ 4.542606] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 4.627657] systemd[1]: Starting Load Kernel Module fuse...
[ 4.650669] systemd[1]: Starting Journal Service...
[ 4.656909] fuse: init (API version 7.37)
[ 4.674054] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.703016] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.731411] systemd[1]: Starting Wait Until Kernel Time Synchronized...
[ 4.758271] systemd[1]: Starting Coldplug All udev Devices...
[ 4.778149] systemd[1]: Starting Disk Manager...
[ 4.800577] systemd[1]: Starting HassOS ZRAM tmp...
[ 4.872109] systemd[1]: Starting HassOS ZRAM var...
[ 4.891747] systemd[1]: Started Journal Service.
[ 4.905911] zram2: detected capacity change from 0 to 32768
[ 4.909383] zram1: detected capacity change from 0 to 65536
[ 5.450419] audit: type=1334 audit(1680605724.628:2): prog-id=6 op=LOAD
[ 5.458020] audit: type=1334 audit(1680605724.636:3): prog-id=7 op=LOAD
[ 6.399678] cs_system_cfg: CoreSight Configuration manager initialised
[ 6.428982] coresight-cpu-debug fe430000.debug: Coresight debug-CPU0 initialized
[ 6.438320] coresight-cpu-debug fe432000.debug: Coresight debug-CPU1 initialized
[ 6.449726] coresight-cpu-debug fe434000.debug: Coresight debug-CPU2 initialized
[ 6.459824] coresight-cpu-debug fe436000.debug: Coresight debug-CPU3 initialized
[ 6.473962] coresight-cpu-debug fe610000.debug: Coresight debug-CPU4 initialized
[ 6.485010] coresight-cpu-debug fe710000.debug: Coresight debug-CPU5 initialized
[ 6.560250] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[ 6.567827] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[ 6.571590] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.576544] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[ 6.581816] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.593356] rk808-rtc rk808-rtc: registered as rtc0
[ 6.594614] rkvdec ff660000.video-codec: Adding to iommu group 1
[ 6.597489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.598980] random: crng init done
[ 6.602948] rockchip-rga ff680000.rga: HW Version: 0x03.02
[ 6.608665] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 6.609737] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 6.609746] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2a).
[ 6.609751] rk_gmac-dwmac fe300000.ethernet: RX delay(0x21).
[ 6.609760] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 6.610828] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 6.615240] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1
[ 6.615863] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 6.623082] systemd-journald[190]: Oldest entry in /run/log/journal/1d515f7c5ac24e0285afcf9bcc6333d3/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 6.624965] rk808-rtc rk808-rtc: setting system clock to 2023-05-24T11:41:45 UTC (1684928505)
[ 6.631252] systemd-journald[190]: /run/log/journal/1d515f7c5ac24e0285afcf9bcc6333d3/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 6.631248] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 6.740813] rk_gmac-dwmac fe300000.ethernet: DWMAC1000
[ 6.746684] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[ 6.755114] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[ 6.763496] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[ 6.765822] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.768346] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2
[ 6.775442] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[ 6.775446] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[ 6.781021] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[ 6.789680] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3
[ 6.792738] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[ 6.795304] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[ 6.831847] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[ 6.832139] Bluetooth: Core ver 2.22
[ 6.832972] NET: Registered PF_BLUETOOTH protocol family
[ 6.832981] Bluetooth: HCI device and connection manager initialized
[ 6.833001] Bluetooth: HCI socket layer initialized
[ 6.833011] Bluetooth: L2CAP socket layer initialized
[ 6.833040] Bluetooth: SCO socket layer initialized
[ 6.839112] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.895734] rockchip-vop ff900000.vop: Adding to iommu group 3
[ 6.913468] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[ 6.924316] [drm] unsupported AFBC format[3231564e]
[ 6.931080] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[ 6.932182] panfrost ff9a0000.gpu: clock rate = 500000000
[ 6.942089] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 6.950423] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[ 6.959952] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[ 6.967435] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[ 6.978447] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[ 6.987242] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[ 6.996091] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 7.024992] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[ 7.025140] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 7.041173] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 7.055364] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 7.066943] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[ 7.088518] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[ 7.105146] Bluetooth: HCI UART driver ver 2.3
[ 7.110159] Bluetooth: HCI UART protocol H4 registered
[ 7.134792] Bluetooth: HCI UART protocol LL registered
[ 7.164589] Bluetooth: HCI UART protocol Broadcom registered
[ 7.178343] Bluetooth: HCI UART protocol QCA registered
[ 7.196527] Bluetooth: HCI UART protocol Marvell registered
[ 7.283167] dw-apb-uart ff180000.serial: failed to request DMA
[ 7.335845] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Quota mode: none.
[ 7.520496] Bluetooth: hci0: BCM: chip id 107
[ 7.526132] Bluetooth: hci0: BCM: features 0x2f
[ 7.533785] Bluetooth: hci0: BCM4345C0
[ 7.538053] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 7.548169] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
[ 8.208501] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Quota mode: none.
[ 8.556053] EXT4-fs (mmcblk0p8): resizing filesystem from 7375611 to 7375611 blocks
[ 8.665319] Bluetooth: hci0: BCM: features 0x2f
[ 8.668535] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0187
[ 8.668563] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0370
[ 8.863629] Adding 1303740k swap on /mnt/data/swapfile. Priority:-2 extents:5 across:1574076k SSFS
[ 8.980411] EXT4-fs (zram2): mounted filesystem without journal. Quota mode: none.
[ 9.571728] systemd-journald[190]: Received client request to flush runtime journal.
[ 9.863044] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
[ 9.869647] ieee80211 phy0: brcmf_bus_started: failed: -110
[ 9.879053] ieee80211 phy0: brcmf_attach: dongle is not responding: err=-110
[ 9.935607] brcmfmac: brcmf_sdio_firmware_callback: brcmf_attach failed
[ 11.620320] audit: type=1334 audit(1684928510.496:4): prog-id=8 op=LOAD
[ 12.415137] audit: type=1334 audit(1684928511.292:5): prog-id=9 op=LOAD
[ 12.416126] audit: type=1334 audit(1684928511.292:6): prog-id=10 op=LOAD
[ 12.416381] audit: type=1334 audit(1684928511.292:7): prog-id=11 op=LOAD
[ 12.537412] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.537448] Bluetooth: BNEP filters: protocol multicast
[ 12.537468] Bluetooth: BNEP socket layer initialized
[ 12.548961] Bluetooth: MGMT ver 1.22
[ 12.610130] NET: Registered PF_ALG protocol family
[ 12.633840] audit: type=1334 audit(1684928511.508:8): prog-id=12 op=LOAD
[ 12.634433] audit: type=1334 audit(1684928511.508:9): prog-id=13 op=LOAD
[ 12.634596] audit: type=1334 audit(1684928511.508:10): prog-id=14 op=LOAD
[ 13.006309] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 13.103011] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 13.111099] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
[ 13.111139] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[ 13.111542] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
[ 16.200342] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 16.200393] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.393055] audit: type=1334 audit(1684928517.268:11): prog-id=15 op=LOAD
[ 18.565122] audit: type=1334 audit(1684928517.440:12): prog-id=15 op=UNLOAD
[ 18.571436] audit: type=1334 audit(1684928517.448:13): prog-id=16 op=LOAD
[ 19.047494] audit: type=1400 audit(1684928521.859:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="2ad4c73a_hassos_ssh_configurator_addon" pid=535 comm="apparmor_parser"
[ 19.047541] audit: type=1300 audit(1684928521.859:14): arch=c00000b7 syscall=64 success=yes exit=4761 a0=6 a1=aaaae2f9f2d0 a2=1299 a3=1 items=0 ppid=534 pid=535 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 19.047564] audit: type=1327 audit(1684928521.859:14): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F32616434633733615F686173736F735F7373685F636F6E666967757261746F725F6164646F
[ 19.080931] audit: type=1400 audit(1684928521.887:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=537 comm="apparmor_parser"
[ 19.080994] audit: type=1400 audit(1684928521.887:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=537 comm="apparmor_parser"
[ 19.081030] audit: type=1400 audit(1684928521.887:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=537 comm="apparmor_parser"
[ 19.081065] audit: type=1300 audit(1684928521.887:15): arch=c00000b7 syscall=64 success=yes exit=39307 a0=6 a1=aaaae6b43c90 a2=998b a3=1 items=0 ppid=536 pid=537 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 23.862896] kauditd_printk_skb: 4 callbacks suppressed
[ 23.862915] audit: type=1325 audit(1684928526.675:17): table=nat:2 family=2 entries=2 op=nft_register_chain pid=580 subj=unconfined comm="iptables"
[ 23.862953] audit: type=1300 audit(1684928526.675:17): arch=c00000b7 syscall=211 success=yes exit=116 a0=3 a1=ffffed109f68 a2=0 a3=1 items=0 ppid=540 pid=580 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.863002] audit: type=1327 audit(1684928526.675:17): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
[ 23.872887] audit: type=1325 audit(1684928526.687:18): table=filter:3 family=2 entries=2 op=nft_register_chain pid=582 subj=unconfined comm="iptables"
[ 23.872928] audit: type=1300 audit(1684928526.687:18): arch=c00000b7 syscall=211 success=yes exit=124 a0=3 a1=ffffdb7bf108 a2=0 a3=1 items=0 ppid=540 pid=582 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.872949] audit: type=1327 audit(1684928526.687:18): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
[ 23.881662] audit: type=1325 audit(1684928526.695:19): table=filter:4 family=2 entries=1 op=nft_register_chain pid=584 subj=unconfined comm="iptables"
[ 23.881704] audit: type=1300 audit(1684928526.695:19): arch=c00000b7 syscall=211 success=yes exit=112 a0=3 a1=fffff1fae8b8 a2=0 a3=1 items=0 ppid=540 pid=584 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.881725] audit: type=1327 audit(1684928526.695:19): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
[ 23.897678] audit: type=1325 audit(1684928526.711:20): table=filter:5 family=2 entries=1 op=nft_register_chain pid=586 subj=unconfined comm="iptables"
[ 24.158462] Initializing XFRM netlink socket
[ 25.372905] hassio: port 1(vethcb804c1) entered blocking state
[ 25.372961] hassio: port 1(vethcb804c1) entered disabled state
[ 25.373553] device vethcb804c1 entered promiscuous mode
[ 25.377333] hassio: port 1(vethcb804c1) entered blocking state
[ 25.377369] hassio: port 1(vethcb804c1) entered forwarding state
[ 25.377859] hassio: port 1(vethcb804c1) entered disabled state
[ 27.177409] eth0: renamed from veth8e8c880
[ 27.205671] IPv6: ADDRCONF(NETDEV_CHANGE): vethcb804c1: link becomes ready
[ 27.205897] hassio: port 1(vethcb804c1) entered blocking state
[ 27.205954] hassio: port 1(vethcb804c1) entered forwarding state
[ 27.206172] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready
[ 29.626853] docker0: port 1(veth2c27562) entered blocking state
[ 29.626908] docker0: port 1(veth2c27562) entered disabled state
[ 29.627348] device veth2c27562 entered promiscuous mode
[ 29.627429] kauditd_printk_skb: 239 callbacks suppressed
[ 29.627435] audit: type=1700 audit(1684928532.439:102): dev=veth2c27562 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 29.627824] audit: type=1300 audit(1684928532.439:102): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=400123b0b0 a2=28 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 29.627900] audit: type=1327 audit(1684928532.439:102): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 29.735215] hassio: port 2(veth5dcb961) entered blocking state
[ 29.735262] hassio: port 2(veth5dcb961) entered disabled state
[ 29.735831] device veth5dcb961 entered promiscuous mode
[ 29.735996] audit: type=1700 audit(1684928532.547:103): dev=veth5dcb961 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 29.736186] audit: type=1300 audit(1684928532.547:103): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=400103a7b0 a2=28 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 29.736237] audit: type=1327 audit(1684928532.547:103): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 29.736439] hassio: port 2(veth5dcb961) entered blocking state
[ 29.736461] hassio: port 2(veth5dcb961) entered forwarding state
[ 30.212020] audit: type=1334 audit(1684928533.027:104): prog-id=21 op=LOAD
[ 30.212087] audit: type=1300 audit(1684928533.027:104): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001ad700 a2=78 a3=0 items=0 ppid=1150 pid=1159 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 30.212132] audit: type=1327 audit(1684928533.027:104): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F32343434303432653137633366616261376439666131386633
[ 30.212544] audit: type=1334 audit(1684928533.027:105): prog-id=22 op=LOAD
[ 30.524520] eth0: renamed from vethf95935d
[ 30.552614] hassio: port 2(veth5dcb961) entered disabled state
[ 30.552768] IPv6: ADDRCONF(NETDEV_CHANGE): veth2c27562: link becomes ready
[ 30.552869] docker0: port 1(veth2c27562) entered blocking state
[ 30.552885] docker0: port 1(veth2c27562) entered forwarding state
[ 30.553011] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[ 30.821954] eth1: renamed from vethff6c4e4
[ 30.836879] IPv6: ADDRCONF(NETDEV_CHANGE): veth5dcb961: link becomes ready
[ 30.837055] hassio: port 2(veth5dcb961) entered blocking state
[ 30.837091] hassio: port 2(veth5dcb961) entered forwarding state
[ 39.085937] kauditd_printk_skb: 31 callbacks suppressed
[ 39.085958] audit: type=1334 audit(1684928541.899:117): prog-id=24 op=LOAD
[ 39.087117] audit: type=1334 audit(1684928541.903:118): prog-id=25 op=LOAD
[ 39.087684] audit: type=1334 audit(1684928541.903:119): prog-id=26 op=LOAD
[ 39.966557] audit: type=1334 audit(1684928542.779:120): prog-id=27 op=LOAD
[ 39.995843] audit: type=1334 audit(1684928542.811:121): prog-id=16 op=UNLOAD
[ 40.088598] audit: type=1400 audit(1684928542.903:122): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="2ad4c73a_hassos_ssh_configurator_addon" pid=1446 comm="apparmor_parser"
[ 40.088636] audit: type=1300 audit(1684928542.903:122): arch=c00000b7 syscall=64 success=yes exit=4761 a0=6 a1=aaaac16062d0 a2=1299 a3=1 items=0 ppid=1445 pid=1446 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 40.088654] audit: type=1327 audit(1684928542.903:122): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F32616434633733615F68
[ 40.123457] audit: type=1400 audit(1684928542.923:123): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1448 comm="apparmor_parser"
[ 40.123503] audit: type=1400 audit(1684928542.923:123): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1448 comm="apparmor_parser"
[ 41.236955] hassio: port 3(veth543dba3) entered blocking state
[ 41.236983] hassio: port 3(veth543dba3) entered disabled state
[ 41.237153] device veth543dba3 entered promiscuous mode
[ 42.185997] eth0: renamed from veth091035f
[ 42.205041] IPv6: ADDRCONF(NETDEV_CHANGE): veth543dba3: link becomes ready
[ 42.205217] hassio: port 3(veth543dba3) entered blocking state
[ 42.205242] hassio: port 3(veth543dba3) entered forwarding state
[ 43.956675] hassio: port 4(veth458bf01) entered blocking state
[ 43.956704] hassio: port 4(veth458bf01) entered disabled state
[ 43.956897] device veth458bf01 entered promiscuous mode
[ 44.524967] kauditd_printk_skb: 47 callbacks suppressed
[ 44.524989] audit: type=1334 audit(1684928547.339:142): prog-id=33 op=LOAD
[ 44.527525] audit: type=1334 audit(1684928547.339:143): prog-id=34 op=LOAD
[ 44.527550] audit: type=1300 audit(1684928547.339:143): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=1654 pid=1669 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 44.527566] audit: type=1327 audit(1684928547.339:143): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F37643230336562623331613863313830333235666134393337
[ 44.527972] audit: type=1334 audit(1684928547.343:144): prog-id=35 op=LOAD
[ 44.528073] audit: type=1300 audit(1684928547.343:144): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=1654 pid=1669 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 44.528090] audit: type=1327 audit(1684928547.343:144): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F37643230336562623331613863313830333235666134393337
[ 44.528146] audit: type=1334 audit(1684928547.343:145): prog-id=35 op=UNLOAD
[ 44.528369] audit: type=1334 audit(1684928547.343:146): prog-id=34 op=UNLOAD
[ 44.530038] audit: type=1334 audit(1684928547.343:147): prog-id=36 op=LOAD
[ 45.105498] eth0: renamed from vethd0c71ee
[ 45.133054] IPv6: ADDRCONF(NETDEV_CHANGE): veth458bf01: link becomes ready
[ 45.133171] hassio: port 4(veth458bf01) entered blocking state
[ 45.133188] hassio: port 4(veth458bf01) entered forwarding state
[ 46.533401] hassio: port 5(vethccbb0c1) entered blocking state
[ 46.533451] hassio: port 5(vethccbb0c1) entered disabled state
[ 46.533931] device vethccbb0c1 entered promiscuous mode
[ 47.429042] eth0: renamed from vethd653b76
[ 47.457482] IPv6: ADDRCONF(NETDEV_CHANGE): vethccbb0c1: link becomes ready
[ 47.457741] hassio: port 5(vethccbb0c1) entered blocking state
[ 47.457773] hassio: port 5(vethccbb0c1) entered forwarding state
[ 52.621902] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 52.631546] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 52.642302] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 52.652493] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 52.662084] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 52.672870] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 52.683738] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 52.693328] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 52.704061] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 52.714230] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 52.723796] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 52.734513] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 52.821628] Bluetooth: RFCOMM TTY layer initialized
[ 52.821671] Bluetooth: RFCOMM socket layer initialized
[ 52.821708] Bluetooth: RFCOMM ver 1.11
[ 53.984490] hassio: port 6(veth2341565) entered blocking state
[ 53.984518] hassio: port 6(veth2341565) entered disabled state
[ 53.984678] device veth2341565 entered promiscuous mode
[ 53.984723] kauditd_printk_skb: 77 callbacks suppressed
[ 53.984727] audit: type=1700 audit(1684928556.799:177): dev=veth2341565 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 53.985344] audit: type=1300 audit(1684928556.799:177): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40005ef5c0 a2=28 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 53.985749] audit: type=1327 audit(1684928556.799:177): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 54.066385] audit: type=1325 audit(1684928556.879:178): table=nat:72 family=2 entries=1 op=nft_register_rule pid=2621 subj=unconfined comm="iptables"
[ 54.066420] audit: type=1300 audit(1684928556.879:178): arch=c00000b7 syscall=211 success=yes exit=508 a0=3 a1=ffffcc467b58 a2=0 a3=1 items=0 ppid=540 pid=2621 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 54.066441] audit: type=1327 audit(1684928556.879:178): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
[ 54.081836] audit: type=1325 audit(1684928556.895:179): table=filter:73 family=2 entries=1 op=nft_register_rule pid=2623 subj=unconfined comm="iptables"
[ 54.081870] audit: type=1300 audit(1684928556.895:179): arch=c00000b7 syscall=211 success=yes exit=648 a0=3 a1=ffffefcd2228 a2=0 a3=1 items=0 ppid=540 pid=2623 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 54.081891] audit: type=1327 audit(1684928556.895:179): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
[ 54.097878] audit: type=1325 audit(1684928556.911:180): table=nat:74 family=2 entries=1 op=nft_register_rule pid=2625 subj=unconfined comm="iptables"
[ 55.165560] eth0: renamed from vetha0237dd
[ 55.185344] IPv6: ADDRCONF(NETDEV_CHANGE): veth2341565: link becomes ready
[ 55.185585] hassio: port 6(veth2341565) entered blocking state
[ 55.185615] hassio: port 6(veth2341565) entered forwarding state
[ 62.058025] kauditd_printk_skb: 65 callbacks suppressed
[ 62.058044] audit: type=1334 audit(1684928564.871:204): prog-id=49 op=LOAD
[ 62.061187] audit: type=1334 audit(1684928564.875:205): prog-id=50 op=LOAD
[ 62.061233] audit: type=1300 audit(1684928564.875:205): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=2980 pid=2990 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 62.061266] audit: type=1327 audit(1684928564.875:205): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33323737343639323836643539313033353034336364663563
[ 62.061706] audit: type=1334 audit(1684928564.875:206): prog-id=51 op=LOAD
[ 62.061771] audit: type=1300 audit(1684928564.875:206): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=2980 pid=2990 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 62.061802] audit: type=1327 audit(1684928564.875:206): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33323737343639323836643539313033353034336364663563
[ 62.061837] audit: type=1334 audit(1684928564.875:207): prog-id=51 op=UNLOAD
[ 62.061999] audit: type=1334 audit(1684928564.875:208): prog-id=50 op=UNLOAD
[ 62.063885] audit: type=1334 audit(1684928564.875:209): prog-id=52 op=LOAD
[ 66.424639] hassio: port 7(vethb3cca41) entered blocking state
[ 66.424701] hassio: port 7(vethb3cca41) entered disabled state
[ 66.425082] device vethb3cca41 entered promiscuous mode
[ 67.247872] kauditd_printk_skb: 29 callbacks suppressed
[ 67.247889] audit: type=1325 audit(1684928570.063:223): table=nat:2 family=2 entries=2 op=nft_register_chain pid=3285 subj=unconfined comm="iptables"
[ 67.247917] audit: type=1300 audit(1684928570.063:223): arch=c00000b7 syscall=211 success=yes exit=124 a0=3 a1=ffffef1df628 a2=0 a3=1 items=0 ppid=3270 pid=3285 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 67.247938] audit: type=1327 audit(1684928570.063:223): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
[ 67.254270] audit: type=1325 audit(1684928570.067:224): table=nat:3 family=2 entries=2 op=nft_register_chain pid=3286 subj=unconfined comm="iptables"
[ 67.254309] audit: type=1300 audit(1684928570.067:224): arch=c00000b7 syscall=211 success=yes exit=396 a0=3 a1=fffff93df8f8 a2=0 a3=1 items=0 ppid=3270 pid=3286 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 67.254330] audit: type=1327 audit(1684928570.067:224): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D49004F5554505554002D64003132372E302E302E3131002D6A00444F434B45525F4F5554505554
[ 67.266648] audit: type=1325 audit(1684928570.079:225): table=nat:4 family=2 entries=1 op=nft_register_chain pid=3288 subj=unconfined comm="iptables"
[ 67.266686] audit: type=1300 audit(1684928570.079:225): arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=fffff5b10858 a2=0 a3=1 items=0 ppid=3270 pid=3288 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 67.266709] audit: type=1327 audit(1684928570.079:225): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F504F5354524F5554494E47
[ 67.273258] audit: type=1325 audit(1684928570.087:226): table=nat:5 family=2 entries=2 op=nft_register_chain pid=3289 subj=unconfined comm="iptables"
[ 67.342646] eth0: renamed from vethf8a0efb
[ 67.377335] IPv6: ADDRCONF(NETDEV_CHANGE): vethb3cca41: link becomes ready
[ 67.377582] hassio: port 7(vethb3cca41) entered blocking state
[ 67.377613] hassio: port 7(vethb3cca41) entered forwarding state
[ 73.326592] kauditd_printk_skb: 20 callbacks suppressed
[ 73.326610] audit: type=1334 audit(1684928576.139:237): prog-id=61 op=LOAD
[ 73.326641] audit: type=1300 audit(1684928576.139:237): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400010d700 a2=78 a3=0 items=0 ppid=3670 pid=3680 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 73.326658] audit: type=1327 audit(1684928576.139:237): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33653931376337313061346366353464613230323963303039
[ 73.327217] audit: type=1334 audit(1684928576.139:238): prog-id=62 op=LOAD
[ 73.327269] audit: type=1300 audit(1684928576.139:238): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=400010d490 a2=78 a3=0 items=0 ppid=3670 pid=3680 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 73.327291] audit: type=1327 audit(1684928576.139:238): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33653931376337313061346366353464613230323963303039
[ 73.327340] audit: type=1334 audit(1684928576.143:239): prog-id=62 op=UNLOAD
[ 73.327623] audit: type=1334 audit(1684928576.143:240): prog-id=61 op=UNLOAD
[ 73.328041] audit: type=1334 audit(1684928576.143:241): prog-id=63 op=LOAD
[ 73.328102] audit: type=1300 audit(1684928576.143:241): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400010d960 a2=78 a3=0 items=0 ppid=3670 pid=3680 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 78.754735] kauditd_printk_skb: 1 callbacks suppressed
[ 78.754745] audit: type=1334 audit(1684928581.567:242): prog-id=53 op=UNLOAD
[ 78.803531] audit: type=1334 audit(1684928581.619:243): prog-id=56 op=UNLOAD
[ 81.062119] audit: type=1334 audit(1684928583.875:244): prog-id=64 op=LOAD
[ 81.063671] audit: type=1334 audit(1684928583.879:245): prog-id=65 op=LOAD
[ 81.063715] audit: type=1300 audit(1684928583.879:245): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=4000137700 a2=78 a3=0 items=0 ppid=4156 pid=4165 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 81.063738] audit: type=1327 audit(1684928583.879:245): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38396631343264376635316166343061333333643165363661
[ 81.063850] audit: type=1334 audit(1684928583.879:246): prog-id=66 op=LOAD
[ 81.063870] audit: type=1300 audit(1684928583.879:246): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=4000137490 a2=78 a3=0 items=0 ppid=4156 pid=4165 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 81.063891] audit: type=1327 audit(1684928583.879:246): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38396631343264376635316166343061333333643165363661
[ 81.063918] audit: type=1334 audit(1684928583.879:247): prog-id=66 op=UNLOAD
[ 94.181262] kauditd_printk_skb: 4 callbacks suppressed
[ 94.181281] audit: type=1334 audit(1684928596.995:250): prog-id=64 op=UNLOAD
[ 94.239332] audit: type=1334 audit(1684928597.055:251): prog-id=67 op=UNLOAD
[ 96.902395] audit: type=1334 audit(1684928599.715:252): prog-id=68 op=LOAD
[ 96.904344] audit: type=1334 audit(1684928599.719:253): prog-id=69 op=LOAD
[ 96.904399] audit: type=1300 audit(1684928599.719:253): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400018d700 a2=78 a3=0 items=0 ppid=4594 pid=4605 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 96.904441] audit: type=1327 audit(1684928599.719:253): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34623738643538373539643133333665663039616433373962
[ 96.904651] audit: type=1334 audit(1684928599.719:254): prog-id=70 op=LOAD
[ 96.904689] audit: type=1300 audit(1684928599.719:254): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=400018d490 a2=78 a3=0 items=0 ppid=4594 pid=4605 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 96.904729] audit: type=1327 audit(1684928599.719:254): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34623738643538373539643133333665663039616433373962
[ 96.904782] audit: type=1334 audit(1684928599.719:255): prog-id=70 op=UNLOAD
[ 108.319511] kauditd_printk_skb: 4 callbacks suppressed
[ 108.319527] audit: type=1334 audit(1684928611.135:258): prog-id=68 op=UNLOAD
[ 108.375324] audit: type=1334 audit(1684928611.191:259): prog-id=71 op=UNLOAD
[ 111.079391] audit: type=1334 audit(1684928613.895:260): prog-id=72 op=LOAD
[ 111.081747] audit: type=1334 audit(1684928613.895:261): prog-id=73 op=LOAD
[ 111.081788] audit: type=1300 audit(1684928613.895:261): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=4000137700 a2=78 a3=0 items=0 ppid=5280 pid=5290 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 111.081810] audit: type=1327 audit(1684928613.895:261): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F36366662633534646637336233346165643231666463623939
[ 111.082106] audit: type=1334 audit(1684928613.895:262): prog-id=74 op=LOAD
[ 111.082153] audit: type=1300 audit(1684928613.895:262): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=4000137490 a2=78 a3=0 items=0 ppid=5280 pid=5290 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 111.082176] audit: type=1327 audit(1684928613.895:262): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F36366662633534646637336233346165643231666463623939
[ 111.082202] audit: type=1334 audit(1684928613.895:263): prog-id=74 op=UNLOAD
[ 124.230079] kauditd_printk_skb: 4 callbacks suppressed
[ 124.230099] audit: type=1334 audit(1684928627.043:266): prog-id=72 op=UNLOAD
[ 124.283448] audit: type=1334 audit(1684928627.099:267): prog-id=75 op=UNLOAD
[ 126.037865] audit: type=1334 audit(1684928628.851:268): prog-id=76 op=LOAD
[ 126.040374] audit: type=1334 audit(1684928628.855:269): prog-id=77 op=LOAD
[ 126.040407] audit: type=1300 audit(1684928628.855:269): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=5689 pid=5700 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 126.040428] audit: type=1327 audit(1684928628.855:269): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F63356534646364303138346362666164333764323139323331
[ 126.040688] audit: type=1334 audit(1684928628.855:270): prog-id=78 op=LOAD
[ 126.040722] audit: type=1300 audit(1684928628.855:270): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=5689 pid=5700 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 126.040742] audit: type=1327 audit(1684928628.855:270): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F63356534646364303138346362666164333764323139323331
[ 126.040763] audit: type=1334 audit(1684928628.855:271): prog-id=78 op=UNLOAD
[ 137.172092] kauditd_printk_skb: 4 callbacks suppressed
[ 137.172113] audit: type=1334 audit(1684928639.987:274): prog-id=76 op=UNLOAD
[ 137.216061] audit: type=1334 audit(1684928640.031:275): prog-id=79 op=UNLOAD
[ 139.586534] audit: type=1334 audit(1684928642.399:276): prog-id=80 op=LOAD
[ 139.590133] audit: type=1334 audit(1684928642.403:277): prog-id=81 op=LOAD
[ 139.590175] audit: type=1300 audit(1684928642.403:277): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=4000135700 a2=78 a3=0 items=0 ppid=6113 pid=6124 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 139.590196] audit: type=1327 audit(1684928642.403:277): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66623365633938363236313530343937323633323866653635
[ 139.590614] audit: type=1334 audit(1684928642.403:278): prog-id=82 op=LOAD
[ 139.590663] audit: type=1300 audit(1684928642.403:278): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=4000135490 a2=78 a3=0 items=0 ppid=6113 pid=6124 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 139.590685] audit: type=1327 audit(1684928642.403:278): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66623365633938363236313530343937323633323866653635
[ 139.590709] audit: type=1334 audit(1684928642.403:279): prog-id=82 op=UNLOAD
[ 150.235989] kauditd_printk_skb: 4 callbacks suppressed
[ 150.236008] audit: type=1334 audit(1684928653.051:282): prog-id=80 op=UNLOAD
[ 150.291762] audit: type=1334 audit(1684928653.107:283): prog-id=83 op=UNLOAD
[ 151.935166] audit: type=1334 audit(1684928654.747:284): prog-id=84 op=LOAD
[ 151.938264] audit: type=1334 audit(1684928654.751:285): prog-id=85 op=LOAD
[ 151.938301] audit: type=1300 audit(1684928654.751:285): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001bd700 a2=78 a3=0 items=0 ppid=6517 pid=6528 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 151.938341] audit: type=1327 audit(1684928654.751:285): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F35316131646637396632646166393238343065363436326164
[ 151.938693] audit: type=1334 audit(1684928654.751:286): prog-id=86 op=LOAD
[ 151.938745] audit: type=1300 audit(1684928654.751:286): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001bd490 a2=78 a3=0 items=0 ppid=6517 pid=6528 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 151.938767] audit: type=1327 audit(1684928654.751:286): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F35316131646637396632646166393238343065363436326164
[ 151.938794] audit: type=1334 audit(1684928654.751:287): prog-id=86 op=UNLOAD
[ 162.384141] kauditd_printk_skb: 4 callbacks suppressed
[ 162.384161] audit: type=1334 audit(1684928665.199:290): prog-id=84 op=UNLOAD
[ 162.423887] audit: type=1334 audit(1684928665.239:291): prog-id=87 op=UNLOAD
[ 164.195130] audit: type=1334 audit(1684928667.007:292): prog-id=88 op=LOAD
[ 164.199728] audit: type=1334 audit(1684928667.015:293): prog-id=89 op=LOAD
[ 164.199761] audit: type=1300 audit(1684928667.015:293): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001bd700 a2=78 a3=0 items=0 ppid=6916 pid=6927 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 164.199780] audit: type=1327 audit(1684928667.015:293): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31663637376137613761643864396637313638326238323039
[ 164.200124] audit: type=1334 audit(1684928667.015:294): prog-id=90 op=LOAD
[ 164.200167] audit: type=1300 audit(1684928667.015:294): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001bd490 a2=78 a3=0 items=0 ppid=6916 pid=6927 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 164.200187] audit: type=1327 audit(1684928667.015:294): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31663637376137613761643864396637313638326238323039
[ 164.200209] audit: type=1334 audit(1684928667.015:295): prog-id=90 op=UNLOAD
[ 174.923200] kauditd_printk_skb: 4 callbacks suppressed
[ 174.923215] audit: type=1334 audit(1684928677.739:298): prog-id=88 op=UNLOAD
[ 174.959828] audit: type=1334 audit(1684928677.775:299): prog-id=91 op=UNLOAD
[ 177.543834] audit: type=1334 audit(1684928680.359:300): prog-id=92 op=LOAD
[ 177.546309] audit: type=1334 audit(1684928680.359:301): prog-id=93 op=LOAD
[ 177.546328] audit: type=1300 audit(1684928680.359:301): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=7325 pid=7336 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 177.546340] audit: type=1327 audit(1684928680.359:301): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31663263636461636666616631323734623030366265326165
[ 177.546472] audit: type=1334 audit(1684928680.359:302): prog-id=94 op=LOAD
[ 177.546494] audit: type=1300 audit(1684928680.359:302): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=7325 pid=7336 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 177.546504] audit: type=1327 audit(1684928680.359:302): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31663263636461636666616631323734623030366265326165
[ 177.546517] audit: type=1334 audit(1684928680.359:303): prog-id=94 op=UNLOAD
[ 188.332773] kauditd_printk_skb: 4 callbacks suppressed
[ 188.332788] audit: type=1334 audit(1684928691.147:306): prog-id=92 op=UNLOAD
[ 188.391689] audit: type=1334 audit(1684928691.207:307): prog-id=95 op=UNLOAD
[ 190.109865] audit: type=1334 audit(1684928692.923:308): prog-id=96 op=LOAD
[ 190.113349] audit: type=1334 audit(1684928692.927:309): prog-id=97 op=LOAD
[ 190.113407] audit: type=1300 audit(1684928692.927:309): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400012d700 a2=78 a3=0 items=0 ppid=7731 pid=7740 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 190.113450] audit: type=1327 audit(1684928692.927:309): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33376133623166373637323266656232356230623631383734
[ 190.113939] audit: type=1334 audit(1684928692.927:310): prog-id=98 op=LOAD
[ 190.114033] audit: type=1300 audit(1684928692.927:310): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400012d490 a2=78 a3=0 items=0 ppid=7731 pid=7740 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 190.114075] audit: type=1327 audit(1684928692.927:310): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33376133623166373637323266656232356230623631383734
[ 190.114128] audit: type=1334 audit(1684928692.927:311): prog-id=98 op=UNLOAD
[ 200.825886] kauditd_printk_skb: 4 callbacks suppressed
[ 200.825904] audit: type=1334 audit(1684928703.639:314): prog-id=96 op=UNLOAD
[ 200.879523] audit: type=1334 audit(1684928703.695:315): prog-id=99 op=UNLOAD
[ 202.491348] audit: type=1334 audit(1684928705.307:316): prog-id=100 op=LOAD
[ 202.495863] audit: type=1334 audit(1684928705.311:317): prog-id=101 op=LOAD
[ 202.495921] audit: type=1300 audit(1684928705.311:317): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=8136 pid=8147 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 202.495964] audit: type=1327 audit(1684928705.311:317): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F62636434393233343634643939626539663930666262656234
[ 202.496518] audit: type=1334 audit(1684928705.311:318): prog-id=102 op=LOAD
[ 202.496561] audit: type=1300 audit(1684928705.311:318): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=8136 pid=8147 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 202.496601] audit: type=1327 audit(1684928705.311:318): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F62636434393233343634643939626539663930666262656234
[ 202.496654] audit: type=1334 audit(1684928705.311:319): prog-id=102 op=UNLOAD
[ 213.432188] kauditd_printk_skb: 4 callbacks suppressed
[ 213.432207] audit: type=1334 audit(1684928716.247:322): prog-id=100 op=UNLOAD
[ 213.483862] audit: type=1334 audit(1684928716.299:323): prog-id=103 op=UNLOAD
[ 245.992980] hassio: port 8(veth81132be) entered blocking state
[ 245.993039] hassio: port 8(veth81132be) entered disabled state
[ 245.993600] device veth81132be entered promiscuous mode
[ 245.993699] audit: type=1700 audit(1684928748.807:324): dev=veth81132be prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 245.996435] audit: type=1300 audit(1684928748.807:324): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40012bce70 a2=28 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 245.996476] audit: type=1327 audit(1684928748.807:324): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 246.298718] audit: type=1334 audit(1684928749.111:325): prog-id=104 op=LOAD
[ 246.301652] audit: type=1334 audit(1684928749.115:326): prog-id=105 op=LOAD
[ 246.301705] audit: type=1300 audit(1684928749.115:326): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400018d700 a2=78 a3=0 items=0 ppid=8564 pid=8574 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 246.301737] audit: type=1327 audit(1684928749.115:326): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F36366434653265323031356331396463316434323561373637
[ 246.302127] audit: type=1334 audit(1684928749.115:327): prog-id=106 op=LOAD
[ 246.302192] audit: type=1300 audit(1684928749.115:327): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400018d490 a2=78 a3=0 items=0 ppid=8564 pid=8574 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 246.302221] audit: type=1327 audit(1684928749.115:327): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F36366434653265323031356331396463316434323561373637
[ 246.852944] eth0: renamed from vethc7d2466
[ 246.880159] IPv6: ADDRCONF(NETDEV_CHANGE): veth81132be: link becomes ready
[ 246.880261] hassio: port 8(veth81132be) entered blocking state
[ 246.880272] hassio: port 8(veth81132be) entered forwarding state
[ 249.834753] hassio: port 9(vethdd8aa14) entered blocking state
[ 249.834784] hassio: port 9(vethdd8aa14) entered disabled state
[ 249.834965] device vethdd8aa14 entered promiscuous mode
[ 250.872888] eth0: renamed from vethd10ecb0
[ 250.904092] IPv6: ADDRCONF(NETDEV_CHANGE): vethdd8aa14: link becomes ready
[ 250.904186] hassio: port 9(vethdd8aa14) entered blocking state
[ 250.904195] hassio: port 9(vethdd8aa14) entered forwarding state
[ 256.157147] kauditd_printk_skb: 79 callbacks suppressed
[ 256.157168] audit: type=1334 audit(1684928758.970:359): prog-id=115 op=LOAD
[ 256.157737] audit: type=1334 audit(1684928758.970:360): prog-id=116 op=LOAD
[ 256.157842] audit: type=1334 audit(1684928758.970:361): prog-id=117 op=LOAD
[ 256.772941] audit: type=1334 audit(1684928759.586:362): prog-id=118 op=LOAD
[ 256.774220] audit: type=1334 audit(1684928759.586:363): prog-id=119 op=LOAD
[ 256.774559] audit: type=1334 audit(1684928759.586:364): prog-id=120 op=LOAD
[ 286.864069] audit: type=1334 audit(1684928789.678:365): prog-id=117 op=UNLOAD
[ 286.864125] audit: type=1334 audit(1684928789.678:366): prog-id=116 op=UNLOAD
[ 286.864157] audit: type=1334 audit(1684928789.678:367): prog-id=115 op=UNLOAD
[ 287.364748] audit: type=1334 audit(1684928790.178:368): prog-id=120 op=UNLOAD
[ 287.364804] audit: type=1334 audit(1684928790.178:369): prog-id=119 op=UNLOAD
[ 287.364837] audit: type=1334 audit(1684928790.178:370): prog-id=118 op=UNLOAD
[ 316.146050] hassio: port 10(veth91ed91e) entered blocking state
[ 316.146114] hassio: port 10(veth91ed91e) entered disabled state
[ 316.146513] device veth91ed91e entered promiscuous mode
[ 316.146598] audit: type=1700 audit(1684928818.958:371): dev=veth91ed91e prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 316.147892] audit: type=1300 audit(1684928818.958:371): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40005eedb0 a2=28 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 316.147927] audit: type=1327 audit(1684928818.958:371): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 316.523201] audit: type=1334 audit(1684928819.334:372): prog-id=121 op=LOAD
[ 316.523242] audit: type=1300 audit(1684928819.334:372): arch=c00000b7 syscall=280 success=yes exit=14 a0=5 a1=4000137700 a2=78 a3=0 items=0 ppid=9267 pid=9278 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 316.523264] audit: type=1327 audit(1684928819.334:372): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F62336137626533333538656235313339393735626536313935
[ 316.523336] audit: type=1334 audit(1684928819.334:373): prog-id=122 op=LOAD
[ 316.523357] audit: type=1300 audit(1684928819.334:373): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=4000137490 a2=78 a3=0 items=0 ppid=9267 pid=9278 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 316.523381] audit: type=1327 audit(1684928819.334:373): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F62336137626533333538656235313339393735626536313935
[ 316.523466] audit: type=1334 audit(1684928819.334:374): prog-id=122 op=UNLOAD
[ 317.082541] eth0: renamed from veth64dc102
[ 317.130427] IPv6: ADDRCONF(NETDEV_CHANGE): veth91ed91e: link becomes ready
[ 317.130707] hassio: port 10(veth91ed91e) entered blocking state
[ 317.130742] hassio: port 10(veth91ed91e) entered forwarding state
[ 318.032376] /dev/mmcblk0p1: Can't open blockdev
[ 318.039127] /dev/mmcblk0p1: Can't open blockdev
[ 318.046732] /dev/mmcblk0p1: Can't open blockdev
[ 333.845217] veth64dc102: renamed from eth0
[ 333.876183] hassio: port 10(veth91ed91e) entered disabled state
[ 333.953782] hassio: port 10(veth91ed91e) entered disabled state
[ 333.955030] device veth91ed91e left promiscuous mode
[ 333.955078] hassio: port 10(veth91ed91e) entered disabled state
[ 333.955130] kauditd_printk_skb: 28 callbacks suppressed
[ 333.955147] audit: type=1700 audit(1684928836.766:385): dev=veth91ed91e prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 333.983786] audit: type=1300 audit(1684928836.766:385): arch=c00000b7 syscall=206 success=yes exit=32 a0=c a1=4000a719a0 a2=20 a3=0 items=0 ppid=1 pid=540 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 333.983835] audit: type=1327 audit(1684928836.766:385): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 334.151944] audit: type=1334 audit(1684928836.966:386): prog-id=123 op=UNLOAD
[ 335.141431] audit: type=1400 audit(1684928837.954:387): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="2ad4c73a_hassos_ssh_configurator_addon" pid=9548 comm="apparmor_parser"
[ 335.141501] audit: type=1300 audit(1684928837.954:387): arch=c00000b7 syscall=64 success=yes exit=39 a0=4 a1=aaaad2f45bd0 a2=27 a3=1 items=0 ppid=9547 pid=9548 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 335.141543] audit: type=1327 audit(1684928837.954:387): proctitle=61707061726D6F725F706172736572002D2D72656D6F7665002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F32616434633733615F6861
[ 469.206347] audit: type=1334 audit(1684928972.018:388): prog-id=124 op=LOAD
[ 469.209596] audit: type=1334 audit(1684928972.022:389): prog-id=125 op=LOAD
[ 469.209686] audit: type=1300 audit(1684928972.022:389): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=9679 pid=9690 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 469.209749] audit: type=1327 audit(1684928972.022:389): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64343932333564373165623062306563386635333935353531
[ 469.210236] audit: type=1334 audit(1684928972.022:390): prog-id=126 op=LOAD
[ 469.210286] audit: type=1300 audit(1684928972.022:390): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=9679 pid=9690 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 469.210330] audit: type=1327 audit(1684928972.022:390): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64343932333564373165623062306563386635333935353531
[ 469.210383] audit: type=1334 audit(1684928972.022:391): prog-id=126 op=UNLOAD
[ 469.210531] audit: type=1334 audit(1684928972.022:392): prog-id=125 op=UNLOAD
[ 469.213423] audit: type=1334 audit(1684928972.022:393): prog-id=127 op=LOAD
[ 480.025059] kauditd_printk_skb: 2 callbacks suppressed
[ 480.025079] audit: type=1334 audit(1684928982.838:394): prog-id=124 op=UNLOAD
[ 480.091986] audit: type=1334 audit(1684928982.906:395): prog-id=127 op=UNLOAD
[ 511.752297] audit: type=1334 audit(1684929014.566:396): prog-id=128 op=LOAD
[ 511.755180] audit: type=1334 audit(1684929014.566:397): prog-id=129 op=LOAD
[ 511.755224] audit: type=1300 audit(1684929014.566:397): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001ad700 a2=78 a3=0 items=0 ppid=10105 pid=10116 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 511.755278] audit: type=1327 audit(1684929014.566:397): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34363636303563613733343038666536666363353065666234
[ 511.755413] audit: type=1334 audit(1684929014.566:398): prog-id=130 op=LOAD
[ 511.755449] audit: type=1300 audit(1684929014.566:398): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001ad490 a2=78 a3=0 items=0 ppid=10105 pid=10116 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 511.755492] audit: type=1327 audit(1684929014.566:398): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34363636303563613733343038666536666363353065666234
[ 511.755544] audit: type=1334 audit(1684929014.566:399): prog-id=130 op=UNLOAD
[ 511.755575] audit: type=1334 audit(1684929014.566:400): prog-id=129 op=UNLOAD
[ 511.756638] audit: type=1334 audit(1684929014.570:401): prog-id=131 op=LOAD
Can this issue be reopened and the label be extended to 4C+? or should the 4C+ move into a separate topic?
We can reopen it although there is not a lot I can do at the moment.
Since at least for some it seems to work after some time/some retries, you could try unloading and reloading the driver module:
modprobe -r --force brcmfmac; modprobe brcmfmac
It's not a great solution, but maybe a workaround.
I understand that it is a kernel issue, so it is not about your port. Yet it may help others to see more quickly that there is something unstable.
Using modprobe I get:
[ 3156.645542] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3156.645973] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3156.660966] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3156.661055] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[ 3159.432332] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
[ 3159.438890] ieee80211 phy0: brcmf_bus_started: failed: -110
[ 3159.445174] ieee80211 phy0: brcmf_attach: dongle is not responding: err=-110
[ 3159.470572] brcmfmac: brcmf_sdio_firmware_callback: brcmf_attach failed
What's also strange is that the Bluetooth does not seem to be working anymore either. Maybe I was lucky yesterday morning and it worked for a single attempt? Since then I haven't received any update over BLE. It sounded like the WIFI and BLE issues may both be related to the kernel?
Was the complete dmesg of the Rock 4C+ (without SSD option - no pi) of any general help?
Yeah Bluetooth and Wifi are the same chip. If it cannot be initialized correctly, both will likely not work.
Was the complete dmesg of the Rock 4C+ (without SSD option - no pi) of any general help?
It was helpful to confirm that there are no other errors that we missed ;)
Also the modprobe log confirms to me that this timeout issue is the root of the problem. For reference, this it what it looks like when I do the same:
[135305.544656] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
[135305.545052] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,rockpi4b-plus.bin failed with error -2
[135305.646150] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: May 14 2020 17:26:08 version 7.84.17.1 (r871554) FWID 01-3d9e1d87
After some further digging, I found this patch which also contains the exact same error messages. It seems like these can be the result of many different problems. As a last attempt I could try to build an image with this workaround to see if it helps.
If it is not too much of an issue, I would for sure like to test it :)
Concerning no other errors: I think there is something about about not bring initialized properly in the dmesg, but I guess this is not really used by anyone anyhow...
You are quick! I am not at home atm, but will try Sunday or Monday and report back. Thanks for your work and effort!
The fix works perfectly! Thanks so much!
Complete dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.29 (builder@83fc2b1d319e) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot -gc00352ed6) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu May 25 22:11:28 UTC 2023
[ 0.000000] Machine model: Radxa ROCK 4C+
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xf77d8380-0xf77dafff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000efe00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 21 pages/cpu s45480 r8192 d32344 u86016
[ 0.000000] pcpu-alloc: s45480 r8192 d32344 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: zram.enabled=1 zram.num_devices=3 net.naming-scheme=v250 systemd.machine_id=fc71aca0099b4683a1fb8a60d39cc899 fsck.repair=yes root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro rootwait rauc.slot=A earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,115200n8
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 3910168K/4061184K available (17920K kernel code, 3804K rwdata, 9336K rodata, 7808K init, 638K bss, 118248K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @480000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000000440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000000450000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.013762] Console: colour dummy device 80x25
[ 0.018774] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.030076] pid_max: default: 32768 minimum: 301
[ 0.035261] LSM: Security Framework initializing
[ 0.040463] AppArmor: AppArmor initialized
[ 0.045098] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.053264] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.063530] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.071229] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.079205] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.086028] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.093044] rcu: Hierarchical SRCU implementation.
[ 0.098331] rcu: Max phase no-delay instances is 1000.
[ 0.104487] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.112171] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.122197] fsl-mc MSI: interrupt-controller@fee20000 domain created
[ 0.136483] EFI services will not be available.
[ 0.142047] smp: Bringing up secondary CPUs ...
[ 0.147856] Detected VIPT I-cache on CPU1
[ 0.147971] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.147990] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.148013] GICv3: CPU1: using allocated LPI pending table @0x0000000000460000
[ 0.148072] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.148958] Detected VIPT I-cache on CPU2
[ 0.149053] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.149068] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.149087] GICv3: CPU2: using allocated LPI pending table @0x0000000000470000
[ 0.149127] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.149922] Detected VIPT I-cache on CPU3
[ 0.150020] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.150036] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.150055] GICv3: CPU3: using allocated LPI pending table @0x0000000000500000
[ 0.150093] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.150906] CPU features: detected: Spectre-v2
[ 0.150918] CPU features: detected: Spectre-v3a
[ 0.150927] CPU features: detected: Spectre-BHB
[ 0.150937] CPU features: detected: ARM erratum 1742098
[ 0.150944] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.150950] Detected PIPT I-cache on CPU4
[ 0.151043] cacheinfo: Unable to detect cache hierarchy for CPU 4
[ 0.151059] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.151077] GICv3: CPU4: using allocated LPI pending table @0x0000000000510000
[ 0.151117] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.151955] Detected PIPT I-cache on CPU5
[ 0.152035] cacheinfo: Unable to detect cache hierarchy for CPU 5
[ 0.152049] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.152066] GICv3: CPU5: using allocated LPI pending table @0x0000000000520000
[ 0.152098] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.152215] smp: Brought up 1 node, 6 CPUs
[ 0.354139] SMP: Total of 6 processors activated.
[ 0.359327] CPU features: detected: 32-bit EL0 Support
[ 0.365002] CPU features: detected: 32-bit EL1 Support
[ 0.370662] CPU features: detected: CRC32 instructions
[ 0.376457] CPU: All CPU(s) started at EL2
[ 0.380994] alternatives: applying system-wide alternatives
[ 0.391074] devtmpfs: initialized
[ 0.409139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.419875] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.428450] pinctrl core: initialized pinctrl subsystem
[ 0.437287] DMI not present or invalid.
[ 0.442297] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.450478] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.458665] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.467529] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.476280] audit: initializing netlink subsys (disabled)
[ 0.482415] audit: type=2000 audit(0.324:1): state=initialized audit_enabled=0 res=1
[ 0.483920] thermal_sys: Registered thermal governor 'step_wise'
[ 0.490961] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.497629] cpuidle: using governor menu
[ 0.509402] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.517053] ASID allocator initialised with 65536 entries
[ 0.525378] Serial: AMBA PL011 UART driver
[ 0.558371] platform fe330000.mmc: Fixed dependency cycle(s) with /syscon@ff770000/phy@f780
[ 0.573475] platform ff900000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[ 0.581670] platform ff8f0000.vop: Fixed dependency cycle(s) with /hdmi@ff940000
[ 0.597277] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[ 0.605159] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[ 0.612952] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[ 0.620731] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[ 0.628447] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[ 0.640305] KASLR disabled due to lack of seed
[ 0.658518] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.665989] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.672883] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.680352] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.687238] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.694704] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.701589] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.709056] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.718089] ACPI: Interpreter disabled.
[ 0.727382] iommu: Default domain type: Translated
[ 0.732758] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.739921] SCSI subsystem initialized
[ 0.744215] libata version 3.00 loaded.
[ 0.744464] usbcore: registered new interface driver usbfs
[ 0.750538] usbcore: registered new interface driver hub
[ 0.756409] usbcore: registered new device driver usb
[ 0.763571] mc: Linux media interface: v0.10
[ 0.768307] videodev: Linux video capture interface: v2.00
[ 0.774382] pps_core: LinuxPPS API ver. 1 registered
[ 0.779841] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.789899] PTP clock support registered
[ 0.794404] EDAC MC: Ver: 3.0.0
[ 0.800318] FPGA manager framework
[ 0.804149] Advanced Linux Sound Architecture Driver Initialized.
[ 0.811698] vgaarb: loaded
[ 0.815142] clocksource: Switched to clocksource arch_sys_counter
[ 0.822085] VFS: Disk quotas dquot_6.6.0
[ 0.826447] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.834577] AppArmor: AppArmor Filesystem Enabled
[ 0.839785] pnp: PnP ACPI: disabled
[ 0.853044] NET: Registered PF_INET protocol family
[ 0.858682] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.871248] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.880721] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.889251] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.898298] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.907704] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.915028] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.922549] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.930714] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.937416] RPC: Registered named UNIX socket transport module.
[ 0.943940] RPC: Registered udp transport module.
[ 0.949109] RPC: Registered tcp transport module.
[ 0.954285] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.961368] PCI: CLS 0 bytes, default 64
[ 0.966866] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.976300] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.985908] kvm [1]: IPA Size Limit: 40 bits
[ 0.992591] kvm [1]: vgic-v2@fff20000
[ 0.996654] kvm [1]: GIC system register CPU interface enabled
[ 1.003337] kvm [1]: vgic interrupt IRQ18
[ 1.007991] kvm [1]: Hyp mode initialized successfully
[ 1.015546] Initialise system trusted keyrings
[ 1.020675] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 1.035264] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.042371] NFS: Registering the id_resolver key type
[ 1.047983] Key type id_resolver registered
[ 1.052586] Key type id_legacy registered
[ 1.057076] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.064443] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.072844] 9p: Installing v9fs 9p2000 file system support
[ 1.142526] Key type asymmetric registered
[ 1.147032] Asymmetric key parser 'x509' registered
[ 1.152459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.160767] io scheduler mq-deadline registered
[ 1.165761] io scheduler kyber registered
[ 1.199928] EINJ: ACPI disabled.
[ 1.224889] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.233226] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 1.244619] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.252948] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 1.283289] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.293002] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[ 1.302919] serial serial0: tty port ttyS0 registered
[ 1.309303] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 38, base_baud = 1500000) is a 16550A
[ 1.319281] printk: console [ttyS2] enabled
[ 1.328672] printk: bootconsole [uart8250] disabled
[ 1.342201] SuperH (H)SCI(F) driver initialized
[ 1.348306] msm_serial: driver initialized
[ 1.359159] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.372705] loop: module loaded
[ 1.376734] zram: Added device: zram0
[ 1.381275] zram: Added device: zram1
[ 1.385816] zram: Added device: zram2
[ 1.391406] megasas: 07.719.03.00-rc1
[ 1.405796] tun: Universal TUN/TAP device driver, 1.6
[ 1.413005] thunder_xcv, ver 1.0
[ 1.416681] thunder_bgx, ver 1.0
[ 1.420331] nicpf, ver 1.0
[ 1.425672] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.433760] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.439757] hclge is initializing
[ 1.443483] e1000: Intel(R) PRO/1000 Network Driver
[ 1.448942] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.455415] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.460971] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.467630] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.473672] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.479947] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.486963] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.494198] sky2: driver version 1.30
[ 1.500403] VFIO - User Level meta-driver version: 0.3
[ 1.513871] usbcore: registered new interface driver usb-storage
[ 1.520682] usbcore: registered new interface driver usbserial_generic
[ 1.528006] usbserial: USB Serial support registered for generic
[ 1.539507] i2c_dev: i2c /dev entries driver
[ 1.548269] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[ 1.558401] rk808 0-0020: chip id: 0x8090
[ 1.578247] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 1.585211] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 1.605008] vcc_mipi: Bringing 1800000uV into 3000000-3000000uV
[ 1.623390] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with 0-0020
[ 1.633442] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 1.642732] regulator: mapping for mode 1 not defined
[ 1.648778] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 1.660023] Driver for 1-wire Dallas network protocol.
[ 1.672826] dw_wdt ff848000.watchdog: No valid TOPs array specified
[ 1.684195] cpu cpu0: EM: created perf domain
[ 1.690152] cpu cpu4: EM: created perf domain
[ 1.698419] sdhci: Secure Digital Host Controller Interface driver
[ 1.705367] sdhci: Copyright(c) Pierre Ossman
[ 1.710829] Synopsys Designware Multimedia Card Interface Driver
[ 1.718397] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.719275] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.719555] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[ 1.719600] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[ 1.719622] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[ 1.719719] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 75,32 bit host data width,256 deep fifo
[ 1.726266] mmc1: CQHCI version 5.10
[ 1.732804] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.733013] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[ 1.740762] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.748038] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.755614] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.765070] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[ 1.767492] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[ 1.769588] hid: raw HID events driver (C) Jiri Kosina
[ 1.778400] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[ 1.782283] usbcore: registered new interface driver usbhid
[ 1.788856] mmc_host mmc2: card is non-removable.
[ 1.794941] usbhid: USB HID core driver
[ 1.826980] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.841061] IPVS: Registered protocols ()
[ 1.844616] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.848954] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 1.882166] IPVS: ipvs loaded.
[ 1.885607] IPVS: [rr] scheduler registered.
[ 1.890897] NET: Registered PF_INET6 protocol family
[ 1.897940] Segment Routing with IPv6
[ 1.901541] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 1.902072] In-situ OAM (IOAM) with IPv6
[ 1.913282] mmc0: new high speed SDHC card at address 0001
[ 1.917412] NET: Registered PF_PACKET protocol family
[ 1.924407] mmcblk0: mmc0:0001 SD32G 28.8 GiB
[ 1.929152] Bridge firewalling registered
[ 1.938669] 9pnet: Installing 9P2000 support
[ 1.943495] Key type dns_resolver registered
[ 1.943981] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.948632] registered taskstats version 1
[ 1.957775] Loading compiled-in X.509 certificates
[ 1.964098] zswap: loaded using pool lz4/zsmalloc
[ 1.970054] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.989613] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 2.027521] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.033734] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.042496] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.053104] xhci-hcd xhci-hcd.0.auto: irq 81, io mem 0xfe800000
[ 2.060034] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.066219] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.074822] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.083529] hub 1-0:1.0: USB hub found
[ 2.087844] hub 1-0:1.0: 1 port detected
[ 2.092777] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.103662] hub 2-0:1.0: USB hub found
[ 2.107966] hub 2-0:1.0: 1 port detected
[ 2.119759] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.126118] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 2.134801] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 2.139946] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 194
[ 2.145356] xhci-hcd xhci-hcd.1.auto: irq 82, io mem 0xfe900000
[ 2.145468] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 2.165635] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 2.170201] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[ 2.174218] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 2.174832] hub 3-0:1.0: USB hub found
[ 2.193146] hub 3-0:1.0: 1 port detected
[ 2.197780] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.207654] hub 4-0:1.0: USB hub found
[ 2.211895] hub 4-0:1.0: 1 port detected
[ 2.224472] ehci-platform fe380000.usb: EHCI Host Controller
[ 2.225892] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 2.226005] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 2.226025] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 5
[ 2.226052] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 2.226087] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[ 2.226104] ohci-platform fe3e0000.usb: irq 85, io mem 0xfe3e0000
[ 2.226239] ohci-platform fe3a0000.usb: irq 86, io mem 0xfe3a0000
[ 2.230863] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7
[ 2.237492] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 8
[ 2.244871] ehci-platform fe380000.usb: irq 83, io mem 0xfe380000
[ 2.253883] ehci-platform fe3c0000.usb: irq 84, io mem 0xfe3c0000
[ 2.275294] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 2.288100] hub 6-0:1.0: USB hub found
[ 2.292288] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 2.300977] hub 6-0:1.0: 1 port detected
[ 2.337177] printk: console [netcon0] enabled
[ 2.339294] hub 5-0:1.0: USB hub found
[ 2.342108] netconsole: network logging started
[ 2.346330] hub 5-0:1.0: 1 port detected
[ 2.353416] ALSA device list:
[ 2.357823] hub 7-0:1.0: USB hub found
[ 2.359394] No soundcards found.
[ 2.363617] hub 7-0:1.0: 1 port detected
[ 2.371959] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[ 2.373467] hub 8-0:1.0: USB hub found
[ 2.383600] hub 8-0:1.0: 1 port detected
[ 2.393292] VFS: Mounted root (squashfs filesystem) readonly on device 179:3.
[ 2.404006] devtmpfs: mounted
[ 2.411008] Freeing unused kernel memory: 7808K
[ 2.416309] Run /sbin/init as init process
[ 2.420914] with arguments:
[ 2.420918] /sbin/init
[ 2.420921] with environment:
[ 2.420924] HOME=/
[ 2.420928] TERM=linux
[ 2.803531] systemd[1]: System time before build time, advancing clock.
[ 2.918340] systemd[1]: systemd 252 running in system mode (+PAM -AUDIT -SELINUX +APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[ 2.953687] systemd[1]: Detected architecture arm64.
[ 2.983213] systemd[1]: Hostname set to <homeassistant>.
[ 2.989673] systemd[1]: Installed transient /etc/machine-id file.
[ 3.507411] systemd[1]: Queued start job for default target Multi-User System.
[ 3.609044] systemd[1]: Created slice Slice /system/ha-cli.
[ 3.635481] systemd[1]: Created slice Slice /system/modprobe.
[ 3.662061] systemd[1]: Created slice Slice /system/serial-getty.
[ 3.691228] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 3.729274] systemd[1]: Created slice Slice /system/systemd-growfs.
[ 3.758845] systemd[1]: Created slice User and Session Slice.
[ 3.783965] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.811850] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.836072] systemd[1]: Reached target Local Encrypted Volumes.
[ 3.859932] systemd[1]: Reached target HassOS hardware targets.
[ 3.883649] systemd[1]: Reached target HassOS zram targets.
[ 3.907617] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 3.931777] systemd[1]: Reached target NFS client services.
[ 3.955511] systemd[1]: Reached target Path Units.
[ 3.971530] systemd[1]: Reached target Preparation for Remote File Systems.
[ 3.995748] systemd[1]: Reached target Remote Encrypted Volumes.
[ 4.019896] systemd[1]: Reached target Remote File Systems.
[ 4.043709] systemd[1]: Reached target Remote Verity Protected Volumes.
[ 4.068110] systemd[1]: Reached target Slice Units.
[ 4.092592] systemd[1]: Reached target Local Verity Protected Volumes.
[ 4.119602] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 4.162768] systemd[1]: Listening on Process Core Dump Socket.
[ 4.190456] systemd[1]: Listening on Journal Audit Socket.
[ 4.217081] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.242081] systemd[1]: Listening on Journal Socket.
[ 4.269583] systemd[1]: Listening on udev Control Socket.
[ 4.292627] systemd[1]: Listening on udev Kernel Socket.
[ 4.380354] systemd[1]: Mounting Huge Pages File System...
[ 4.404582] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.472338] systemd[1]: Mounting Kernel Debug File System...
[ 4.488459] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.506343] systemd[1]: Starting Home Assistant OS Agent...
[ 4.596565] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.628567] systemd[1]: Starting Load Kernel Module configfs...
[ 4.651709] systemd[1]: Starting Load Kernel Module drm...
[ 4.673596] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 4.705369] systemd[1]: Starting Load Kernel Module fuse...
[ 4.729891] fuse: init (API version 7.37)
[ 4.737610] systemd[1]: Starting Journal Service...
[ 4.764867] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.794628] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.822832] systemd[1]: Starting Wait Until Kernel Time Synchronized...
[ 4.850416] systemd[1]: Starting Coldplug All udev Devices...
[ 4.872935] systemd[1]: Starting Disk Manager...
[ 4.892486] systemd[1]: Starting HassOS ZRAM tmp...
[ 4.912699] systemd[1]: Starting HassOS ZRAM var...
[ 4.932344] systemd[1]: Started Journal Service.
[ 4.998420] zram1: detected capacity change from 0 to 65536
[ 5.001023] zram2: detected capacity change from 0 to 32768
[ 5.516019] audit: type=1334 audit(1680605724.708:2): prog-id=6 op=LOAD
[ 5.523822] audit: type=1334 audit(1680605724.716:3): prog-id=7 op=LOAD
[ 6.455022] cs_system_cfg: CoreSight Configuration manager initialised
[ 6.474517] coresight-cpu-debug fe430000.debug: Coresight debug-CPU0 initialized
[ 6.486444] coresight-cpu-debug fe432000.debug: Coresight debug-CPU1 initialized
[ 6.494992] coresight-cpu-debug fe434000.debug: Coresight debug-CPU2 initialized
[ 6.503624] coresight-cpu-debug fe436000.debug: Coresight debug-CPU3 initialized
[ 6.512494] coresight-cpu-debug fe610000.debug: Coresight debug-CPU4 initialized
[ 6.520936] coresight-cpu-debug fe710000.debug: Coresight debug-CPU5 initialized
[ 6.595046] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[ 6.602781] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[ 6.609945] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[ 6.616030] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.629400] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 6.637377] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2a).
[ 6.643816] rk_gmac-dwmac fe300000.ethernet: RX delay(0x21).
[ 6.650217] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 6.653405] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.657219] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 6.676532] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 6.684226] Bluetooth: Core ver 2.22
[ 6.689901] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 6.690983] NET: Registered PF_BLUETOOTH protocol family
[ 6.693076] rockchip-rga ff680000.rga: HW Version: 0x03.02
[ 6.698103] rk_gmac-dwmac fe300000.ethernet: DWMAC1000
[ 6.698504] rk808-rtc rk808-rtc: registered as rtc0
[ 6.699735] rk808-rtc rk808-rtc: setting system clock to 2023-05-28T14:45:21 UTC (1685285121)
[ 6.703996] Bluetooth: HCI device and connection manager initialized
[ 6.704182] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[ 6.710351] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[ 6.716020] Bluetooth: HCI socket layer initialized
[ 6.721568] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[ 6.722055] systemd-journald[187]: Oldest entry in /run/log/journal/fc71aca0099b4683a1fb8a60d39cc899/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 6.722076] systemd-journald[187]: /run/log/journal/fc71aca0099b4683a1fb8a60d39cc899/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 6.731021] Bluetooth: L2CAP socket layer initialized
[ 6.733873] systemd-journald[187]: Oldest entry in /run/log/journal/fc71aca0099b4683a1fb8a60d39cc899/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 6.733897] systemd-journald[187]: /run/log/journal/fc71aca0099b4683a1fb8a60d39cc899/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 6.738267] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[ 6.746167] Bluetooth: SCO socket layer initialized
[ 6.754632] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[ 6.865716] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[ 6.876253] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[ 6.880390] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.883180] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[ 6.901497] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.903459] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 6.921979] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[ 6.925922] rkvdec ff660000.video-codec: Adding to iommu group 1
[ 6.939010] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
[ 6.988211] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[ 6.989070] Bluetooth: HCI UART driver ver 2.3
[ 6.990455] panfrost ff9a0000.gpu: clock rate = 500000000
[ 6.995832] rockchip-vop ff900000.vop: Adding to iommu group 3
[ 7.011590] Bluetooth: HCI UART protocol H4 registered
[ 7.027728] Bluetooth: HCI UART protocol LL registered
[ 7.034324] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.040988] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[ 7.047071] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[ 7.052662] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[ 7.052670] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[ 7.052677] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[ 7.056355] Bluetooth: HCI UART protocol Broadcom registered
[ 7.107151] random: crng init done
[ 7.108076] Bluetooth: HCI UART protocol QCA registered
[ 7.119537] Bluetooth: HCI UART protocol Marvell registered
[ 7.143961] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0
[ 7.202189] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[ 7.212765] [drm] unsupported AFBC format[3231564e]
[ 7.219460] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[ 7.230838] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 7.250790] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[ 7.262559] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[ 7.275406] dw-apb-uart ff180000.serial: failed to request DMA
[ 7.304737] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 7.368380] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[ 7.412320] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
[ 7.421413] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 7.429722] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 7.524985] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Quota mode: none.
[ 7.552063] Bluetooth: hci0: BCM: chip id 107
[ 7.557628] Bluetooth: hci0: BCM: features 0x2f
[ 7.565099] Bluetooth: hci0: BCM4345C0
[ 7.569327] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 7.590601] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
[ 8.394245] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Quota mode: none.
[ 8.664397] EXT4-fs (mmcblk0p8): resizing filesystem from 7375611 to 7375611 blocks
[ 8.665332] Bluetooth: hci0: BCM: features 0x2f
[ 8.668384] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0187
[ 8.668419] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0370
[ 8.967680] Adding 1303740k swap on /mnt/data/swapfile. Priority:-2 extents:3 across:1443004k SSFS
[ 9.056686] EXT4-fs (zram2): mounted filesystem without journal. Quota mode: none.
[ 9.564300] systemd-journald[187]: Received client request to flush runtime journal.
[ 11.048866] audit: type=1334 audit(1685285125.844:4): prog-id=8 op=LOAD
[ 11.798792] audit: type=1334 audit(1685285126.592:5): prog-id=9 op=LOAD
[ 11.799765] audit: type=1334 audit(1685285126.596:6): prog-id=10 op=LOAD
[ 11.800077] audit: type=1334 audit(1685285126.596:7): prog-id=11 op=LOAD
[ 12.014016] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.014035] Bluetooth: BNEP filters: protocol multicast
[ 12.014051] Bluetooth: BNEP socket layer initialized
[ 12.019754] Bluetooth: MGMT ver 1.22
[ 12.063637] NET: Registered PF_ALG protocol family
[ 12.069438] audit: type=1334 audit(1685285126.864:8): prog-id=12 op=LOAD
[ 12.069869] audit: type=1334 audit(1685285126.864:9): prog-id=13 op=LOAD
[ 12.069997] audit: type=1334 audit(1685285126.864:10): prog-id=14 op=LOAD
[ 12.559422] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 12.659177] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 12.667174] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
[ 12.667199] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[ 12.667604] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
[ 15.756339] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 15.756380] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.607168] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 18.805545] audit: type=1334 audit(1685285133.600:11): prog-id=15 op=LOAD
[ 19.281851] audit: type=1400 audit(1685285138.514:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=546 comm="apparmor_parser"
[ 19.281873] audit: type=1400 audit(1685285138.514:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=546 comm="apparmor_parser"
[ 19.281882] audit: type=1400 audit(1685285138.514:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=546 comm="apparmor_parser"
[ 19.281891] audit: type=1300 audit(1685285138.514:12): arch=c00000b7 syscall=64 success=yes exit=39307 a0=6 a1=aaaad97c7c90 a2=998b a3=1 items=0 ppid=545 pid=546 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 19.281900] audit: type=1327 audit(1685285138.514:12): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72
[ 19.303930] audit: type=1334 audit(1685285138.542:13): prog-id=15 op=UNLOAD
[ 19.310734] audit: type=1334 audit(1685285138.546:14): prog-id=16 op=LOAD
[ 19.768411] audit: type=1334 audit(1685285139.006:15): prog-id=16 op=UNLOAD
[ 19.770583] audit: type=1334 audit(1685285139.006:16): prog-id=17 op=LOAD
[ 23.815380] Initializing XFRM netlink socket
[ 23.894398] kauditd_printk_skb: 45 callbacks suppressed
[ 23.894417] audit: type=1325 audit(1685285143.086:32): table=nat:16 family=2 entries=2 op=nft_register_chain pid=650 subj=unconfined comm="iptables"
[ 23.894452] audit: type=1300 audit(1685285143.086:32): arch=c00000b7 syscall=211 success=yes exit=560 a0=3 a1=ffffdc2f1e18 a2=0 a3=1 items=0 ppid=552 pid=650 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.894481] audit: type=1327 audit(1685285143.086:32): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E33302E33322E302F32330000002D6F0068617373696F002D6A004D415351554552414445
[ 23.911509] audit: type=1325 audit(1685285143.146:33): table=nat:17 family=2 entries=1 op=nft_register_rule pid=653 subj=unconfined comm="iptables"
[ 23.911541] audit: type=1300 audit(1685285143.146:33): arch=c00000b7 syscall=211 success=yes exit=288 a0=3 a1=ffffca77f388 a2=0 a3=1 items=0 ppid=552 pid=653 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.911562] audit: type=1327 audit(1685285143.146:33): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690068617373696F002D6A0052455455524E
[ 23.937916] audit: type=1325 audit(1685285143.174:34): table=filter:18 family=2 entries=1 op=nft_register_rule pid=657 subj=unconfined comm="iptables"
[ 23.937946] audit: type=1300 audit(1685285143.174:34): arch=c00000b7 syscall=211 success=yes exit=376 a0=3 a1=ffffd55a46e8 a2=0 a3=1 items=0 ppid=552 pid=657 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 23.937967] audit: type=1327 audit(1685285143.174:34): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690068617373696F002D6F0068617373696F002D6A00414343455054
[ 23.950781] audit: type=1325 audit(1685285143.186:35): table=filter:19 family=2 entries=1 op=nft_register_rule pid=659 subj=unconfined comm="iptables"
[ 25.027998] hassio: port 1(vethebd5ac1) entered blocking state
[ 25.028069] hassio: port 1(vethebd5ac1) entered disabled state
[ 25.028607] device vethebd5ac1 entered promiscuous mode
[ 25.029734] hassio: port 1(vethebd5ac1) entered blocking state
[ 25.029775] hassio: port 1(vethebd5ac1) entered forwarding state
[ 25.030666] hassio: port 1(vethebd5ac1) entered disabled state
[ 26.813178] eth0: renamed from veth84c2a15
[ 26.832741] IPv6: ADDRCONF(NETDEV_CHANGE): vethebd5ac1: link becomes ready
[ 26.832856] hassio: port 1(vethebd5ac1) entered blocking state
[ 26.832873] hassio: port 1(vethebd5ac1) entered forwarding state
[ 26.833017] IPv6: ADDRCONF(NETDEV_CHANGE): hassio: link becomes ready
[ 29.067635] docker0: port 1(vethc8211f3) entered blocking state
[ 29.067690] docker0: port 1(vethc8211f3) entered disabled state
[ 29.068317] device vethc8211f3 entered promiscuous mode
[ 29.068430] kauditd_printk_skb: 197 callbacks suppressed
[ 29.068437] audit: type=1700 audit(1685285148.306:103): dev=vethc8211f3 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 29.069154] audit: type=1300 audit(1685285148.306:103): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=400118acc0 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 29.069172] audit: type=1327 audit(1685285148.306:103): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 29.195933] hassio: port 2(veth7d9e38e) entered blocking state
[ 29.195996] hassio: port 2(veth7d9e38e) entered disabled state
[ 29.196581] device veth7d9e38e entered promiscuous mode
[ 29.196735] audit: type=1700 audit(1685285148.434:104): dev=veth7d9e38e prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 29.197044] audit: type=1300 audit(1685285148.434:104): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=4000ed3710 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 29.197082] audit: type=1327 audit(1685285148.434:104): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 29.197538] hassio: port 2(veth7d9e38e) entered blocking state
[ 29.197583] hassio: port 2(veth7d9e38e) entered forwarding state
[ 29.640084] audit: type=1334 audit(1685285148.874:105): prog-id=22 op=LOAD
[ 29.640145] audit: type=1300 audit(1685285148.874:105): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=4000135700 a2=78 a3=0 items=0 ppid=1172 pid=1182 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 29.640187] audit: type=1327 audit(1685285148.874:105): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66326661363338353631373665633762396436396638633561
[ 29.640512] audit: type=1334 audit(1685285148.878:106): prog-id=23 op=LOAD
[ 29.969707] eth0: renamed from vethb84579d
[ 29.988717] hassio: port 2(veth7d9e38e) entered disabled state
[ 29.988839] IPv6: ADDRCONF(NETDEV_CHANGE): vethc8211f3: link becomes ready
[ 29.988929] docker0: port 1(vethc8211f3) entered blocking state
[ 29.988941] docker0: port 1(vethc8211f3) entered forwarding state
[ 29.989029] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[ 30.270232] eth1: renamed from vethd3fcdcb
[ 30.301912] IPv6: ADDRCONF(NETDEV_CHANGE): veth7d9e38e: link becomes ready
[ 30.302161] hassio: port 2(veth7d9e38e) entered blocking state
[ 30.302194] hassio: port 2(veth7d9e38e) entered forwarding state
[ 38.537914] kauditd_printk_skb: 31 callbacks suppressed
[ 38.537935] audit: type=1334 audit(1685285157.774:118): prog-id=25 op=LOAD
[ 38.538884] audit: type=1334 audit(1685285157.774:119): prog-id=26 op=LOAD
[ 38.539214] audit: type=1334 audit(1685285157.774:120): prog-id=27 op=LOAD
[ 39.521842] audit: type=1334 audit(1685285158.758:121): prog-id=17 op=UNLOAD
[ 39.527523] audit: type=1334 audit(1685285158.766:122): prog-id=28 op=LOAD
[ 39.893070] audit: type=1334 audit(1685285159.130:123): prog-id=28 op=UNLOAD
[ 39.898211] audit: type=1334 audit(1685285159.134:124): prog-id=29 op=LOAD
[ 47.757479] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 47.944409] audit: type=1334 audit(1685285167.182:125): prog-id=29 op=UNLOAD
[ 47.947381] audit: type=1334 audit(1685285167.186:126): prog-id=30 op=LOAD
[ 48.061821] audit: type=1400 audit(1685285167.286:127): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1565 comm="apparmor_parser"
[ 48.061839] audit: type=1400 audit(1685285167.286:127): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1565 comm="apparmor_parser"
[ 48.061847] audit: type=1400 audit(1685285167.286:127): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1565 comm="apparmor_parser"
[ 48.061855] audit: type=1300 audit(1685285167.286:127): arch=c00000b7 syscall=64 success=yes exit=39307 a0=6 a1=aaaada71ac90 a2=998b a3=1 items=0 ppid=1564 pid=1565 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
[ 48.061893] audit: type=1327 audit(1685285167.286:127): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570
[ 48.308815] audit: type=1334 audit(1685285167.546:128): prog-id=30 op=UNLOAD
[ 48.311040] audit: type=1334 audit(1685285167.546:129): prog-id=31 op=LOAD
[ 49.011017] hassio: port 3(veth9e70638) entered blocking state
[ 49.011073] hassio: port 3(veth9e70638) entered disabled state
[ 49.011696] device veth9e70638 entered promiscuous mode
[ 49.011787] audit: type=1700 audit(1685285168.246:130): dev=veth9e70638 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 49.969736] eth0: renamed from vethfd68899
[ 49.998637] IPv6: ADDRCONF(NETDEV_CHANGE): veth9e70638: link becomes ready
[ 49.998907] hassio: port 3(veth9e70638) entered blocking state
[ 49.998944] hassio: port 3(veth9e70638) entered forwarding state
[ 51.979427] hassio: port 4(vethb1a3578) entered blocking state
[ 51.979479] hassio: port 4(vethb1a3578) entered disabled state
[ 51.980211] device vethb1a3578 entered promiscuous mode
[ 52.991480] kauditd_printk_skb: 53 callbacks suppressed
[ 52.991496] audit: type=1325 audit(1685285172.226:152): table=nat:2 family=2 entries=2 op=nft_register_chain pid=1859 subj=unconfined comm="iptables"
[ 52.991526] audit: type=1300 audit(1685285172.226:152): arch=c00000b7 syscall=211 success=yes exit=124 a0=3 a1=ffffdfbacc18 a2=0 a3=1 items=0 ppid=1847 pid=1859 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 52.991548] audit: type=1327 audit(1685285172.226:152): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F4F5554505554
[ 52.998062] audit: type=1325 audit(1685285172.234:153): table=nat:3 family=2 entries=2 op=nft_register_chain pid=1860 subj=unconfined comm="iptables"
[ 52.998098] audit: type=1300 audit(1685285172.234:153): arch=c00000b7 syscall=211 success=yes exit=396 a0=3 a1=fffff2cb1608 a2=0 a3=1 items=0 ppid=1847 pid=1860 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 52.998118] audit: type=1327 audit(1685285172.234:153): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D49004F5554505554002D64003132372E302E302E3131002D6A00444F434B45525F4F5554505554
[ 53.010393] audit: type=1325 audit(1685285172.246:154): table=nat:4 family=2 entries=1 op=nft_register_chain pid=1862 subj=unconfined comm="iptables"
[ 53.010431] audit: type=1300 audit(1685285172.246:154): arch=c00000b7 syscall=211 success=yes exit=100 a0=3 a1=ffffea1c1058 a2=0 a3=1 items=0 ppid=1847 pid=1862 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 53.010452] audit: type=1327 audit(1685285172.246:154): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B45525F504F5354524F5554494E47
[ 53.017179] audit: type=1325 audit(1685285172.254:155): table=nat:5 family=2 entries=2 op=nft_register_chain pid=1863 subj=unconfined comm="iptables"
[ 53.085957] eth0: renamed from vethc5d02ad
[ 53.105084] IPv6: ADDRCONF(NETDEV_CHANGE): vethb1a3578: link becomes ready
[ 53.105281] hassio: port 4(vethb1a3578) entered blocking state
[ 53.105303] hassio: port 4(vethb1a3578) entered forwarding state
[ 54.175671] hassio: port 5(veth6702cfe) entered blocking state
[ 54.175698] hassio: port 5(veth6702cfe) entered disabled state
[ 54.176332] device veth6702cfe entered promiscuous mode
[ 55.125810] eth0: renamed from veth0504005
[ 55.137355] IPv6: ADDRCONF(NETDEV_CHANGE): veth6702cfe: link becomes ready
[ 55.137517] hassio: port 5(veth6702cfe) entered blocking state
[ 55.137534] hassio: port 5(veth6702cfe) entered forwarding state
[ 60.153122] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 60.162757] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 60.173609] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 60.183870] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 60.193448] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 60.204173] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 60.215120] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 60.224724] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 60.235451] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 60.245614] hdmi-audio-codec hdmi-audio-codec.5.auto: Only one simultaneous stream supported!
[ 60.255198] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 60.265924] ff8a0000.i2s-i2s-hifi: ASoC: error at __soc_pcm_open on ff8a0000.i2s-i2s-hifi: -22
[ 60.346785] Bluetooth: RFCOMM TTY layer initialized
[ 60.346817] Bluetooth: RFCOMM socket layer initialized
[ 60.346837] Bluetooth: RFCOMM ver 1.11
[ 61.868992] hassio: port 6(veth2176b0d) entered blocking state
[ 61.869047] hassio: port 6(veth2176b0d) entered disabled state
[ 61.872136] device veth2176b0d entered promiscuous mode
[ 61.872321] kauditd_printk_skb: 65 callbacks suppressed
[ 61.872333] audit: type=1700 audit(1685285181.106:181): dev=veth2176b0d prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 61.872626] audit: type=1300 audit(1685285181.106:181): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=4000cf1980 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 61.872673] audit: type=1327 audit(1685285181.106:181): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 61.962676] audit: type=1325 audit(1685285181.198:182): table=nat:72 family=2 entries=1 op=nft_register_rule pid=2745 subj=unconfined comm="iptables"
[ 61.962710] audit: type=1300 audit(1685285181.198:182): arch=c00000b7 syscall=211 success=yes exit=508 a0=3 a1=fffff194d068 a2=0 a3=1 items=0 ppid=552 pid=2745 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 61.962733] audit: type=1327 audit(1685285181.198:182): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
[ 61.978267] audit: type=1325 audit(1685285181.214:183): table=filter:73 family=2 entries=1 op=nft_register_rule pid=2747 subj=unconfined comm="iptables"
[ 61.978303] audit: type=1300 audit(1685285181.214:183): arch=c00000b7 syscall=211 success=yes exit=648 a0=3 a1=fffffff50298 a2=0 a3=1 items=0 ppid=552 pid=2747 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 61.978328] audit: type=1327 audit(1685285181.214:183): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
[ 61.993317] audit: type=1325 audit(1685285181.230:184): table=nat:74 family=2 entries=1 op=nft_register_rule pid=2749 subj=unconfined comm="iptables"
[ 63.086166] eth0: renamed from veth8776c1f
[ 63.109373] IPv6: ADDRCONF(NETDEV_CHANGE): veth2176b0d: link becomes ready
[ 63.109547] hassio: port 6(veth2176b0d) entered blocking state
[ 63.109570] hassio: port 6(veth2176b0d) entered forwarding state
[ 68.651838] kauditd_printk_skb: 65 callbacks suppressed
[ 68.651858] audit: type=1334 audit(1685285187.890:208): prog-id=14 op=UNLOAD
[ 68.651893] audit: type=1334 audit(1685285187.890:209): prog-id=13 op=UNLOAD
[ 68.651916] audit: type=1334 audit(1685285187.890:210): prog-id=12 op=UNLOAD
[ 69.039945] audit: type=1334 audit(1685285188.278:211): prog-id=27 op=UNLOAD
[ 69.040005] audit: type=1334 audit(1685285188.278:212): prog-id=26 op=UNLOAD
[ 69.040036] audit: type=1334 audit(1685285188.278:213): prog-id=25 op=UNLOAD
[ 69.728222] hassio: port 7(veth916b6b2) entered blocking state
[ 69.728264] hassio: port 7(veth916b6b2) entered disabled state
[ 69.728558] device veth916b6b2 entered promiscuous mode
[ 69.728652] audit: type=1700 audit(1685285188.966:214): dev=veth916b6b2 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 69.729970] audit: type=1300 audit(1685285188.966:214): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40011872c0 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 69.730013] audit: type=1327 audit(1685285188.966:214): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 70.386238] audit: type=1334 audit(1685285189.622:215): prog-id=52 op=LOAD
[ 70.946288] eth0: renamed from veth0c6df73
[ 70.973952] IPv6: ADDRCONF(NETDEV_CHANGE): veth916b6b2: link becomes ready
[ 70.974201] hassio: port 7(veth916b6b2) entered blocking state
[ 70.974230] hassio: port 7(veth916b6b2) entered forwarding state
[ 74.510864] kauditd_printk_skb: 47 callbacks suppressed
[ 74.510881] audit: type=1334 audit(1685285193.746:235): prog-id=60 op=LOAD
[ 74.512926] audit: type=1334 audit(1685285193.750:236): prog-id=61 op=LOAD
[ 74.512973] audit: type=1300 audit(1685285193.750:236): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=4000137700 a2=78 a3=0 items=0 ppid=3368 pid=3382 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 74.512996] audit: type=1327 audit(1685285193.750:236): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31353266373637326132376361616364666636303236333762
[ 74.513025] audit: type=1334 audit(1685285193.750:237): prog-id=62 op=LOAD
[ 74.513043] audit: type=1300 audit(1685285193.750:237): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=4000137490 a2=78 a3=0 items=0 ppid=3368 pid=3382 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 74.513065] audit: type=1327 audit(1685285193.750:237): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31353266373637326132376361616364666636303236333762
[ 74.513093] audit: type=1334 audit(1685285193.750:238): prog-id=62 op=UNLOAD
[ 74.513132] audit: type=1334 audit(1685285193.750:239): prog-id=61 op=UNLOAD
[ 74.514002] audit: type=1334 audit(1685285193.750:240): prog-id=63 op=LOAD
[ 80.434755] kauditd_printk_skb: 2 callbacks suppressed
[ 80.434769] audit: type=1334 audit(1685285199.670:241): prog-id=64 op=LOAD
[ 80.434798] audit: type=1300 audit(1685285199.670:241): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5700 a2=78 a3=0 items=0 ppid=4059 pid=4070 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 80.434815] audit: type=1327 audit(1685285199.670:241): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64356333623562303837626532353765386437323932303238
[ 80.435027] audit: type=1334 audit(1685285199.670:242): prog-id=65 op=LOAD
[ 80.435072] audit: type=1300 audit(1685285199.670:242): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=40001b5490 a2=78 a3=0 items=0 ppid=4059 pid=4070 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 80.435094] audit: type=1327 audit(1685285199.670:242): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64356333623562303837626532353765386437323932303238
[ 80.435116] audit: type=1334 audit(1685285199.670:243): prog-id=65 op=UNLOAD
[ 80.435241] audit: type=1334 audit(1685285199.670:244): prog-id=64 op=UNLOAD
[ 80.435492] audit: type=1334 audit(1685285199.670:245): prog-id=66 op=LOAD
[ 80.435601] audit: type=1300 audit(1685285199.670:245): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=40001b5960 a2=78 a3=0 items=0 ppid=4059 pid=4070 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 157.146764] hassio: port 8(vethc204822) entered blocking state
[ 157.146829] hassio: port 8(vethc204822) entered disabled state
[ 157.147491] device vethc204822 entered promiscuous mode
[ 157.147607] kauditd_printk_skb: 1 callbacks suppressed
[ 157.147613] audit: type=1700 audit(1685285276.381:246): dev=vethc204822 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 157.148886] audit: type=1300 audit(1685285276.381:246): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40008f9320 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 157.148909] audit: type=1327 audit(1685285276.381:246): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 157.446049] audit: type=1334 audit(1685285276.681:247): prog-id=67 op=LOAD
[ 157.447568] audit: type=1334 audit(1685285276.681:248): prog-id=68 op=LOAD
[ 157.447589] audit: type=1300 audit(1685285276.681:248): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=4000137700 a2=78 a3=0 items=0 ppid=4934 pid=4944 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 157.447602] audit: type=1327 audit(1685285276.681:248): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38356139626239376564353063623365303830393138316239
[ 157.447752] audit: type=1334 audit(1685285276.681:249): prog-id=69 op=LOAD
[ 157.447780] audit: type=1300 audit(1685285276.681:249): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=4000137490 a2=78 a3=0 items=0 ppid=4934 pid=4944 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 157.447794] audit: type=1327 audit(1685285276.681:249): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38356139626239376564353063623365303830393138316239
[ 157.981906] eth0: renamed from vethe57d7a3
[ 158.002633] IPv6: ADDRCONF(NETDEV_CHANGE): vethc204822: link becomes ready
[ 158.002943] hassio: port 8(vethc204822) entered blocking state
[ 158.002975] hassio: port 8(vethc204822) entered forwarding state
[ 159.904544] hassio: port 9(veth9ac5a86) entered blocking state
[ 159.904604] hassio: port 9(veth9ac5a86) entered disabled state
[ 159.905615] device veth9ac5a86 entered promiscuous mode
[ 161.134236] eth0: renamed from vethd01142f
[ 161.166145] IPv6: ADDRCONF(NETDEV_CHANGE): veth9ac5a86: link becomes ready
[ 161.166415] hassio: port 9(veth9ac5a86) entered blocking state
[ 161.166446] hassio: port 9(veth9ac5a86) entered forwarding state
[ 162.730062] hassio: port 10(veth5508ec2) entered blocking state
[ 162.730122] hassio: port 10(veth5508ec2) entered disabled state
[ 162.730530] device veth5508ec2 entered promiscuous mode
[ 162.730643] kauditd_printk_skb: 77 callbacks suppressed
[ 162.730650] audit: type=1700 audit(1685285281.965:279): dev=veth5508ec2 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 162.730818] audit: type=1300 audit(1685285281.965:279): arch=c00000b7 syscall=206 success=yes exit=40 a0=c a1=40013c0360 a2=28 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 162.730833] audit: type=1327 audit(1685285281.965:279): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 163.200316] audit: type=1334 audit(1685285282.437:280): prog-id=75 op=LOAD
[ 163.202617] audit: type=1334 audit(1685285282.437:281): prog-id=76 op=LOAD
[ 163.202661] audit: type=1300 audit(1685285282.437:281): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400018d700 a2=78 a3=0 items=0 ppid=5301 pid=5315 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 163.202683] audit: type=1327 audit(1685285282.437:281): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33313161366630353439366535373931643135336335316163
[ 163.202810] audit: type=1334 audit(1685285282.437:282): prog-id=77 op=LOAD
[ 163.202827] audit: type=1300 audit(1685285282.437:282): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=400018d490 a2=78 a3=0 items=0 ppid=5301 pid=5315 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
[ 163.202849] audit: type=1327 audit(1685285282.437:282): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F33313161366630353439366535373931643135336335316163
[ 163.850164] eth0: renamed from veth6f4f751
[ 163.869449] IPv6: ADDRCONF(NETDEV_CHANGE): veth5508ec2: link becomes ready
[ 163.869695] hassio: port 10(veth5508ec2) entered blocking state
[ 163.869739] hassio: port 10(veth5508ec2) entered forwarding state
[ 165.489483] hassio: port 11(veth3e205ea) entered blocking state
[ 165.489540] hassio: port 11(veth3e205ea) entered disabled state
[ 165.490124] device veth3e205ea entered promiscuous mode
[ 166.943001] eth0: renamed from veth3045715
[ 166.961369] IPv6: ADDRCONF(NETDEV_CHANGE): veth3e205ea: link becomes ready
[ 166.961504] hassio: port 11(veth3e205ea) entered blocking state
[ 166.961518] hassio: port 11(veth3e205ea) entered forwarding state
[ 172.373571] kauditd_printk_skb: 77 callbacks suppressed
[ 172.373592] audit: type=1334 audit(1685285291.609:312): prog-id=83 op=LOAD
[ 172.374594] audit: type=1334 audit(1685285291.609:313): prog-id=84 op=LOAD
[ 172.374940] audit: type=1334 audit(1685285291.609:314): prog-id=85 op=LOAD
[ 173.137640] audit: type=1334 audit(1685285292.373:315): prog-id=86 op=LOAD
[ 173.138702] audit: type=1334 audit(1685285292.373:316): prog-id=87 op=LOAD
[ 173.139006] audit: type=1334 audit(1685285292.373:317): prog-id=88 op=LOAD
[ 203.204531] audit: type=1334 audit(1685285322.441:318): prog-id=85 op=UNLOAD
[ 203.204599] audit: type=1334 audit(1685285322.441:319): prog-id=84 op=UNLOAD
[ 203.204627] audit: type=1334 audit(1685285322.441:320): prog-id=83 op=UNLOAD
[ 203.937603] audit: type=1334 audit(1685285323.173:321): prog-id=88 op=UNLOAD
[ 203.937659] audit: type=1334 audit(1685285323.173:322): prog-id=87 op=UNLOAD
[ 203.937691] audit: type=1334 audit(1685285323.173:323): prog-id=86 op=UNLOAD
[ 236.321918] audit: type=1334 audit(1685285355.557:324): prog-id=67 op=UNLOAD
[ 236.461271] vethe57d7a3: renamed from eth0
[ 236.481966] hassio: port 8(vethc204822) entered disabled state
[ 236.581033] hassio: port 8(vethc204822) entered disabled state
[ 236.582399] device vethc204822 left promiscuous mode
[ 236.582452] hassio: port 8(vethc204822) entered disabled state
[ 236.582510] audit: type=1700 audit(1685285355.813:325): dev=vethc204822 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 236.644857] audit: type=1300 audit(1685285355.813:325): arch=c00000b7 syscall=206 success=yes exit=32 a0=c a1=4000f091e0 a2=20 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 236.644899] audit: type=1327 audit(1685285355.813:325): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 236.844907] audit: type=1334 audit(1685285356.081:326): prog-id=70 op=UNLOAD
[ 241.759121] audit: type=1334 audit(1685285360.993:327): prog-id=52 op=UNLOAD
[ 241.891543] hassio: port 7(veth916b6b2) entered disabled state
[ 241.892089] veth0c6df73: renamed from eth0
[ 241.973764] hassio: port 7(veth916b6b2) entered disabled state
[ 241.974914] device veth916b6b2 left promiscuous mode
[ 241.974956] hassio: port 7(veth916b6b2) entered disabled state
[ 241.975028] audit: type=1700 audit(1685285361.205:328): dev=veth916b6b2 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 242.033074] audit: type=1300 audit(1685285361.205:328): arch=c00000b7 syscall=206 success=yes exit=32 a0=c a1=4000827180 a2=20 a3=0 items=0 ppid=1 pid=552 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
[ 242.033118] audit: type=1327 audit(1685285361.205:328): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
[ 242.176969] audit: type=1334 audit(1685285361.413:329): prog-id=55 op=UNLOAD
[ 247.186978] audit: type=1334 audit(1685285366.421:330): prog-id=71 op=UNLOAD
[ 247.313974] audit: type=1325 audit(1685285366.553:331): table=nat:90 family=2 entries=1 op=nft_unregister_rule pid=5828 subj=unconfined comm="iptables"
[ 247.314333] audit: type=1300 audit(1685285366.553:331): arch=c00000b7 syscall=211 success=yes exit=512 a0=3 a1=ffffe41fdd68 a2=0 a3=1 items=0 ppid=552 pid=5828 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 247.314361] audit: type=1327 audit(1685285366.553:331): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D7000746370002D6400302F30002D2D64706F727400343433002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E333A3434330000002D690068617373696F
[ 247.332067] audit: type=1325 audit(1685285366.569:332): table=filter:91 family=2 entries=1 op=nft_unregister_rule pid=5830 subj=unconfined comm="iptables"
[ 247.332153] audit: type=1300 audit(1685285366.569:332): arch=c00000b7 syscall=211 success=yes exit=652 a0=3 a1=fffff6a79ba8 a2=0 a3=1 items=0 ppid=552 pid=5830 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 247.332177] audit: type=1327 audit(1685285366.569:332): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E33002D2D64706F727400343433002D6A00414343455054
[ 247.349780] audit: type=1325 audit(1685285366.585:333): table=nat:92 family=2 entries=1 op=nft_unregister_rule pid=5832 subj=unconfined comm="iptables"
[ 247.349818] audit: type=1300 audit(1685285366.585:333): arch=c00000b7 syscall=211 success=yes exit=604 a0=3 a1=ffffea5c8fe8 a2=0 a3=1 items=0 ppid=552 pid=5832 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 247.349839] audit: type=1327 audit(1685285366.585:333): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D7000746370002D73003137322E33302E33332E33002D64003137322E33302E33332E33002D2D64706F727400343433002D6A004D415351554552414445
[ 247.411910] vethd01142f: renamed from eth0
[ 247.437865] hassio: port 9(veth9ac5a86) entered disabled state
[ 247.488570] hassio: port 9(veth9ac5a86) entered disabled state
[ 247.489697] device veth9ac5a86 left promiscuous mode
[ 247.489736] hassio: port 9(veth9ac5a86) entered disabled state
[ 252.572114] kauditd_printk_skb: 4 callbacks suppressed
[ 252.572135] audit: type=1334 audit(1685285371.805:336): prog-id=56 op=UNLOAD
[ 252.609828] audit: type=1334 audit(1685285371.845:337): prog-id=59 op=UNLOAD
[ 257.681319] audit: type=1334 audit(1685285376.917:338): prog-id=48 op=UNLOAD
[ 257.809785] audit: type=1325 audit(1685285377.045:339): table=nat:93 family=2 entries=1 op=nft_unregister_rule pid=5982 subj=unconfined comm="iptables"
[ 257.809831] audit: type=1300 audit(1685285377.045:339): arch=c00000b7 syscall=211 success=yes exit=512 a0=3 a1=ffffce60e2f8 a2=0 a3=1 items=0 ppid=552 pid=5982 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 257.809853] audit: type=1327 audit(1685285377.045:339): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
[ 257.830005] audit: type=1325 audit(1685285377.065:340): table=filter:94 family=2 entries=1 op=nft_unregister_rule pid=5984 subj=unconfined comm="iptables"
[ 257.830052] audit: type=1300 audit(1685285377.065:340): arch=c00000b7 syscall=211 success=yes exit=652 a0=3 a1=ffffdc2b4918 a2=0 a3=1 items=0 ppid=552 pid=5984 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 257.830082] audit: type=1327 audit(1685285377.065:340): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
[ 257.851474] audit: type=1325 audit(1685285377.085:341): table=nat:95 family=2 entries=1 op=nft_unregister_rule pid=5986 subj=unconfined comm="iptables"
[ 257.851793] audit: type=1300 audit(1685285377.085:341): arch=c00000b7 syscall=211 success=yes exit=604 a0=3 a1=fffff9e2c1f8 a2=0 a3=1 items=0 ppid=552 pid=5986 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
[ 257.851873] audit: type=1327 audit(1685285377.085:341): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D7000746370002D73003137322E33302E33332E30002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A004D415351554552414445
[ 258.164287] hassio: port 6(veth2176b0d) entered disabled state
[ 258.164966] veth8776c1f: renamed from eth0
[ 258.254095] hassio: port 6(veth2176b0d) entered disabled state
[ 258.254992] device veth2176b0d left promiscuous mode
[ 258.255024] hassio: port 6(veth2176b0d) entered disabled state
[ 259.362081] hassio: port 10(veth5508ec2) entered disabled state
[ 259.362538] veth6f4f751: renamed from eth0
[ 259.457568] hassio: port 10(veth5508ec2) entered disabled state
[ 259.459361] device veth5508ec2 left promiscuous mode
[ 259.459415] hassio: port 10(veth5508ec2) entered disabled state
[ 264.315675] kauditd_printk_skb: 36 callbacks suppressed
[ 264.315695] audit: type=1334 audit(1685285383.549:356): prog-id=60 op=UNLOAD
[ 264.353192] audit: type=1334 audit(1685285383.589:357): prog-id=63 op=UNLOAD
Apart of the audio-related errors, dmesg looks perfectly clean! The relevant wifi part is:
[ 7.034324] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.047071] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[ 7.230838] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
Out of curiosity: How did you include this fix? Did you compile the kernel manually with this fix on top? What does this mean for future releases of yours?
The fix works perfectly! Thanks so much!
Oh wow, great to hear that. I didn't really expect that to work. Did you notice any problems though? Any speed or stability issues?
How did you include this fix? Did you compile the kernel manually with this fix on top?
I added a patch for the kernel which removes the three attributes from the 4C+'s device tree: https://github.com/citruz/haos-rockpi/commit/9e922408121959245cb375ca2605d45315bce945 That patch is automatically applied during the build process.
What does this mean for future releases of yours?
The best way to include this is the future would probably be to create a device tree overlay. That way it can be enabled/disabled by every user individually if they experience problems. I could change the default config for the 4C+ so that the overlay is active by default. I will need a few days for that though. HAOS 10.2 has just been released, so I will include the change with that new version.
Sounds great! There are no stability issues. Wifi and Bluetooth are working flawlessly with the patch. The overlay sounds like a good option for the future.
Alright. I just published a new beta based on 10.2 with the new overlay to disable the oob interrupts: https://github.com/citruz/haos-rockpi/releases/tag/10.2%2B20230601beta
Unfortunately, it is not possible to remove a device tree property as part of an overlay, you can only override it. Therefore I set the interrupts to an empty value. That results in a new error brcmfmac: brcmf_of_probe: interrupt could not be mapped
which can be safely ignored. It's not ideal but this way the workaround can be easily disabled in case it causes problems.
I activated the overlay by default on all boards since I could see any negative impact either. That means you should be able to flash the new image and wifi should work out of the box. @Elarion245
@borconi can you please test the 4B image? The wifi should now be working immediately after boot.
I can confirm that wifi works out of the box with the new beta - well done!
The error you mention appears in dmesg as announced.
Thanks for testing! I just published the same images as 10.2 (non-beta) and updated the README. Glad that we were able to fix this :)
Me too! Very glad you found this! Your version is running very stable and shows great performance on the 4c+. Only remaining step for me is transiting to Emmc.
Describe the issue you are experiencing
Fresh install on a Pi4B, however WiFi module doesn't work. Can't provide the rest of the required info as there is no lan, so needed to configure it over wifi from cmd line first.
lsmod doesn't seem to show the ap6256 module loaded....
ha network info reports wifi as null so does nmcli.
What operating system image do you use?
rockpi-4b
What version of Home Assistant Operating System is installed?
10.0
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Flash new images to SD card.
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
N/A
Additional information
N/A