Posts: 30
Threads: 3
Joined: Jul 2024
Reputation:
0
Ok, I tried playing a music file off a USB stick attached to the Pi 5 but the glitching is still there.
I haven't completely cleared the SD card that I was originally using for playback - it's a 256gb card that still has 100gb of music files on it, as well as the moOde OS.
The only next step I can think of is to do a fresh install of moOde on a new, faster SD card and make sure that all my music library runs off a USB stick only. That means a trip to Amazon and a few days' wait...
Posts: 1,274
Threads: 24
Joined: Jun 2022
Reputation:
42
(07-15-2024, 08:37 AM)robkyf Wrote: Ok, I tried playing a music file off a USB stick attached to the Pi 5 but the glitching is still there.
I haven't completely cleared the SD card that I was originally using for playback - it's a 256gb card that still has 100gb of music files on it, as well as the moOde OS.
The only next step I can think of is to do a fresh install of moOde on a new, faster SD card and make sure that all my music library runs off a USB stick only. That means a trip to Amazon and a few days' wait...
If you still had music on the SD card, that would get indexed as well.
You should move ALL the music to the USB stick, and do a library rebuild; and a thumbnail regeneration (as the folder hash - on which the thumbnail names are based - would be different).
Then I would do also a reboot.
Posts: 30
Threads: 3
Joined: Jul 2024
Reputation:
0
Thank @ Nutul. Yes, that’ll be my next step.
Posts: 20
Threads: 5
Joined: Jun 2024
Reputation:
0
Just as a check.
From a terminal type the command just after starting it up.
What does it say? Any errors?
Mine is many lines:
Code: 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.6.31+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29)
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5
[ 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..0x000000003ef64b15 (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 s85672 r8192 d29016 u122880
[ 0.000000] pcpu-alloc: s85672 r8192 d29016 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: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=E4:5F:01:ED:6D:E8 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=PARTUUID=156be4ec-02 rootfstype=ext4 fsck.repair=yes rootwait video=DSI-1:800x480@60,rotate=180
[ 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: 3353900K/4050944K available (13376K kernel code, 2210K rwdata, 4264K rodata, 4864K init, 1083K bss, 172756K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43180 entries in 169 pages
[ 0.000000] ftrace: allocated 169 pages with 4 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.000336] Console: colour dummy device 80x25
[ 0.000352] printk: console [tty1] enabled
[ 0.000974] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.001008] pid_max: default: 32768 minimum: 301
[ 0.001092] LSM: initializing lsm=capability,integrity
[ 0.001319] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001399] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.002312] cgroup: Disabling memory control group subsystem
[ 0.003995] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004119] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004257] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004537] rcu: Hierarchical SRCU implementation.
[ 0.004558] rcu: Max phase no-delay instances is 1000.
[ 0.006516] EFI services will not be available.
[ 0.006858] smp: Bringing up secondary CPUs ...
[ 0.007487] Detected PIPT I-cache on CPU1
[ 0.007617] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.008355] Detected PIPT I-cache on CPU2
[ 0.008445] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.009102] Detected PIPT I-cache on CPU3
[ 0.009194] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.009281] smp: Brought up 1 node, 4 CPUs
[ 0.009357] SMP: Total of 4 processors activated.
[ 0.009373] CPU features: detected: 32-bit EL0 Support
[ 0.009387] CPU features: detected: 32-bit EL1 Support
[ 0.009404] CPU features: detected: CRC32 instructions
[ 0.009518] CPU: All CPU(s) started at EL2
[ 0.009545] alternatives: applying system-wide alternatives
[ 0.011974] devtmpfs: initialized
[ 0.022067] Enabled cp15_barrier support
[ 0.022125] Enabled setend support
[ 0.022304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.022344] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.035074] pinctrl core: initialized pinctrl subsystem
[ 0.035659] DMI not present or invalid.
[ 0.036211] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.038096] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.038368] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.038806] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.038883] audit: initializing netlink subsys (disabled)
[ 0.039068] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[ 0.039582] thermal_sys: Registered thermal governor 'step_wise'
[ 0.039633] cpuidle: using governor menu
[ 0.039851] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.039981] ASID allocator initialised with 32768 entries
[ 0.041002] Serial: AMBA PL011 UART driver
[ 0.048783] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000
[ 0.049392] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.051227] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000
[ 0.051324] platform fe700000.dsi: Fixed dependency cycle(s) with /soc/dsi@7e700000/bridge@0
[ 0.051367] platform fe700000.dsi: Fixed dependency cycle(s) with /soc/cprman@7e101000
[ 0.060170] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-05-24T15:30:04, variant start
[ 0.064190] raspberrypi-firmware soc:firmware: Firmware hash is 4942b7633c0ff1af1ee95a51a33b56a9dae47529
[ 0.074545] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.074578] Modules: 0 pages in range for non-PLT usage
[ 0.074584] Modules: 517792 pages in range for PLT usage
[ 0.079024] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1
[ 0.080834] iommu: Default domain type: Translated
[ 0.080857] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.081235] SCSI subsystem initialized
[ 0.082902] usbcore: registered new interface driver usbfs
[ 0.082954] usbcore: registered new interface driver hub
[ 0.083012] usbcore: registered new device driver usb
[ 0.083409] pps_core: LinuxPPS API ver. 1 registered
[ 0.083428] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.083458] PTP clock support registered
[ 0.084539] vgaarb: loaded
[ 0.084973] clocksource: Switched to clocksource arch_sys_counter
[ 0.085423] VFS: Disk quotas dquot_6.6.0
[ 0.085475] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.085594] FS-Cache: Loaded
[ 0.089177] CacheFiles: Loaded
[ 0.096947] NET: Registered PF_INET protocol family
[ 0.097553] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.102248] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.102321] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.102354] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.102606] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.103663] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.104134] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.104356] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.104437] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.104678] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.105378] RPC: Registered named UNIX socket transport module.
[ 0.105406] RPC: Registered udp transport module.
[ 0.105421] RPC: Registered tcp transport module.
[ 0.105434] RPC: Registered tcp-with-tls transport module.
[ 0.105448] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.105489] PCI: CLS 0 bytes, default 64
[ 0.106168] kvm [1]: IPA Size Limit: 44 bits
[ 0.107413] kvm [1]: vgic interrupt IRQ9
[ 0.107470] kvm [1]: Hyp mode initialized successfully
[ 1.107039] Initialise system trusted keyrings
[ 1.107335] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.107417] zbud: loaded
[ 1.108146] NFS: Registering the id_resolver key type
[ 1.108185] Key type id_resolver registered
[ 1.108200] Key type id_legacy registered
[ 1.108230] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.108249] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.108905] Key type asymmetric registered
[ 1.108929] Asymmetric key parser 'x509' registered
[ 1.109027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.109223] io scheduler mq-deadline registered
[ 1.109245] io scheduler kyber registered
[ 1.109289] io scheduler bfq registered
[ 1.110232] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 23)
[ 1.113178] pinctrl-bcm2835 fe200000.gpio: GPIO_OUT persistence: yes
[ 1.116104] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.116151] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.116206] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.116254] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00ffffffff -> 0x0400000000
[ 1.117372] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.117403] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.117427] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.117489] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.117588] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.121238] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.121408] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.121547] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.121623] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.231059] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.231207] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.231310] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.231608] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.241055] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.241104] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.241132] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.241203] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.241223] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.241470] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.241631] pcieport 0000:00:00.0: PME: Signaling with IRQ 27
[ 1.241983] pcieport 0000:00:00.0: AER: enabled with IRQ 27
[ 1.242868] simple-framebuffer 3ea81000.framebuffer: framebuffer at 0x3ea81000, 0x177000 bytes
[ 1.242901] simple-framebuffer 3ea81000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200
[ 1.244867] Console: switching to colour frame buffer device 100x30
[ 1.247288] simple-framebuffer 3ea81000.framebuffer: fb0: simplefb registered!
[ 1.255815] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.258862] iproc-rng200 fe104000.rng: hwrng registered
[ 1.259976] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.271885] brd: module loaded
[ 1.279196] loop: module loaded
[ 1.280678] Loading iSCSI transport class v2.0-870.
[ 1.285846] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.477050] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.478970] usbcore: registered new device driver r8152-cfgselector
[ 1.479863] usbcore: registered new interface driver r8152
[ 1.480722] usbcore: registered new interface driver lan78xx
[ 1.481595] usbcore: registered new interface driver smsc95xx
[ 1.530520] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.531337] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.533846] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0300240000000890
[ 1.536167] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.537045] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.537905] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.538972] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 1.539830] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.540661] usb usb1: Product: xHCI Host Controller
[ 1.541485] usb usb1: Manufacturer: Linux 6.6.31+rpt-rpi-v8 xhci-hcd
[ 1.542293] usb usb1: SerialNumber: 0000:01:00.0
[ 1.543622] hub 1-0:1.0: USB hub found
[ 1.544458] hub 1-0:1.0: 1 port detected
[ 1.545887] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 1.546669] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.547424] usb usb2: Product: xHCI Host Controller
[ 1.548180] usb usb2: Manufacturer: Linux 6.6.31+rpt-rpi-v8 xhci-hcd
[ 1.548950] usb usb2: SerialNumber: 0000:01:00.0
[ 1.550219] hub 2-0:1.0: USB hub found
[ 1.551034] hub 2-0:1.0: 4 ports detected
[ 1.552783] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.553683] dwc_otg: FIQ enabled
[ 1.553691] dwc_otg: NAK holdoff enabled
[ 1.553697] dwc_otg: FIQ split-transaction FSM enabled
[ 1.553707] Module dwc_common_port init
[ 1.554413] usbcore: registered new interface driver uas
[ 1.555241] usbcore: registered new interface driver usb-storage
[ 1.556484] mousedev: PS/2 mouse device common for all mice
[ 1.560649] sdhci: Secure Digital Host Controller Interface driver
[ 1.561500] sdhci: Copyright(c) Pierre Ossman
[ 1.562486] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.565970] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.566965] hid: raw HID events driver (C) Jiri Kosina
[ 1.567801] usbcore: registered new interface driver usbhid
[ 1.568548] usbhid: USB HID core driver
[ 1.575034] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.577261] NET: Registered PF_PACKET protocol family
[ 1.578184] Key type dns_resolver registered
[ 1.604254] registered taskstats version 1
[ 1.605834] Loading compiled-in X.509 certificates
[ 1.617846] Key type .fscrypt registered
[ 1.618658] Key type fscrypt-provisioning registered
[ 1.629548] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.630606] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.631980] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.633088] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.634183] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ 1.635035] printk: console [ttyAMA0] enabled
[ 3.182233] of_cfs_init
[ 3.185656] of_cfs_init: OK
[ 3.189408] clk: Disabling unused clocks
[ 3.216986] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 3.225590] Waiting for root device PARTUUID=156be4ec-02...
[ 3.305001] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 3.333050] mmc0: new ultra high speed DDR50 SDHC card at address 0001
[ 3.341297] mmcblk0: mmc0:0001 SPCC 29.0 GiB
[ 3.349062] mmcblk0: p1 p2
[ 3.353132] mmcblk0: mmc0:0001 SPCC 29.0 GiB
[ 3.367421] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 3.375603] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 3.459590] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 3.468668] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.476659] usb 1-1: Product: USB2.0 Hub
[ 3.483200] hub 1-1:1.0: USB hub found
[ 3.488087] hub 1-1:1.0: 4 ports detected
[ 3.688394] EXT4-fs (mmcblk0p2): recovery complete
[ 3.697667] EXT4-fs (mmcblk0p2): mounted filesystem b92dbbe2-cc6c-4607-9957-63af3c439ae1 ro with ordered data mode. Quota mode: none.
[ 3.711376] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.719976] devtmpfs: mounted
[ 3.732624] Freeing unused kernel memory: 4864K
[ 3.738182] Run /sbin/init as init process
[ 3.743066] with arguments:
[ 3.743073] /sbin/init
[ 3.743080] with environment:
[ 3.743085] HOME=/
[ 3.743091] TERM=linux
[ 3.797012] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[ 3.914216] usb 1-1.1: New USB device found, idVendor=0603, idProduct=0002, bcdDevice= 2.21
[ 3.923487] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.931769] usb 1-1.1: Product: USB Composite Device
[ 3.937629] usb 1-1.1: Manufacturer: SINO WEALTH
[ 3.953852] input: SINO WEALTH USB Composite Device as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0603:0002.0001/input/input0
[ 4.029650] hid-generic 0003:0603:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB Composite Device] on usb-0000:01:00.0-1.1/input0
[ 4.055993] input: SINO WEALTH USB Composite Device Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0603:0002.0002/input/input1
[ 4.075580] input: SINO WEALTH USB Composite Device System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0603:0002.0002/input/input2
[ 4.142622] systemd[1]: System time before build time, advancing clock.
[ 4.153454] input: SINO WEALTH USB Composite Device Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0603:0002.0002/input/input3
[ 4.175064] hid-generic 0003:0603:0002.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [SINO WEALTH USB Composite Device] on usb-0000:01:00.0-1.1/input1
[ 4.269026] usb 1-1.2: new high-speed USB device number 4 using xhci_hcd
[ 4.325379] NET: Registered PF_INET6 protocol family
[ 4.332848] Segment Routing with IPv6
[ 4.337717] In-situ OAM (IOAM) with IPv6
[ 4.377880] usb 1-1.2: New USB device found, idVendor=1e3d, idProduct=2093, bcdDevice= 1.00
[ 4.387482] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.395977] usb 1-1.2: Product: Flash Disk
[ 4.401753] usb 1-1.2: Manufacturer:
[ 4.407202] usb 1-1.2: SerialNumber: CCCB1412112053294604432806
[ 4.414649] systemd[1]: systemd 252.26-1~deb12u2 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)
[ 4.451894] systemd[1]: Detected architecture arm64.
[ 4.459811] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 4.467735] scsi host0: usb-storage 1-1.2:1.0
[ 4.479830] systemd[1]: Hostname set to <MoodeLCD>.
[ 4.557050] usb 1-1.4: new high-speed USB device number 5 using xhci_hcd
[ 4.665869] usb 1-1.4: New USB device found, idVendor=152a, idProduct=8750, bcdDevice= 1.04
[ 4.675797] uart-pl011 fe201000.serial: no DMA platform data
[ 4.681083] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 4.690947] usb 1-1.4: Product: D10s
[ 4.695493] usb 1-1.4: Manufacturer: Topping
[ 5.353858] systemd[1]: Queued start job for default target graphical.target.
[ 5.380046] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 5.391275] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 5.402704] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 5.415093] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 5.427062] systemd[1]: Created slice user.slice - User and Session Slice.
[ 5.436515] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 5.451262] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 5.467416] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-156be4ec\x2d01.device - /dev/disk/by-partuuid/156be4ec-01...
[ 5.482391] systemd[1]: Expecting device dev-ttyAMA0.device - /dev/ttyAMA0...
[ 5.492198] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 5.503889] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 5.505601] scsi 0:0:0:0: Direct-Access Flash Disk 5.00 PQ: 0 ANSI: 2
[ 5.524441] sd 0:0:0:0: [sda] 253952 512-byte logical blocks: (130 MB/124 MiB)
[ 5.524736] systemd[1]: Reached target slices.target - Slice Units.
[ 5.525955] sd 0:0:0:0: [sda] Write Protect is off
[ 5.546524] sd 0:0:0:0: [sda] Mode Sense: 0b 00 00 08
[ 5.546726] sd 0:0:0:0: [sda] No Caching mode page found
[ 5.546736] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 5.549484] sda: sda1
[ 5.565438] systemd[1]: Reached target swap.target - Swaps.
[ 5.565560] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 5.580192] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 5.622927] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 5.634408] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 5.645921] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 5.658277] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 5.669729] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 5.681727] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 5.693105] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 5.704166] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.715283] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.753350] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.768291] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.783310] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.794896] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.818604] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 5.834917] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.851747] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.869802] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.887018] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 5.904097] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.921809] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.942161] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 5.944308] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.968292] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 5.987725] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[ 5.999784] fuse: init (API version 7.39)
[ 6.049778] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 6.069745] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 6.106015] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 6.127129] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 6.139206] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 6.151689] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 6.153377] i2c_dev: i2c /dev entries driver
[ 6.169382] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 6.183995] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 6.197696] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.206951] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 6.219699] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 6.228758] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 6.244170] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 6.262594] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 6.271436] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 6.283409] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 6.292755] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 6.306008] systemd[1]: Started systemd-journald.service - Journal Service.
[ 6.607536] EXT4-fs (mmcblk0p2): re-mounted b92dbbe2-cc6c-4607-9957-63af3c439ae1 r/w. Quota mode: none.
[ 6.686879] systemd-journald[156]: Received client request to flush runtime journal.
[ 6.696763] systemd-journald[156]: File /var/log/journal/c1482547f9b842efa3e66a6ae1f7e229/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 8.018455] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 8.075770] mc: Linux media interface: v0.10
[ 8.094592] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.096043] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 8.096071] [vc_sm_connected_init]: start
[ 8.121259] [vc_sm_connected_init]: installed successfully
[ 8.140920] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.149546] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000
[ 8.194455] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem
[ 8.247410] videodev: Linux video capture interface: v2.00
[ 8.334253] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.361254] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 8.404170] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.425104] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.429504] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 8.435749] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.445143] rpivid feb10000.codec: Device registered as /dev/video19
[ 8.447478] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.483652] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 8.483712] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 8.515227] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 8.515285] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 8.526771] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 8.526825] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 8.534576] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 8.541263] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 8.541314] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 8.569136] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 8.570885] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 8.571534] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 8.571576] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 8.571593] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 8.571608] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 8.571620] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 8.625664] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 8.627698] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 8.628489] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 8.630239] i2c i2c-22: Added multiplexed i2c bus 0
[ 8.630566] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 8.630599] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 8.630616] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 8.630629] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 8.630641] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 8.631345] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 8.636194] i2c i2c-22: Added multiplexed i2c bus 10
[ 8.700820] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 8.700875] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 8.753476] usb 1-1.4: 1:3 : unsupported format bits 0x100000000
[ 8.926120] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 9.027378] usbcore: registered new interface driver snd-usb-audio
[ 9.075185] vc4_dsi fe700000.dsi: Fixed dependency cycle(s) with /soc/dsi@7e700000/bridge@0
[ 9.075362] platform 100000001.panel_disp: Fixed dependency cycle(s) with /soc/dsi@7e700000/bridge@0
[ 9.075468] mipi-dsi fe700000.dsi.0: Fixed dependency cycle(s) with /soc/dsi@7e700000
[ 9.075568] mipi-dsi fe700000.dsi.0: Fixed dependency cycle(s) with /panel_disp@1
[ 11.019106] edt_ft5x06 10-0038: supply iovcc not found, using dummy regulator
[ 11.037559] Console: switching to colour dummy device 80x25
[ 11.117737] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 11.119474] Registered IR keymap rc-cec
[ 11.119663] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 11.119857] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
[ 11.126351] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/fef00700.hdmi/sound/card1/input5
[ 11.126858] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 11.137437] Registered IR keymap rc-cec
[ 11.137659] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 11.137866] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input6
[ 11.144065] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/fef05700.hdmi/sound/card2/input7
[ 11.144557] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 11.149232] vc4-drm gpu: bound fe700000.dsi (ops vc4_dsi_ops [vc4])
[ 11.149760] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 11.150151] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 11.161771] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 11.184485] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 11.184801] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 11.197324] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 11.218982] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 11.378345] alsactl[576]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 11.490650] input: 10-0038 generic ft5x06 (79) as /devices/platform/soc/fe205000.i2c/i2c-22/i2c-10/10-0038/input/input8
[ 11.608032] Console: switching to colour frame buffer device 100x30
[ 11.625735] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 12.508792] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 12.513440] bcmgenet fd580000.ethernet eth0: Link is Down
[ 16.605592] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Posts: 30
Threads: 3
Joined: Jul 2024
Reputation:
0
Thanks @ simonb. The output is appended below.
With the caveat that I'm not sure what to look for, the only thing that does catch my eye is line 7.512594 towards the bottom of the output which seems to suggest some error with the USB link to the Audiolab DAC.
Code: [b]rob@moode[/b]:[b]~ $[/b] dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.31+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian
1:6.6.31-1+rpt1 (2024-05-29)
[ 0.000000] KASLR enabled
[ 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 0x0000000002000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd16420..0x000000003fd16457 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 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-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] On node 0, zone DMA: 256 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 s183976 r8192 d37208 u229376
[ 0.000000] pcpu-alloc: s183976 r8192 d37208 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] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=D8:3A:DD:EB:8D:1B vc_mem.mem_base=0x3fc00000 vc_mem.me
m_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=137956cc-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB
[ 0.000000] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260864
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 3809520K/4190208K available (13440K kernel code, 2222K rwdata, 4288K rodata, 5056K init, 1213K bss, 53008K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43180 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 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.000160] Console: colour dummy device 80x25
[ 0.000164] printk: console [tty1] enabled
[ 0.000327] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000335] pid_max: default: 32768 minimum: 301
[ 0.000359] LSM: initializing lsm=capability,integrity
[ 0.000414] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, linear)
[ 0.000428] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, linear)
[ 0.000764] cgroup: Disabling memory control group subsystem
[ 0.001177] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001206] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001230] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001292] rcu: Hierarchical SRCU implementation.
[ 0.001296] rcu: Max phase no-delay instances is 1000.
[ 0.001897] EFI services will not be available.
[ 0.001975] smp: Bringing up secondary CPUs ...
[ 0.002130] Detected PIPT I-cache on CPU1
[ 0.002172] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002351] Detected PIPT I-cache on CPU2
[ 0.002383] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002541] Detected PIPT I-cache on CPU3
[ 0.002570] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002596] smp: Brought up 1 node, 4 CPUs
[ 0.002615] SMP: Total of 4 processors activated.
[ 0.002619] CPU features: detected: 32-bit EL0 Support
[ 0.002623] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002628] CPU features: detected: Common not Private translations
[ 0.002631] CPU features: detected: CRC32 instructions
[ 0.002636] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002639] CPU features: detected: LSE atomic instructions
[ 0.002643] CPU features: detected: Privileged Access Never
[ 0.002646] CPU features: detected: RAS Extension Support
[ 0.002651] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002690] CPU: All CPU(s) started at EL2
[ 0.002694] alternatives: applying system-wide alternatives
[ 0.004387] devtmpfs: initialized
[ 0.007365] Enabled cp15_barrier support
[ 0.007375] Enabled setend support
[ 0.007432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007442] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008202] pinctrl core: initialized pinctrl subsystem
[ 0.008337] DMI not present or invalid.
[ 0.008508] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009083] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009131] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009183] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009203] audit: initializing netlink subsys (disabled)
[ 0.009254] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009374] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009385] cpuidle: using governor menu
[ 0.009452] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009482] ASID allocator initialised with 32768 entries
[ 0.009797] Serial: AMBA PL011 UART driver
[ 0.010765] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.011108] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.011122] printk: console [ttyAMA10] enabled
[ 0.735764] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-06-05T15:41:49, variant start_cd
[ 0.749820] raspberrypi-firmware soc:firmware: Firmware hash is 6fe0b09100000000000000000000000000000000
[ 0.765664] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.772751] Modules: 0 pages in range for non-PLT usage
[ 0.772753] Modules: 129412 pages in range for PLT usage
[ 0.779324] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.792099] iommu: Default domain type: Translated
[ 0.796934] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.803240] SCSI subsystem initialized
[ 0.807039] usbcore: registered new interface driver usbfs
[ 0.812553] usbcore: registered new interface driver hub
[ 0.817893] usbcore: registered new device driver usb
[ 0.823053] pps_core: LinuxPPS API ver. 1 registered
[ 0.828035] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.837209] PTP clock support registered
[ 0.841404] vgaarb: loaded
[ 0.844219] clocksource: Switched to clocksource arch_sys_counter
[ 0.850443] VFS: Disk quotas dquot_6.6.0
[ 0.860227] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.867330] FS-Cache: Loaded
[ 0.870247] CacheFiles: Loaded
[ 0.874841] NET: Registered PF_INET protocol family
[ 0.879825] IP idents hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.888532] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, linear)
[ 0.897114] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 0.904891] TCP established hash table entries: 32768 (order: 4, 262144 bytes, linear)
[ 0.912974] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, linear)
[ 0.921149] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.927818] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, linear)
[ 0.935291] UDP hash table entries: 2048 (order: 2, 65536 bytes, linear)
[ 0.942079] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, linear)
[ 0.949338] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.955159] RPC: Registered named UNIX socket transport module.
[ 0.961104] RPC: Registered udp transport module.
[ 0.965825] RPC: Registered tcp transport module.
[ 0.970543] RPC: Registered tcp-with-tls transport module.
[ 0.976048] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.982520] PCI: CLS 0 bytes, default 64
[ 0.986598] kvm [1]: IPA Size Limit: 40 bits
[ 0.990934] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 0.999691] kvm [1]: vgic interrupt IRQ9
[ 1.003636] kvm [1]: VHE mode initialized successfully
[ 1.066793] Initialise system trusted keyrings
[ 1.071300] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.077783] zbud: loaded
[ 1.080478] NFS: Registering the id_resolver key type
[ 1.085554] Key type id_resolver registered
[ 1.089752] Key type id_legacy registered
[ 1.093777] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.100507] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.107971] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 1.113525] Key type asymmetric registered
[ 1.117635] Asymmetric key parser 'x509' registered
[ 1.122541] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.130000] io scheduler mq-deadline registered
[ 1.134547] io scheduler kyber registered
[ 1.138577] io scheduler bfq registered
[ 1.142634] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26)
[ 1.151785] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27)
[ 1.159519] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28)
[ 1.167249] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29)
[ 1.174983] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30)
[ 1.184111] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31)
[ 1.227621] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.234297] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 1.245262] iproc-rng200 107d208000.rng: hwrng registered
[ 1.250742] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.259268] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.268231] brd: module loaded
[ 1.272633] loop: module loaded
[ 1.275910] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.283302] Loading iSCSI transport class v2.0-870.
[ 1.289064] usbcore: registered new device driver r8152-cfgselector
[ 1.295367] usbcore: registered new interface driver r8152
[ 1.300879] usbcore: registered new interface driver lan78xx
[ 1.306572] usbcore: registered new interface driver smsc95xx
[ 1.312412] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.318201] dwc_otg: FIQ enabled
[ 1.318202] dwc_otg: NAK holdoff enabled
[ 1.318204] dwc_otg: FIQ split-transaction FSM enabled
[ 1.318206] Module dwc_common_port init
[ 1.318327] usbcore: registered new interface driver uas
[ 1.323665] usbcore: registered new interface driver usb-storage
[ 1.329790] mousedev: PS/2 mouse device common for all mice
[ 1.343842] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 1.350276] rpi-rtc soc:rpi_rtc: setting system clock to 1970-01-01T00:00:09 UTC (9)
[ 1.358388] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.364948] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.373734] sdhci: Secure Digital Host Controller Interface driver
[ 1.379943] sdhci: Copyright(c) Pierre Ossman
[ 1.384353] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.390225] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.396301] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.402778] hid: raw HID events driver (C) Jiri Kosina
[ 1.407950] usbcore: registered new interface driver usbhid
[ 1.413543] usbhid: USB HID core driver
[ 1.417706] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 1.426254] NET: Registered PF_PACKET protocol family
[ 1.431355] Key type dns_resolver registered
[ 1.441150] registered taskstats version 1
[ 1.445324] Loading compiled-in X.509 certificates
[ 1.452488] Key type .fscrypt registered
[ 1.456426] Key type fscrypt-provisioning registered
[ 1.462487] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 1.469495] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 1.478595] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 1.486899] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 1.495204] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 1.503507] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.512989] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 1.518182] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[ 1.524651] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.530158] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 1.540728] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 1.551921] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 1.557977] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.564340] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.680226] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 1.686886] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[ 1.692928] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 1.699225] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 1.705522] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 1.711881] pci 0000:01:00.0: supports D1
[ 1.715902] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 1.732229] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.738877] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 1.746044] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 1.753211] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 1.760378] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 1.767544] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.772527] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 1.779694] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 1.788174] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 1.796719] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.802871] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 1.808691] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 1.814361] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 1.823458] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 1.832727] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.839272] rp1 0000:01:00.0: chip_id 0x20001927
[ 1.848638] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[ 1.874271] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (d8:3a:dd:eb:8d:1b)
[ 1.885093] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 1.893658] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 1.898734] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 1.906426] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 1.915434] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[ 1.921268] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 1.926339] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 1.933592] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 1.939751] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 1.948055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.955308] usb usb1: Product: xHCI Host Controller
[ 1.960203] usb usb1: Manufacturer: Linux 6.6.31+rpt-rpi-2712 xhci-hcd
[ 1.966757] usb usb1: SerialNumber: xhci-hcd.0
[ 1.971345] hub 1-0:1.0: USB hub found
[ 1.975119] hub 1-0:1.0: 2 ports detected
[ 1.979279] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 1.987583] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.994836] usb usb2: Product: xHCI Host Controller
[ 1.999734] usb usb2: Manufacturer: Linux 6.6.31+rpt-rpi-2712 xhci-hcd
[ 2.006299] usb usb2: SerialNumber: xhci-hcd.0
[ 2.010922] hub 2-0:1.0: USB hub found
[ 2.014696] hub 2-0:1.0: 1 port detected
[ 2.018918] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.023995] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 2.031797] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 2.040808] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[ 2.046745] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.051816] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 2.059069] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 2.065314] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 2.073615] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.080970] usb usb3: Product: xHCI Host Controller
[ 2.085865] usb usb3: Manufacturer: Linux 6.6.31+rpt-rpi-2712 xhci-hcd
[ 2.092418] usb usb3: SerialNumber: xhci-hcd.1
[ 2.097065] hub 3-0:1.0: USB hub found
[ 2.100840] hub 3-0:1.0: 2 ports detected
[ 2.104982] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 2.113389] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.120673] usb usb4: Product: xHCI Host Controller
[ 2.125568] usb usb4: Manufacturer: Linux 6.6.31+rpt-rpi-2712 xhci-hcd
[ 2.132292] usb usb4: SerialNumber: xhci-hcd.1
[ 2.136860] hub 4-0:1.0: USB hub found
[ 2.140632] hub 4-0:1.0: 1 port detected
[ 2.145138] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.153501] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.161544] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.169585] platform 1000800000.codec: Adding to iommu group 0
[ 2.175450] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 2.183664] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 2.191878] platform 1000880000.pisp_be: Adding to iommu group 0
[ 2.197929] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.205792] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 2.213832] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 2.220905] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.229231] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 2.236487] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 2.243742] platform axi:gpu: Adding to iommu group 1
[ 2.248831] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 2.255910] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 2.262942] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 2.271275] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 2.278522] mmc1: CQHCI version 5.10
[ 2.278593] of_cfs_init
[ 2.282291] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 2.284593] of_cfs_init: OK
[ 2.292653] clk: Disabling unused clocks
[ 2.324760] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 2.440366] mmc0: new ultra high speed SDR104 SDXC card at address 1388
[ 2.447245] mmcblk0: mmc0:1388 USD00 233 GiB
[ 2.452725] mmcblk0: p1 p2
[ 2.455629] mmcblk0: mmc0:1388 USD00 233 GiB
[ 2.472464] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 2.486740] EXT4-fs (mmcblk0p2): mounted filesystem a33e72fb-1d3c-4427-bf69-8cb083fe69d6 ro with ordered data mode. Quota mode: none.
[ 2.498832] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.508098] devtmpfs: mounted
[ 2.514198] Freeing unused kernel memory: 5056K
[ 2.514259] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 2.518800] Run /sbin/init as init process
[ 2.529607] with arguments:
[ 2.529609] /sbin/init
[ 2.529610] with environment:
[ 2.529611] HOME=/
[ 2.529613] TERM=linux
[ 2.729310] systemd[1]: System time before build time, advancing clock.
[ 2.796052] NET: Registered PF_INET6 protocol family
[ 2.801412] Segment Routing with IPv6
[ 2.805099] In-situ OAM (IOAM) with IPv6
[ 2.842541] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CU
RL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTM
P +SYSVINIT default-hierarchy=unified)
[ 2.875432] systemd[1]: Detected architecture arm64.
[ 2.888278] systemd[1]: Hostname set to <moode>.
[ 2.961574] uart-pl011 107d001000.serial: no DMA platform data
[ 3.144294] systemd[1]: Queued start job for default target multi-user.target.
[ 3.164872] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 3.172657] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 3.180876] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 3.190030] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 3.199060] systemd[1]: Created slice user.slice - User and Session Slice.
[ 3.206093] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 3.217288] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 3.228000] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 3.240652] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-137956cc\x2d01.device - /dev/disk/by-partuuid/137956cc-01...
[ 3.252055] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 3.259442] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 3.267190] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 3.276180] systemd[1]: Reached target paths.target - Path Units.
[ 3.282371] systemd[1]: Reached target slices.target - Slice Units.
[ 3.288720] systemd[1]: Reached target swap.target - Swaps.
[ 3.294371] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 3.322659] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 3.330979] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 3.339867] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 3.348935] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 3.357452] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 3.366550] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 3.379183] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 3.387475] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 3.395638] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 3.432319] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 3.441211] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 3.449994] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 3.458209] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/kr
b5.keytab).
[ 3.475667] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 3.485361] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 3.495127] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 3.505674] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 3.515616] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 3.525203] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 3.533646] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 3.534223] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 3.552202] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 3.561199] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 3.570756] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device...
[ 3.580485] fuse: init (API version 7.39)
[ 3.585806] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 3.597488] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 3.606828] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 3.617537] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 3.626653] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 3.634401] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 3.642493] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 3.651050] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 3.659539] i2c_dev: i2c /dev entries driver
[ 3.664251] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 3.673459] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 3.680758] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 3.689217] systemd[1]: Started systemd-journald.service - Journal Service.
[ 3.870536] EXT4-fs (mmcblk0p2): re-mounted a33e72fb-1d3c-4427-bf69-8cb083fe69d6 r/w. Quota mode: none.
[ 3.903220] systemd-journald[151]: Received client request to flush runtime journal.
[ 3.922565] systemd-journald[151]: File /var/log/journal/efab13084cd748ddb854332026e0fb3f/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 4.282451] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 4.285278] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 4.286038] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 4.287981] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 4.291384] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 4.296300] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 4.299669] mc: Linux media interface: v0.10
[ 4.303981] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 4.304535] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 4.304612] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 4.306243] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 4.306336] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 4.330013] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.330028] rpi-backlight rpi_backlight: Failed to set brightness
[ 4.333386] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 4.347661] videodev: Linux video capture interface: v2.00
[ 4.376331] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 4.377249] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 4.418794] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.429157] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 4.429479] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 4.429790] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.430101] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 4.446632] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 4.446759] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
[ 4.446764] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[ 4.446766] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
[ 4.446768] pispbe 1000880000.pisp_be: Register nodes for group 0
[ 4.450430] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[ 4.457541] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.458336] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 4.480905] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[ 4.483861] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[ 4.485524] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[ 4.486328] rpivid 1000800000.codec: Device registered as /dev/video19
[ 4.486764] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[ 4.486811] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[ 4.486881] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[ 4.494332] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[ 4.494801] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.509000] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.509564] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 4.516751] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 4.524893] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[ 4.527370] usbcore: registered new interface driver brcmfmac
[ 4.527409] pispbe 1000880000.pisp_be: Register nodes for group 1
[ 4.537670] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[ 4.547144] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[ 4.547225] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[ 4.547282] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[ 4.547337] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[ 4.547386] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[ 4.547439] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[ 4.547479] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[ 4.547525] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[ 4.561159] Registered IR keymap rc-cec
[ 4.628443] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 4.652036] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 4.752682] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 4.753436] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 4.767060] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input2
[ 4.767539] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 4.769023] Registered IR keymap rc-cec
[ 4.769079] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 4.769128] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input3
[ 4.771130] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input4
[ 4.771235] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 4.771395] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 4.775250] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 4.780890] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 4.781067] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 4.782081] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 4.784949] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 4.785899] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.785910] rpi-backlight rpi_backlight: Failed to set brightness
[ 4.787995] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 4.790101] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 4.820793] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.820811] rpi-backlight rpi_backlight: Failed to set brightness
[ 4.848296] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.848311] rpi-backlight rpi_backlight: Failed to set brightness
[ 4.862267] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.862281] rpi-backlight rpi_backlight: Failed to set brightness
[ 4.876246] raspberrypi-firmware soc:firmware: Request 0x0004800f returned status 0x80000001
[ 4.876259] rpi-backlight rpi_backlight: Failed to set brightness
[ 5.160463] Adding 204784k swap on /var/swap. Priority:-2 extents:1 across:204784k SS
[ 5.847857] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 5.847866] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 5.850635] pps pps0: new PPS source ptp0
[ 5.850933] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 5.860313] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 7.064236] usb 3-2: new full-speed USB device number 2 using xhci-hcd
[ 7.263514] usb 3-2: New USB device found, idVendor=0451, idProduct=8200, bcdDevice= 1.10
[ 7.263517] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.263519] usb 3-2: Product: Audiolab 8200 Series
[ 7.263521] usb 3-2: Manufacturer: Lakewest Audio
[ 7.355683] input: Lakewest Audio Audiolab 8200 Series as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:0451:8200.0001/input/
input5
[ 7.412296] hid-generic 0003:0451:8200.0001: input,hidraw0: USB HID v1.11 Device [Lakewest Audio Audiolab 8200 Series] on usb-xhci-hcd.1-2/input0
[ 7.512594] usb 3-2: 2:1: cannot get freq at ep 0x1
[ 7.660721] usbcore: registered new interface driver snd-usb-audio
[ 20.873779] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 20.882539] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 21.816839] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Posts: 20
Threads: 5
Joined: Jun 2024
Reputation:
0
I can't see anything wrong with that. I take it your Pi 5 has suitable heat sinks on the CPU etc? and not getting overheated?
Posts: 30
Threads: 3
Joined: Jul 2024
Reputation:
0
It’s housed in the Flirc aluminium/plastic case sold by The Pi Hut, which provides passive cooling. The case gets warm but not excessively hot.
Posts: 20
Threads: 5
Joined: Jun 2024
Reputation:
0
(07-15-2024, 05:49 PM)robkyf Wrote: It’s housed in the Flirc aluminium/plastic case sold by The Pi Hut, which provides passive cooling. The case gets warm but not excessively hot.
Not a lot else I can think of. You definitely know the flac files play OK on other devices?
Posts: 1,274
Threads: 24
Joined: Jun 2022
Reputation:
42
(07-15-2024, 07:58 PM)simonb Wrote: Not a lot else I can think of. You definitely know the flac files play OK on other devices?
If it really is something repeating at regular, predictable intervals, as it seems to be at 20-ish seconds, IMHO is something related to either a high-priority service locking the disc, or a buffer too small in relation to the connection speed / disc speed for the track's bit-depth + sampling-rate.
Posts: 20
Threads: 5
Joined: Jun 2024
Reputation:
0
@ robkyf
I notice you have the PCie speed turned off in /boot/firmware/config.txt. I.E. They have a hash [#] in front of them to comment them out so they don't get read by the system.
So cant you do the following please? You can reverse the procedure back to revert if you want.
execute the command from the terminal:
1. sudo raspi-config
2. Use the cursor keys to go down to: "6 Advanced Options Configure advanced settings"
3. Press carriage return to enter "6 Advanced Options Configure advanced settings"
4. Use the cursor keys to go down to "A8 PCIe Speed Set PCIe x1 port speed"
5. Press carriage return to enter "A8 PCIe Speed Set PCIe x1 port speed"
6. You will see "Would you like PCIe Gen 3 to be enabled? " with a yes and a no at the bottom.
7. The "yes" should be highlighted. If it is press Press carriage return to activate. If it is not highlighted use the cursor keys to move to it and highlight it.
8. Once you have done that it will say "PCIe Gen 3 is enabled " and give you an OK button,
9. Just press carriage return again to exit that page
10. Then use the tab key to move to the "finish" button and press carriage return.
11. Then do a "cat /boot/firmware/config.txt to see if the hash [#] has disappeared from the "dtparam=pciex1_gen=3" line,
Hope this helps
|