Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4535

Troubleshooting • Screen goes black partway through boot messages

$
0
0
Using RPi 4B 8GB. The set up has been pretty stable over the past few years, but tonight I had unplugged the Pi while it was on, which appears to have corrupted the boot partition.

I copied over the boot files from another Pi I have (retaining the old cmdline.txt and config.txt), which allowed it to boot. It let me get to the login prompt, and I could log in, but for some reason wlan was not working. After some Googling, I decided to run 'sudo dpkg --configure -a'. After that completed, I rebooted. Wlan device was working now, and I could ssh to the Pi from my computer.

However, the screen goes black part way through the boot (kernel?) messages. Typically during the boot sequence, I would see the text size change and eventually I'm prompted to log in, but instead, it just goes black. Funnily enough, if I ssh in from my computer to the Pi, I can start a video with mpv and the video displays just fine.

Any thoughts on what may have happened, or how to fix?

N.B. I have some unusual display settings as I'm outputting to a CRT via hdmi to vga converter.

config.txt:

Code:

pi@raspberrypi:/boot $ grep "^[^#]" config.txt dtparam=audio=onhdmi_ignore_edid_audio=1audio_pwm_mode=2dtoverlay=vc4-fkms-v3dhdmi_group=2hdmi_mode=87hdmi_timings=800 0 62 70 132 480 0 11 5 20 0 0 0 60 1 16630000 1gpu_mem_256=128gpu_mem_512=256gpu_mem_1024=512
cmdline.txt:

Code:

pi@raspberrypi:/boot $ cat cmdline.txt usb-storage.quirks=0bc2:331a:u console=serial0,115200 console=tty1 root=PARTUUID=31d11e8a-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
dmesg:

Code:

