Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created November 30, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/22200cd93ef26b96475ba3b4a4d5f9f6 to your computer and use it in GitHub Desktop.
Save cmoulliard/22200cd93ef26b96475ba3b4a4d5f9f6 to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.72-v7l+ (dom@buildbot) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #1356 SMP Thu Oct 22 13:57:51 BST 2020
[ 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.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] On node 0 totalpages: 1012736
[ 0.000000] DMA zone: 2304 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 816128 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s49804 r8192 d23924 u81920
[ 0.000000] pcpu-alloc: s49804 r8192 d23924 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: 1010432
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 smsc95xx.macaddr=DC:A6:32:76:80:E2 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=b3a83b45-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x17cc0000-0x1bcc0000] (64MB)
[ 0.000000] Memory: 3655596K/4050944K available (10240K kernel code, 745K rwdata, 2836K rodata, 2048K init, 856K bss, 133204K reserved, 262144K cma-reserved, 3264512K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 31086 entries in 61 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 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+0x338/0x520 with crng_init=0
[ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000024] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000101] bcm2835: system timer (irq = 17)
[ 0.000742] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000757] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000774] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000786] Switching to timer-based delay loop, resolution 18ns
[ 0.001019] Console: colour dummy device 80x30
[ 0.001053] printk: console [tty1] enabled
[ 0.001103] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.001124] pid_max: default: 32768 minimum: 301
[ 0.001273] LSM: Security Framework initializing
[ 0.001462] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001485] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002742] Disabling memory control group subsystem
[ 0.002865] CPU: Testing write buffer coherency: ok
[ 0.003371] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004280] Setting up static identity map for 0x200000 - 0x20003c
[ 0.004487] rcu: Hierarchical SRCU implementation.
[ 0.005161] smp: Bringing up secondary CPUs ...
[ 0.006343] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007660] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.008920] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.009075] smp: Brought up 1 node, 4 CPUs
[ 0.009091] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.009104] CPU: All CPU(s) started in HYP mode.
[ 0.009116] CPU: Virtualization extensions available.
[ 0.009927] devtmpfs: initialized
[ 0.023546] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.023793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.023822] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.030471] pinctrl core: initialized pinctrl subsystem
[ 0.031531] NET: Registered protocol family 16
[ 0.035469] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.036046] audit: initializing netlink subsys (disabled)
[ 0.036306] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[ 0.037471] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.037485] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.037807] Serial: AMBA PL011 UART driver
[ 0.041366] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.060817] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-10-22 13:59, variant start
[ 0.070832] raspberrypi-firmware soc:firmware: Firmware hash is 74e754ff8947c58d2773253f77f6f68a303188f8
[ 0.126321] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.131458] vgaarb: loaded
[ 0.131922] SCSI subsystem initialized
[ 0.132144] usbcore: registered new interface driver usbfs
[ 0.132200] usbcore: registered new interface driver hub
[ 0.132332] usbcore: registered new device driver usb
[ 0.132673] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
[ 0.134562] clocksource: Switched to clocksource arch_sys_counter
[ 0.841009] VFS: Disk quotas dquot_6.6.0
[ 0.841109] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.841307] FS-Cache: Loaded
[ 0.841515] CacheFiles: Loaded
[ 0.851809] thermal_sys: Registered thermal governor 'step_wise'
[ 0.852174] NET: Registered protocol family 2
[ 0.852909] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.852939] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.852997] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.853065] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.853212] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.853245] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.853491] NET: Registered protocol family 1
[ 0.854248] RPC: Registered named UNIX socket transport module.
[ 0.854262] RPC: Registered udp transport module.
[ 0.854274] RPC: Registered tcp transport module.
[ 0.854287] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.854308] PCI: CLS 0 bytes, default 64
[ 0.856441] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.858612] Initialise system trusted keyrings
[ 0.858869] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 0.869766] FS-Cache: Netfs 'nfs' registered for caching
[ 0.870492] NFS: Registering the id_resolver key type
[ 0.870530] Key type id_resolver registered
[ 0.870543] Key type id_legacy registered
[ 0.870567] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.871640] Key type asymmetric registered
[ 0.871653] Asymmetric key parser 'x509' registered
[ 0.871847] bounce: pool size: 64 pages
[ 0.871887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.872122] io scheduler mq-deadline registered
[ 0.872137] io scheduler kyber registered
[ 0.876169] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.876193] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 0.876278] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[ 0.876351] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
[ 0.936684] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
[ 0.937007] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.937026] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.937046] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.937105] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.937375] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.940635] PCI: bus0: Fast back to back transfers disabled
[ 0.940868] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.941016] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.941449] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.944761] PCI: bus1: Fast back to back transfers disabled
[ 0.944821] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.944844] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.944926] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.944951] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.945265] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.945508] pcieport 0000:00:00.0: PME: Signaling with IRQ 55
[ 0.945904] pcieport 0000:00:00.0: AER: enabled with IRQ 55
[ 0.946247] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.953191] iproc-rng200 fe104000.rng: hwrng registered
[ 0.953524] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.954166] vc-sm: Videocore shared memory driver
[ 0.954798] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 0.966957] brd: module loaded
[ 0.979275] loop: module loaded
[ 0.980687] Loading iSCSI transport class v2.0-870.
[ 0.982642] libphy: Fixed MDIO Bus: probed
[ 0.983271] bcmgenet fd580000.ethernet: failed to get enet clock
[ 0.983291] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 0.983314] bcmgenet fd580000.ethernet: failed to get enet-wol clock
[ 0.983336] bcmgenet fd580000.ethernet: failed to get enet-eee clock
[ 0.983364] bcmgenet: Skipping UMAC reset
[ 0.994605] libphy: bcmgenet MII bus: probed
[ 1.074695] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.075714] usbcore: registered new interface driver r8152
[ 1.075779] usbcore: registered new interface driver lan78xx
[ 1.075836] usbcore: registered new interface driver smsc95xx
[ 1.076279] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.076312] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.078916] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 1.080222] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.080239] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.080256] usb usb1: Product: xHCI Host Controller
[ 1.080271] usb usb1: Manufacturer: Linux 5.4.72-v7l+ xhci-hcd
[ 1.080286] usb usb1: SerialNumber: 0000:01:00.0
[ 1.080902] hub 1-0:1.0: USB hub found
[ 1.081010] hub 1-0:1.0: 1 port detected
[ 1.081583] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.081609] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.081633] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.082166] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 1.082183] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.082199] usb usb2: Product: xHCI Host Controller
[ 1.082215] usb usb2: Manufacturer: Linux 5.4.72-v7l+ xhci-hcd
[ 1.082229] usb usb2: SerialNumber: 0000:01:00.0
[ 1.082811] hub 2-0:1.0: USB hub found
[ 1.082921] hub 2-0:1.0: 4 ports detected
[ 1.084400] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.084737] dwc_otg: FIQ enabled
[ 1.084749] dwc_otg: NAK holdoff enabled
[ 1.084762] dwc_otg: FIQ split-transaction FSM enabled
[ 1.084777] Module dwc_common_port init
[ 1.085236] usbcore: registered new interface driver uas
[ 1.085339] usbcore: registered new interface driver usb-storage
[ 1.085535] mousedev: PS/2 mouse device common for all mice
[ 1.087399] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.090827] sdhci: Secure Digital Host Controller Interface driver
[ 1.090840] sdhci: Copyright(c) Pierre Ossman
[ 1.091452] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.092019] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.095844] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.096155] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.096352] usbcore: registered new interface driver usbhid
[ 1.096365] usbhid: USB HID core driver
[ 1.097397] vchiq: vchiq_init_state: slot_zero = (ptrval)
[ 1.099325] [vc_sm_connected_init]: start
[ 1.111524] [vc_sm_connected_init]: end - returning 0
[ 1.113756] Initializing XFRM netlink socket
[ 1.113795] NET: Registered protocol family 17
[ 1.113919] Key type dns_resolver registered
[ 1.114365] Registering SWP/SWPB emulation handler
[ 1.114789] registered taskstats version 1
[ 1.114808] Loading compiled-in X.509 certificates
[ 1.115334] Key type ._fscrypt registered
[ 1.115348] Key type .fscrypt registered
[ 1.126047] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.126120] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
[ 1.132233] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.133231] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.133247] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.179401] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.181058] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.182771] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.185785] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.187461] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.196811] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 1.199734] of_cfs_init
[ 1.199995] of_cfs_init: OK
[ 1.201057] Waiting for root device PARTUUID=b3a83b45-02...
[ 1.233439] random: fast init done
[ 1.255877] mmc1: new high speed SDIO card at address 0001
[ 1.303946] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.304906] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[ 1.308139] mmcblk0: p1 p2
[ 1.327218] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.327284] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.327993] devtmpfs: mounted
[ 1.336671] Freeing unused kernel memory: 2048K
[ 1.364873] Run /sbin/init as init process
[ 1.454622] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.637223] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.637241] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.637257] usb 1-1: Product: USB2.0 Hub
[ 1.639680] hub 1-1:1.0: USB hub found
[ 1.639966] hub 1-1:1.0: 4 ports detected
[ 1.774273] systemd[1]: System time before build time, advancing clock.
[ 1.785040] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 1.816189] usb 2-1: New USB device found, idVendor=1058, idProduct=2620, bcdDevice=10.18
[ 1.816207] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 1.816223] usb 2-1: Product: Elements 2620
[ 1.816239] usb 2-1: Manufacturer: Western Digital
[ 1.816255] usb 2-1: SerialNumber: 575837324138303648584344
[ 1.819841] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 1.820478] scsi host0: usb-storage 2-1:1.0
[ 1.865478] NET: Registered protocol family 10
[ 1.866803] Segment Routing with IPv6
[ 1.897680] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 1.898463] systemd[1]: Detected architecture arm.
[ 1.950291] systemd[1]: Set hostname to <raspberrypi>.
[ 2.574931] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid \xe2\x86\x92 /run/rpc.statd.pid; please update the unit file accordingly.
[ 2.680193] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.694198] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.697537] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 2.697838] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.698380] systemd[1]: Listening on udev Kernel Socket.
[ 2.699021] systemd[1]: Listening on udev Control Socket.
[ 2.699490] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.700546] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.701771] systemd[1]: Created slice User and Session Slice.
[ 2.876117] scsi 0:0:0:0: Direct-Access WD Elements 2620 1018 PQ: 0 ANSI: 6
[ 2.890012] sd 0:0:0:0: [sda] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 2.894973] sd 0:0:0:0: [sda] Write Protect is off
[ 2.895003] sd 0:0:0:0: [sda] Mode Sense: 47 00 10 08
[ 2.895759] sd 0:0:0:0: [sda] No Caching mode page found
[ 2.895797] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 2.913687] i2c /dev entries driver
[ 2.939877] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 3.100861] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.612378] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 3.702722] systemd-journald[134]: Received request to flush runtime journal from PID 1
[ 4.067992] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.313726] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.315811] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 4.315833] [vc_sm_connected_init]: start
[ 4.317303] [vc_sm_connected_init]: installed successfully
[ 4.329456] mc: Linux media interface: v0.10
[ 4.380514] videodev: Linux video capture interface: v2.00
[ 4.417039] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.428588] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.437179] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 4.464108] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.467418] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.481598] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.489251] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 4.490352] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 4.492784] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 4.493746] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 4.493812] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 4.493877] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 4.493939] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 4.494002] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 4.494844] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 4.500372] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 4.500415] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 4.511771] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 4.511814] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 4.522343] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 4.522402] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 4.670749] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 4.694490] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.814149] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[ 4.814269] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 4.814293] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.814306] [drm] No driver support for vblank timestamp query.
[ 4.814319] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[ 4.814745] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 4.825926] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.904874] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.915318] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.915745] usbcore: registered new interface driver brcmfmac
[ 4.940336] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[ 5.180870] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 5.196055] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
[ 6.110821] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[ 6.301209] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 6.304069] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 6.308790] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 6.314101] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 7.300406] uart-pl011 fe201000.serial: no DMA platform data
[ 7.424509] 8021q: 802.1Q VLAN Support v1.8
[ 7.634805] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 7.871751] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 8.171451] random: crng init done
[ 8.171464] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.369924] bcmgenet: Skipping UMAC reset
[ 8.372536] bcmgenet fd580000.ethernet: configuring instance for external RGMII
[ 8.372853] bcmgenet fd580000.ethernet eth0: Link is Down
[ 9.337764] NFSD: Using UMH upcall client tracking operations.
[ 9.337783] NFSD: starting 90-second grace period (net f0000049)
[ 11.166466] broken atomic modeset userspace detected, disabling atomic
[ 11.859947] broken atomic modeset userspace detected, disabling atomic
[ 12.900380] broken atomic modeset userspace detected, disabling atomic
[ 13.500436] broken atomic modeset userspace detected, disabling atomic
[ 13.594657] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 13.594681] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.715655] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 14.279977] Bluetooth: Core ver 2.22
[ 14.280020] NET: Registered protocol family 31
[ 14.280025] Bluetooth: HCI device and connection manager initialized
[ 14.280039] Bluetooth: HCI socket layer initialized
[ 14.280048] Bluetooth: L2CAP socket layer initialized
[ 14.280062] Bluetooth: SCO socket layer initialized
[ 14.288599] Bluetooth: HCI UART driver ver 2.3
[ 14.288608] Bluetooth: HCI UART protocol H4 registered
[ 14.288644] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 14.288790] Bluetooth: HCI UART protocol Broadcom registered
[ 14.445563] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.445570] Bluetooth: BNEP filters: protocol multicast
[ 14.445588] Bluetooth: BNEP socket layer initialized
[ 14.485485] Bluetooth: RFCOMM TTY layer initialized
[ 14.485499] Bluetooth: RFCOMM socket layer initialized
[ 14.485515] Bluetooth: RFCOMM ver 1.11
[ 14.542155] broken atomic modeset userspace detected, disabling atomic
[ 14.882176] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[ 15.186525] broken atomic modeset userspace detected, disabling atomic
[ 16.139099] broken atomic modeset userspace detected, disabling atomic
[ 16.701866] broken atomic modeset userspace detected, disabling atomic
[ 17.742333] broken atomic modeset userspace detected, disabling atomic
[ 18.342511] broken atomic modeset userspace detected, disabling atomic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment