Re: STICKY: Bullseye - Comments and bug reports thread.
Release notes: https://downloads.raspberrypi.org/raspi ... _notes.txtbeta-tester wrote: ↑Thu Feb 23, 2023 8:43 pmno announcement for the new images?
2023年02月21日-raspios-bullseye-armhf.img.xz
2023年02月21日-raspios-bullseye-arm64.img.xz
is there nothing new - just updated packages?
2023年02月21日:
* glamor now disabled on all platforms other than Raspberry Pi 4 with legacy video driver
* msdri3 video driver support added
* KiCad added to Recommended Software
* Support for new touchscreen driver added to Screen Resolution tool; minor UI tweaks
* GTK message dialogs shown with right-justified buttons
* Bug fix - updater plugin now does not clear icon when an update has failed
* Bug fix - keyboard highlight now shown on GTK switch control
* Some Korean and Brazilian translations added
* Fix rpi-imager hidden ssid configuration
* Install kms++-utils
* Raspberry Pi firmware 78852e166b4cf3ebb31d051e996d54792f0994b0
* Linux kernel 5.15.84
3B+ & 4B4G Running RPi OS Bookworm w/ Desktop
- elvisapresley
- Posts: 6
- Joined: Sat Feb 19, 2022 3:36 am
Re: STICKY: Bullseye - Comments and bug reports thread.
Are there more details on what this is? Google doesn't return anything for "msdri3". Is that Mesa DRI3, or something different?
I do see "libgl1-mesa-dri" and "mesa-va-drivers" both got updated. There's a handful of notes about EGL changes in the included changelog.Debian.gz files. Is this related?
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: STICKY: Bullseye - Comments and bug reports thread.
So while waiting for a fix for screen blanking, how can i revert that particular update to at least have it back in the time being.
Re: STICKY: Bullseye - Comments and bug reports thread.
The offending package is xserver-xorg-core. If you downgrade this to the previous version and disable updates (until a fix becomes available) you should be all set -- at least as in "works for me" :-). I checked the changelog for changes from the previous version, and there's nothing that should affect functionality except bring back blanking. Below is what to do; since I've already done it, output will be different for you, but these are the steps:twilightened wrote: So while waiting for a fix for screen blanking, how can i revert that particular update to at least have it back in the time being.
Code: Select all
root@shadowII:~# # See all available versions (I already have the older installed)
root@shadowII:~# apt list -a xserver-xorg-core
Listing... Done
xserver-xorg-core/stable 2:1.20.11-1+rpt1+deb11u5 arm64 [upgradable from: 2:1.20.11-1+deb11u5]
xserver-xorg-core/stable-security,now 2:1.20.11-1+deb11u5 arm64 [installed,upgradable to: 2:1.20.11-1+rpt1+deb11u5]
xserver-xorg-core/stable 2:1.20.11-1+deb11u3 arm64
xserver-xorg-core/stable 2:1.20.11-1+rpt1+deb11u5 armhf
xserver-xorg-core/stable-security 2:1.20.11-1+deb11u5 armhf
xserver-xorg-core/stable 2:1.20.11-1+deb11u3 armhf
root@shadowII:~# # Install previous version (already installed for me)
root@shadowII:~# apt install xserver-xorg-core=2:1.20.11-1+deb11u5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
xserver-xorg-core is already the newest version (2:1.20.11-1+deb11u5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@shadowII:~# # Avoid upgrades for the time being (already done for me)
root@shadowII:~# apt-mark hold xserver-xorg-core
xserver-xorg-core was already set on hold.
root@shadowII:~#
Re: STICKY: Bullseye - Comments and bug reports thread.
Replying to my own post, it turns out this has to do with how chromium-browser handles some aspects of video playback; I don't know exactly which, but it may have to do with interrupting or terminating playback. Different sites and video players are more or less susceptible, and it's easier to trigger with Bing than eg Google/YouTube. Here is dmesg for a freshly booted system; after booting I start chromium-browser, go to Bing, search for something, click "Videos" in the menu, and then mouse randomly around, hovering to activate preview when one is available, then move on without actually watching the video. The messages soon appear in dmesg, and after a while the system grinds to a halt and has to be powercycled. The problem doesn't occur with regular chromium. Both the chromium and chromium-browser packages are the latest, and the system is otherwise up to date. This has been reported in https://github.com/raspberrypi/userland/issues/730perbilse wrote: ↑Thu Feb 23, 2023 12:14 amAfter I upgraded to Bullseye a few weeks ago I've been running into a video playback problem that hangs the system, requiring a reboot. The symptoms are identical to what's described in this gstreamer issue:
https://gitlab.freedesktop.org/gstreame ... ssues/1729
And in an older one here:
https://github.com/raspberrypi/linux/issues/3791
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.15.84-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b2fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, zone DMA32: 19712 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 28 pages/cpu s77336 r8192 d29160 u114688
[ 0.000000] pcpu-alloc: s77336 r8192 d29160 u114688 alloc=28*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] Built 1 zonelists, mobility grouping on. Total pages: 2028596
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:3840x2160M@30 video=HDMI-A-2:1920x1080M@60 smsc95xx.macaddr=m.m.m.m vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=ttyS0,115200 console=tty1 root=PARTUUID=f7d76146-02 rootfstype=ext4 fsck.repair=yes rootwait vc4.force_hotplug=3 plymouth.ignore-serial-consoles
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000037300000-0x000000003b300000] (64MB)
[ 0.000000] Memory: 7667356K/8244224K available (11520K kernel code, 1956K rwdata, 4136K rodata, 3776K init, 975K bss, 249188K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 38065 entries in 149 pages
[ 0.000000] ftrace: allocated 149 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] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
[ 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.000322] Console: colour dummy device 80x25
[ 0.000927] printk: console [tty1] enabled
[ 0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.001045] pid_max: default: 32768 minimum: 301
[ 0.001194] LSM: Security Framework initializing
[ 0.001459] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001577] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002833] cgroup: Disabling memory control group subsystem
[ 0.005709] rcu: Hierarchical SRCU implementation.
[ 0.006848] EFI services will not be available.
[ 0.007379] smp: Bringing up secondary CPUs ...
[ 0.008552] Detected PIPT I-cache on CPU1
[ 0.008627] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.009802] Detected PIPT I-cache on CPU2
[ 0.009853] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.011006] Detected PIPT I-cache on CPU3
[ 0.011055] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.011205] smp: Brought up 1 node, 4 CPUs
[ 0.011300] SMP: Total of 4 processors activated.
[ 0.011322] CPU features: detected: 32-bit EL0 Support
[ 0.011341] CPU features: detected: 32-bit EL1 Support
[ 0.011363] CPU features: detected: CRC32 instructions
[ 0.043586] CPU: All CPU(s) started at EL2
[ 0.043684] alternatives: patching kernel code
[ 0.045410] devtmpfs: initialized
[ 0.056735] Enabled cp15_barrier support
[ 0.056801] Enabled setend support
[ 0.056840] KASLR enabled
[ 0.057046] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.057095] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.065922] pinctrl core: initialized pinctrl subsystem
[ 0.066755] DMI not present or invalid.
[ 0.067441] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.071240] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.071564] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.072511] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.072624] audit: initializing netlink subsys (disabled)
[ 0.072933] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
[ 0.073475] thermal_sys: Registered thermal governor 'step_wise'
[ 0.073699] cpuidle: using governor menu
[ 0.074074] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.074279] ASID allocator initialised with 32768 entries
[ 0.074462] Serial: AMBA PL011 UART driver
[ 0.087225] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.112383] raspberrypi-firmware soc:firmware: Attached to firmware from 2023年01月05日T10:46:54, variant start
[ 0.116396] raspberrypi-firmware soc:firmware: Firmware hash is 8ba17717fbcedd4c3b6d4bce7e50c7af4155cba9
[ 0.168526] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.172971] vgaarb: loaded
[ 0.173417] SCSI subsystem initialized
[ 0.173656] usbcore: registered new interface driver usbfs
[ 0.173725] usbcore: registered new interface driver hub
[ 0.173802] usbcore: registered new device driver usb
[ 0.174178] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.174392] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ 0.174702] pps_core: LinuxPPS API ver. 1 registered
[ 0.174726] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.174764] PTP clock support registered
[ 0.176257] clocksource: Switched to clocksource arch_sys_counter
[ 0.264801] VFS: Disk quotas dquot_6.6.0
[ 0.264944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.265136] FS-Cache: Loaded
[ 0.265391] CacheFiles: Loaded
[ 0.266716] simple-framebuffer 3e194000.framebuffer: framebuffer at 0x3e194000, 0x960000 bytes
[ 0.266754] simple-framebuffer 3e194000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680
[ 0.280329] Console: switching to colour frame buffer device 240x80
[ 0.292831] simple-framebuffer 3e194000.framebuffer: fb0: simplefb registered!
[ 0.303362] NET: Registered PF_INET protocol family
[ 0.304331] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.310394] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.310575] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.310683] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.311155] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.312182] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.312595] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.312809] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.313279] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.314773] RPC: Registered named UNIX socket transport module.
[ 0.314862] RPC: Registered udp transport module.
[ 0.314922] RPC: Registered tcp transport module.
[ 0.314981] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.315066] PCI: CLS 0 bytes, default 64
[ 0.317556] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.317967] kvm [1]: IPA Size Limit: 44 bits
[ 0.319183] kvm [1]: vgic interrupt IRQ9
[ 0.319502] kvm [1]: Hyp mode initialized successfully
[ 1.157764] Initialise system trusted keyrings
[ 1.158208] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 1.165052] zbud: loaded
[ 1.166919] FS-Cache: Netfs 'nfs' registered for caching
[ 1.167664] NFS: Registering the id_resolver key type
[ 1.167763] Key type id_resolver registered
[ 1.167820] Key type id_legacy registered
[ 1.167982] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.168064] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.169374] Key type asymmetric registered
[ 1.169439] Asymmetric key parser 'x509' registered
[ 1.169579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.169912] io scheduler mq-deadline registered
[ 1.169978] io scheduler kyber registered
[ 1.178219] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.178344] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.178518] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.178676] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 1.242355] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.242777] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.242862] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.242937] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.243118] pci .&checktime(0000,00,00,':').0: [14e4:2711] type 01 class 0x060400
[ 1.243428] pci .&checktime(0000,00,00,':').0: PME# supported from D0 D3hot
[ 1.247479] pci .&checktime(0000,01,00,':').0: [1106:3483] type 00 class 0x0c0330
[ 1.247610] pci .&checktime(0000,01,00,':').0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.247921] pci .&checktime(0000,01,00,':').0: PME# supported from D0 D3hot
[ 1.251726] pci .&checktime(0000,00,00,':').0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.251823] pci .&checktime(0000,01,00,':').0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.251937] pci .&checktime(0000,00,00,':').0: PCI bridge to [bus 01]
[ 1.255304] pci .&checktime(0000,00,00,':').0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.269535] iproc-rng200 fe104000.rng: hwrng registered
[ 1.273367] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
[ 1.278162] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.294013] brd: module loaded
[ 1.307128] loop: module loaded
[ 1.311331] Loading iSCSI transport class v2.0-870.
[ 1.319876] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.384410] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.388955] usbcore: registered new interface driver r8152
[ 1.392424] usbcore: registered new interface driver lan78xx
[ 1.395800] usbcore: registered new interface driver smsc95xx
[ 1.445455] pci .&checktime(0000,00,00,':').0: enabling device (0000 -> 0002)
[ 1.448951] xhci_hcd .&checktime(0000,01,00,':').0: xHCI Host Controller
[ 1.452271] xhci_hcd .&checktime(0000,01,00,':').0: new USB bus registered, assigned bus number 1
[ 1.456354] xhci_hcd .&checktime(0000,01,00,':').0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[ 1.460764] xhci_hcd .&checktime(0000,01,00,':').0: xHCI Host Controller
[ 1.464079] xhci_hcd .&checktime(0000,01,00,':').0: new USB bus registered, assigned bus number 2
[ 1.467403] xhci_hcd .&checktime(0000,01,00,':').0: Host supports USB 3.0 SuperSpeed
[ 1.471122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.474489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.477811] usb usb1: Product: xHCI Host Controller
[ 1.481103] usb usb1: Manufacturer: Linux 5.15.84-v8+ xhci-hcd
[ 1.484379] usb usb1: SerialNumber: .&checktime(0000,01,00,':').0
[ 1.488404] hub 1-0:1.0: USB hub found
[ 1.491697] hub 1-0:1.0: 1 port detected
[ 1.495928] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.499181] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.502401] usb usb2: Product: xHCI Host Controller
[ 1.505578] usb usb2: Manufacturer: Linux 5.15.84-v8+ xhci-hcd
[ 1.508740] usb usb2: SerialNumber: .&checktime(0000,01,00,':').0
[ 1.512530] hub 2-0:1.0: USB hub found
[ 1.515695] hub 2-0:1.0: 4 ports detected
[ 1.520796] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.524186] dwc_otg: FIQ enabled
[ 1.524198] dwc_otg: NAK holdoff enabled
[ 1.524208] dwc_otg: FIQ split-transaction FSM enabled
[ 1.524222] Module dwc_common_port init
[ 1.524800] usbcore: registered new interface driver uas
[ 1.527947] usbcore: registered new interface driver usb-storage
[ 1.531230] mousedev: PS/2 mouse device common for all mice
[ 1.540458] sdhci: Secure Digital Host Controller Interface driver
[ 1.543580] sdhci: Copyright(c) Pierre Ossman
[ 1.547328] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.553937] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.557677] hid: raw HID events driver (C) Jiri Kosina
[ 1.560947] usbcore: registered new interface driver usbhid
[ 1.564057] usbhid: USB HID core driver
[ 1.567446] ashmem: initialized
[ 1.578976] NET: Registered PF_PACKET protocol family
[ 1.582344] Key type dns_resolver registered
[ 1.586581] registered taskstats version 1
[ 1.589681] Loading compiled-in X.509 certificates
[ 1.593316] Key type .fscrypt registered
[ 1.596367] Key type fscrypt-provisioning registered
[ 1.610455] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.613864] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.617069] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
[ 1.628987] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.632599] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.636875] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.639947] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.674731] of_cfs_init
[ 1.678010] of_cfs_init: OK
[ 1.708524] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.712142] Waiting for root device PARTUUID=f7d76146-02...
[ 1.748287] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.771243] mmc1: new high speed SDIO card at address 0001
[ 1.816222] mmc0: new ultra high speed DDR50 SDXC card at address e624
[ 1.820362] mmcblk0: mmc0:e624 SR128 119 GiB
[ 1.826861] mmcblk0: p1 p2
[ 1.830486] mmcblk0: mmc0:e624 SR128 119 GiB (quirks 0x00004000)
[ 1.899529] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.902677] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.905810] usb 1-1: Product: USB2.0 Hub
[ 1.910951] hub 1-1:1.0: USB hub found
[ 1.914391] hub 1-1:1.0: 4 ports detected
[ 2.024711] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.046029] usb 2-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 2.049186] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.052308] usb 2-1: Product: ASM105x
[ 2.055370] usb 2-1: Manufacturer: ASMT
[ 2.058408] usb 2-1: SerialNumber: 123456795EDC
[ 2.074567] scsi host0: uas
[ 2.079184] scsi 0:0:0:0: Direct-Access ASMT ASM105x 0 PQ: 0 ANSI: 6
[ 2.084609] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 2.087875] sd 0:0:0:0: [sda] Write Protect is off
[ 2.090949] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 2.091308] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.095152] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 2.102053] sda: sda1 sda2 sda3 sda4
[ 2.107774] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.121812] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null). Quota mode: none.
[ 2.125142] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ 2.131913] devtmpfs: mounted
[ 2.142746] Freeing unused kernel memory: 3776K
[ 2.146110] Run /sbin/init as init process
[ 2.149236] with arguments:
[ 2.149246] /sbin/init
[ 2.149256] with environment:
[ 2.149265] HOME=/
[ 2.149274] TERM=linux
[ 2.208799] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 2.381702] systemd[1]: System time before build time, advancing clock.
[ 2.463578] usb 2-2: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.95
[ 2.466862] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.470040] usb 2-2: Product: USB3.0 Hub
[ 2.473209] usb 2-2: Manufacturer: VIA Labs, Inc.
[ 2.479431] hub 2-2:1.0: USB hub found
[ 2.482948] hub 2-2:1.0: 4 ports detected
[ 2.543696] NET: Registered PF_INET6 protocol family
[ 2.544347] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd
[ 2.551502] Segment Routing with IPv6
[ 2.554699] In-situ OAM (IOAM) with IPv6
[ 2.610810] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 2.618565] systemd[1]: Detected architecture arm64.
[ 2.638165] systemd[1]: Set hostname to <shadowII>.
[ 2.650826] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90
[ 2.654378] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.657869] usb 1-1.2: Product: USB2.0 Hub
[ 2.661339] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[ 2.666472] hub 1-1.2:1.0: USB hub found
[ 2.670283] hub 1-1.2:1.0: 4 ports detected
[ 2.764376] systemd-fstab-generator[110]: Checking was requested for "/home/buster-10-root.fs", but it is not a device.
[ 2.764371] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd
[ 2.790999] systemd-fstab-generator[110]: Checking was requested for "/mmc0p2/home/vid", but it is not a device.
[ 2.870047] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 7.02
[ 2.873730] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.877510] usb 1-1.4: Product: USB2.0 Hub
[ 2.889918] hub 1-1.4:1.0: USB hub found
[ 2.893895] hub 1-1.4:1.0: 4 ports detected
[ 2.948670] usb 2-2.1: new SuperSpeed USB device number 4 using xhci_hcd
[ 3.167091] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 3.208384] usb 2-2.1: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.91
[ 3.212376] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.216305] usb 2-2.1: Product: USB3.0 Hub
[ 3.220168] usb 2-2.1: Manufacturer: VIA Labs, Inc.
[ 3.227840] hub 2-2.1:1.0: USB hub found
[ 3.231949] hub 2-2.1:1.0: 4 ports detected
[ 3.300311] usb 1-1.2.1: new high-speed USB device number 5 using xhci_hcd
[ 3.419948] usb 1-1.2.1: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90
[ 3.423925] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.427831] usb 1-1.2.1: Product: USB2.0 Hub
[ 3.431703] usb 1-1.2.1: Manufacturer: VIA Labs, Inc.
[ 3.437485] hub 1-1.2.1:1.0: USB hub found
[ 3.441598] hub 1-1.2.1:1.0: 4 ports detected
[ 3.457702] systemd[1]: Queued start job for default target Multi-User System.
[ 3.465552] systemd[1]: Created slice system-getty.slice.
[ 3.474995] systemd[1]: Created slice system-modprobe.slice.
[ 3.483981] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.492924] systemd[1]: Created slice User and Session Slice.
[ 3.496302] usb 1-1.4.1: new full-speed USB device number 6 using xhci_hcd
[ 3.505314] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.514619] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.523492] systemd[1]: Reached target Slices.
[ 3.531881] systemd[1]: Reached target Swap.
[ 3.557867] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 3.567440] systemd[1]: Listening on Syslog Socket.
[ 3.576617] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.585364] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.594999] systemd[1]: Listening on Journal Audit Socket.
[ 3.604261] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.607367] usb 1-1.4.1: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.27
[ 3.612311] usb 1-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.612328] usb 1-1.4.1: Product: YubiKey OTP+FIDO+CCID
[ 3.620494] usb 1-1.4.1: Manufacturer: Yubico
[ 3.630199] systemd[1]: Listening on Journal Socket.
[ 3.635746] input: Yubico YubiKey OTP+FIDO+CCID as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/0003:1050:0407.0001/input/input0
[ 3.645135] systemd[1]: Listening on udev Control Socket.
[ 3.654510] systemd[1]: Listening on udev Kernel Socket.
[ 3.663855] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 3.672051] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.684817] usb 2-2.3: new SuperSpeed USB device number 5 using xhci_hcd
[ 3.685014] systemd[1]: Mounting NFSD configuration filesystem...
[ 3.702502] hid-generic 0003:1050:0407.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-.&checktime(0000,01,00,':').0-1.4.1/input0
[ 3.705430] systemd[1]: Mounting RPC Pipe File System...
[ 3.711537] hid-generic 0003:1050:0407.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-.&checktime(0000,01,00,':').0-1.4.1/input1
[ 3.725856] systemd[1]: Mounting Kernel Debug File System...
[ 3.739682] systemd[1]: Mounting Kernel Trace File System...
[ 3.749721] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 3.759260] systemd[1]: Starting Restore / save the current clock...
[ 3.774766] systemd[1]: Starting Set the console keyboard layout...
[ 3.789683] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 3.805012] systemd[1]: Starting Load Kernel Module configfs...
[ 3.822222] systemd[1]: Starting Load Kernel Module drm...
[ 3.823829] Installing knfsd (copyright (C) 1996 [email protected]).
[ 3.841428] systemd[1]: Starting Load Kernel Module fuse...
[ 3.864915] systemd[1]: Starting Set Up Additional Binary Formats...
[ 3.879616] systemd[1]: Starting File System Check on Root Device...
[ 3.897920] fuse: init (API version 7.34)
[ 3.910664] systemd[1]: Starting Journal Service...
[ 3.928036] systemd[1]: Starting Load Kernel Modules...
[ 3.942988] systemd[1]: Starting Coldplug All udev Devices...
[ 3.955635] usb 2-2.3: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.95
[ 3.955672] usb 2-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.955688] usb 2-2.3: Product: USB3.0 Hub
[ 3.955701] usb 2-2.3: Manufacturer: VIA Labs, Inc.
[ 3.978343] hub 2-2.3:1.0: USB hub found
[ 3.983437] hub 2-2.3:1.0: 4 ports detected
[ 4.009064] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.019138] systemd[1]: Mounted NFSD configuration filesystem.
[ 4.030249] systemd[1]: Mounted RPC Pipe File System.
[ 4.040510] systemd[1]: Mounted Kernel Debug File System.
[ 4.048345] usb 1-1.2.3: new high-speed USB device number 7 using xhci_hcd
[ 4.057356] systemd[1]: Mounted Kernel Trace File System.
[ 4.068884] systemd[1]: Finished Restore / save the current clock.
[ 4.080558] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 4.091576] systemd[1]: [email protected]: Succeeded.
[ 4.097872] systemd[1]: Finished Load Kernel Module configfs.
[ 4.109138] systemd[1]: [email protected]: Succeeded.
[ 4.115066] systemd[1]: Finished Load Kernel Module drm.
[ 4.125768] systemd[1]: [email protected]: Succeeded.
[ 4.131691] systemd[1]: Finished Load Kernel Module fuse.
[ 4.143448] systemd[1]: Finished Load Kernel Modules.
[ 4.154628] systemd[1]: Finished File System Check on Root Device.
[ 4.167829] usb 1-1.2.3: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90
[ 4.172559] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.176726] usb 1-1.2.3: Product: USB2.0 Hub
[ 4.182680] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 150 (systemd-binfmt)
[ 4.186933] usb 1-1.2.3: Manufacturer: VIA Labs, Inc.
[ 4.197210] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 4.202710] hub 1-1.2.3:1.0: USB hub found
[ 4.202991] hub 1-1.2.3:1.0: 4 ports detected
[ 4.222696] systemd[1]: Mounting FUSE Control File System...
[ 4.244656] systemd[1]: Mounting Kernel Configuration File System...
[ 4.260051] systemd[1]: Starting pNFS block layout mapping daemon...
[ 4.264137] usb 1-1.2.1.3: new high-speed USB device number 8 using xhci_hcd
[ 4.279221] systemd[1]: Started File System Check Daemon to report status.
[ 4.293147] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.307637] systemd[1]: Starting Apply Kernel Variables...
[ 4.348581] systemd[1]: Finished Set the console keyboard layout.
[ 4.368711] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 4.381854] usb 1-1.2.1.3: New USB device found, idVendor=0572, idProduct=c68a, bcdDevice= 8.00
[ 4.381888] usb 1-1.2.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.381904] usb 1-1.2.1.3: Product: EyeTV Stick
[ 4.381917] usb 1-1.2.1.3: Manufacturer: Geniatech
[ 4.381929] usb 1-1.2.1.3: SerialNumber: 161206
[ 4.390298] systemd[1]: Mounted FUSE Control File System.
[ 4.396010] systemd[1]: Mounted Kernel Configuration File System.
[ 4.404446] systemd[1]: Finished Set Up Additional Binary Formats.
[ 4.410969] systemd[1]: Started pNFS block layout mapping daemon.
[ 4.417988] systemd[1]: Finished Apply Kernel Variables.
[ 4.423169] systemd[1]: Started Journal Service.
[ 4.460327] usb 1-1.4.3: new low-speed USB device number 9 using xhci_hcd
[ 4.568760] usb 1-1.4.3: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01
[ 4.568796] usb 1-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.568813] usb 1-1.4.3: Product: USB Laser Mouse
[ 4.568827] usb 1-1.4.3: Manufacturer: Logitech
[ 4.581801] input: Logitech USB Laser Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:046D:C069.0003/input/input1
[ 4.582574] hid-generic 0003:046D:C069.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-.&checktime(0000,01,00,':').0-1.4.3/input0
[ 4.597481] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
[ 4.652163] systemd-journald[154]: Received client request to flush runtime journal.
[ 4.652404] usb 1-1.2.3.1: new full-speed USB device number 10 using xhci_hcd
[ 4.707249] systemd-journald[154]: File /var/log/journal/59730bb4a63c496ab31bed15cdf00dbc/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 4.771936] usb 1-1.2.3.1: New USB device found, idVendor=4037, idProduct=2804, bcdDevice= 1.10
[ 4.771975] usb 1-1.2.3.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.771992] usb 1-1.2.3.1: Product: 2.4G Composite Devic
[ 4.784792] input: 2.4G Composite Devic as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.0/0003:4037:2804.0004/input/input2
[ 4.844342] usb 1-1.4.4: new low-speed USB device number 11 using xhci_hcd
[ 4.845683] hid-generic 0003:4037:2804.0004: input,hidraw3: USB HID v1.10 Keyboard [2.4G Composite Devic] on usb-.&checktime(0000,01,00,':').0-1.2.3.1/input0
[ 4.855002] input: 2.4G Composite Devic Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input3
[ 4.855740] input: 2.4G Composite Devic Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input4
[ 4.912813] input: 2.4G Composite Devic System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input5
[ 4.913252] hid-generic 0003:4037:2804.0005: input,hidraw4: USB HID v1.10 Mouse [2.4G Composite Devic] on usb-.&checktime(0000,01,00,':').0-1.2.3.1/input1
[ 4.963854] usb 1-1.4.4: New USB device found, idVendor=0d3d, idProduct=0001, bcdDevice= 0.01
[ 4.963893] usb 1-1.4.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.963910] usb 1-1.4.4: Product: USBPS2
[ 4.981128] input: USBPS2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.0/0003:0D3D:0001.0006/input/input6
[ 5.042178] hid-generic 0003:0D3D:0001.0006: input,hidraw5: USB HID v1.00 Keyboard [USBPS2] on usb-.&checktime(0000,01,00,':').0-1.4.4/input0
[ 5.056068] input: USBPS2 Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input7
[ 5.056882] input: USBPS2 Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input8
[ 5.116816] input: USBPS2 System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input9
[ 5.117331] hid-generic 0003:0D3D:0001.0007: input,hidraw6: USB HID v1.00 Mouse [USBPS2] on usb-.&checktime(0000,01,00,':').0-1.4.4/input1
[ 5.906380] mc: Linux media interface: v0.10
[ 6.101307] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.139631] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.147097] videodev: Linux video capture interface: v2.00
[ 6.147898] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 6.147930] [vc_sm_connected_init]: start
[ 6.148200] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 6.149897] [vc_sm_connected_init]: installed successfully
[ 6.230317] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.241309] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.254402] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 6.262015] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.276109] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 6.285048] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 6.285895] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 6.285938] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.285960] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.285979] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.286016] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.295983] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.314570] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.318965] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 6.320092] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 6.342273] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.344814] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 6.344876] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 6.349040] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 6.349121] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 6.351877] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 6.358804] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 6.358855] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.358884] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.358903] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.358937] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.360425] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 6.360475] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 6.380077] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 6.380152] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 6.384542] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 6.397216] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 6.397277] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 6.408309] usb 1-1.2.1.3: dvb_usb_v2: found a 'MyGica Mini DVB-(T/T2/C) USB Stick T230C v2' in warm state
[ 6.438256] usb 1-1.2.1.3: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 6.438328] dvbdev: DVB: registering new adapter (MyGica Mini DVB-(T/T2/C) USB Stick T230C v2)
[ 6.438349] usb 1-1.2.1.3: media controller created
[ 6.441206] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 6.684443] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 6.717398] i2c i2c-22: Added multiplexed i2c bus 23
[ 6.717439] si2168 22-0064: Silicon Labs Si2168-D60 successfully identified
[ 6.717455] si2168 22-0064: firmware version: D 6.0.1
[ 6.748659] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.787622] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.802407] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 6.833147] checking generic (3e194000 960000) vs hw (0 ffffffffffffffff)
[ 6.833180] fb0: switching to vc4 from simple
[ 6.847615] si2157 23-0060: Silicon Labs Si2141 successfully attached
[ 6.847824] usb 1-1.2.1.3: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)...
[ 6.847865] dvbdev: dvb_create_media_entity: media entity 'Silicon Labs Si2168' registered.
[ 6.849893] Registered IR keymap rc-total-media-in-hand-02
[ 6.850173] rc rc0: MyGica Mini DVB-(T/T2/C) USB Stick T230C v2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.3/rc/rc0
[ 6.851270] Console: switching to colour dummy device 80x25
[ 6.928228] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter
[ 6.934479] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 6.936931] Registered IR keymap rc-cec
[ 6.943337] rc rc1: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc1
[ 6.943883] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc1/input11
[ 6.955756] input: MyGica Mini DVB-(T/T2/C) USB Stick T230C v2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.3/rc/rc0/input10
[ 6.965546] usb 1-1.2.1.3: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 6.965591] usb 1-1.2.1.3: dvb_usb_v2: 'MyGica Mini DVB-(T/T2/C) USB Stick T230C v2' successfully initialized and connected
[ 6.980462] usbcore: registered new interface driver dvb_usb_dvbsky
[ 7.028970] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.043647] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.138502] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.148680] Registered IR keymap rc-cec
[ 7.178885] rc rc2: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc2
[ 7.260930] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc2/input12
[ 7.276983] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 7.301451] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.307025] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 7.313369] usbcore: registered new interface driver brcmfmac
[ 7.456048] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.457258] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 7.457663] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.458005] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.458351] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.458636] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.458966] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.749665] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 8.124609] Console: switching to colour frame buffer device 240x67
[ 8.195243] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 8.213806] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.219187] rpivid feb10000.codec: Device registered as /dev/video19
[ 8.547693] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.430373] EXT4-fs (sda3): mounted filesystem without journal. Opts: (null). Quota mode: none.
[ 9.464794] loop0: detected capacity change from 0 to 33554433
[ 9.514122] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null). Quota mode: none.
[ 10.528922] uart-pl011 fe201000.serial: no DMA platform data
[ 10.825560] Adding 102396k swap on /var/swap. Priority:-2 extents:9 across:4364012k SSFS
[ 11.807541] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 11.809324] bcmgenet fd580000.ethernet eth0: Link is Down
[ 12.446483] NFSD: Using UMH upcall client tracking operations.
[ 12.446516] NFSD: starting 90-second grace period (net f0000000)
[ 15.908651] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 15.908727] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.162693] Bluetooth: Core ver 2.22
[ 18.163169] NET: Registered PF_BLUETOOTH protocol family
[ 18.163175] Bluetooth: HCI device and connection manager initialized
[ 18.163191] Bluetooth: HCI socket layer initialized
[ 18.163199] Bluetooth: L2CAP socket layer initialized
[ 18.163213] Bluetooth: SCO socket layer initialized
[ 18.172392] Bluetooth: HCI UART driver ver 2.3
[ 18.172414] Bluetooth: HCI UART protocol H4 registered
[ 18.172801] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 18.174017] Bluetooth: HCI UART protocol Broadcom registered
[ 18.291571] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.291593] Bluetooth: BNEP filters: protocol multicast
[ 18.291608] Bluetooth: BNEP socket layer initialized
[ 18.304492] NET: Registered PF_ALG protocol family
[ 19.627686] Bluetooth: RFCOMM TTY layer initialized
[ 19.627713] Bluetooth: RFCOMM socket layer initialized
[ 19.627732] Bluetooth: RFCOMM ver 1.11
[ 31.716477] cam-dummy-reg: disabling
[ 54.842835] v3d fec00000.v3d: MMU error from client L2T (0) at 0x13d41000, pte invalid
[ 115.809610] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 115.810899] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 115.810985] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 115.811012] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 115.811168] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 115.814543] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 117.346024] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 117.350828] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 117.350973] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 117.351004] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 117.354051] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.123019] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.123707] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.127282] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.129131] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.129326] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 118.131225] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.373116] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.375564] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.375737] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.376978] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.377524] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.377561] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.377681] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.377829] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 129.378266] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 139.627944] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 139.630910] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 139.631630] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 141.278841] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 141.279629] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 147.992351] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 147.992486] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 147.992533] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 147.994733] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 147.994823] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 150.879659] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 150.886073] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 150.886268] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 150.886314] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 150.886395] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 151.558898] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 151.561841] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 151.561920] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 151.563174] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 151.563608] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.188428] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.190927] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.191061] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.191290] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.192521] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.193278] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.193654] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.194910] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.195079] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.195650] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.195798] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.196332] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.202297] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.839516] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.842397] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
[ 152.842489] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
Last edited by perbilse on Sun Feb 26, 2023 11:09 am, edited 1 time in total.
- alphatrianguli
- Posts: 4
- Joined: Fri Feb 17, 2023 5:48 am
Re: STICKY: Bullseye - Comments and bug reports thread.
Thanks for the hint. I also thought about downgrading the package until there is a fix, but was afraid this might break other stuff because of dependencies... Will give this a shot aswell - thank you!perbilse wrote: ↑Sun Feb 26, 2023 9:15 amThe offending package is xserver-xorg-core. If you downgrade this to the previous version and disable updates (until a fix becomes available) you should be all set -- at least as in "works for me" :-). I checked the changelog for changes from the previous version, and there's nothing that should affect functionality except bring back blanking. Below is what to do; since I've already done it, output will be different for you, but these are the steps:
Update: I can confirm, that this works perfectly - many thanks!
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: STICKY: Bullseye - Comments and bug reports thread.
Unfortunately the downgrade causes Chromium to act up:perbilse wrote: ↑Sun Feb 26, 2023 9:15 amThe offending package is xserver-xorg-core. If you downgrade this to the previous version and disable updates (until a fix becomes available) you should be all set -- at least as in "works for me" :-). I checked the changelog for changes from the previous version, and there's nothing that should affect functionality except bring back blanking. Below is what to do; since I've already done it, output will be different for you, but these are the steps:twilightened wrote: So while waiting for a fix for screen blanking, how can i revert that particular update to at least have it back in the time being.
Good luck.Code: Select all
root@shadowII:~# # See all available versions (I already have the older installed) root@shadowII:~# apt list -a xserver-xorg-core Listing... Done xserver-xorg-core/stable 2:1.20.11-1+rpt1+deb11u5 arm64 [upgradable from: 2:1.20.11-1+deb11u5] xserver-xorg-core/stable-security,now 2:1.20.11-1+deb11u5 arm64 [installed,upgradable to: 2:1.20.11-1+rpt1+deb11u5] xserver-xorg-core/stable 2:1.20.11-1+deb11u3 arm64 xserver-xorg-core/stable 2:1.20.11-1+rpt1+deb11u5 armhf xserver-xorg-core/stable-security 2:1.20.11-1+deb11u5 armhf xserver-xorg-core/stable 2:1.20.11-1+deb11u3 armhf root@shadowII:~# # Install previous version (already installed for me) root@shadowII:~# apt install xserver-xorg-core=2:1.20.11-1+deb11u5 Reading package lists... Done Building dependency tree... Done Reading state information... Done xserver-xorg-core is already the newest version (2:1.20.11-1+deb11u5). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@shadowII:~# # Avoid upgrades for the time being (already done for me) root@shadowII:~# apt-mark hold xserver-xorg-core xserver-xorg-core was already set on hold. root@shadowII:~#
- chromium.jpg
- chromium.jpg (245.56 KiB) Viewed 31926 times
Re: STICKY: Bullseye - Comments and bug reports thread.
Hi, I'm sorry to hear that. Unfortunately I don't know enough about the innards to tell what could be wrong; xserver-xorg-core was identified as the culprit about a week ago, and it was considered generally safe to upgrade everything else, while leaving that component at the existing revision. Fingers crossed for a quick bug fix.twilightened wrote: ↑Sun Feb 26, 2023 4:35 pmUnfortunately the downgrade causes Chromium to act up:
Re: STICKY: Bullseye - Comments and bug reports thread.
I am experiencing the same issue. Is the root cause identified and is a bug fix due soon?
Thanks.
Thanks.
perbilse wrote: ↑Sun Feb 26, 2023 9:40 amReplying to my own post, it turns out this has to do with how chromium-browser handles some aspects of video playback; I don't know exactly which, but it may have to do with interrupting or terminating playback. Different sites and video players are more or less susceptible, and it's easier to trigger with Bing than eg Google/YouTube. Here is dmesg for a freshly booted system; after booting I start chromium-browser, go to Bing, search for something, click "Videos" in the menu, and then mouse randomly around, hovering to activate preview when one is available, then move on without actually watching the video. The messages soon appear in dmesg, and after a while the system grinds to a halt and has to be powercycled. The problem doesn't occur with regular chromium. Both the chromium and chromium-browser packages are the latest, and the system is otherwise up to date. This has been reported in https://github.com/raspberrypi/userland/issues/730perbilse wrote: ↑Thu Feb 23, 2023 12:14 amAfter I upgraded to Bullseye a few weeks ago I've been running into a video playback problem that hangs the system, requiring a reboot. The symptoms are identical to what's described in this gstreamer issue:
https://gitlab.freedesktop.org/gstreame ... ssues/1729
And in an older one here:
https://github.com/raspberrypi/linux/issues/3791
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.15.84-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b2fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA32: 19712 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 28 pages/cpu s77336 r8192 d29160 u114688 [ 0.000000] pcpu-alloc: s77336 r8192 d29160 u114688 alloc=28*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] Built 1 zonelists, mobility grouping on. Total pages: 2028596 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:3840x2160M@30 video=HDMI-A-2:1920x1080M@60 smsc95xx.macaddr=m.m.m.m vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=ttyS0,115200 console=tty1 root=PARTUUID=f7d76146-02 rootfstype=ext4 fsck.repair=yes rootwait vc4.force_hotplug=3 plymouth.ignore-serial-consoles [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x0000000037300000-0x000000003b300000] (64MB) [ 0.000000] Memory: 7667356K/8244224K available (11520K kernel code, 1956K rwdata, 4136K rodata, 3776K init, 975K bss, 249188K reserved, 327680K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 38065 entries in 149 pages [ 0.000000] ftrace: allocated 149 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] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) [ 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.000322] Console: colour dummy device 80x25 [ 0.000927] printk: console [tty1] enabled [ 0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.001045] pid_max: default: 32768 minimum: 301 [ 0.001194] LSM: Security Framework initializing [ 0.001459] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001577] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.002833] cgroup: Disabling memory control group subsystem [ 0.005709] rcu: Hierarchical SRCU implementation. [ 0.006848] EFI services will not be available. [ 0.007379] smp: Bringing up secondary CPUs ... [ 0.008552] Detected PIPT I-cache on CPU1 [ 0.008627] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.009802] Detected PIPT I-cache on CPU2 [ 0.009853] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.011006] Detected PIPT I-cache on CPU3 [ 0.011055] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.011205] smp: Brought up 1 node, 4 CPUs [ 0.011300] SMP: Total of 4 processors activated. [ 0.011322] CPU features: detected: 32-bit EL0 Support [ 0.011341] CPU features: detected: 32-bit EL1 Support [ 0.011363] CPU features: detected: CRC32 instructions [ 0.043586] CPU: All CPU(s) started at EL2 [ 0.043684] alternatives: patching kernel code [ 0.045410] devtmpfs: initialized [ 0.056735] Enabled cp15_barrier support [ 0.056801] Enabled setend support [ 0.056840] KASLR enabled [ 0.057046] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.057095] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.065922] pinctrl core: initialized pinctrl subsystem [ 0.066755] DMI not present or invalid. [ 0.067441] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.071240] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.071564] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.072511] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.072624] audit: initializing netlink subsys (disabled) [ 0.072933] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1 [ 0.073475] thermal_sys: Registered thermal governor 'step_wise' [ 0.073699] cpuidle: using governor menu [ 0.074074] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.074279] ASID allocator initialised with 32768 entries [ 0.074462] Serial: AMBA PL011 UART driver [ 0.087225] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.112383] raspberrypi-firmware soc:firmware: Attached to firmware from 2023年01月05日T10:46:54, variant start [ 0.116396] raspberrypi-firmware soc:firmware: Firmware hash is 8ba17717fbcedd4c3b6d4bce7e50c7af4155cba9 [ 0.168526] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.172971] vgaarb: loaded [ 0.173417] SCSI subsystem initialized [ 0.173656] usbcore: registered new interface driver usbfs [ 0.173725] usbcore: registered new interface driver hub [ 0.173802] usbcore: registered new device driver usb [ 0.174178] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.174392] usb_phy_generic phy: dummy supplies not allowed for exclusive requests [ 0.174702] pps_core: LinuxPPS API ver. 1 registered [ 0.174726] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.174764] PTP clock support registered [ 0.176257] clocksource: Switched to clocksource arch_sys_counter [ 0.264801] VFS: Disk quotas dquot_6.6.0 [ 0.264944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.265136] FS-Cache: Loaded [ 0.265391] CacheFiles: Loaded [ 0.266716] simple-framebuffer 3e194000.framebuffer: framebuffer at 0x3e194000, 0x960000 bytes [ 0.266754] simple-framebuffer 3e194000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680 [ 0.280329] Console: switching to colour frame buffer device 240x80 [ 0.292831] simple-framebuffer 3e194000.framebuffer: fb0: simplefb registered! [ 0.303362] NET: Registered PF_INET protocol family [ 0.304331] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.310394] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.310575] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.310683] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.311155] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.312182] TCP: Hash tables configured (established 65536 bind 65536) [ 0.312595] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.312809] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.313279] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.314773] RPC: Registered named UNIX socket transport module. [ 0.314862] RPC: Registered udp transport module. [ 0.314922] RPC: Registered tcp transport module. [ 0.314981] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.315066] PCI: CLS 0 bytes, default 64 [ 0.317556] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.317967] kvm [1]: IPA Size Limit: 44 bits [ 0.319183] kvm [1]: vgic interrupt IRQ9 [ 0.319502] kvm [1]: Hyp mode initialized successfully [ 1.157764] Initialise system trusted keyrings [ 1.158208] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 1.165052] zbud: loaded [ 1.166919] FS-Cache: Netfs 'nfs' registered for caching [ 1.167664] NFS: Registering the id_resolver key type [ 1.167763] Key type id_resolver registered [ 1.167820] Key type id_legacy registered [ 1.167982] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.168064] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.169374] Key type asymmetric registered [ 1.169439] Asymmetric key parser 'x509' registered [ 1.169579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.169912] io scheduler mq-deadline registered [ 1.169978] io scheduler kyber registered [ 1.178219] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 1.178344] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 1.178518] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 1.178676] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [ 1.242355] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 1.242777] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 1.242862] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.242937] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 1.243118] pci .&checktime(0000,00,00,':').0: [14e4:2711] type 01 class 0x060400 [ 1.243428] pci .&checktime(0000,00,00,':').0: PME# supported from D0 D3hot [ 1.247479] pci .&checktime(0000,01,00,':').0: [1106:3483] type 00 class 0x0c0330 [ 1.247610] pci .&checktime(0000,01,00,':').0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 1.247921] pci .&checktime(0000,01,00,':').0: PME# supported from D0 D3hot [ 1.251726] pci .&checktime(0000,00,00,':').0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 1.251823] pci .&checktime(0000,01,00,':').0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 1.251937] pci .&checktime(0000,00,00,':').0: PCI bridge to [bus 01] [ 1.255304] pci .&checktime(0000,00,00,':').0: bridge window [mem 0x600000000-0x6000fffff] [ 1.269535] iproc-rng200 fe104000.rng: hwrng registered [ 1.273367] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB) [ 1.278162] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 1.294013] brd: module loaded [ 1.307128] loop: module loaded [ 1.311331] Loading iSCSI transport class v2.0-870. [ 1.319876] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 1.384410] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 1.388955] usbcore: registered new interface driver r8152 [ 1.392424] usbcore: registered new interface driver lan78xx [ 1.395800] usbcore: registered new interface driver smsc95xx [ 1.445455] pci .&checktime(0000,00,00,':').0: enabling device (0000 -> 0002) [ 1.448951] xhci_hcd .&checktime(0000,01,00,':').0: xHCI Host Controller [ 1.452271] xhci_hcd .&checktime(0000,01,00,':').0: new USB bus registered, assigned bus number 1 [ 1.456354] xhci_hcd .&checktime(0000,01,00,':').0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890 [ 1.460764] xhci_hcd .&checktime(0000,01,00,':').0: xHCI Host Controller [ 1.464079] xhci_hcd .&checktime(0000,01,00,':').0: new USB bus registered, assigned bus number 2 [ 1.467403] xhci_hcd .&checktime(0000,01,00,':').0: Host supports USB 3.0 SuperSpeed [ 1.471122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.474489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.477811] usb usb1: Product: xHCI Host Controller [ 1.481103] usb usb1: Manufacturer: Linux 5.15.84-v8+ xhci-hcd [ 1.484379] usb usb1: SerialNumber: .&checktime(0000,01,00,':').0 [ 1.488404] hub 1-0:1.0: USB hub found [ 1.491697] hub 1-0:1.0: 1 port detected [ 1.495928] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 1.499181] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.502401] usb usb2: Product: xHCI Host Controller [ 1.505578] usb usb2: Manufacturer: Linux 5.15.84-v8+ xhci-hcd [ 1.508740] usb usb2: SerialNumber: .&checktime(0000,01,00,':').0 [ 1.512530] hub 2-0:1.0: USB hub found [ 1.515695] hub 2-0:1.0: 4 ports detected [ 1.520796] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.524186] dwc_otg: FIQ enabled [ 1.524198] dwc_otg: NAK holdoff enabled [ 1.524208] dwc_otg: FIQ split-transaction FSM enabled [ 1.524222] Module dwc_common_port init [ 1.524800] usbcore: registered new interface driver uas [ 1.527947] usbcore: registered new interface driver usb-storage [ 1.531230] mousedev: PS/2 mouse device common for all mice [ 1.540458] sdhci: Secure Digital Host Controller Interface driver [ 1.543580] sdhci: Copyright(c) Pierre Ossman [ 1.547328] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.553937] ledtrig-cpu: registered to indicate activity on CPUs [ 1.557677] hid: raw HID events driver (C) Jiri Kosina [ 1.560947] usbcore: registered new interface driver usbhid [ 1.564057] usbhid: USB HID core driver [ 1.567446] ashmem: initialized [ 1.578976] NET: Registered PF_PACKET protocol family [ 1.582344] Key type dns_resolver registered [ 1.586581] registered taskstats version 1 [ 1.589681] Loading compiled-in X.509 certificates [ 1.593316] Key type .fscrypt registered [ 1.596367] Key type fscrypt-provisioning registered [ 1.610455] uart-pl011 fe201000.serial: there is not valid maps for state default [ 1.613864] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 1.617069] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2 [ 1.628987] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 1.632599] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.636875] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 1.639947] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.674731] of_cfs_init [ 1.678010] of_cfs_init: OK [ 1.708524] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.712142] Waiting for root device PARTUUID=f7d76146-02... [ 1.748287] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 1.771243] mmc1: new high speed SDIO card at address 0001 [ 1.816222] mmc0: new ultra high speed DDR50 SDXC card at address e624 [ 1.820362] mmcblk0: mmc0:e624 SR128 119 GiB [ 1.826861] mmcblk0: p1 p2 [ 1.830486] mmcblk0: mmc0:e624 SR128 119 GiB (quirks 0x00004000) [ 1.899529] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 1.902677] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.905810] usb 1-1: Product: USB2.0 Hub [ 1.910951] hub 1-1:1.0: USB hub found [ 1.914391] hub 1-1:1.0: 4 ports detected [ 2.024711] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd [ 2.046029] usb 2-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 [ 2.049186] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 2.052308] usb 2-1: Product: ASM105x [ 2.055370] usb 2-1: Manufacturer: ASMT [ 2.058408] usb 2-1: SerialNumber: 123456795EDC [ 2.074567] scsi host0: uas [ 2.079184] scsi 0:0:0:0: Direct-Access ASMT ASM105x 0 PQ: 0 ANSI: 6 [ 2.084609] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB) [ 2.087875] sd 0:0:0:0: [sda] Write Protect is off [ 2.090949] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 2.091308] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.095152] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes [ 2.102053] sda: sda1 sda2 sda3 sda4 [ 2.107774] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.121812] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 2.125142] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [ 2.131913] devtmpfs: mounted [ 2.142746] Freeing unused kernel memory: 3776K [ 2.146110] Run /sbin/init as init process [ 2.149236] with arguments: [ 2.149246] /sbin/init [ 2.149256] with environment: [ 2.149265] HOME=/ [ 2.149274] TERM=linux [ 2.208799] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd [ 2.381702] systemd[1]: System time before build time, advancing clock. [ 2.463578] usb 2-2: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.95 [ 2.466862] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.470040] usb 2-2: Product: USB3.0 Hub [ 2.473209] usb 2-2: Manufacturer: VIA Labs, Inc. [ 2.479431] hub 2-2:1.0: USB hub found [ 2.482948] hub 2-2:1.0: 4 ports detected [ 2.543696] NET: Registered PF_INET6 protocol family [ 2.544347] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd [ 2.551502] Segment Routing with IPv6 [ 2.554699] In-situ OAM (IOAM) with IPv6 [ 2.610810] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 2.618565] systemd[1]: Detected architecture arm64. [ 2.638165] systemd[1]: Set hostname to <shadowII>. [ 2.650826] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90 [ 2.654378] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.657869] usb 1-1.2: Product: USB2.0 Hub [ 2.661339] usb 1-1.2: Manufacturer: VIA Labs, Inc. [ 2.666472] hub 1-1.2:1.0: USB hub found [ 2.670283] hub 1-1.2:1.0: 4 ports detected [ 2.764376] systemd-fstab-generator[110]: Checking was requested for "/home/buster-10-root.fs", but it is not a device. [ 2.764371] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd [ 2.790999] systemd-fstab-generator[110]: Checking was requested for "/mmc0p2/home/vid", but it is not a device. [ 2.870047] usb 1-1.4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 7.02 [ 2.873730] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.877510] usb 1-1.4: Product: USB2.0 Hub [ 2.889918] hub 1-1.4:1.0: USB hub found [ 2.893895] hub 1-1.4:1.0: 4 ports detected [ 2.948670] usb 2-2.1: new SuperSpeed USB device number 4 using xhci_hcd [ 3.167091] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 3.208384] usb 2-2.1: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.91 [ 3.212376] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.216305] usb 2-2.1: Product: USB3.0 Hub [ 3.220168] usb 2-2.1: Manufacturer: VIA Labs, Inc. [ 3.227840] hub 2-2.1:1.0: USB hub found [ 3.231949] hub 2-2.1:1.0: 4 ports detected [ 3.300311] usb 1-1.2.1: new high-speed USB device number 5 using xhci_hcd [ 3.419948] usb 1-1.2.1: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90 [ 3.423925] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.427831] usb 1-1.2.1: Product: USB2.0 Hub [ 3.431703] usb 1-1.2.1: Manufacturer: VIA Labs, Inc. [ 3.437485] hub 1-1.2.1:1.0: USB hub found [ 3.441598] hub 1-1.2.1:1.0: 4 ports detected [ 3.457702] systemd[1]: Queued start job for default target Multi-User System. [ 3.465552] systemd[1]: Created slice system-getty.slice. [ 3.474995] systemd[1]: Created slice system-modprobe.slice. [ 3.483981] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 3.492924] systemd[1]: Created slice User and Session Slice. [ 3.496302] usb 1-1.4.1: new full-speed USB device number 6 using xhci_hcd [ 3.505314] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.514619] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.523492] systemd[1]: Reached target Slices. [ 3.531881] systemd[1]: Reached target Swap. [ 3.557867] systemd[1]: Listening on RPCbind Server Activation Socket. [ 3.567440] systemd[1]: Listening on Syslog Socket. [ 3.576617] systemd[1]: Listening on fsck to fsckd communication Socket. [ 3.585364] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 3.594999] systemd[1]: Listening on Journal Audit Socket. [ 3.604261] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.607367] usb 1-1.4.1: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.27 [ 3.612311] usb 1-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.612328] usb 1-1.4.1: Product: YubiKey OTP+FIDO+CCID [ 3.620494] usb 1-1.4.1: Manufacturer: Yubico [ 3.630199] systemd[1]: Listening on Journal Socket. [ 3.635746] input: Yubico YubiKey OTP+FIDO+CCID as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.1/1-1.4.1:1.0/0003:1050:0407.0001/input/input0 [ 3.645135] systemd[1]: Listening on udev Control Socket. [ 3.654510] systemd[1]: Listening on udev Kernel Socket. [ 3.663855] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 3.672051] systemd[1]: Mounting POSIX Message Queue File System... [ 3.684817] usb 2-2.3: new SuperSpeed USB device number 5 using xhci_hcd [ 3.685014] systemd[1]: Mounting NFSD configuration filesystem... [ 3.702502] hid-generic 0003:1050:0407.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-.&checktime(0000,01,00,':').0-1.4.1/input0 [ 3.705430] systemd[1]: Mounting RPC Pipe File System... [ 3.711537] hid-generic 0003:1050:0407.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-.&checktime(0000,01,00,':').0-1.4.1/input1 [ 3.725856] systemd[1]: Mounting Kernel Debug File System... [ 3.739682] systemd[1]: Mounting Kernel Trace File System... [ 3.749721] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 3.759260] systemd[1]: Starting Restore / save the current clock... [ 3.774766] systemd[1]: Starting Set the console keyboard layout... [ 3.789683] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 3.805012] systemd[1]: Starting Load Kernel Module configfs... [ 3.822222] systemd[1]: Starting Load Kernel Module drm... [ 3.823829] Installing knfsd (copyright (C) 1996 [email protected]). [ 3.841428] systemd[1]: Starting Load Kernel Module fuse... [ 3.864915] systemd[1]: Starting Set Up Additional Binary Formats... [ 3.879616] systemd[1]: Starting File System Check on Root Device... [ 3.897920] fuse: init (API version 7.34) [ 3.910664] systemd[1]: Starting Journal Service... [ 3.928036] systemd[1]: Starting Load Kernel Modules... [ 3.942988] systemd[1]: Starting Coldplug All udev Devices... [ 3.955635] usb 2-2.3: New USB device found, idVendor=2109, idProduct=0812, bcdDevice=90.95 [ 3.955672] usb 2-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.955688] usb 2-2.3: Product: USB3.0 Hub [ 3.955701] usb 2-2.3: Manufacturer: VIA Labs, Inc. [ 3.978343] hub 2-2.3:1.0: USB hub found [ 3.983437] hub 2-2.3:1.0: 4 ports detected [ 4.009064] systemd[1]: Mounted POSIX Message Queue File System. [ 4.019138] systemd[1]: Mounted NFSD configuration filesystem. [ 4.030249] systemd[1]: Mounted RPC Pipe File System. [ 4.040510] systemd[1]: Mounted Kernel Debug File System. [ 4.048345] usb 1-1.2.3: new high-speed USB device number 7 using xhci_hcd [ 4.057356] systemd[1]: Mounted Kernel Trace File System. [ 4.068884] systemd[1]: Finished Restore / save the current clock. [ 4.080558] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 4.091576] systemd[1]: [email protected]: Succeeded. [ 4.097872] systemd[1]: Finished Load Kernel Module configfs. [ 4.109138] systemd[1]: [email protected]: Succeeded. [ 4.115066] systemd[1]: Finished Load Kernel Module drm. [ 4.125768] systemd[1]: [email protected]: Succeeded. [ 4.131691] systemd[1]: Finished Load Kernel Module fuse. [ 4.143448] systemd[1]: Finished Load Kernel Modules. [ 4.154628] systemd[1]: Finished File System Check on Root Device. [ 4.167829] usb 1-1.2.3: New USB device found, idVendor=2109, idProduct=2812, bcdDevice=90.90 [ 4.172559] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.176726] usb 1-1.2.3: Product: USB2.0 Hub [ 4.182680] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 150 (systemd-binfmt) [ 4.186933] usb 1-1.2.3: Manufacturer: VIA Labs, Inc. [ 4.197210] systemd[1]: Mounting Arbitrary Executable File Formats File System... [ 4.202710] hub 1-1.2.3:1.0: USB hub found [ 4.202991] hub 1-1.2.3:1.0: 4 ports detected [ 4.222696] systemd[1]: Mounting FUSE Control File System... [ 4.244656] systemd[1]: Mounting Kernel Configuration File System... [ 4.260051] systemd[1]: Starting pNFS block layout mapping daemon... [ 4.264137] usb 1-1.2.1.3: new high-speed USB device number 8 using xhci_hcd [ 4.279221] systemd[1]: Started File System Check Daemon to report status. [ 4.293147] systemd[1]: Starting Remount Root and Kernel File Systems... [ 4.307637] systemd[1]: Starting Apply Kernel Variables... [ 4.348581] systemd[1]: Finished Set the console keyboard layout. [ 4.368711] systemd[1]: Mounted Arbitrary Executable File Formats File System. [ 4.381854] usb 1-1.2.1.3: New USB device found, idVendor=0572, idProduct=c68a, bcdDevice= 8.00 [ 4.381888] usb 1-1.2.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.381904] usb 1-1.2.1.3: Product: EyeTV Stick [ 4.381917] usb 1-1.2.1.3: Manufacturer: Geniatech [ 4.381929] usb 1-1.2.1.3: SerialNumber: 161206 [ 4.390298] systemd[1]: Mounted FUSE Control File System. [ 4.396010] systemd[1]: Mounted Kernel Configuration File System. [ 4.404446] systemd[1]: Finished Set Up Additional Binary Formats. [ 4.410969] systemd[1]: Started pNFS block layout mapping daemon. [ 4.417988] systemd[1]: Finished Apply Kernel Variables. [ 4.423169] systemd[1]: Started Journal Service. [ 4.460327] usb 1-1.4.3: new low-speed USB device number 9 using xhci_hcd [ 4.568760] usb 1-1.4.3: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01 [ 4.568796] usb 1-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.568813] usb 1-1.4.3: Product: USB Laser Mouse [ 4.568827] usb 1-1.4.3: Manufacturer: Logitech [ 4.581801] input: Logitech USB Laser Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/0003:046D:C069.0003/input/input1 [ 4.582574] hid-generic 0003:046D:C069.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-.&checktime(0000,01,00,':').0-1.4.3/input0 [ 4.597481] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none. [ 4.652163] systemd-journald[154]: Received client request to flush runtime journal. [ 4.652404] usb 1-1.2.3.1: new full-speed USB device number 10 using xhci_hcd [ 4.707249] systemd-journald[154]: File /var/log/journal/59730bb4a63c496ab31bed15cdf00dbc/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 4.771936] usb 1-1.2.3.1: New USB device found, idVendor=4037, idProduct=2804, bcdDevice= 1.10 [ 4.771975] usb 1-1.2.3.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.771992] usb 1-1.2.3.1: Product: 2.4G Composite Devic [ 4.784792] input: 2.4G Composite Devic as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.0/0003:4037:2804.0004/input/input2 [ 4.844342] usb 1-1.4.4: new low-speed USB device number 11 using xhci_hcd [ 4.845683] hid-generic 0003:4037:2804.0004: input,hidraw3: USB HID v1.10 Keyboard [2.4G Composite Devic] on usb-.&checktime(0000,01,00,':').0-1.2.3.1/input0 [ 4.855002] input: 2.4G Composite Devic Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input3 [ 4.855740] input: 2.4G Composite Devic Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input4 [ 4.912813] input: 2.4G Composite Devic System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3.1/1-1.2.3.1:1.1/0003:4037:2804.0005/input/input5 [ 4.913252] hid-generic 0003:4037:2804.0005: input,hidraw4: USB HID v1.10 Mouse [2.4G Composite Devic] on usb-.&checktime(0000,01,00,':').0-1.2.3.1/input1 [ 4.963854] usb 1-1.4.4: New USB device found, idVendor=0d3d, idProduct=0001, bcdDevice= 0.01 [ 4.963893] usb 1-1.4.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 4.963910] usb 1-1.4.4: Product: USBPS2 [ 4.981128] input: USBPS2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.0/0003:0D3D:0001.0006/input/input6 [ 5.042178] hid-generic 0003:0D3D:0001.0006: input,hidraw5: USB HID v1.00 Keyboard [USBPS2] on usb-.&checktime(0000,01,00,':').0-1.4.4/input0 [ 5.056068] input: USBPS2 Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input7 [ 5.056882] input: USBPS2 Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input8 [ 5.116816] input: USBPS2 System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:0D3D:0001.0007/input/input9 [ 5.117331] hid-generic 0003:0D3D:0001.0007: input,hidraw6: USB HID v1.00 Mouse [USBPS2] on usb-.&checktime(0000,01,00,':').0-1.4.4/input1 [ 5.906380] mc: Linux media interface: v0.10 [ 6.101307] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 6.139631] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 6.147097] videodev: Linux video capture interface: v2.00 [ 6.147898] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [ 6.147930] [vc_sm_connected_init]: start [ 6.148200] bcm2835_audio bcm2835_audio: card created with 8 channels [ 6.149897] [vc_sm_connected_init]: installed successfully [ 6.230317] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 6.241309] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 6.254402] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [ 6.262015] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 6.276109] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [ 6.285048] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [ 6.285895] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [ 6.285938] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 6.285960] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 6.285979] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 6.286016] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 6.295983] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 6.314570] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode [ 6.318965] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 [ 6.320092] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 [ 6.342273] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode [ 6.344814] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 6.344876] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 6.349040] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 6.349121] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 6.351877] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 [ 6.358804] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 [ 6.358855] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 6.358884] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 6.358903] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 6.358937] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 6.360425] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 6.360475] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 6.380077] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 [ 6.380152] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx [ 6.384542] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [ 6.397216] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 [ 6.397277] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image [ 6.408309] usb 1-1.2.1.3: dvb_usb_v2: found a 'MyGica Mini DVB-(T/T2/C) USB Stick T230C v2' in warm state [ 6.438256] usb 1-1.2.1.3: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer [ 6.438328] dvbdev: DVB: registering new adapter (MyGica Mini DVB-(T/T2/C) USB Stick T230C v2) [ 6.438349] usb 1-1.2.1.3: media controller created [ 6.441206] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered. [ 6.684443] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [ 6.717398] i2c i2c-22: Added multiplexed i2c bus 23 [ 6.717439] si2168 22-0064: Silicon Labs Si2168-D60 successfully identified [ 6.717455] si2168 22-0064: firmware version: D 6.0.1 [ 6.748659] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.787622] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.802407] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid [ 6.833147] checking generic (3e194000 960000) vs hw (0 ffffffffffffffff) [ 6.833180] fb0: switching to vc4 from simple [ 6.847615] si2157 23-0060: Silicon Labs Si2141 successfully attached [ 6.847824] usb 1-1.2.1.3: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)... [ 6.847865] dvbdev: dvb_create_media_entity: media entity 'Silicon Labs Si2168' registered. [ 6.849893] Registered IR keymap rc-total-media-in-hand-02 [ 6.850173] rc rc0: MyGica Mini DVB-(T/T2/C) USB Stick T230C v2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.3/rc/rc0 [ 6.851270] Console: switching to colour dummy device 80x25 [ 6.928228] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter [ 6.934479] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) [ 6.936931] Registered IR keymap rc-cec [ 6.943337] rc rc1: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc1 [ 6.943883] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc1/input11 [ 6.955756] input: MyGica Mini DVB-(T/T2/C) USB Stick T230C v2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.3/rc/rc0/input10 [ 6.965546] usb 1-1.2.1.3: dvb_usb_v2: schedule remote query interval to 300 msecs [ 6.965591] usb 1-1.2.1.3: dvb_usb_v2: 'MyGica Mini DVB-(T/T2/C) USB Stick T230C v2' successfully initialized and connected [ 6.980462] usbcore: registered new interface driver dvb_usb_dvbsky [ 7.028970] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 7.043647] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 7.138502] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) [ 7.148680] Registered IR keymap rc-cec [ 7.178885] rc rc2: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc2 [ 7.260930] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc2/input12 [ 7.276983] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 7.301451] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 7.307025] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60 [ 7.313369] usbcore: registered new interface driver brcmfmac [ 7.456048] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) [ 7.457258] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) [ 7.457663] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 7.458005] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 7.458351] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 7.458636] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 7.458966] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 7.749665] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 [ 8.124609] Console: switching to colour frame buffer device 240x67 [ 8.195243] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device [ 8.213806] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 8.219187] rpivid feb10000.codec: Device registered as /dev/video19 [ 8.547693] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 9.430373] EXT4-fs (sda3): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 9.464794] loop0: detected capacity change from 0 to 33554433 [ 9.514122] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 10.528922] uart-pl011 fe201000.serial: no DMA platform data [ 10.825560] Adding 102396k swap on /var/swap. Priority:-2 extents:9 across:4364012k SSFS [ 11.807541] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 11.809324] bcmgenet fd580000.ethernet eth0: Link is Down [ 12.446483] NFSD: Using UMH upcall client tracking operations. [ 12.446516] NFSD: starting 90-second grace period (net f0000000) [ 15.908651] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 15.908727] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 18.162693] Bluetooth: Core ver 2.22 [ 18.163169] NET: Registered PF_BLUETOOTH protocol family [ 18.163175] Bluetooth: HCI device and connection manager initialized [ 18.163191] Bluetooth: HCI socket layer initialized [ 18.163199] Bluetooth: L2CAP socket layer initialized [ 18.163213] Bluetooth: SCO socket layer initialized [ 18.172392] Bluetooth: HCI UART driver ver 2.3 [ 18.172414] Bluetooth: HCI UART protocol H4 registered [ 18.172801] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 18.174017] Bluetooth: HCI UART protocol Broadcom registered [ 18.291571] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 18.291593] Bluetooth: BNEP filters: protocol multicast [ 18.291608] Bluetooth: BNEP socket layer initialized [ 18.304492] NET: Registered PF_ALG protocol family [ 19.627686] Bluetooth: RFCOMM TTY layer initialized [ 19.627713] Bluetooth: RFCOMM socket layer initialized [ 19.627732] Bluetooth: RFCOMM ver 1.11 [ 31.716477] cam-dummy-reg: disabling [ 54.842835] v3d fec00000.v3d: MMU error from client L2T (0) at 0x13d41000, pte invalid [ 115.809610] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 115.810899] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 115.810985] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 115.811012] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 115.811168] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 115.814543] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 117.346024] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 117.350828] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 117.350973] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 117.351004] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 117.354051] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.123019] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.123707] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.127282] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.129131] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.129326] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 118.131225] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.373116] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.375564] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.375737] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.376978] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.377524] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.377561] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.377681] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.377829] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 129.378266] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 139.627944] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 139.630910] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 139.631630] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 141.278841] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 141.279629] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 147.992351] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 147.992486] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 147.992533] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 147.994733] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 147.994823] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 150.879659] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 150.886073] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 150.886268] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 150.886314] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 150.886395] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 151.558898] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 151.561841] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 151.561920] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 151.563174] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 151.563608] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.188428] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.190927] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.191061] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.191290] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.192521] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.193278] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.193654] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.194910] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.195079] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.195650] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.195798] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.196332] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.202297] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.839516] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.842397] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024) [ 152.842489] bcm2835-codec bcm2835-codec: bcm2835_codec_buf_prepare data will not fit into plane (1536 < 321024)
Re: STICKY: Bullseye - Comments and bug reports thread.
i have installed the latest version and i am seeing an issue with the overscan_left and overscan_right parameters in config.txt, they seem to be broken.
i put outrageously large numbers in and they have no effect in the gui. although the screens that display before the gui opens do seem to recognize the settings. did i miss something somewhere?
thanx
i put outrageously large numbers in and they have no effect in the gui. although the screens that display before the gui opens do seem to recognize the settings. did i miss something somewhere?
thanx
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: STICKY: Bullseye - Comments and bug reports thread.
This "screen blanking" bug is really stressing me out. My screen is always on even when i am not around and i just have to turn it off manually (which i forget sometimes). This issue should be of serious concern as millions of watts of energy is being wasted all around the world because of this.
Re: STICKY: Bullseye - Comments and bug reports thread.
I completely agree with this comment. The screen blanking bug should be prioritized as MAJOR if not CRITICAL and be resolved as soon as possible.twilightened wrote: ↑Mon Mar 06, 2023 7:20 pmThis "screen blanking" bug is really stressing me out. My screen is always on even when i am not around and i just have to turn it off manually (which i forget sometimes). This issue should be of serious concern as millions of watts of energy is being wasted all around the world because of this.
Earlier I read this to be the cause of this bug:
So just for the specific case of "Pi0-3 where camera uses GL, but glamor isn't enabled", there are "millions of watts of energy is being wasted all around the world".The update to xserver-xorg-core was to enable GL content in windows without glamor.
This is beneficial to Pi0-3 where camera uses GL, but glamor isn't enabled (it requires too much CMA).
But it's had an unexpected side effect of breaking screen blanking.
I would even say; This update to xserver-xorg-core should be rolled back until the screen blanking bug is fixed.
- DarkElvenAngel
- Posts: 3221
- Joined: Tue Mar 20, 2018 9:53 pm
Re: STICKY: Bullseye - Comments and bug reports thread.
I never installed the update so thankfully I'm not affected however I'm holding back other updates until this is resolved. Since this package isn't directly maintained by the foundation is there a way we can have a link to track the status of this bug. I've been looking for a link and don't really know where to look so I'm coming up empty.
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: STICKY: Bullseye - Comments and bug reports thread.
https://github.com/raspberrypi/linux/issues/5353DarkElvenAngel wrote: ↑Tue Mar 07, 2023 2:00 amI never installed the update so thankfully I'm not affected however I'm holding back other updates until this is resolved. Since this package isn't directly maintained by the foundation is there a way we can have a link to track the status of this bug. I've been looking for a link and don't really know where to look so I'm coming up empty.
- aBUGSworstnightmare
- Posts: 13432
- Joined: Tue Jun 30, 2015 1:35 pm
Re: STICKY: Bullseye - Comments and bug reports thread.
... that's why 'genius people' invented a power switch! to stop 'waisting even more millions of watts' one can simply power down his/her Pi when not in use.twilightened wrote: ↑Mon Mar 06, 2023 7:20 pmThis "screen blanking" bug is really stressing me out. My screen is always on even when i am not around and i just have to turn it off manually (which i forget sometimes). This issue should be of serious concern as millions of watts of energy is being wasted all around the world because of this.
The bug is known and is worked on for sure!
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: STICKY: Bullseye - Comments and bug reports thread.
I was expecting "you are using linux, so you should be able to fix your own bugs" kinda comment but this will also do. Thanks for the "genius" tip there. Who'd have thought...aBUGSworstnightmare wrote: ↑Tue Mar 07, 2023 8:47 am... that's why 'genius people' invented a power switch! to stop 'waisting even more millions of watts' one can simply power down his/her Pi when not in use.twilightened wrote: ↑Mon Mar 06, 2023 7:20 pmThis "screen blanking" bug is really stressing me out. My screen is always on even when i am not around and i just have to turn it off manually (which i forget sometimes). This issue should be of serious concern as millions of watts of energy is being wasted all around the world because of this.
The bug is known and is worked on for sure!
Re: STICKY: Bullseye - Comments and bug reports thread.
The Hdmi signal can be turned off with xrandr. A simple screen saver that turns the monitor on and off with this tool would be enough. Maybe there is some simple screen saver in Linux , in which you can use xrandr. If not then maybe create such a simple screensaver e.g. in Python language :)
- elvisapresley
- Posts: 6
- Joined: Sat Feb 19, 2022 3:36 am
Re: STICKY: Bullseye - Comments and bug reports thread.
This finally showed up in today's Google searching (didn't previously), which happily explains what it is:elvisapresley wrote: ↑Sat Feb 25, 2023 2:27 amAre there more details on what this is? Google doesn't return anything for "msdri3". Is that Mesa DRI3, or something different?
I do see "libgl1-mesa-dri" and "mesa-va-drivers" both got updated. There's a handful of notes about EGL changes in the included changelog.Debian.gz files. Is this related?
https://gitlab.freedesktop.org/xorg/xse ... quests/945
Looks to only concern older RPi1/2/3 GPUs and the VC4 driver, and not RPi4 and the V3D driver.
- alphatrianguli
- Posts: 4
- Joined: Fri Feb 17, 2023 5:48 am
- alphatrianguli
- Posts: 4
- Joined: Fri Feb 17, 2023 5:48 am
Re: STICKY: Bullseye - Comments and bug reports thread.
There seems to be another problem lately with Touch screens - which a lot of users have, me included:
Apparently, some of the latest OS updates, broke touch screen support on a lot of screens, including my DSI 4.3" touch screen by Waveshare. More infos and users reporting the issue here on Reddit:
https://www.reddit.com/r/klippers/comme ... ed_working
Apparently, some of the latest OS updates, broke touch screen support on a lot of screens, including my DSI 4.3" touch screen by Waveshare. More infos and users reporting the issue here on Reddit:
https://www.reddit.com/r/klippers/comme ... ed_working
Re: STICKY: Bullseye - Comments and bug reports thread.
Maybe you are using a version 2 years ago, you can try to change kms to fkms.alphatrianguli wrote: ↑Tue Mar 14, 2023 6:06 amThere seems to be another problem lately with Touch screens - which a lot of users have, me included:
Apparently, some of the latest OS updates, broke touch screen support on a lot of screens, including my DSI 4.3" touch screen by Waveshare. More infos and users reporting the issue here on Reddit:
https://www.reddit.com/r/klippers/comme ... ed_working
Now waveshare's DSI LCD version is compatible with bullseye using touch function.
- dom
- Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator - Posts: 8472
- Joined: Wed Aug 17, 2011 7:41 pm
Re: Screen Blanking Issue
A fix for blanking not working has been pushed to apt. It may take a little while (hour or so) to propagate to mirrors.
The version "2:1.20.11-1+rpt2+deb11u5" contains the fix.
Code: Select all
pi@raspberrypi:~ $ sudo apt policy xserver-xorg-core
xserver-xorg-core:
Installed: 2:1.20.11-1+rpt2+deb11u5
Candidate: 2:1.20.11-1+rpt2+deb11u5
Version table:
*** 2:1.20.11-1+rpt2+deb11u5 500
500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages
100 /var/lib/dpkg/status
2:1.20.11-1+deb11u5 500
500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
- DarkElvenAngel
- Posts: 3221
- Joined: Tue Mar 20, 2018 9:53 pm
Re: Screen Blanking Issue
Great news can anyone confirm this is working I'm on the 64 bit and haven't installed the buggy version.dom wrote: ↑Fri Mar 17, 2023 6:21 pmA fix for blanking not working has been pushed to apt. It may take a little while (hour or so) to propagate to mirrors.
The version "2:1.20.11-1+rpt2+deb11u5" contains the fix.Code: Select all
pi@raspberrypi:~ $ sudo apt policy xserver-xorg-core xserver-xorg-core: Installed: 2:1.20.11-1+rpt2+deb11u5 Candidate: 2:1.20.11-1+rpt2+deb11u5 Version table: *** 2:1.20.11-1+rpt2+deb11u5 500 500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages 100 /var/lib/dpkg/status 2:1.20.11-1+deb11u5 500 500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
- twilightened
- Posts: 504
- Joined: Fri Sep 03, 2021 12:31 am
Re: Screen Blanking Issue
It works.DarkElvenAngel wrote: ↑Fri Mar 17, 2023 9:02 pmGreat news can anyone confirm this is working I'm on the 64 bit and haven't installed the buggy version.dom wrote: ↑Fri Mar 17, 2023 6:21 pmA fix for blanking not working has been pushed to apt. It may take a little while (hour or so) to propagate to mirrors.
The version "2:1.20.11-1+rpt2+deb11u5" contains the fix.Code: Select all
pi@raspberrypi:~ $ sudo apt policy xserver-xorg-core xserver-xorg-core: Installed: 2:1.20.11-1+rpt2+deb11u5 Candidate: 2:1.20.11-1+rpt2+deb11u5 Version table: *** 2:1.20.11-1+rpt2+deb11u5 500 500 http://archive.raspberrypi.org/debian bullseye/main armhf Packages 100 /var/lib/dpkg/status 2:1.20.11-1+deb11u5 500 500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
- chincheta0815
- Posts: 5
- Joined: Tue Nov 03, 2020 6:21 am
Re: STICKY: Bullseye - Comments and bug reports thread.
Hej there,
as I do not know where and who to ask, I plave my issue here.
now that the RaspberryPI OS 64bit kernel version is at 6.1.19 it would be awesome to have the zfs packages in archives.raspberrypios.org being updated to a version that is more recent than zfs-2.1.5...
So long thing short: If there is anybody out there being able to ugrade the zfs-dkms package in archives.raspberrypios.org, please update the package to a version like zfs-dkms 2.1.9 or more recent to make it work "out-of-the-box". The bullseye-backports version does work, so probably there is someone hearing me.
Thanks in advance.
as I do not know where and who to ask, I plave my issue here.
now that the RaspberryPI OS 64bit kernel version is at 6.1.19 it would be awesome to have the zfs packages in archives.raspberrypios.org being updated to a version that is more recent than zfs-2.1.5...
So long thing short: If there is anybody out there being able to ugrade the zfs-dkms package in archives.raspberrypios.org, please update the package to a version like zfs-dkms 2.1.9 or more recent to make it work "out-of-the-box". The bullseye-backports version does work, so probably there is someone hearing me.
Thanks in advance.
Jump to
- Community
- General discussion
- Announcements
- Other languages
- Deutsch
- Español
- Français
- Italiano
- Nederlands
- 日本語
- Polski
- Português
- Русский
- Türkçe
- User groups and events
- Raspberry Pi Official Magazine
- Using the Raspberry Pi
- Beginners
- Troubleshooting
- Advanced users
- Assistive technology and accessibility
- Education
- Picademy
- Teaching and learning resources
- Staffroom, classroom and projects
- Astro Pi
- Mathematica
- High Altitude Balloon
- Weather station
- Programming
- C/C++
- Java
- Python
- Scratch
- Other programming languages
- Windows 10 for IoT
- Wolfram Language
- Bare metal, Assembly language
- Graphics programming
- OpenGLES
- OpenVG
- OpenMAX
- General programming discussion
- Projects
- Networking and servers
- Automation, sensing and robotics
- Graphics, sound and multimedia
- Other projects
- Media centres
- Gaming
- AIY Projects
- Hardware and peripherals
- Camera board
- Compute Module
- Official Display
- HATs and other add-ons
- Device Tree
- Interfacing (DSI, CSI, I2C, etc.)
- Keyboard computers (400, 500, 500+)
- Raspberry Pi Pico
- General
- SDK
- MicroPython
- Other RP2040 boards
- Zephyr
- Rust
- AI Accelerator
- AI Camera - IMX500
- Hailo
- Software
- Raspberry Pi OS
- Raspberry Pi Connect
- Raspberry Pi Desktop for PC and Mac
- Beta testing
- Other
- Android
- Debian
- FreeBSD
- Gentoo
- Linux Kernel
- NetBSD
- openSUSE
- Plan 9
- Puppy
- Arch
- Pidora / Fedora
- RISCOS
- Ubuntu
- Ye Olde Pi Shoppe
- For sale
- Wanted
- Off topic
- Off topic discussion