[    0.000000] Booting Linux on physical CPU 0x0[    0.000000] Linux version 5.10.103-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1529 SMP Tue Mar 8 12:24:00 GMT 2022[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d[    0.000000] CPU: div instructions available: patching division code[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4[    0.000000] random: fast init done[    0.000000] Memory policy: Data cache writealloc[    0.000000] Reserved memory: created CMA memory pool at 0x000000000fc00000, size 256 MiB[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[    0.000000] Zone ranges:[    0.000000]   DMA      [mem 0x0000000000000000-0x000000001fffffff][    0.000000]   Normal   empty[    0.000000]   HighMem  [mem 0x0000000020000000-0x00000001ffffffff][    0.000000] Movable zone start for each node[    0.000000] Early memory node ranges[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff][    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 totalpages: 1949696[    0.000000]   DMA zone: 1152 pages used for memmap[    0.000000]   DMA zone: 0 pages reserved[    0.000000]   DMA zone: 131072 pages, LIFO batch:31[    0.000000]   HighMem zone: 1818624 pages, LIFO batch:63[    0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920[    0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1948544[    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:800x480M@60i smsc95xx.macaddr=DC:A6:32:BE:71:53 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  usb-storage.quirks=0bc2:331a:u console=ttyS0,115200 console=tty1 root=PARTUUID=31d11e8a-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait[    0.000000] Kernel parameter elevator= does not have any effect anymore.               Please use sysfs to set IO scheduler for individual devices.[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[    0.000000] software IO TLB: mapped [mem 0x0000000007400000-0x000000000b400000] (64MB)[    0.000000] Memory: 7382088K/7798784K available (10240K kernel code, 1366K rwdata, 3196K rodata, 2048K init, 882K bss, 154552K reserved, 262144K cma-reserved, 7274496K highmem)[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1[    0.000000] ftrace: allocating 34355 entries in 101 pages[    0.000000] ftrace: allocated 101 pages with 4 groups[    0.000000] rcu: Hierarchical RCU implementation.[    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 10 jiffies.[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16[    0.000000] GIC: Using split EOI/Deactivate mode[    0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=1[    0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns[    0.000034] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns[    0.000095] bcm2835: system timer (irq = 25)[    0.000747] arch_timer: cp15 timer(s) running at 54.00MHz (phys).[    0.000768] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns[    0.000790] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns[    0.000808] Switching to timer-based delay loop, resolution 18ns[    0.001065] Console: colour dummy device 80x30[    0.001840] printk: console [tty1] enabled[    0.001905] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)[    0.001960] pid_max: default: 32768 minimum: 301[    0.002138] LSM: Security Framework initializing[    0.002338] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[    0.002380] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[    0.003870] cgroup: Disabling memory control group subsystem[    0.004122] CPU: Testing write buffer coherency: ok[    0.004597] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[    0.005824] Setting up static identity map for 0x200000 - 0x20003c[    0.006040] rcu: Hierarchical SRCU implementation.[    0.006983] smp: Bringing up secondary CPUs ...[    0.008207] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001[    0.009568] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002[    0.010963] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003[    0.011122] smp: Brought up 1 node, 4 CPUs[    0.011168] SMP: Total of 4 processors activated (432.00 BogoMIPS).[    0.011198] CPU: All CPU(s) started in HYP mode.[    0.011225] CPU: Virtualization extensions available.[    0.012027] devtmpfs: initialized[    0.026258] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0[    0.026508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns[    0.026562] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)[    0.033207] pinctrl core: initialized pinctrl subsystem[    0.034329] NET: Registered protocol family 16[    0.038362] DMA: preallocated 1024 KiB pool for atomic coherent allocations[    0.039141] audit: initializing netlink subsys (disabled)[    0.039421] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1[    0.040003] thermal_sys: Registered thermal governor 'step_wise'[    0.040741] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.[    0.040842] hw-breakpoint: maximum watchpoint size is 8 bytes.[    0.041270] Serial: AMBA PL011 UART driver[    0.073661] bcm2835-mbox fe00b880.mailbox: mailbox enabled[    0.090899] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-05-09T12:16:34, variant start[    0.100912] raspberrypi-firmware soc:firmware: Firmware hash is 30aa0d70ab280427ba04ebc718c81d4350b9d394[    0.141910] Kprobes globally optimized[    0.147510] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1[    0.151755] vgaarb: loaded[    0.152233] SCSI subsystem initialized[    0.152460] usbcore: registered new interface driver usbfs[    0.152549] usbcore: registered new interface driver hub[    0.152638] usbcore: registered new device driver usb[    0.153011] usb_phy_generic phy: supply vcc not found, using dummy regulator[    0.154982] clocksource: Switched to clocksource arch_sys_counter[    1.101778] VFS: Disk quotas dquot_6.6.0[    1.101900] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[    1.102093] FS-Cache: Loaded[    1.102316] CacheFiles: Loaded[    1.103277] simple-framebuffer 3ea83000.framebuffer: framebuffer at 0x3ea83000, 0x177000 bytes, mapped to 0x(ptrval)[    1.103322] simple-framebuffer 3ea83000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200[    1.105712] Console: switching to colour frame buffer device 100x30[    1.108715] simple-framebuffer 3ea83000.framebuffer: fb0: simplefb registered![    1.120479] NET: Registered protocol family 2[    1.121759] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)[    1.124015] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)[    1.125201] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)[    1.126341] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)[    1.127464] TCP: Hash tables configured (established 4096 bind 4096)[    1.128721] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)[    1.129842] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)[    1.131162] NET: Registered protocol family 1[    1.132998] RPC: Registered named UNIX socket transport module.[    1.134124] RPC: Registered udp transport module.[    1.135289] RPC: Registered tcp transport module.[    1.136408] RPC: Registered tcp NFSv4.1 backchannel transport module.[    1.137531] PCI: CLS 0 bytes, default 64[    1.142060] Initialise system trusted keyrings[    1.143378] workingset: timestamp_bits=14 max_order=21 bucket_order=7[    1.152831] zbud: loaded[    1.155731] FS-Cache: Netfs 'nfs' registered for caching[    1.157603] NFS: Registering the id_resolver key type[    1.158739] Key type id_resolver registered[    1.159796] Key type id_legacy registered[    1.160946] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    1.161983] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...[    1.164088] Key type asymmetric registered[    1.165136] Asymmetric key parser 'x509' registered[    1.166338] bounce: pool size: 64 pages[    1.167346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)[    1.168544] io scheduler mq-deadline registered[    1.169523] io scheduler kyber registered[    1.175111] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:[    1.176103] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff][    1.178056] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000[    1.179136] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000[    1.237101] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)[    1.238463] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00[    1.239473] pci_bus 0000:00: root bus resource [bus 00-ff][    1.240484] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])[    1.242564] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400[    1.243835] pci 0000:00:00.0: PME# supported from D0 D3hot[    1.248426] PCI: bus0: Fast back to back transfers disabled[    1.249819] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330[    1.250972] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit][    1.252440] pci 0000:01:00.0: PME# supported from D0 D3hot[    1.256998] PCI: bus1: Fast back to back transfers disabled[    1.258088] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff][    1.259146] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit][    1.260237] pci 0000:00:00.0: PCI bridge to [bus 01][    1.261262] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff][    1.262686] pcieport 0000:00:00.0: enabling device (0140 -> 0142)[    1.263917] pcieport 0000:00:00.0: PME: Signaling with IRQ 63[    1.273901] iproc-rng200 fe104000.rng: hwrng registered[    1.275262] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)[    1.277180] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000[    1.290468] brd: module loaded[    1.303816] loop: module loaded[    1.306641] Loading iSCSI transport class v2.0-870.[    1.312515] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000[    1.415150] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus[    1.417344] usbcore: registered new interface driver r8152[    1.418417] usbcore: registered new interface driver lan78xx[    1.419463] usbcore: registered new interface driver smsc95xx[    1.468906] xhci_hcd 0000:01:00.0: xHCI Host Controller[    1.469861] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1[    1.473979] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890[    1.477190] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10[    1.478209] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    1.479221] usb usb1: Product: xHCI Host Controller[    1.480216] usb usb1: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd[    1.481206] usb usb1: SerialNumber: 0000:01:00.0[    1.482919] hub 1-0:1.0: USB hub found[    1.483983] hub 1-0:1.0: 1 port detected[    1.485659] xhci_hcd 0000:01:00.0: xHCI Host Controller[    1.486640] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2[    1.487638] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed[    1.489096] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10[    1.490093] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    1.491059] usb usb2: Product: xHCI Host Controller[    1.492006] usb usb2: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd[    1.492967] usb usb2: SerialNumber: 0000:01:00.0[    1.494630] hub 2-0:1.0: USB hub found[    1.495685] hub 2-0:1.0: 4 ports detected[    1.498401] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)[    1.499643] dwc_otg: FIQ enabled[    1.499657] dwc_otg: NAK holdoff enabled[    1.499672] dwc_otg: FIQ split-transaction FSM enabled[    1.499690] Module dwc_common_port init[    1.500133] usbcore: registered new interface driver uas[    1.501199] usbcore: registered new interface driver usb-storage[    1.502353] mousedev: PS/2 mouse device common for all mice[    1.505003] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer[    1.509337] sdhci: Secure Digital Host Controller Interface driver[    1.510302] sdhci: Copyright(c) Pierre Ossman[    1.511906] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe[    1.513421] sdhci-pltfm: SDHCI platform and OF driver helper[    1.518023] ledtrig-cpu: registered to indicate activity on CPUs[    1.519313] hid: raw HID events driver (C) Jiri Kosina[    1.520412] usbcore: registered new interface driver usbhid[    1.521346] usbhid: USB HID core driver[    1.528475] Initializing XFRM netlink socket[    1.529461] NET: Registered protocol family 17[    1.530513] Key type dns_resolver registered[    1.531844] Registering SWP/SWPB emulation handler[    1.533036] registered taskstats version 1[    1.533947] Loading compiled-in X.509 certificates[    1.535736] Key type ._fscrypt registered[    1.536610] Key type .fscrypt registered[    1.537462] Key type fscrypt-provisioning registered[    1.549834] uart-pl011 fe201000.serial: there is not valid maps for state default[    1.551046] uart-pl011 fe201000.serial: cts_event_workaround enabled[    1.552029] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2[    1.560104] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver[    1.562147] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0[    1.563131] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated[    1.591247] of_cfs_init[    1.592371] of_cfs_init: OK[    1.607436] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)[    1.610072] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)[    1.612661] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)[    1.616550] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)[    1.619066] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)[    1.631221] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA[    1.633694] Waiting for root device PARTUUID=31d11e8a-02...[    1.690188] mmc1: new high speed SDIO card at address 0001[    1.736481] mmc0: new ultra high speed DDR50 SDXC card at address aaaa[    1.738239] mmcblk0: mmc0:aaaa SN128 119 GiB[    1.741054]  mmcblk0: p1 p2[    1.773729] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)[    1.774694] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.[    1.775053] usb 1-1: new high-speed USB device number 2 using xhci_hcd[    1.782654] devtmpfs: mounted[    1.793738] Freeing unused kernel memory: 2048K[    1.805326] Run /sbin/init as init process[    1.806233]   with arguments:[    1.806248]     /sbin/init[    1.806262]   with environment:[    1.806276]     HOME=/[    1.806290]     TERM=linux[    1.967700] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21[    1.968686] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0[    1.969616] usb 1-1: Product: USB2.0 Hub[    1.972576] hub 1-1:1.0: USB hub found[    1.973814] hub 1-1:1.0: 4 ports detected[    2.295036] usb 1-1.3: new high-speed USB device number 3 using xhci_hcd[    2.340318] systemd[1]: System time before build time, advancing clock.[    2.435918] usb 1-1.3: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11[    2.436895] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0[    2.437867] usb 1-1.3: Product: USB 2.0 Hub[    2.448804] hub 1-1.3:1.0: USB hub found[    2.449975] hub 1-1.3:1.0: 4 ports detected[    2.467580] NET: Registered protocol family 10[    2.469996] Segment Routing with IPv6[    2.545108] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd[    2.579563] systemd[1]: systemd 247.3-7+rpi1+deb11u2 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.583604] systemd[1]: Detected architecture arm.[    2.600469] systemd[1]: Set hostname to <raspberrypi>.[    2.676430] usb 1-1.4: New USB device found, idVendor=20b1, idProduct=3066, bcdDevice= 6.f2[    2.677749] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0[    2.678854] usb 1-1.4: Product: D30[    2.679953] usb 1-1.4: Manufacturer: Topping[    2.957803] systemd-fstab-generator[108]: Mount point Videos' is not a valid path, ignoring.[    3.777207] systemd[1]: Queued start job for default target Graphical Interface.[    3.779891] random: systemd: uninitialized urandom read (16 bytes read)[    3.787515] systemd[1]: Created slice system-getty.slice.[    3.790476] random: systemd: uninitialized urandom read (16 bytes read)[    3.792602] systemd[1]: Created slice system-modprobe.slice.[    3.795541] random: systemd: uninitialized urandom read (16 bytes read)[    3.797664] systemd[1]: Created slice system-systemd\x2dfsck.slice.[    3.801322] systemd[1]: Created slice User and Session Slice.[    3.804538] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[    3.807845] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[    3.811701] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.[    3.816279] systemd[1]: Reached target Local Encrypted Volumes.[    3.819639] systemd[1]: Reached target Paths.[    3.822805] systemd[1]: Reached target Slices.[    3.825967] systemd[1]: Reached target Swap.[    3.829910] systemd[1]: Listening on Syslog Socket.[    3.833491] systemd[1]: Listening on fsck to fsckd communication Socket.[    3.836939] systemd[1]: Listening on initctl Compatibility Named Pipe.[    3.840903] systemd[1]: Listening on Journal Audit Socket.[    3.844499] systemd[1]: Listening on Journal Socket (/dev/log).[    3.848449] systemd[1]: Listening on Journal Socket.[    3.852923] systemd[1]: Listening on udev Control Socket.[    3.856689] systemd[1]: Listening on udev Kernel Socket.[    3.860132] systemd[1]: Condition check resulted in Huge Pages File System being skipped.[    3.866428] systemd[1]: Mounting POSIX Message Queue File System...[    3.874833] systemd[1]: Mounting RPC Pipe File System...[    3.884215] systemd[1]: Mounting Kernel Debug File System...[    3.893028] systemd[1]: Mounting Kernel Trace File System...[    3.896727] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.[    3.913351] systemd[1]: Starting Restore / save the current clock...[    3.939295] systemd[1]: Starting Set the console keyboard layout...[    3.949447] systemd[1]: Starting Create list of static device nodes for the current kernel...[    3.960087] systemd[1]: Starting Load Kernel Module configfs...[    3.973425] systemd[1]: Starting Load Kernel Module drm...[    3.983382] systemd[1]: Starting Load Kernel Module fuse...[    3.993814] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.[    4.001912] systemd[1]: Starting File System Check on Root Device...[    4.018980] systemd[1]: Starting Journal Service...[    4.035861] systemd[1]: Starting Load Kernel Modules...[    4.045957] systemd[1]: Starting Coldplug All udev Devices...[    4.066305] systemd[1]: Mounted POSIX Message Queue File System.[    4.070564] systemd[1]: Mounted RPC Pipe File System.[    4.076711] systemd[1]: Mounted Kernel Debug File System.[    4.082602] systemd[1]: Mounted Kernel Trace File System.[    4.087431] systemd[1]: Finished Restore / save the current clock.[    4.093519] systemd[1]: Finished Create list of static device nodes for the current kernel.[    4.098444] systemd[1]: modprobe@configfs.service: Succeeded.[    4.101195] systemd[1]: Finished Load Kernel Module configfs.[    4.111600] systemd[1]: Mounting Kernel Configuration File System...[    4.120988] systemd[1]: Started File System Check Daemon to report status.[    4.131907] systemd[1]: Mounted Kernel Configuration File System.[    4.135791] fuse: init (API version 7.32)[    4.142009] systemd[1]: modprobe@fuse.service: Succeeded.[    4.144552] systemd[1]: Finished Load Kernel Module fuse.[    4.153752] systemd[1]: Mounting FUSE Control File System...[    4.174441] systemd[1]: Finished Load Kernel Modules.[    4.178630] systemd[1]: Mounted FUSE Control File System.[    4.189494] systemd[1]: Starting Apply Kernel Variables...[    4.265880] systemd[1]: modprobe@drm.service: Succeeded.[    4.268477] systemd[1]: Finished Load Kernel Module drm.[    4.303291] systemd[1]: Finished Apply Kernel Variables.[    4.408308] systemd[1]: Started Journal Service.[    4.740167] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)[    4.810222] systemd-journald[135]: Received client request to flush runtime journal.[    4.888529] systemd-journald[135]: File /var/log/journal/e3007216650b4f2390d0aca9a16fc270/system.journal corrupted or uncleanly shut down, renaming and replacing.[    6.095693] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000[    6.096325] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000[    6.105105] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000[    6.110663] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000[    6.171394] mc: Linux media interface: v0.10[    6.232762] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.[    6.235760] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.[    6.254653] bcm2835_vc_sm_cma_probe: Videocore shared memory driver[    6.254679] [vc_sm_connected_init]: start[    6.261814] videodev: Linux video capture interface: v2.00[    6.283382] [vc_sm_connected_init]: installed successfully[    6.366108] bcm2835_audio bcm2835_audio: card created with 4 channels[    6.378939] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.[    6.381771] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.[    6.403889] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.[    6.438812] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.[    6.468223] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.[    6.491559] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13[    6.497344] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14[    6.504399] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15[    6.507168] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16[    6.507206] bcm2835-isp bcm2835-isp: Register output node 0 with media controller[    6.507261] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller[    6.507286] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller[    6.507309] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller[    6.510410] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp[    6.511188] bcm2835-codec bcm2835-codec: Device registered as /dev/video10[    6.511235] bcm2835-codec bcm2835-codec: Loaded V4L2 decode[    6.527228] bcm2835-codec bcm2835-codec: Device registered as /dev/video11[    6.527274] bcm2835-codec bcm2835-codec: Loaded V4L2 encode[    6.527887] bcm2835_audio bcm2835_audio: card created with 4 channels[    6.543016] bcm2835-codec bcm2835-codec: Device registered as /dev/video12[    6.543077] bcm2835-codec bcm2835-codec: Loaded V4L2 isp[    6.549020] bcm2835-codec bcm2835-codec: Device registered as /dev/video18[    6.549065] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx[    6.599367] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0[    6.961649] checking generic (3ea83000 177000) vs hw (0 ffffffffffffffff)[    6.961673] fb0: switching to vc4drmfb from simple[    6.993158] cfg80211: Loading compiled-in X.509 certificates for regulatory database[    7.014513] Console: switching to colour dummy device 80x30[    7.035512] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])[    7.039326] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1[    7.041623] Console: switching to colour frame buffer device 100x30[    7.043767] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device[    7.100134] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[    7.124348] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid[    7.317419] brcmfmac: F1 signature read @0x18000000=0x15264345[    7.329294] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6[    7.330691] usbcore: registered new interface driver brcmfmac[    7.623165] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6[    7.629334] 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.639065] usb 1-1.4: 1:3 : unsupported format bits 0x100000000[    7.662500] usbcore: registered new interface driver snd-usb-audio[    7.785060] random: crng init done[    7.785080] random: 7 urandom warning(s) missed due to ratelimiting[    8.513972] uart-pl011 fe201000.serial: no DMA platform data[    8.816123] 8021q: 802.1Q VLAN Support v1.8[    8.970997] Bluetooth: Core ver 2.22[    8.971104] NET: Registered protocol family 31[    8.971121] Bluetooth: HCI device and connection manager initialized[    8.971149] Bluetooth: HCI socket layer initialized[    8.971172] Bluetooth: L2CAP socket layer initialized[    8.971210] Bluetooth: SCO socket layer initialized[    9.069864] Bluetooth: HCI UART driver ver 2.3[    9.069889] Bluetooth: HCI UART protocol H4 registered[    9.070014] Bluetooth: HCI UART protocol Three-wire (H5) registered[    9.071301] Bluetooth: HCI UART protocol Broadcom registered[    9.105059] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS[    9.364680] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled[    9.726502] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)[    9.727018] bcmgenet fd580000.ethernet eth0: Link is Down[    9.973890] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[    9.973910] Bluetooth: BNEP filters: protocol multicast[    9.973939] Bluetooth: BNEP socket layer initialized[   10.003797] NET: Registered protocol family 38[   10.046008] cryptd: max_cpu_qlen set to 1000[   14.445571] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready[   15.667939] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead[   20.011672] FS-Cache: Netfs 'cifs' registered for caching[   20.093891] Key type cifs.spnego registered[   20.093931] Key type cifs.idmap registered[   20.098380] CIFS: Attempting to mount //192.168.1.100/Movies[   20.098401] CIFS: Attempting to mount //192.168.1.100/tv[   20.098481] CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.[   20.099361] CIFS: Attempting to mount //192.168.1.100/Music[   20.100671] CIFS: Attempting to mount //192.168.1.100/Anime[   20.103080] CIFS: Attempting to mount //192.168.1.100/Pictures[   20.104185] FS-Cache: Duplicate cookie detected[   20.104211] FS-Cache: O-cookie c=c9c51e36 [p=b9891493 fl=222 nc=0 na=1][   20.104228] FS-Cache: O-cookie d=676ce247 n=124ac6e7[   20.104244] FS-Cache: O-key=[8] '020001bdc0a80164'[   20.104399] FS-Cache: N-cookie c=3121bd4b [p=b9891493 fl=2 nc=0 na=1][   20.104416] FS-Cache: N-cookie d=676ce247 n=e8c49b27[   20.104431] FS-Cache: N-key=[8] '020001bdc0a80164'[   20.104776] FS-Cache: Duplicate cookie detected[   20.104798] FS-Cache: O-cookie c=c9c51e36 [p=b9891493 fl=222 nc=0 na=1][   20.104815] FS-Cache: O-cookie d=676ce247 n=124ac6e7[   20.104830] FS-Cache: O-key=[8] '020001bdc0a80164'[   20.105037] FS-Cache: N-cookie c=3121bd4b [p=b9891493 fl=2 nc=0 na=1][   20.105067] FS-Cache: N-cookie d=676ce247 n=ec9f31c2[   20.105089] FS-Cache: N-key=[8] '020001bdc0a80164'[   20.116088] FS-Cache: Duplicate cookie detected[   20.116127] FS-Cache: O-cookie c=c9c51e36 [p=b9891493 fl=222 nc=0 na=1][   20.116151] FS-Cache: O-cookie d=676ce247 n=124ac6e7[   20.116171] FS-Cache: O-key=[8] '020001bdc0a80164'[   20.116322] FS-Cache: N-cookie c=0d266e96 [p=b9891493 fl=2 nc=0 na=1][   20.116343] FS-Cache: N-cookie d=676ce247 n=124cab67[   20.116358] FS-Cache: N-key=[8] '020001bdc0a80164'[   20.118591] FS-Cache: Duplicate cookie detected[   20.118627] FS-Cache: O-cookie c=c9c51e36 [p=b9891493 fl=222 nc=0 na=1][   20.118646] FS-Cache: O-cookie d=676ce247 n=124ac6e7[   20.118662] FS-Cache: O-key=[8] '020001bdc0a80164'[   20.118811] FS-Cache: N-cookie c=5cb5195e [p=b9891493 fl=2 nc=0 na=1][   20.118828] FS-Cache: N-cookie d=676ce247 n=7cffc8b5[   20.118843] FS-Cache: N-key=[8] '020001bdc0a80164'
Any help is greatly appreciated, thanks!

Statistics: Posted by setiawan — Thu Apr 25, 2024 5:05 pm — Replies 0 — Views 3



Viewing all articles
Browse latest Browse all 4535

Trending Articles