[Wiki] How to contribute to Manjaro ARM

The “release” image is just snapshots of what is in the Stable repo at the time.

So as long as you didn’t define a branch when using the tools, you will have what would essentially be an up-to-date release image, when building the image with buildarmimg.

1 Like

4 posts were split to a new topic: [Request] Add support for ClockworkPi A06

Hey, I quickly and easily was able to build an OEM image for the jetson nano. That worked great. Thanks for the tool. :+1:

The image doesn’t boot though.

Or at least it hasn’t in the 15 or so minutes it’s been trying. I got the nvidia splash screen, and that’s it.

I am trying to learn patience, and the jetson is powered on as I type this.

I think for jetpack 4.5 nvidia changed something with it’s bootloader, I am wondering if that has something to do with it.

Suggestions welcome.

Thanks!

Jetson Nano is not working yet, no.

That’s why it’s not listed inthe documentation yet.

2 Likes

Sorry, I just saw your reply. I haven’t looked further into it after a certain point because a system without stable telephony wouldn’t be much use to me and since ofono seems to be not so reliable and is being left behind, I didn’t want to put a lot of resources in this. I may revisit this at some point.

4 posts were split to a new topic: Add support for NanoPi 4M

Is there a proper way to compile a package without involving a virtual machine? Because compiling with buildarmpkg takes a lot of time. My 8 core ryzen builds the linux package in 2 hours.

This needs to be split into a new topic.

If you are just building an aarch64 kernel you can use your 8 core Ryzen and the aarch64-linux-gnu-gcc cross compiler. You could run into issues though if you try to install install any 3rd party dkms kernel modules.

#Install from manjaro repo the cross compiler:
sudo pacman -S aarch64-linux-gnu-gcc

#Clone the kernel repo you want to use and cd to it's directory (here for the rpi4):
git clone https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4
cd linux-rpi4

#Create and save 2 files (makepkg-arm.conf & makepkg-arm)

#makepkg-arm-config:

source /etc/makepkg.conf
CARCH="aarch64"
CHOST="aarch64-linux-gnu"
export ARCH='arm64'
export CROSS_COMPILE='aarch64-linux-gnu-'
MAKEFLAGS="-j8"

#makepkg-arm script:

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
time makepkg -s --config "$DIR/makepkg-arm.conf" "$@"

#Make makepkg-arm script executable:
chmod +x makepkg-arm

#Start the kernel package build
./makepkg-arm

If you are building other packages that require aarch64 libs then I use distcc such as here if I was compiling locally instead of using manjaro-arm’s build server. I have my vim3 as the master and my rock64 and x86 desktop set up as slaves. The x86 uses this package from AUR:

https://aur.archlinux.org/packages/distccd-alarm-armv8

3 Likes

Hi,

I am offering my help for testing Manjaro ARM on my Raspberry Pi 5 8GB.
Have it running with RaspberryOS and Ubuntu 23.10 but I would really like to have Manjaro on it.
On my RPI4 I have Manjaro Sway running, but this is of course not booting on the RPI5.

I know this is not much and not specific, but I thought - as the availability of RPI5 devices is rather limited - I could contribute by testing, managed by a developer/maintainer.

But in case that wouldn’t help, no problem.

1 Like

Did you use the latest DEV image from here?

https://github.com/manjaro-arm/rpi4-images/releases

I have not received my pi5 yet but your existing rpi4 install should be made to boot the pi5 and pi4 with some config.txt changes and the creation of a required new file for X11 to use. I do not remember anyone posting yet they were using sway yet though. It is recommended to be on the unstable branch (which the DEV images are built from) to have the latest as soon as possible as they are constantly fixing things daily.

Have flashed the Manjaro-ARM-sway-rpi4-20231120.img to my SD-card, inserted into to RPI5, start button pressed and guess what:
Manjaro boots properly on the Raspberry Pi 5, at once and without any amendments in config.txt or others!!

Great!

But: starts with the login screen and without having the opportunity to create a user account, I am stuck here, haha

could work around by ctrl+alt+F2. Started sway as root, but then after starting terminal (foot) it brings up ‘error: ‘C’ is not a UTF-8 locale, and failed to find a fallback’, and this is end of the story. No reactions any more

I will test with a different DE as Sway might be too exotic…

3 Likes

I do not use sway and the guy who initially created the image is no longer here any more to diagnose. Seems like there was a special environment that had to be set up for the Calamares setup window to appear for sway.

Try this booted up on your pi4 sway install on your pi4.

Update everything and install the pi5 kernel files:

sudo pacman -Syu 
sudo pacman -S linux-rpi5 linux-rpi5-headers

Become root:

su

Create a needed file. Copy all of the text below and paste into a terminal and hit the enter key:

cat << EOF > /etc/X11/xorg.conf.d/99-v3d.conf
Section "OutputClass"
  Identifier "vc4"
  MatchDriver "vc4"
  Driver "modesetting"
  Option "PrimaryGPU" "true"
EndSection
EOF

Shut down and reboot the image on your pi5. If it boots up I would suggest switching to the unstable branch and upgrade there and stay there for a while to get the latest pi5 fixes as they are done. This image should boot now on your pi4 and pi5.

Sorry, sorry: was my fault!

After rethinking, I did a fresh install of the Manjaro-ARM-sway-rpi4-20231120.img to my SD-card, because I discovered that I was simply too quick the first time without waiting for the installer process…

This time Manjaro started on the RPI5, ran into the normal installer so I could set user+pw and root pw etc, started Sway correctly and everything is working (except locales) fine now!

  • the file & contents of /etc/X11/xorg.conf.d/99-v3d.conf did already exist
  • also linux-rpi5 linux-rpi5-headers are already present.

I switched to unstable branch and will stay there

Thanks a lot for your help!

If anything obscure is coming up, I will post it here :wink:

2 Likes

The first boot has a ton of prep work going on.

Yep I had added all of that in the new images.

Please do as you are the only one running sway on the pi5 right now. You might also want to try the PiOS patched mesa I built as the one in the repo does not have pi5 support right now. It falls back to software llvmpipe renderer. Install the same mesa packages you currently have installed out of all of these packages.

mesa_23.2.1-2~bpo12+rpt2

After you install my mesa files would you post the output of glxinfo -B so I can see what type of report you get with sway.

checked with pacman -Q : the only mesa package seemed to be mesa-23-1.8-1, so I installed your mesa-23-2.1 and rebooted

here is the output ot glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Broadcom (0x14e4)
    Device: V3D 7.1 (0xffffffff)
    Version: 23.2.1
    Accelerated: yes
    Video memory: 8048MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 3.1
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL vendor string: Broadcom
OpenGL renderer string: V3D 7.1
OpenGL core profile version string: 3.1 Mesa 23.2.1~bpo12+rpt2.2
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)

OpenGL version string: 3.1 Mesa 23.2.1~bpo12+rpt2.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 23.2.1~bpo12+rpt2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

what does that tell you??

Looks OK. Thanks.

quite a number of packages installed and all are running well with Sway except Firefox.
I have installed it without any error messages, it is listed in the launcher, there is no error in pacman.log, but after starting it: nothing happens! No error messages, simply nothing.

My favorite browser Vivaldi is running perfectly, also Thunderbird and many others, only Firefox…

Have read that Mozilla is working on Firefox integration improvement into Wayland

Not a big thing for me, just that I have noticed this situation, and as Firefox is fundamental for many users, I thought I should report

1 Like

no problem, sway/wayland/fuzzel/mesa-git/Pi4.

hm, sorry, don’t get what this should tell me:

  • there is no file or directory with that name
  • anything in sway config?
  • anything in /etc/xdg/fuzzel/fuzzel.ini?

could you advise what I should do?

was this meant for me??

voilà

 dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[    0.000000] Linux version 6.1.63-2-MANJARO-RPI5 (builduser@gitlab-runner-ampere-cax41) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu Nov 23 12:30:50 UTC 2023
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001a000000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000007ffff]
[    0.000000]   node   0: [mem 0x0000000000080000-0x000000003f7fffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000001ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    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 14 pages/cpu s177448 r8192 d43736 u229376
[    0.000000] pcpu-alloc: s177448 r8192 d43736 u229376 alloc=14*16384
[    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: Virtualization Host Extensions
[    0.000000] CPU features: detected: Hardware dirty bit management
[    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] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 521728
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=D8:3A:DD:B4:DB:75 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  root=PARTUUID=6b6aadf9-02 rw rootwait console=ttyAMA10,115200 console=tty3 selinux=0 quiet splash plymouth.ignore-serial-consoles smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 usbhid.mousepoll=8 audit=0
[    0.000000] audit: disabled (until reboot)
[    0.000000] Unknown kernel command line parameters "splash selinux=0", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[    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 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[    0.000000] Memory: 7901024K/8380416K available (12736K kernel code, 2646K rwdata, 4144K rodata, 4544K init, 1380K bss, 151712K reserved, 327680K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 40811 entries in 40 pages
[    0.000000] ftrace: allocated 40 pages with 2 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.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000154] Console: colour dummy device 80x25
[    0.000175] printk: console [tty3] enabled
[    0.000193] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[    0.000199] pid_max: default: 32768 minimum: 301
[    0.000261] LSM: Security Framework initializing
[    0.000338] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[    0.000365] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[    0.000827] cgroup: Disabling memory control group subsystem
[    0.001339] cblist_init_generic: Setting adjustable number of callback queues.
[    0.001344] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.001379] cblist_init_generic: Setting adjustable number of callback queues.
[    0.001382] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.001418] cblist_init_generic: Setting adjustable number of callback queues.
[    0.001421] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.001510] rcu: Hierarchical SRCU implementation.
[    0.001513] rcu: 	Max phase no-delay instances is 1000.
[    0.002151] EFI services will not be available.
[    0.002277] smp: Bringing up secondary CPUs ...
[    0.002510] Detected PIPT I-cache on CPU1
[    0.002562] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[    0.002825] Detected PIPT I-cache on CPU2
[    0.002864] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[    0.003111] Detected PIPT I-cache on CPU3
[    0.003146] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[    0.003184] smp: Brought up 1 node, 4 CPUs
[    0.003189] SMP: Total of 4 processors activated.
[    0.003193] CPU features: detected: 32-bit EL0 Support
[    0.003196] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.003198] CPU features: detected: Common not Private translations
[    0.003201] CPU features: detected: CRC32 instructions
[    0.003204] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.003207] CPU features: detected: LSE atomic instructions
[    0.003209] CPU features: detected: Privileged Access Never
[    0.003212] CPU features: detected: RAS Extension Support
[    0.003216] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.003255] CPU: All CPU(s) started at EL2
[    0.003257] alternatives: applying system-wide alternatives
[    0.005200] devtmpfs: initialized
[    0.008462] Enabled cp15_barrier support
[    0.008470] Enabled setend support
[    0.008540] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008548] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[    0.009526] pinctrl core: initialized pinctrl subsystem
[    0.009737] DMI not present or invalid.
[    0.009944] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.011198] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.011255] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.011332] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.011490] thermal_sys: Registered thermal governor 'step_wise'
[    0.011507] cpuidle: using governor menu
[    0.011591] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.011635] ASID allocator initialised with 32768 entries
[    0.011937] Serial: AMBA PL011 UART driver
[    0.013788] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[    0.014494] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[    0.014530] printk: console [ttyAMA10] enabled
[    0.020911] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-30T16:45:10, variant start_cd
[    0.024909] raspberrypi-firmware soc:firmware: Firmware hash is 30de0ba500000000000000000000000000000000
[    0.033466] KASLR enabled
[    0.038604] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[    0.039708] iommu: Default domain type: Translated 
[    0.039712] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.039812] SCSI subsystem initialized
[    0.039870] usbcore: registered new interface driver usbfs
[    0.039884] usbcore: registered new interface driver hub
[    0.039896] usbcore: registered new device driver usb
[    0.040002] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.040088] pps_core: LinuxPPS API ver. 1 registered
[    0.040090] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.040096] PTP clock support registered
[    0.040367] vgaarb: loaded
[    0.040499] clocksource: Switched to clocksource arch_sys_counter
[    0.040661] VFS: Disk quotas dquot_6.6.0
[    0.040680] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[    0.040724] FS-Cache: Loaded
[    0.040758] CacheFiles: Loaded
[    0.042260] NET: Registered PF_INET protocol family
[    0.042430] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, linear)
[    0.044863] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear)
[    0.044935] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[    0.044942] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear)
[    0.045212] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear)
[    0.047032] TCP: Hash tables configured (established 65536 bind 65536)
[    0.047194] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear)
[    0.047322] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear)
[    0.047423] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear)
[    0.047592] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.047753] RPC: Registered named UNIX socket transport module.
[    0.047757] RPC: Registered udp transport module.
[    0.047759] RPC: Registered tcp transport module.
[    0.047761] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.047768] PCI: CLS 0 bytes, default 64
[    0.047877] Trying to unpack rootfs image as initramfs...
[    0.061122] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[    0.061282] kvm [1]: IPA Size Limit: 40 bits
[    0.061297] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[    0.061363] kvm [1]: vgic interrupt IRQ9
[    0.061410] kvm [1]: VHE mode initialized successfully
[    0.228588] Freeing initrd memory: 8576K
[    0.341305] Initialise system trusted keyrings
[    0.341454] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    0.343273] zbud: loaded
[    0.344029] NFS: Registering the id_resolver key type
[    0.344042] Key type id_resolver registered
[    0.344045] Key type id_legacy registered
[    0.344070] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.344075] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.344138] F2FS not supported on PAGE_SIZE(16384) != 4096
[    0.360900] Key type asymmetric registered
[    0.360904] Asymmetric key parser 'x509' registered
[    0.366295] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.366331] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.366372] io scheduler mq-deadline registered
[    0.366376] io scheduler kyber registered
[    0.366440] io scheduler bfq registered
[    0.367055] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 31)
[    0.367190] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 32)
[    0.367304] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 33)
[    0.367415] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 34)
[    0.367527] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 35)
[    0.367640] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 36)
[    0.369347] gpio-461 (RP1 RUN pin): hogged as output/high
[    0.370105] simple-framebuffer 3f800000.framebuffer: framebuffer at 0x3f800000, 0x3f4800 bytes
[    0.370111] simple-framebuffer 3f800000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[    0.370245] Console: switching to colour frame buffer device 240x67
[    0.371750] simple-framebuffer 3f800000.framebuffer: fb0: simplefb registered!
[    0.404969] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.405534] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 38, base_baud = 6000000) is a 16550A
[    0.405580] serial serial0: tty port ttyS0 registered
[    0.406155] iproc-rng200 107d208000.rng: hwrng registered
[    0.406290] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[    0.406984] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[    0.409023] brd: module loaded
[    0.410808] loop: module loaded
[    0.411020] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    0.411205] Loading iSCSI transport class v2.0-870.
[    0.412286] usbcore: registered new interface driver lan78xx
[    0.412298] usbcore: registered new interface driver smsc95xx
[    0.412435] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.412528] dwc_otg: FIQ enabled
[    0.412531] dwc_otg: NAK holdoff enabled
[    0.412533] dwc_otg: FIQ split-transaction FSM enabled
[    0.412537] Module dwc_common_port init
[    0.412796] usbcore: registered new interface driver uas
[    0.412808] usbcore: registered new interface driver usb-storage
[    0.412998] mousedev: PS/2 mouse device common for all mice
[    0.420847] rpi-rtc soc:rpi_rtc: registered as rtc0
[    0.422309] rpi-rtc soc:rpi_rtc: setting system clock to 1970-01-01T00:00:08 UTC (8)
[    0.422986] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[    0.422990] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.425805] sdhci: Secure Digital Host Controller Interface driver
[    0.425808] sdhci: Copyright(c) Pierre Ossman
[    0.425957] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.426376] ledtrig-cpu: registered to indicate activity on CPUs
[    0.426414] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.426425] hid: raw HID events driver (C) Jiri Kosina
[    0.426456] usbcore: registered new interface driver usbhid
[    0.426459] usbhid: USB HID core driver
[    0.426647] Initializing XFRM netlink socket
[    0.426663] NET: Registered PF_PACKET protocol family
[    0.426692] Key type dns_resolver registered
[    0.426970] registered taskstats version 1
[    0.426991] Loading compiled-in X.509 certificates
[    0.427170] Key type .fscrypt registered
[    0.427174] Key type fscrypt-provisioning registered
[    0.429524] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[    0.429530] brcm-pcie 1000120000.pcie:   No bus range found for /axi/pcie@120000, using [bus 00-ff]
[    0.429547] brcm-pcie 1000120000.pcie:      MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[    0.429556] brcm-pcie 1000120000.pcie:      MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[    0.429572] brcm-pcie 1000120000.pcie:   IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[    0.429580] brcm-pcie 1000120000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[    0.430750] brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE
[    0.430756] brcm-pcie 1000120000.pcie: Forcing gen 2
[    0.430793] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[    0.430796] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.430799] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[    0.430802] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[    0.430815] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[    0.430854] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.431491] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.536501] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[    0.536524] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[    0.536539] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[    0.536548] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[    0.536555] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[    0.536634] pci 0000:01:00.0: supports D1
[    0.536636] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.548519] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.548531] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[    0.548536] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[    0.548543] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[    0.548549] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[    0.548555] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.548560] pci 0000:00:00.0:   bridge window [mem 0x1f00000000-0x1f005fffff]
[    0.548569] pci 0000:00:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
[    0.548580] pci 0000:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    0.548703] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.548757] pcieport 0000:00:00.0: PME: Signaling with IRQ 39
[    0.548847] pcieport 0000:00:00.0: AER: enabled with IRQ 39
[    0.549039] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[    0.549044] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[    0.549057] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[    0.550289] rp1 0000:01:00.0: chip_id 0x20001927
[    0.575903] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (d8:3a:dd:b4:db:75)
[    0.576683] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[    0.636621] xhci-hcd xhci-hcd.0: xHCI Host Controller
[    0.636631] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[    0.637090] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[    0.637107] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000
[    0.637187] xhci-hcd xhci-hcd.0: xHCI Host Controller
[    0.637191] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[    0.637196] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[    0.637286] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.637291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.637295] usb usb1: Product: xHCI Host Controller
[    0.637298] usb usb1: Manufacturer: Linux 6.1.63-2-MANJARO-RPI5 xhci-hcd
[    0.637301] usb usb1: SerialNumber: xhci-hcd.0
[    0.637456] hub 1-0:1.0: USB hub found
[    0.637475] hub 1-0:1.0: 2 ports detected
[    0.637697] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    0.637701] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.637705] usb usb2: Product: xHCI Host Controller
[    0.637708] usb usb2: Manufacturer: Linux 6.1.63-2-MANJARO-RPI5 xhci-hcd
[    0.637711] usb usb2: SerialNumber: xhci-hcd.0
[    0.637825] hub 2-0:1.0: USB hub found
[    0.637843] hub 2-0:1.0: 1 port detected
[    0.696648] xhci-hcd xhci-hcd.1: xHCI Host Controller
[    0.696656] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[    0.697120] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[    0.697145] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000
[    0.697228] xhci-hcd xhci-hcd.1: xHCI Host Controller
[    0.697233] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[    0.697238] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[    0.697309] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.697314] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.697317] usb usb3: Product: xHCI Host Controller
[    0.697320] usb usb3: Manufacturer: Linux 6.1.63-2-MANJARO-RPI5 xhci-hcd
[    0.697323] usb usb3: SerialNumber: xhci-hcd.1
[    0.697452] hub 3-0:1.0: USB hub found
[    0.697470] hub 3-0:1.0: 2 ports detected
[    0.697683] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    0.697687] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.697691] usb usb4: Product: xHCI Host Controller
[    0.697694] usb usb4: Manufacturer: Linux 6.1.63-2-MANJARO-RPI5 xhci-hcd
[    0.697696] usb usb4: SerialNumber: xhci-hcd.1
[    0.697815] hub 4-0:1.0: USB hub found
[    0.697831] hub 4-0:1.0: 1 port detected
[    0.698789] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.699205] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[    0.699209] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[    0.699215] platform 1000800000.codec: Adding to iommu group 0
[    0.699248] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[    0.699251] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[    0.699257] platform 1000880000.pisp_be: Adding to iommu group 0
[    0.699302] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[    0.699305] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[    0.699313] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[    0.699921] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.700273] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[    0.700276] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[    0.700281] platform axi:gpu: Adding to iommu group 1
[    0.700328] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[    0.700334] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[    0.700828] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.701201] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[    0.701403] sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default
[    0.701929] mmc1: CQHCI version 5.10
[    0.701975] mmc0: CQHCI version 5.10
[    0.703224] of_cfs_init
[    0.703251] of_cfs_init: OK
[    0.737554] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[    0.832657] mmc0: new ultra high speed SDR104 SDXC card at address 59b4
[    0.832937] mmcblk0: mmc0:59b4 USD00 118 GiB 
[    0.834247]  mmcblk0: p1 p2
[    0.834351] mmcblk0: mmc0:59b4 USD00 118 GiB
[    0.891044] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[    0.893947] Freeing unused kernel memory: 4544K
[    0.894003] Run /init as init process
[    0.894007]   with arguments:
[    0.894009]     /init
[    0.894011]     splash
[    0.894013]   with environment:
[    0.894015]     HOME=/
[    0.894018]     TERM=linux
[    0.894020]     selinux=0
[    0.896523] usb 1-2: new low-speed USB device number 2 using xhci-hcd
[    0.921842] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    0.942359] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[    0.943152] Console: switching to colour dummy device 80x25
[    0.945055] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    0.956511] usb 3-2: new high-speed USB device number 2 using xhci-hcd
[    1.051825] usb 1-2: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00
[    1.051833] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.051836] usb 1-2: Product: USB Optical Mouse
[    1.051839] usb 1-2: Manufacturer: PixArt
[    1.062584] input: pwr_button as /devices/platform/pwr_button/input/input0
[    1.065766] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.071562] input: PixArt USB Optical Mouse as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.0/0003:093A:2510.0001/input/input1
[    1.071658] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-xhci-hcd.0-2/input0
[    1.074983] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.081099] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.095323] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[    1.101651] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.105771] usb 3-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.105778] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.105781] usb 3-2: Product: USB2.0 Hub
[    1.111782] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.145581] hub 3-2:1.0: USB hub found
[    1.145868] hub 3-2:1.0: 4 ports detected
[    1.214612] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.376477] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[    1.496509] usb 3-2.1: new low-speed USB device number 3 using xhci-hcd
[    1.609986] systemd[1]: System time before build time, advancing clock.
[    1.620958] usb 3-2.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.50
[    1.620964] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.620967] usb 3-2.1: Product: RPI Wired Keyboard 5
[    1.620971] usb 3-2.1: Manufacturer:  
[    1.673662] NET: Registered PF_INET6 protocol family
[    1.674131] Segment Routing with IPv6
[    1.674141] In-situ OAM (IOAM) with IPv6
[    1.705388] systemd[1]: systemd 254.6-2-arch 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.705401] systemd[1]: Detected architecture arm64.
[    1.709597] systemd[1]: Hostname set to <rpi5-manjaro>.
[    1.721398] input:   RPI Wired Keyboard 5 as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2.1/3-2.1:1.0/0003:04D9:0006.0002/input/input2
[    1.780744] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Keyboard [  RPI Wired Keyboard 5] on usb-xhci-hcd.1-2.1/input0
[    1.784587] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.800516] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[    1.817373] input:   RPI Wired Keyboard 5 as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2.1/3-2.1:1.1/0003:04D9:0006.0003/input/input3
[    1.876681] hid-generic 0003:04D9:0006.0003: input,hidraw2: USB HID v1.11 Device [  RPI Wired Keyboard 5] on usb-xhci-hcd.1-2.1/input1
[    1.880402] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    1.887059] uart-pl011 107d001000.serial: no DMA platform data
[    1.998114] systemd[1]: /usr/lib/systemd/system/stop-dmesg.service:2: Unknown key name 'USER' in section 'Unit', ignoring.
[    2.082854] systemd[1]: Queued start job for default target Graphical Interface.
[    2.105429] systemd[1]: Created slice Slice /system/getty.
[    2.105828] systemd[1]: Created slice Slice /system/modprobe.
[    2.106131] systemd[1]: Created slice Slice /system/serial-getty.
[    2.106330] systemd[1]: Created slice User and Session Slice.
[    2.106438] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.106707] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.106792] systemd[1]: Reached target Local Integrity Protected Volumes.
[    2.106857] systemd[1]: Reached target Remote Encrypted Volumes.
[    2.106879] systemd[1]: Reached target Remote File Systems.
[    2.106900] systemd[1]: Reached target Slice Units.
[    2.106929] systemd[1]: Reached target Swaps.
[    2.106965] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.107086] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.107663] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.109647] systemd[1]: Listening on Process Core Dump Socket.
[    2.112097] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[    2.112349] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.112609] systemd[1]: Listening on Journal Socket.
[    2.112883] systemd[1]: Listening on Network Service Netlink Socket.
[    2.112919] systemd[1]: Userspace Out-Of-Memory (OOM) Killer Socket was skipped because of an unmet condition check (ConditionPathExists=/proc/pressure/memory).
[    2.113144] systemd[1]: Listening on udev Control Socket.
[    2.113330] systemd[1]: Listening on udev Kernel Socket.
[    2.113491] systemd[1]: Listening on User Database Manager Socket.
[    2.113704] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    2.114890] systemd[1]: Mounting POSIX Message Queue File System...
[    2.116083] systemd[1]: Mounting Kernel Debug File System...
[    2.117387] systemd[1]: Mounting Kernel Trace File System...
[    2.129732] systemd[1]: Mounting Temporary Directory /tmp...
[    2.131436] systemd[1]: Starting Create List of Static Device Nodes...
[    2.132769] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.134488] systemd[1]: Starting Load Kernel Module configfs...
[    2.135814] systemd[1]: Starting Load Kernel Module dm_mod...
[    2.137493] systemd[1]: Starting Load Kernel Module drm...
[    2.139319] systemd[1]: Starting Load Kernel Module efi_pstore...
[    2.141038] systemd[1]: Starting Load Kernel Module fuse...
[    2.143425] systemd[1]: Starting Load Kernel Module loop...
[    2.143847] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    2.146614] systemd[1]: Starting Journal Service...
[    2.179763] systemd[1]: Starting Load Kernel Modules...
[    2.181118] systemd[1]: Starting Generate network units from Kernel command line...
[    2.181211] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    2.182497] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.183692] systemd[1]: Starting Coldplug All udev Devices...
[    2.184835] systemd[1]: Starting Virtual Console Setup...
[    2.187241] systemd[1]: Mounted POSIX Message Queue File System.
[    2.187357] systemd[1]: Mounted Kernel Debug File System.
[    2.187431] systemd[1]: Mounted Kernel Trace File System.
[    2.187506] systemd[1]: Mounted Temporary Directory /tmp.
[    2.187721] systemd[1]: Finished Create List of Static Device Nodes.
[    2.190671] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.190818] systemd[1]: Finished Load Kernel Module configfs.
[    2.191147] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    2.191299] systemd[1]: Finished Load Kernel Module efi_pstore.
[    2.191579] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    2.191684] systemd[1]: Finished Load Kernel Module loop.
[    2.192909] systemd[1]: Mounting Kernel Configuration File System...
[    2.194794] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    2.195287] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.195582] systemd[1]: Finished Load Kernel Module drm.
[    2.196449] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    2.199214] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    2.199384] systemd[1]: Finished Load Kernel Module dm_mod.
[    2.199742] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    2.199930] systemd[1]: Mounted Kernel Configuration File System.
[    2.207533] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[    2.208545] systemd-journald[221]: Collecting audit messages is disabled.
[    2.208596] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.211800] fuse: init (API version 7.37)
[    2.224040] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    2.224106] systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    2.225220] systemd[1]: Starting Load/Save OS Random Seed...
[    2.225882] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.226051] systemd[1]: Finished Load Kernel Module fuse.
[    2.226394] systemd[1]: Finished Generate network units from Kernel command line.
[    2.226727] systemd[1]: Finished Load Kernel Modules.
[    2.227715] systemd[1]: Mounting FUSE Control File System...
[    2.229050] systemd[1]: Starting Apply Kernel Variables...
[    2.231408] systemd[1]: Mounted FUSE Control File System.
[    2.245078] systemd[1]: Started Journal Service.
[    2.275000] systemd-journald[221]: Received client request to flush runtime journal.
[    2.360858] systemd-journald[221]: /var/log/journal/f93566d1e53e4e77aa4eb03cf3c30e01/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
[    2.360882] systemd-journald[221]: Rotating system journal.
[    2.553933] macb 1f00100000.ethernet end0: renamed from eth0
[    2.635106] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[    2.637015] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[    2.637962] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.638341] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[    2.642460] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.645272] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[    2.645727] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[    2.652096] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.659918] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[    2.663509] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[    2.664898] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.664983] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[    2.665194] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[    2.665228] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[    2.667676] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.670773] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.682541] mc: Linux media interface: v0.10
[    2.704876] brcmstb-i2c 107d508200.i2c:  @200000hz registered in interrupt mode
[    2.711080] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    2.712198] videodev: Linux video capture interface: v2.00
[    2.718613] brcmstb-i2c 107d508280.i2c:  @200000hz registered in interrupt mode
[    2.719167] Registered IR keymap rc-cec
[    2.719223] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[    2.719303] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input4
[    2.734754] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[    2.749907] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.751847] Registered IR keymap rc-cec
[    2.751923] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[    2.752014] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input5
[    2.760197] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    2.760408] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    2.760626] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.761874] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[    2.762011] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[    2.762082] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[    2.762156] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[    2.762214] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[    2.801136] brcmfmac: F1 signature read @0x18000000=0x15264345
[    2.804571] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    2.804769] usbcore: registered new interface driver brcmfmac
[    2.822008] Bluetooth: Core ver 2.22
[    2.822037] NET: Registered PF_BLUETOOTH protocol family
[    2.822040] Bluetooth: HCI device and connection manager initialized
[    2.822047] Bluetooth: HCI socket layer initialized
[    2.822050] Bluetooth: L2CAP socket layer initialized
[    2.822056] Bluetooth: SCO socket layer initialized
[    2.830462] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[    2.831325] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[    2.835262] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[    2.835798] Bluetooth: HCI UART driver ver 2.3
[    2.835804] Bluetooth: HCI UART protocol H4 registered
[    2.835841] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.835982] Bluetooth: HCI UART protocol Broadcom registered
[    2.836053] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    2.837803] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    2.860812] rpivid 1000800000.codec: Device registered as /dev/video19
[    2.873690] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[    2.875277] pispbe 1000880000.pisp_be: pispbe_probe: HW version:  0x02252700
[    2.875286] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[    2.875289] pispbe 1000880000.pisp_be: pispbe_probe: Status:      0x00000000
[    2.875293] pispbe 1000880000.pisp_be: Register nodes for group 0
[    2.885789] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[    2.889163] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[    2.893360] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[    2.893404] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[    2.893430] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[    2.893455] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[    2.893478] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[    2.893505] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[    2.893536] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[    2.893821] pispbe 1000880000.pisp_be: Register nodes for group 1
[    2.893902] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[    2.893996] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[    2.894062] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[    2.894104] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[    2.894125] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[    2.894151] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[    2.894172] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[    2.894193] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[    2.894234] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[    2.902912] Console: switching to colour frame buffer device 240x75
[    2.920692] vc4-drm axi:gpu: [drm] fb0: vc4drmfb frame buffer device
[    2.984904] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[    3.193096] Bluetooth: hci0: BCM: chip id 107
[    3.193321] Bluetooth: hci0: BCM: features 0x2f
[    3.194431] Bluetooth: hci0: BCM4345C0
[    3.194435] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    3.199094] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
[    3.377199] zram: Added device: zram0
[    3.386481] zram0: detected capacity change from 0 to 24725472
[    3.416918] Adding 12362720k swap on /dev/zram0.  Priority:100 extents:1 across:12362720k SSFS
[    3.449570] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.449579] Bluetooth: BNEP filters: protocol multicast
[    3.449585] Bluetooth: BNEP socket layer initialized
[    3.893201] Bluetooth: hci0: BCM: features 0x2f
[    3.894563] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[    3.894568] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[    3.894875] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[    3.912436] Bluetooth: MGMT ver 1.22
[    3.917577] NET: Registered PF_ALG protocol family
[    4.754182] macb 1f00100000.ethernet end0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[    4.754192] macb 1f00100000.ethernet end0: configuring for phy/rgmii-id link mode
[    4.756649] pps pps0: new PPS source ptp0
[    4.756726] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[    4.788425] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[    8.841551] macb 1f00100000.ethernet end0: Link is Up - 1Gbps/Full - flow control off
[    8.841571] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready
[   10.496545] Bluetooth: RFCOMM TTY layer initialized
[   10.496568] Bluetooth: RFCOMM socket layer initialized
[   10.496581] Bluetooth: RFCOMM ver 1.11
[   37.065906] systemd-journald[221]: /var/log/journal/f93566d1e53e4e77aa4eb03cf3c30e01/user-1000.journal: Journal file uses a different sequence number ID, rotating.

