Hi, I connected the FT4232 chip to the USB port (Rpi4 compute module io board) but it is not detected in settings/system/hardware/all hardware.
dmesg 1/2
0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.6.31-haos-raspi (builder@95e3990d600a) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot -gd03dda4f) 12.3.0, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT Tue Jun 18 15:11:43 UTC 2024
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi Compute Module 4 Rev 1.1
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000000ec00000..0x000000002ebfffff (524288 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x000000003ef646a0..0x000000003ef64a9f (1 KiB) nomap non-reusable nvram@1
[ 0.000000] OF: reserved mem: 0x000000003ef64ae0..0x000000003ef64c93 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 30 pages/cpu s85736 r8192 d28952 u122880
[ 0.000000] pcpu-alloc: s85736 r8192 d28952 u122880 alloc=30*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: zram.enabled=1 zram.num_devices=3 rootwait systemd.machine_id=6ce1d135ceb84bf38dad5dcec7761479 cgroup_enable=memory fsck.repair=yes coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=1 clk_ignore_unused smsc95xx.macaddr=D8:3A:DD:D9:BD:32 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty0 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u,7825:a2a4:u,152d:0562:u,125f:a88a:u root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootfstype=squashfs ro rauc.slot=A
[ 0.000000] cgroup: Enabling memory control group subsystem
[ 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] Built 1 zonelists, mobility grouping on. Total pages: 996912
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ 0.000000] Memory: 3351412K/4050944K available (14912K kernel code, 2288K rwdata, 4776K rodata, 5184K init, 1107K bss, 175244K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 47945 entries in 188 pages
[ 0.000000] ftrace: allocated 188 pages with 5 groups
[ 0.000000] trace event string verifier disabled
[ 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=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude 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=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000329] Console: colour dummy device 80x25
[ 0.000344] printk: console [tty0] enabled
[ 0.001010] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.001043] pid_max: default: 32768 minimum: 301
[ 0.001127] LSM: initializing lsm=capability,apparmor,integrity
[ 0.001262] AppArmor: AppArmor initialized
[ 0.001466] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001541] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003699] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.003825] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004005] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004273] rcu: Hierarchical SRCU implementation.
[ 0.004292] rcu: Max phase no-delay instances is 1000.
[ 0.006155] EFI services will not be available.
[ 0.006483] smp: Bringing up secondary CPUs ...
[ 0.007095] Detected PIPT I-cache on CPU1
[ 0.007222] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.007894] Detected PIPT I-cache on CPU2
[ 0.007987] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.008631] Detected PIPT I-cache on CPU3
[ 0.008723] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.008808] smp: Brought up 1 node, 4 CPUs
[ 0.008886] SMP: Total of 4 processors activated.
[ 0.008902] CPU features: detected: 32-bit EL0 Support
[ 0.008915] CPU features: detected: 32-bit EL1 Support
[ 0.008932] CPU features: detected: CRC32 instructions
[ 0.009042] CPU: All CPU(s) started at EL2
[ 0.009068] alternatives: applying system-wide alternatives
[ 0.011436] devtmpfs: initialized
[ 0.021242] Enabled cp15_barrier support
[ 0.021298] Enabled setend support
[ 0.021473] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.021511] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.033923] pinctrl core: initialized pinctrl subsystem
[ 0.034481] DMI not present or invalid.
[ 0.034977] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.036921] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.037199] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.037636] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.037701] audit: initializing netlink subsys (disabled)
[ 0.037896] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[ 0.038398] thermal_sys: Registered thermal governor 'step_wise'
[ 0.038448] cpuidle: using governor menu
[ 0.038734] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.038858] ASID allocator initialised with 32768 entries
[ 0.039820] Serial: AMBA PL011 UART driver
[ 0.045790] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.056134] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-05-24T15:30:04, variant start
[ 0.060155] raspberrypi-firmware soc:firmware: Firmware hash is 4942b7633c0ff1af1ee95a51a33b56a9dae47529
[ 0.070245] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.070278] Modules: 0 pages in range for non-PLT usage
[ 0.070284] Modules: 517168 pages in range for PLT usage
[ 0.077664] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1
[ 0.079341] iommu: Default domain type: Translated
[ 0.079364] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.079714] SCSI subsystem initialized
[ 0.079895] usbcore: registered new interface driver usbfs
[ 0.079948] usbcore: registered new interface driver hub
[ 0.080003] usbcore: registered new device driver usb
[ 0.081703] mc: Linux media interface: v0.10
[ 0.081771] videodev: Linux video capture interface: v2.00
[ 0.081851] pps_core: LinuxPPS API ver. 1 registered
[ 0.081868] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.081899] PTP clock support registered
[ 0.083198] vgaarb: loaded
[ 0.083683] clocksource: Switched to clocksource arch_sys_counter
[ 0.084084] VFS: Disk quotas dquot_6.6.0
[ 0.084146] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.084298] FS-Cache: Loaded
[ 0.084628] CacheFiles: Loaded
[ 0.085106] AppArmor: AppArmor Filesystem Enabled
[ 0.093113] NET: Registered PF_INET protocol family
[ 0.093667] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.098333] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.098407] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.098439] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.098663] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.099642] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.100177] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.100404] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.100480] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.100728] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.101379] RPC: Registered named UNIX socket transport module.
[ 0.101405] RPC: Registered udp transport module.
[ 0.101419] RPC: Registered tcp transport module.
[ 0.101433] RPC: Registered tcp-with-tls transport module.
[ 0.101447] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.101474] PCI: CLS 0 bytes, default 64
[ 0.107926] kvm [1]: IPA Size Limit: 44 bits
[ 0.109246] kvm [1]: vgic interrupt IRQ9
[ 0.109301] kvm [1]: Hyp mode initialized successfully
[ 1.218216] Initialise system trusted keyrings
[ 1.218564] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.218646] zbud: loaded
[ 1.219059] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.219414] NFS: Registering the id_resolver key type
[ 1.219451] Key type id_resolver registered
[ 1.219465] Key type id_legacy registered
[ 1.219497] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.219524] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.220270] Key type asymmetric registered
[ 1.220293] Asymmetric key parser 'x509' registered
[ 1.220357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.220551] io scheduler mq-deadline registered
[ 1.220573] io scheduler kyber registered
[ 1.220619] io scheduler bfq registered
[ 1.223858] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: yes
[ 1.228680] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.228723] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.228778] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.228826] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00ffffffff -> 0x0400000000
[ 1.229844] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.229874] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.229898] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.229959] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.230059] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.233573] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.233728] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.233795] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.341768] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.341851] pci 0000:01:00.0: [1912:0014] type 00 class 0x0c0330
[ 1.341912] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 1.342147] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.351763] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.351795] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600001fff 64bit]
[ 1.351839] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.351860] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.352122] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.352282] pcieport 0000:00:00.0: PME: Signaling with IRQ 26
[ 1.352626] pcieport 0000:00:00.0: AER: enabled with IRQ 26
[ 1.352872] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.352969] brcm-pcie fd500000.pcie: clkreq control enabled
[ 1.361387] iproc-rng200 fe104000.rng: hwrng registered
[ 1.361626] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.372481] brd: module loaded
[ 1.378780] loop: module loaded
[ 1.379312] zram: Added device: zram0
[ 1.379856] zram: Added device: zram1
[ 1.380313] zram: Added device: zram2
[ 1.380843] Loading iSCSI transport class v2.0-870.
[ 1.383623] tun: Universal TUN/TAP device driver, 1.6
[ 1.384188] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.384208] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.384546] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.384591] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.390164] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000410
[ 1.391101] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.391131] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.391162] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.393886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 1.393917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.393939] usb usb1: Product: xHCI Host Controller
[ 1.393955] usb usb1: Manufacturer: Linux 6.6.31-haos-raspi xhci-hcd
[ 1.393973] usb usb1: SerialNumber: 0000:01:00.0
[ 1.394477] hub 1-0:1.0: USB hub found
[ 1.394579] hub 1-0:1.0: 4 ports detected
[ 1.395355] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.395509] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 1.395537] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.395558] usb usb2: Product: xHCI Host Controller
[ 1.395574] usb usb2: Manufacturer: Linux 6.6.31-haos-raspi xhci-hcd
[ 1.395592] usb usb2: SerialNumber: 0000:01:00.0
[ 1.396046] hub 2-0:1.0: USB hub found
[ 1.396148] hub 2-0:1.0: 4 ports detected
[ 1.397052] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.397156] dwc_otg: FIQ enabled
[ 1.397163] dwc_otg: NAK holdoff enabled
[ 1.397169] dwc_otg: FIQ split-transaction FSM enabled
[ 1.397178] Module dwc_common_port init
[ 1.397795] usbcore: registered new interface driver uas
[ 1.397866] usbcore: registered new interface driver usb-storage
[ 1.397973] usbcore: registered new interface driver usbserial_generic
[ 1.398017] usbserial: USB Serial support registered for generic
[ 1.398422] mousedev: PS/2 mouse device common for all mice
[ 1.398788] Driver for 1-wire Dallas network protocol.
[ 1.399991] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
[ 1.402052] sdhci: Secure Digital Host Controller Interface driver
[ 1.402080] sdhci: Copyright(c) Pierre Ossman
[ 1.402282] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.407988] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.408120] hid: raw HID events driver (C) Jiri Kosina
[ 1.408237] usbcore: registered new interface driver usbhid
[ 1.408245] usbhid: USB HID core driver
[ 1.408289] bcm2835_vchiq fe00b840.mailbox: there is not valid maps for state default
[ 1.411136] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.412314] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 1.412333] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 1.412434] IPVS: ipvs loaded.
[ 1.412442] IPVS: [rr] scheduler registered.
[ 1.412568] NET: Registered PF_INET6 protocol family
[ 1.413143] Segment Routing with IPv6
[ 1.413165] In-situ OAM (IOAM) with IPv6
[ 1.413231] NET: Registered PF_PACKET protocol family
[ 1.413257] Bridge firewalling registered
[ 1.413302] Key type dns_resolver registered
[ 1.428630] registered taskstats version 1
[ 1.428790] Loading compiled-in X.509 certificates
[ 1.431165] zswap: loaded using pool lz4/zsmalloc
[ 1.436963] Key type .fscrypt registered
[ 1.436993] Key type fscrypt-provisioning registered
[ 1.437058] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.440225] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.440452] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.440642] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 37, base_baud = 0) is a PL011 rev2
[ 1.440762] serial serial0: tty port ttyAMA1 registered
[ 1.442032] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.442155] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.442695] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.442710] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.472962] printk: console [netcon0] enabled
[ 1.473014] netconsole: network logging started
[ 1.473049] of_cfs_init
[ 1.473201] of_cfs_init: OK
[ 1.473440] clk: Not disabling unused clocks
[ 1.512744] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.512977] Waiting for root device PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd...
[ 1.550108] mmc1: new high speed SDIO card at address 0001
[ 1.571387] mmc0: new DDR MMC card at address 0001
[ 1.572159] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ 1.575766] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.576954] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ 1.577406] mmcblk0boot0: mmc0:0001 AJTD4R 4.00 MiB
[ 1.579211] mmcblk0boot1: mmc0:0001 AJTD4R 4.00 MiB
[ 1.580985] mmcblk0rpmb: mmc0:0001 AJTD4R 4.00 MiB, chardev (242:0)
[ 1.601880] VFS: Mounted root (squashfs filesystem) readonly on device 179:3.
[ 1.602729] devtmpfs: mounted
[ 1.609784] Freeing unused kernel memory: 5184K
[ 1.610010] Run /sbin/init as init process
[ 1.610025] with arguments:
[ 1.610030] /sbin/init
[ 1.610036] with environment:
[ 1.610041] HOME=/
[ 1.610046] TERM=linux
[ 1.755225] systemd[1]: System time before build time, advancing clock.
[ 1.798842] systemd[1]: systemd 254 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)
[ 1.798901] systemd[1]: Detected architecture arm64.
[ 1.805428] systemd[1]: Hostname set to <homeassistant>.
[ 1.805639] systemd[1]: Installed transient /etc/machine-id file.
[ 1.844282] systemd[1]: Using hardware watchdog 'Broadcom BCM2835 Watchdog timer', version 0, device /dev/watchdog0
[ 1.844346] systemd[1]: Watchdog running with a timeout of 15s.
[ 2.114383] systemd[1]: Queued start job for default target Multi-User System.
[ 2.147154] systemd[1]: Created slice Slice /system/ha-cli.
[ 2.150478] systemd[1]: Created slice Slice /system/modprobe.
[ 2.153680] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 2.156299] systemd[1]: Created slice Slice /system/systemd-growfs.
[ 2.157515] systemd[1]: Created slice User and Session Slice.
[ 2.157874] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.158128] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.158327] systemd[1]: Expecting device /dev/disk/by-label/hassos-boot...
[ 2.158450] systemd[1]: Expecting device /dev/disk/by-label/hassos-data...
[ 2.158564] systemd[1]: Expecting device /dev/disk/by-label/hassos-overlay...
[ 2.158678] systemd[1]: Expecting device /dev/zram2...
[ 2.158853] systemd[1]: Reached target Local Encrypted Volumes.
[ 2.159082] systemd[1]: Reached target HassOS zram targets.
[ 2.159215] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 2.159405] systemd[1]: Reached target NFS client services.
[ 2.159566] systemd[1]: Reached target Path Units.
[ 2.159735] systemd[1]: Reached target Preparation for Remote File Systems.
[ 2.159870] systemd[1]: Reached target Remote Encrypted Volumes.
[ 2.159993] systemd[1]: Reached target Remote File Systems.
[ 2.160117] systemd[1]: Reached target Remote Verity Protected Volumes.
[ 2.160249] systemd[1]: Reached target Slice Units.
[ 2.160446] systemd[1]: Reached target Local Verity Protected Volumes.
[ 2.161610] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 2.172056] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 2.172443] systemd[1]: Reached target RPC Port Mapper.
[ 2.177596] systemd[1]: Listening on Process Core Dump Socket.
[ 2.178585] systemd[1]: Listening on Journal Audit Socket.
[ 2.179142] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.179665] systemd[1]: Listening on Journal Socket.
[ 2.181995] systemd[1]: Listening on udev Control Socket.
[ 2.182463] systemd[1]: Listening on udev Kernel Socket.
[ 2.182966] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 2.185974] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.189653] systemd[1]: Mounting Kernel Debug File System...
[ 2.193311] systemd[1]: Mounting Kernel Trace File System...
[ 2.197543] systemd[1]: Starting D-Bus System Message Bus...
[ 2.203142] systemd[1]: Starting Create List of Static Device Nodes...
[ 2.207131] systemd[1]: Starting Load Kernel Module configfs...
[ 2.211253] systemd[1]: Starting Load Kernel Module drm...
[ 2.215441] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 2.218887] systemd[1]: Starting Load Kernel Module fuse...
[ 2.225188] systemd[1]: Starting Journal Service...
[ 2.228797] systemd[1]: Starting Generate network units from Kernel command line...
[ 2.232607] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2.236660] systemd[1]: Starting Coldplug All udev Devices...
[ 2.241508] systemd[1]: Starting Disk Manager...
[ 2.247605] systemd[1]: Starting HassOS ZRAM tmp...
[ 2.254130] systemd[1]: Starting HassOS ZRAM var...
[ 2.257160] fuse: init (API version 7.39)
[ 2.262556] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.263978] systemd[1]: Mounted Kernel Debug File System.
[ 2.268806] systemd[1]: Mounted Kernel Trace File System.
[ 2.270584] systemd[1]: Finished Create List of Static Device Nodes.
[ 2.272432] systemd[1]: [email protected]: Deactivated successfully.
[ 2.275952] systemd[1]: Finished Load Kernel Module configfs.
[ 2.277981] systemd[1]: [email protected]: Deactivated successfully.
[ 2.279988] systemd[1]: Finished Load Kernel Module drm.
[ 2.281143] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.281687] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 2.282747] systemd[1]: [email protected]: Deactivated successfully.
[ 2.283216] systemd[1]: Finished Load Kernel Module fuse.
[ 2.284543] systemd[1]: Finished Generate network units from Kernel command line.
[ 2.286158] systemd-journald[127]: Collecting audit messages is enabled.
[ 2.291172] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 2.292509] systemd[1]: Reached target Preparation for Network.
[ 2.295981] systemd[1]: Mounting FUSE Control File System...
[ 2.299563] systemd[1]: Mounting Kernel Configuration File System...
[ 2.304132] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 2.312901] systemd[1]: Mounted FUSE Control File System.
[ 2.313717] systemd[1]: Mounted Kernel Configuration File System.
[ 2.329734] zram1: detected capacity change from 0 to 65536
[ 2.330884] zram2: detected capacity change from 0 to 32768
[ 2.344493] systemd[1]: Started D-Bus System Message Bus.
[ 2.351865] systemd[1]: Started Journal Service.
[ 2.520134] audit: type=1334 audit(1706136352.763:2): prog-id=6 op=LOAD
[ 2.520297] audit: type=1334 audit(1706136352.763:3): prog-id=7 op=LOAD
[ 2.993925] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.003244] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.003281] [vc_sm_connected_init]: start
[ 3.006506] [vc_sm_connected_init]: installed successfully
[ 3.008151] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 3.009623] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.012811] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.017281] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.020558] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.023207] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.028116] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 3.033757] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 3.037244] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000
[ 3.037491] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem
[ 3.041858] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 3.041907] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 3.045224] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 3.045281] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 3.045482] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 3.048152] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.049533] rpivid feb10000.codec: Device registered as /dev/video19
[ 3.051285] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 3.051328] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 3.051343] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 3.051355] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 3.051367] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 3.053513] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 3.053562] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 3.059190] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 3.059237] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 3.062043] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 3.062091] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 3.076675] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 3.077022] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 3.077245] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 3.103776] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 3.103814] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 3.103828] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller