Hi,
I have a RevPi connect SE.
Recently, sometimes the RevPi cannot be accessed via SSH (VScode) or the WebUI interface (error: ERR_TIMED_OUT).
The LEDs on the RevPi are still blinking.
Is there a way to know why this keeps happening?
I don't want to reinstall the OS and redo the config at this point.
Thanks in advance and best,
Med
Revpi isn't working correctly
Re: Revpi isn't working correctly
Did you try to connect it to a monitor with an usb keyboard attached?
Re: Revpi isn't working correctly
Hi,
if I do that I am going to do a cold reboot (unpluging it from power to power it off and then power it back on). If I do this it works.
FYI: I can still ping it when this TIME OUT error shows up.
if I do that I am going to do a cold reboot (unpluging it from power to power it off and then power it back on). If I do this it works.
FYI: I can still ping it when this TIME OUT error shows up.
Last edited by MedB on 23 Apr 2025, 11:27, edited 1 time in total.
Re: Revpi isn't working correctly
So if you leave the monitor and keyboard attached to the revpi (and ideally run `dmesg -w` on the terminal), do you see any errors?
Re: Revpi isn't working correctly
Hi Nicolai,
I am new to this environment so I am going to paste what is showing now.
After cutting the power to the RevPi and plugging it back, the system is responsive and I can access the web interface again.
I typed in the command and this is what I received back:
I have now a dedicated setup for this and when this happens again I will post the output in this thread again
I am new to this environment so I am going to paste what is showing now.
After cutting the power to the RevPi and plugging it back, the system is responsive and I can access the web interface again.
I typed in the command and this is what I received back:
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.6.0-revpi8-rpi-v8 (support@kunbus.com) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1+deb12+1 SMP PREEMPT_RT Fri, 11 Apr 2025 12:24:21 +0000
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi Compute Module 4S Rev 1.0
[ 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: 0x000000003ef66340..0x000000003ef6673f (1 KiB) nomap non-reusable nvram@1
[ 0.000000] OF: reserved mem: 0x000000003ef66780..0x000000003ef66933 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003b3fffff]
[ 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 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] On node 0, zone DMA: 19456 pages in unavailable ranges
[ 0.000000] percpu: Embedded 31 pages/cpu s87360 r8192 d31424 u126976
[ 0.000000] pcpu-alloc: s87360 r8192 d31424 u126976 alloc=31*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: coherent_pool=1M snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=B8:27:EB:E3:F1:04 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait nosplash plymouth.ignore-serial-consoles
[ 0.000000] cgroup: Disabling memory control group subsystem
[ 0.000000] Unknown kernel command line parameters "nosplash numa_policy=interleave", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 238896
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 398520K/970752K available (13824K kernel code, 2396K rwdata, 4632K rodata, 5120K init, 1092K bss, 47944K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43991 entries in 172 pages
[ 0.000000] ftrace: allocated 172 pages with 4 groups
[ 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] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 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.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000178] Console: colour dummy device 80x25
[ 0.000188] printk: legacy console [tty1] enabled
[ 0.000215] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000222] pid_max: default: 32768 minimum: 301
[ 0.000261] LSM: initializing lsm=capability,integrity
[ 0.000359] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.000370] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.001602] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.001656] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.001721] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.002244] rcu: Hierarchical SRCU implementation.
[ 0.002246] rcu: Max phase no-delay instances is 1000.
[ 0.003615] EFI services will not be available.
[ 0.003877] smp: Bringing up secondary CPUs ...
[ 0.004419] Detected PIPT I-cache on CPU1
[ 0.004490] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.004992] Detected PIPT I-cache on CPU2
[ 0.005033] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.005524] Detected PIPT I-cache on CPU3
[ 0.005565] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.005611] smp: Brought up 1 node, 4 CPUs
[ 0.005616] SMP: Total of 4 processors activated.
[ 0.005619] CPU features: detected: 32-bit EL0 Support
[ 0.005621] CPU features: detected: 32-bit EL1 Support
[ 0.005625] CPU features: detected: CRC32 instructions
[ 0.005699] CPU: All CPU(s) started at EL2
[ 0.005709] alternatives: applying system-wide alternatives
[ 0.006844] devtmpfs: initialized
[ 0.015468] Enabled cp15_barrier support
[ 0.015485] Enabled setend support
[ 0.015611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.015623] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.024824] pinctrl core: initialized pinctrl subsystem
[ 0.025240] DMI not present or invalid.
[ 0.025572] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.026827] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.026947] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.027143] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.027182] audit: initializing netlink subsys (disabled)
[ 0.027288] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
[ 0.027689] thermal_sys: Registered thermal governor 'step_wise'
[ 0.027741] cpuidle: using governor menu
[ 0.027865] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.027914] ASID allocator initialised with 32768 entries
[ 0.028430] Serial: AMBA PL011 UART driver
[ 0.031434] /soc/interrupt-controller@40041000: Fixed dependency cycle(s) with /soc/interrupt-controller@40041000
[ 0.032085] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.040410] raspberrypi-firmware soc:firmware: Attached to firmware from 2025-03-19T18:24:21, variant start
[ 0.044423] raspberrypi-firmware soc:firmware: Firmware hash is ca6e8171a80ea46924ffaa629250bfb482f3a02c
[ 0.051594] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.051600] Modules: 0 pages in range for non-PLT usage
[ 0.051601] Modules: 517472 pages in range for PLT usage
[ 0.057004] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1
[ 0.058116] iommu: Default domain type: Translated
[ 0.058120] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.058346] SCSI subsystem initialized
[ 0.058466] usbcore: registered new interface driver usbfs
[ 0.058490] usbcore: registered new interface driver hub
[ 0.058515] usbcore: registered new device driver usb
[ 0.058720] pps_core: LinuxPPS API ver. 1 registered
[ 0.058723] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.058733] PTP clock support registered
[ 0.060111] vgaarb: loaded
[ 0.060344] clocksource: Switched to clocksource arch_sys_counter
[ 0.498041] VFS: Disk quotas dquot_6.6.0
[ 0.498068] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.498136] FS-Cache: Loaded
[ 0.498299] CacheFiles: Loaded
[ 0.503445] NET: Registered PF_INET protocol family
[ 0.503574] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.504443] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear)
[ 0.504471] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.504477] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.504533] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear)
[ 0.505119] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.505318] MPTCP token hash table entries: 1024 (order: 3, 57344 bytes, linear)
[ 0.505398] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 0.505449] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 0.505634] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.506088] RPC: Registered named UNIX socket transport module.
[ 0.506091] RPC: Registered udp transport module.
[ 0.506093] RPC: Registered tcp transport module.
[ 0.506096] RPC: Registered tcp-with-tls transport module.
[ 0.506098] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.506108] PCI: CLS 0 bytes, default 64
[ 0.506634] kvm [1]: IPA Size Limit: 44 bits
[ 0.507234] kvm [1]: vgic interrupt IRQ9
[ 0.507258] kvm [1]: Hyp mode initialized successfully
[ 0.508327] Initialise system trusted keyrings
[ 0.508549] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 0.508579] zbud: loaded
[ 0.508941] NFS: Registering the id_resolver key type
[ 0.508952] Key type id_resolver registered
[ 0.508955] Key type id_legacy registered
[ 0.508972] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.508975] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.509353] Key type asymmetric registered
[ 0.509358] Asymmetric key parser 'x509' registered
[ 0.509387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.509479] io scheduler mq-deadline registered
[ 0.509482] io scheduler kyber registered
[ 0.509501] io scheduler bfq registered
[ 0.509967] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 23)
[ 0.511474] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: yes
[ 0.513247] simple-framebuffer 3e3c4000.framebuffer: framebuffer at 0x3e3c4000, 0x7f8000 bytes
[ 0.513255] simple-framebuffer 3e3c4000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 0.516966] Console: switching to colour frame buffer device 240x67
[ 0.520217] simple-framebuffer 3e3c4000.framebuffer: fb0: simplefb registered!
[ 0.523885] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.525086] iproc-rng200 fe104000.rng: hwrng registered
[ 0.525207] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.533127] brd: module loaded
[ 0.537867] loop: module loaded
[ 0.538229] Loading iSCSI transport class v2.0-870.
[ 0.541027] usbcore: registered new device driver r8152-cfgselector
[ 0.541055] usbcore: registered new interface driver r8152
[ 0.541077] usbcore: registered new interface driver lan78xx
[ 0.541099] usbcore: registered new interface driver smsc95xx
[ 0.541218] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.541266] dwc_otg: FIQ enabled
[ 0.541268] dwc_otg: NAK holdoff enabled
[ 0.541270] dwc_otg: FIQ split-transaction FSM enabled
[ 0.541275] Module dwc_common_port init
[ 0.567080] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[ 0.567208] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[ 0.617838] dwc2 fe980000.usb: DWC OTG Controller
[ 0.617856] dwc2 fe980000.usb: new USB bus registered, assigned bus number 1
[ 0.617934] dwc2 fe980000.usb: irq 26, io mem 0xfe980000
[ 0.618053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.618059] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.618063] usb usb1: Product: DWC OTG Controller
[ 0.618066] usb usb1: Manufacturer: Linux 6.6.0-revpi8-rpi-v8 dwc2_hsotg
[ 0.618069] usb usb1: SerialNumber: fe980000.usb
[ 0.618459] hub 1-0:1.0: USB hub found
[ 0.618482] hub 1-0:1.0: 1 port detected
[ 0.619066] usbcore: registered new interface driver uas
[ 0.619099] usbcore: registered new interface driver usb-storage
[ 0.619348] mousedev: PS/2 mouse device common for all mice
[ 0.619787] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 0.623326] sdhci: Secure Digital Host Controller Interface driver
[ 0.623333] sdhci: Copyright(c) Pierre Ossman
[ 0.623429] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.624626] hid: raw HID events driver (C) Jiri Kosina
[ 0.624693] usbcore: registered new interface driver usbhid
[ 0.624696] usbhid: USB HID core driver
[ 0.624752] bcm2835_vchiq fe00b840.mailbox: there is not valid maps for state default
[ 0.629759] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.630500] NET: Registered PF_PACKET protocol family
[ 0.630558] Key type dns_resolver registered
[ 0.653212] registered taskstats version 1
[ 0.653384] Loading compiled-in X.509 certificates
[ 0.664078] Key type .fscrypt registered
[ 0.664088] Key type fscrypt-provisioning registered
[ 0.670112] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.670273] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.674818] rtc-pcf2127-i2c 1-0051: registered as rtc0
[ 0.675811] rtc-pcf2127-i2c 1-0051: setting system clock to 2025-04-23T10:39:21 UTC (1745404761)
[ 0.676837] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev3
[ 0.677225] serial serial0: tty port ttyAMA0 registered
[ 0.678353] of_cfs_init
[ 0.678455] of_cfs_init: OK
[ 0.678667] clk: Disabling unused clocks
[ 0.709804] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 0.710064] Waiting for root device /dev/mmcblk0p2...
[ 0.771305] mmc0: new DDR MMC card at address 0001
[ 0.771952] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 0.773917] mmcblk0: p1 p2
[ 0.774320] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 0.774813] mmcblk0boot0: mmc0:0001 8GTF4R 4.00 MiB
[ 0.776952] mmcblk0boot1: mmc0:0001 8GTF4R 4.00 MiB
[ 0.778698] mmcblk0rpmb: mmc0:0001 8GTF4R 512 KiB, chardev (243:0)
[ 0.791507] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.791515] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 0.887592] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 0.889259] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 0.889267] EXT4-fs (mmcblk0p2): recovery complete
[ 0.894067] EXT4-fs (mmcblk0p2): mounted filesystem a91a821d-b582-4ff3-b4f6-8989abc9e76d ro with ordered data mode. Quota mode: none.
[ 0.894122] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.895361] devtmpfs: mounted
[ 0.902222] Freeing unused kernel memory: 5120K
[ 0.902293] Run /sbin/init as init process
[ 0.902295] with arguments:
[ 0.902299] /sbin/init
[ 0.902301] nosplash
[ 0.902303] with environment:
[ 0.902305] HOME=/
[ 0.902307] TERM=linux
[ 0.902309] numa_policy=interleave
[ 0.920364] usb 1-1: new high-speed USB device number 2 using dwc2
[ 1.132560] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[ 1.132574] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.133036] hub 1-1:1.0: USB hub found
[ 1.133086] hub 1-1:1.0: 5 ports detected
[ 1.205128] NET: Registered PF_INET6 protocol family
[ 1.205852] Segment Routing with IPv6
[ 1.205867] In-situ OAM (IOAM) with IPv6
[ 1.237889] systemd[1]: systemd 252.36-1~deb12u1 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.237925] systemd[1]: Detected architecture arm64.
[ 1.247572] systemd[1]: Hostname set to <RevPi127214>.
[ 1.424374] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 1.528675] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 1.528690] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.531304] smsc95xx v2.0.0
[ 1.631662] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=35)
[ 1.633943] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-fe980000.usb-1.1, smsc95xx USB 2.0 Ethernet, c8:3e:a7:12:57:33
[ 1.710845] systemd[1]: Queued start job for default target graphical.target.
[ 1.713795] usb 1-1.2: new low-speed USB device number 4 using dwc2
[ 1.750399] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 1.753501] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 1.757469] systemd[1]: Created slice user.slice - User and Session Slice.
[ 1.759353] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 1.764087] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 1.767910] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 1.771342] systemd[1]: Expecting device dev-dri-card0.device - /dev/dri/card0...
[ 1.774691] systemd[1]: Expecting device dev-dri-renderD128.device - /dev/dri/renderD128...
[ 1.778035] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 1.779831] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 1.784796] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 1.786632] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 1.788482] systemd[1]: Reached target slices.target - Slice Units.
[ 1.794789] systemd[1]: Reached target swap.target - Swaps.
[ 1.798138] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 1.801990] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 1.805812] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 1.807731] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 1.813372] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 1.815446] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 1.816930] usb 1-1.2: New USB device found, idVendor=0461, idProduct=574a, bcdDevice= 1.00
[ 1.816938] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.816943] usb 1-1.2: Product: HP 125 USB Optical Mouse
[ 1.816947] usb 1-1.2: Manufacturer: PixArt
[ 1.820951] input: PixArt HP 125 USB Optical Mouse as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:0461:574A.0001/input/input0
[ 1.821277] hid-generic 0003:0461:574A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP 125 USB Optical Mouse] on usb-fe980000.usb-1.2/input0
[ 1.831065] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 1.835097] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 1.838790] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 1.842443] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 1.884609] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 1.889641] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 1.897489] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 1.900402] usb 1-1.3: new low-speed USB device number 5 using dwc2
[ 1.904716] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 1.910412] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 1.919864] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 1.927960] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 1.935717] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 1.944842] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 1.952469] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 1.962593] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 1.965175] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 1.977443] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[ 1.989166] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 2.002817] fuse: init (API version 7.39)
[ 2.009888] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 2.020887] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 2.023513] usb 1-1.3: New USB device found, idVendor=0d62, idProduct=3f41, bcdDevice=34.08
[ 2.023532] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.023537] usb 1-1.3: Product: HP Wired Desktop 320K Keyboard
[ 2.023541] usb 1-1.3: Manufacturer: Darfon
[ 2.032956] input: Darfon HP Wired Desktop 320K Keyboard as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0D62:3F41.0002/input/input1
[ 2.036520] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 2.042337] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 2.047341] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 2.052816] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 2.056279] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 2.057182] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 2.066944] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 2.067375] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 2.074443] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 2.074870] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 2.081978] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.082450] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 2.091980] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 2.092756] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 2.099835] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 2.100216] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 2.124149] uart-pl011 fe201000.serial: no DMA platform data
[ 2.124178] pi-bridge serial0-0: pibridge initialized
[ 2.132798] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 2.139632] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 2.155071] systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status.
[ 2.160919] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 2.165927] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 2.171722] systemd[1]: Finished systemd-fsck-root.service - File System Check on Root Device.
[ 2.176873] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 2.179554] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 2.183411] piControl: loading out-of-tree module taints kernel.
[ 2.190783] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 2.240908] hid-generic 0003:0D62:3F41.0002: input,hidraw1: USB HID v1.11 Keyboard [Darfon HP Wired Desktop 320K Keyboard] on usb-fe980000.usb-1.3/input0
[ 2.247407] input: Darfon HP Wired Desktop 320K Keyboard Consumer Control as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:0D62:3F41.0003/input/input2
[ 2.293937] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 2.304688] input: Darfon HP Wired Desktop 320K Keyboard System Control as /devices/platform/soc/fe980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:0D62:3F41.0003/input/input3
[ 2.304891] hid-generic 0003:0D62:3F41.0003: input,hidraw2: USB HID v1.11 Device [Darfon HP Wired Desktop 320K Keyboard] on usb-fe980000.usb-1.3/input1
[ 2.305087] piControl: RevPi Connect SE
[ 2.305092] piControl: MAJOR-No. : 240
[ 2.305338] piControl: MAJOR-No. : 240 MINOR-No. : 0
[ 2.310017] EXT4-fs (mmcblk0p2): re-mounted a91a821d-b582-4ff3-b4f6-8989abc9e76d r/w. Quota mode: none.
[ 2.340943] systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
[ 2.346439] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 2.350831] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.350964] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 2.354731] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 2.365875] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 2.380568] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[ 2.382816] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.384401] usb 1-1.5: new high-speed USB device number 6 using dwc2
[ 2.422130] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 2.448858] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 2.492794] usb 1-1.5: New USB device found, idVendor=0424, idProduct=9512, bcdDevice= 2.00
[ 2.492810] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.493417] hub 1-1.5:1.0: USB hub found
[ 2.493539] hub 1-1.5:1.0: 3 ports detected
[ 2.520070] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 2.524415] systemd[1]: Started systemd-journald.service - Journal Service.
[ 2.540943] piControl: read file finished, f_pos=15206
[ 2.540978] piControl: 2 devices found
[ 2.540993] piControl: 204 entries in total
[ 2.542079] piControl: piIO thread started
[ 2.542089] piControl: RevPiDevice_init()
[ 2.542108] piControl: No HAT eeprom detected: Fallback to default serial
[ 2.542111] piControl: Enter Init State
[ 2.542330] piControl: piControlInit done
[ 2.542649] piControl: Enter PresentSignalling1 State
[ 2.546333] i2c_dev: i2c /dev entries driver
[ 2.581138] piControl: Enter InitialSlaveDetectionLeft State
[ 2.581672] piControl: Enter EndOfConfig State
[ 2.581679] piControl: Device 0: Addr 0 Type 105 Act 1 In 6 Out 5
[ 2.581684] piControl: input offset 0 len 6
[ 2.581687] piControl: output offset 6 len 5
[ 2.581689] piControl: serial number 1 version 1.0
[ 2.581692] piControl:
[ 2.581699] piControl: Adjust: base 0 in 0 out 6 conf 0
[ 2.581704] piControl: After Adjustment
[ 2.581706] piControl: Device 0: Addr 0 Type 105 Act 1 In 6 Out 5
[ 2.581710] piControl: input offset 0 len 6
[ 2.581712] piControl: output offset 6 len 5
[ 2.581714] piControl: Device 1: Addr 64 Type 24579 Act 1 In 101 Out 73
[ 2.581718] piControl: input offset 11 len 101
[ 2.581720] piControl: output offset 112 len 73
[ 2.581722] piControl:
[ 2.611312] systemd-journald[156]: Received client request to flush runtime journal.
[ 2.688390] piControl: start data exchange
[ 2.788374] usb 1-1.5.1: new high-speed USB device number 7 using dwc2
[ 2.890209] usb 1-1.5.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 2.890230] usb 1-1.5.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.896437] smsc95xx v2.0.0
[ 2.908410] piControl: set BridgeState to running
[ 2.963813] SMSC LAN8700 usb-001:007:01: attached PHY driver (mii_bus:phy_addr=usb-001:007:01, irq=37)
[ 2.964938] smsc95xx 1-1.5.1:1.0 eth1: register 'smsc95xx' at usb-fe980000.usb-1.5.1, smsc95xx USB 2.0 Ethernet, c8:3e:a7:12:57:34
[ 3.044402] usb 1-1.5.2: new full-speed USB device number 8 using dwc2
[ 3.152203] usb 1-1.5.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[ 3.152230] usb 1-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.152236] usb 1-1.5.2: Product: FT232R USB UART
[ 3.152240] usb 1-1.5.2: Manufacturer: FTDI
[ 3.152243] usb 1-1.5.2: SerialNumber: B400PB19
[ 3.236428] usb 1-1.5.3: new full-speed USB device number 9 using dwc2
[ 3.344447] usb 1-1.5.3: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[ 3.344470] usb 1-1.5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.344477] usb 1-1.5.3: Product: FT232R USB UART
[ 3.344482] usb 1-1.5.3: Manufacturer: FTDI
[ 3.344485] usb 1-1.5.3: SerialNumber: B400PB1B
[ 4.713146] Adding 524284k swap on /var/swap. Priority:-2 extents:8 across:1572864k SS
[ 5.966115] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 5.972701] smsc95xx 1-1.1:1.0 eth0: Link is Down
[ 7.158322] mc: Linux media interface: v0.10
[ 7.212193] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.230215] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.232287] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.232306] [vc_sm_connected_init]: start
[ 7.235544] [vc_sm_connected_init]: installed successfully
[ 7.294215] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000
[ 7.294541] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem
[ 7.300228] Console: switching to colour dummy device 80x25
[ 7.317312] videodev: Linux video capture interface: v2.00
[ 7.346532] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.347960] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.356405] Registered IR keymap rc-cec
[ 7.357967] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 7.359660] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
[ 7.361485] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.368139] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.369564] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.377437] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.385924] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 7.396277] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 7.403565] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 7.404013] rpivid feb10000.codec: Device registered as /dev/video19
[ 7.405515] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 7.405551] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.405570] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.405577] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.405583] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.413656] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 7.413689] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 7.417587] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 7.420500] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 7.420536] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 7.423368] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 7.423744] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 7.423937] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 7.423961] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 7.424545] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 7.424568] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.424576] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.424584] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.424596] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.424867] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 7.427767] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/fef00700.hdmi/sound/card0/input5
[ 7.427888] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 7.427944] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 7.429604] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.431427] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 7.432674] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 7.432699] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 7.432919] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.436700] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.437312] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.438906] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.439403] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.446118] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[ 7.569981] Console: switching to colour frame buffer device 240x67
[ 7.629777] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 7.886687] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
[ 8.762968] usbcore: registered new interface driver usbserial_generic
[ 8.763020] usbserial: USB Serial support registered for generic
[ 8.783956] usbcore: registered new interface driver ftdi_sio
[ 8.784018] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 8.784211] ftdi_sio 1-1.5.2:1.0: FTDI USB Serial Device converter detected
[ 8.784450] usb 1-1.5.2: Detected FT232R
[ 8.788214] usb 1-1.5.2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 8.788516] ftdi_sio 1-1.5.3:1.0: FTDI USB Serial Device converter detected
[ 8.790449] usb 1-1.5.3: Detected FT232R
[ 8.793242] usb 1-1.5.3: FTDI USB Serial Device converter now attached to ttyUSB1
[ 8.989052] smsc95xx 1-1.5.1:1.0 eth1: hardware isn't capable of remote wakeup
[ 8.992100] smsc95xx 1-1.5.1:1.0 eth1: Link is Up - 100Mbps/Full - flow control off
[ 14.420814] systemd[3767]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set