voilà


$ hwinfo --short
cpu:                                                            
                       CPU
                       CPU
                       CPU
                       CPU
keyboard:
  /dev/input/event2    Holtek Wired Keyboard (78/79 key) [RPI Wired Keyboard 5]
mouse:
  /dev/input/mice      Pixart Imaging Optical Mouse
network:
                       Ethernet controller
  end0                 ARM Ethernet controller
  wlan0                ARM Ethernet controller
                       Broadcom BCM43455 WLAN card
network interface:
  end0                 Ethernet network interface
  wlan0                WLAN network interface
  lo                   Loopback network interface
disk:
  /dev/ram2            Disk
  /dev/ram0            Disk
  /dev/ram9            Disk
  /dev/mmcblk0         Disk
  /dev/ram14           Disk
  /dev/ram7            Disk
  /dev/ram12           Disk
  /dev/ram5            Disk
  /dev/ram10           Disk
  /dev/ram3            Disk
  /dev/ram1            Disk
  /dev/ram15           Disk
  /dev/ram8            Disk
  /dev/zram0           Disk
  /dev/ram13           Disk
  /dev/ram6            Disk
  /dev/ram11           Disk
  /dev/ram4            Disk
partition:
  /dev/mmcblk0p1       Partition
  /dev/mmcblk0p2       Partition
usb controller:
                       ARM USB controller
                       ARM USB XHCI controller
                       ARM USB controller
                       ARM USB XHCI controller
bridge:
                       Broadcom PCI bridge
hub:
                       Linux Foundation 2.0 root hub
                       Linux Foundation 3.0 root hub
                       Linux Foundation 2.0 root hub
                       Genesys Logic Hub
                       Linux Foundation 3.0 root hub
memory:
                       Main Memory
unknown:
                       Broadcom BCM43455 WLAN card
                       Broadcom BCM43455 WLAN card
  /dev/input/event3    Holtek Wired Keyboard (78/79 key) [RPI Wired Keyboard 5]

anything more I can send?