Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Audio glitching on Pi 5
#24
Just as a check. 

From a terminal type the command just after starting it up.


Code:
dmesg 

 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
Reply


Messages In This Thread
Audio glitching on Pi 5 - by robkyf - 07-13-2024, 01:34 PM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-13-2024, 01:46 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-13-2024, 03:40 PM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-13-2024, 07:13 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 08:52 AM
RE: Audio glitching on Pi 5 - by TheOldPresbyope - 07-14-2024, 12:45 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 09:16 AM
RE: Audio glitching on Pi 5 - by simonb - 07-14-2024, 05:38 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 09:50 AM
RE: Audio glitching on Pi 5 - by simonb - 07-14-2024, 08:30 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 09:04 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 05:03 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-15-2024, 08:37 AM
RE: Audio glitching on Pi 5 - by Nutul - 07-15-2024, 08:57 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-15-2024, 11:39 AM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-14-2024, 11:51 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 01:01 PM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-14-2024, 01:04 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 04:49 PM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-14-2024, 06:38 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 07:53 PM
RE: Audio glitching on Pi 5 - by Tim Curtis - 07-14-2024, 08:04 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-14-2024, 08:18 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 02:05 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-15-2024, 04:22 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 04:36 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-15-2024, 05:49 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 07:58 PM
RE: Audio glitching on Pi 5 - by Nutul - 07-15-2024, 08:25 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 08:34 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 08:31 PM
RE: Audio glitching on Pi 5 - by TheOldPresbyope - 07-15-2024, 09:06 PM
RE: Audio glitching on Pi 5 - by simonb - 07-15-2024, 09:28 PM
RE: Audio glitching on Pi 5 - by simonb - 07-16-2024, 05:08 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-16-2024, 08:17 AM
RE: Audio glitching on Pi 5 - by the_bertrum - 07-16-2024, 11:30 AM
RE: Audio glitching on Pi 5 - by TheOldPresbyope - 07-16-2024, 12:19 PM
RE: Audio glitching on Pi 5 - by simonb - 07-16-2024, 04:19 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-16-2024, 01:31 PM
RE: Audio glitching on Pi 5 - by TheOldPresbyope - 07-16-2024, 04:46 PM
RE: Audio glitching on Pi 5 - by simonb - 07-16-2024, 07:47 PM
RE: Audio glitching on Pi 5 - by robkyf - 07-17-2024, 09:17 PM
RE: Audio glitching on Pi 5 - by DRONE7 - 07-18-2024, 12:44 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-18-2024, 09:29 PM
RE: Audio glitching on Pi 5 - by DRONE7 - 07-19-2024, 01:02 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-19-2024, 07:26 AM
RE: Audio glitching on Pi 5 - by DRONE7 - 07-19-2024, 08:09 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-19-2024, 09:00 AM
RE: Audio glitching on Pi 5 - by simonb - 07-19-2024, 05:50 PM
RE: Audio glitching on Pi 5 - by DRONE7 - 07-19-2024, 09:42 AM
RE: Audio glitching on Pi 5 - by robkyf - 07-19-2024, 08:55 PM
RE: Audio glitching on Pi 5 - by robkyf - 08-11-2024, 03:20 PM

Forum Jump: