Skip to content

Instantly share code, notes, and snippets.

@danielkaldheim
Created July 27, 2020 10:45
Show Gist options
  • Save danielkaldheim/fa81fead9228871ab91c99d05c3544b6 to your computer and use it in GitHub Desktop.
Save danielkaldheim/fa81fead9228871ab91c99d05c3544b6 to your computer and use it in GitHub Desktop.
LinageOS AR1100 USB touch controller debug
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.132-v7l-g8d3804118cf5 (tuomas@idea) (gcc version 4.9.x 20150123 (prerelease) (GCC)) #1 SMP PREEMPT Mon Jul 13 11:54:09 EEST 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.1
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 64 MiB at 0x0000000034000000
[ 0.000000] On node 0 totalpages: 491520
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 294912 pages, LIFO batch:63
[ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4f8 with crng_init=0
[ 0.000000] percpu: Embedded 17 pages/cpu s37516 r8192 d23924 u69632
[ 0.000000] pcpu-alloc: s37516 r8192 d23924 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 489792
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 cma=64M bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:03:01:98 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 no_console_suspend root=/dev/ram0 elevator=deadline rootwait spidev.bufsiz=65536 androidboot.hardware=rpi4 androidboot.selinux=permissive
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 1858192K/1966080K available (12288K kernel code, 778K rwdata, 4176K rodata, 2048K init, 901K bss, 42352K reserved, 65536K cma-reserved, 1114112K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (14304 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 779 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 902 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 39334 entries in 116 pages
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 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.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000023] Switching to timer-based delay loop, resolution 18ns
[ 0.000218] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.000240] pid_max: default: 32768 minimum: 301
[ 0.000360] Security Framework initialized
[ 0.000377] SELinux: Initializing.
[ 0.000609] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000632] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001451] CPU: Testing write buffer coherency: ok
[ 0.001922] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.060047] Setting up static identity map for 0x200000 - 0x20003c
[ 0.080058] rcu: Hierarchical SRCU implementation.
[ 0.120129] smp: Bringing up secondary CPUs ...
[ 0.200603] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.280729] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.360869] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.361026] smp: Brought up 1 node, 4 CPUs
[ 0.361059] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.361075] CPU: All CPU(s) started in HYP mode.
[ 0.361089] CPU: Virtualization extensions available.
[ 0.361148] CPU3: update max cpu_capacity 1024
[ 0.361891] devtmpfs: initialized
[ 0.370749] CPU1: update max cpu_capacity 1024
[ 0.381064] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.381490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.381519] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.383506] pinctrl core: initialized pinctrl subsystem
[ 0.384371] NET: Registered protocol family 16
[ 0.387600] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.387619] schedtune: configured to support 5 boost groups
[ 0.388150] audit: initializing netlink subsys (disabled)
[ 0.388447] audit: type=2000 audit(0.380:1): state=initialized audit_enabled=0 res=1
[ 0.389548] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.389567] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.389736] Serial: AMBA PL011 UART driver
[ 0.393336] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.410713] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-06-01 13:24, variant start_x
[ 0.420734] raspberrypi-firmware soc:firmware: Firmware hash is 6379679d1ec6a8c746d7e77e015f5b56b939976f
[ 0.468772] cryptd: max_cpu_qlen set to 1000
[ 0.469459] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.472812] vgaarb: loaded
[ 0.473190] SCSI subsystem initialized
[ 0.473412] usbcore: registered new interface driver usbfs
[ 0.473474] usbcore: registered new interface driver hub
[ 0.473593] usbcore: registered new device driver usb
[ 0.473875] media: Linux media interface: v0.10
[ 0.473919] videodev: Linux video capture interface: v2.00
[ 0.474369] Advanced Linux Sound Architecture Driver Initialized.
[ 0.474938] Bluetooth: Core ver 2.22
[ 0.475000] NET: Registered protocol family 31
[ 0.475016] Bluetooth: HCI device and connection manager initialized
[ 0.475037] Bluetooth: HCI socket layer initialized
[ 0.475057] Bluetooth: L2CAP socket layer initialized
[ 0.475115] Bluetooth: SCO socket layer initialized
[ 0.475983] clocksource: Switched to clocksource arch_sys_counter
[ 0.584617] VFS: Disk quotas dquot_6.6.0
[ 0.584705] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.584898] FS-Cache: Loaded
[ 0.585107] CacheFiles: Loaded
[ 0.586885] NET: Registered protocol family 2
[ 0.587683] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.587716] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.587788] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.587864] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.587996] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.588028] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.588244] NET: Registered protocol family 1
[ 0.588720] PCI: CLS 0 bytes, default 64
[ 0.588980] Trying to unpack rootfs image as initramfs...
[ 0.694071] Freeing initrd memory: 1660K
[ 0.696147] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.699469] Initialise system trusted keyrings
[ 0.699697] workingset: timestamp_bits=13 max_order=19 bucket_order=6
[ 0.708859] [SDFAT] Filesystem version 2.3.0-lineage
[ 0.709117] Registering sdcardfs 0.1
[ 0.709500] fuse init (API version 7.27)
[ 0.719020] Key type asymmetric registered
[ 0.719040] Asymmetric key parser 'x509' registered
[ 0.719157] bounce: pool size: 64 pages
[ 0.719215] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.719409] io scheduler noop registered
[ 0.719427] io scheduler deadline registered (default)
[ 0.719591] io scheduler cfq registered
[ 0.719608] io scheduler mq-deadline registered (default)
[ 0.719624] io scheduler kyber registered
[ 0.722777] brcm-pcie fd500000.pcie: could not get clock
[ 0.722844] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.722888] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000
[ 0.776028] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[ 0.776303] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.776326] pci_bus 0000:00: root bus resource [bus 00-01]
[ 0.776348] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.776398] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.776548] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.779205] PCI: bus0: Fast back to back transfers disabled
[ 0.779228] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.779455] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.779583] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.779911] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.782580] PCI: bus1: Fast back to back transfers disabled
[ 0.782602] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
[ 0.782650] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.782675] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.782751] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.782774] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.783003] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.783186] pcieport 0000:00:00.0: Signaling PME with IRQ 53
[ 0.783353] pcieport 0000:00:00.0: AER enabled with IRQ 53
[ 0.783533] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.784421] bcm2708_fb soc:fb: FB found 1 display(s)
[ 0.789124] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480
[ 0.791342] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.793489] iproc-rng200 fe104000.rng: hwrng registered
[ 0.793732] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.794309] vc-sm: Videocore shared memory driver
[ 0.794747] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 0.795399] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[ 0.795772] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[ 0.796339] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[ 0.796729] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[ 0.809975] brd: module loaded
[ 0.821701] loop: module loaded
[ 0.822310] zram: Added device: zram0
[ 0.823175] Loading iSCSI transport class v2.0-870.
[ 0.823886] spi-bcm2835 fe204000.spi: could not get clk: -517
[ 0.825634] libphy: Fixed MDIO Bus: probed
[ 0.825675] tun: Universal TUN/TAP device driver, 1.6
[ 0.826327] bcmgenet fd580000.genet: failed to get enet clock
[ 0.826350] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[ 0.826373] bcmgenet fd580000.genet: failed to get enet-wol clock
[ 0.826395] bcmgenet fd580000.genet: failed to get enet-eee clock
[ 0.826423] bcmgenet: Skipping UMAC reset
[ 0.826755] unimac-mdio unimac-mdio.-19: DMA mask not set
[ 0.846024] libphy: bcmgenet MII bus: probed
[ 0.886602] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[ 0.887487] PPP generic driver version 2.4.2
[ 0.887676] PPP BSD Compression module registered
[ 0.887694] PPP Deflate Compression module registered
[ 0.887730] PPP MPPE Compression module registered
[ 0.887746] NET: Registered protocol family 24
[ 0.887961] usbcore: registered new interface driver r8152
[ 0.888031] usbcore: registered new interface driver lan78xx
[ 0.888089] usbcore: registered new interface driver asix
[ 0.888151] usbcore: registered new interface driver ax88179_178a
[ 0.888200] usbcore: registered new interface driver cdc_ether
[ 0.888261] usbcore: registered new interface driver smsc95xx
[ 0.888309] usbcore: registered new interface driver net1080
[ 0.888357] usbcore: registered new interface driver cdc_subset
[ 0.888404] usbcore: registered new interface driver zaurus
[ 0.888476] usbcore: registered new interface driver cdc_ncm
[ 0.888491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.888507] ehci-pci: EHCI PCI platform driver
[ 0.888859] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.888894] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.889214] usbcore: registered new interface driver brcmfmac
[ 0.891141] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 0.891457] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 54
[ 0.892492] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.892512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.892530] usb usb1: Product: xHCI Host Controller
[ 0.892546] usb usb1: Manufacturer: Linux 4.19.132-v7l-g8d3804118cf5 xhci-hcd
[ 0.892562] usb usb1: SerialNumber: 0000:01:00.0
[ 0.893156] hub 1-0:1.0: USB hub found
[ 0.893250] hub 1-0:1.0: 1 port detected
[ 0.893763] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.893791] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.893815] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 0.894273] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.894293] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.894310] usb usb2: Product: xHCI Host Controller
[ 0.894326] usb usb2: Manufacturer: Linux 4.19.132-v7l-g8d3804118cf5 xhci-hcd
[ 0.894342] usb usb2: SerialNumber: 0000:01:00.0
[ 0.894910] hub 2-0:1.0: USB hub found
[ 0.894989] hub 2-0:1.0: 4 ports detected
[ 0.896340] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.896557] dwc_otg: FIQ enabled
[ 0.896568] dwc_otg: NAK holdoff enabled
[ 0.896578] dwc_otg: FIQ split-transaction FSM enabled
[ 0.896591] Module dwc_common_port init
[ 0.906854] usbcore: registered new interface driver cdc_acm
[ 0.906870] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.917148] usbcore: registered new interface driver uas
[ 0.917246] usbcore: registered new interface driver usb-storage
[ 0.917517] mousedev: PS/2 mouse device common for all mice
[ 0.917605] usbcore: registered new interface driver xpad
[ 0.917662] usbcore: registered new interface driver usb_acecad
[ 0.917718] usbcore: registered new interface driver aiptek
[ 0.917779] usbcore: registered new interface driver gtco
[ 0.917834] usbcore: registered new interface driver hanwang
[ 0.917890] usbcore: registered new interface driver kbtab
[ 0.918002] rpi-ft5406 rpi_ft5406: Probing device
[ 0.918293] input: FT5406 memory based driver as /devices/virtual/input/input0
[ 0.919114] i2c /dev entries driver
[ 0.919858] IR NEC protocol handler initialized
[ 0.919874] IR RC5(x/sz) protocol handler initialized
[ 0.919889] IR RC6 protocol handler initialized
[ 0.919904] IR JVC protocol handler initialized
[ 0.919918] IR Sony protocol handler initialized
[ 0.919933] IR SANYO protocol handler initialized
[ 0.919947] IR Sharp protocol handler initialized
[ 0.919962] IR MCE Keyboard/mouse protocol handler initialized
[ 0.919977] IR XMP protocol handler initialized
[ 0.919991] ir_imon_decoder: IR iMON protocol handler initialized
[ 0.920279] usbcore: registered new interface driver uvcvideo
[ 0.920293] USB Video Class driver (1.1.1)
[ 0.921722] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.922047] device-mapper: uevent: version 1.0.3
[ 0.922364] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 0.922567] Bluetooth: HCI UART driver ver 2.3
[ 0.922586] Bluetooth: HCI UART protocol H4 registered
[ 0.922749] Bluetooth: HCI UART protocol Broadcom registered
[ 0.924117] energy_model: pd0: invalid cap. state: -22
[ 0.924762] sdhci: Secure Digital Host Controller Interface driver
[ 0.924777] sdhci: Copyright(c) Pierre Ossman
[ 0.925181] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 0.925606] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.928988] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.929054] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.931288] usbcore: registered new interface driver usbhid
[ 0.931295] usbhid: USB HID core driver
[ 0.931379] ashmem: initialized
[ 0.931833] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 0.932881] [vc_sm_connected_init]: start
[ 0.938831] [vc_sm_connected_init]: end - returning 0
[ 0.940909] bcm2835_audio soc:audio: card created with 8 channels
[ 1.256036] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.438658] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.438680] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.438698] usb 1-1: Product: USB2.0 Hub
[ 1.440286] hub 1-1:1.0: USB hub found
[ 1.440624] hub 1-1:1.0: 4 ports detected
[ 1.562211] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 1.562233] [vc_sm_connected_init]: start
[ 1.562677] [vc_sm_connected_init]: installed successfully
[ 1.563501] usbcore: registered new interface driver snd-usb-audio
[ 1.565658] netem: version 1.3
[ 1.565675] u32 classifier
[ 1.565689] Actions configured
[ 1.566995] xt_time: kernel timezone is -0000
[ 1.567188] IPv4 over IPsec tunneling driver
[ 1.568519] Initializing XFRM netlink socket
[ 1.569217] NET: Registered protocol family 10
[ 1.570637] Segment Routing with IPv6
[ 1.570757] mip6: Mobile IPv6
[ 1.571921] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.573130] NET: Registered protocol family 17
[ 1.573168] NET: Registered protocol family 15
[ 1.573342] Bluetooth: RFCOMM TTY layer initialized
[ 1.573364] Bluetooth: RFCOMM socket layer initialized
[ 1.573404] Bluetooth: RFCOMM ver 1.11
[ 1.573433] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.573449] Bluetooth: BNEP filters: protocol multicast
[ 1.573469] Bluetooth: BNEP socket layer initialized
[ 1.573484] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.573504] Bluetooth: HIDP socket layer initialized
[ 1.573540] l2tp_core: L2TP core driver, V2.0
[ 1.573563] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 1.573576] l2tp_netlink: L2TP netlink interface
[ 1.574066] Registering SWP/SWPB emulation handler
[ 1.574855] registered taskstats version 1
[ 1.574878] Loading compiled-in X.509 certificates
[ 1.584265] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.584345] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[ 1.589824] console [ttyS0] disabled
[ 1.589842] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 36, base_baud = 62500000) is a 16550
[ 3.275981] console [ttyS0] enabled
[ 3.279793] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 3.287820] ads7846 spi0.1: spi0.1 supply vcc not found, using dummy regulator
[ 3.295179] ads7846 spi0.1: Linked as a consumer to regulator.0
[ 3.301341] ads7846 spi0.1: touchscreen, irq 55
[ 3.307829] input: ADS7846 Touchscreen as /devices/platform/soc/fe204000.spi/spi_master/spi0/spi0.1/input/input1
[ 3.319071] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[ 3.327088] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 3.333178] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 3.365042] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
[ 3.372258] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
[ 3.397044] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.404159] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.411435] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.417050] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 3.427502] of_cfs_init
[ 3.430008] of_cfs_init: OK
[ 3.433037] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.442988] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.443831] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.451673] ALSA device list:
[ 3.456816] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.458198] #0: bcm2835 ALSA
[ 3.470402] Freeing unused kernel memory: 2048K
[ 3.475125] Run /init as init process
[ 3.483141] init: init first stage started!
[ 3.487646] init: Using Android DT directory /proc/device-tree/firmware/android/
[ 3.491640] random: fast init done
[ 3.495338] init: First stage mount skipped (missing/incompatible fstab in device tree)
[ 3.506838] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
[ 3.513922] init: Loading SELinux policy
[ 3.530892] SELinux: Class process2 not defined in policy.
[ 3.536665] SELinux: Permission nlmsg_readpriv in class netlink_route_socket not defined in policy.
[ 3.537468] mmc1: new high speed SDIO card at address 0001
[ 3.546044] SELinux: Permission name_connect in class sctp_socket not defined in policy.
[ 3.552193] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 3.559780] SELinux: Permission association in class sctp_socket not defined in policy.
[ 3.559865] SELinux: Class infiniband_pkey not defined in policy.
[ 3.574311] SELinux: Class infiniband_endport not defined in policy.
[ 3.580856] SELinux: Class xdp_socket not defined in policy.
[ 3.586692] SELinux: the above unknown classes and permissions will be denied
[ 3.586708] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.593935] SELinux: policy capability network_peer_controls=1
[ 3.606570] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 3.608746] SELinux: policy capability open_perms=1
[ 3.616048] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[ 3.620332] SELinux: policy capability extended_socket_class=1
[ 3.630734] SELinux: policy capability always_check_network=0
[ 3.636661] SELinux: policy capability cgroup_seclabel=0
[ 3.637720] mmcblk0: p1 p2 p3 p4
[ 3.642133] SELinux: policy capability nnp_nosuid_transition=0
[ 3.748221] audit: type=1403 audit(3.739:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
[ 3.752241] selinux: SELinux: Loaded policy from /sepolicy
[ 3.752241]
[ 3.766858] selinux: SELinux: Loaded file_contexts
[ 3.766858]
[ 3.774345] random: init: uninitialized urandom read (40 bytes read)
[ 3.783673] init: init second stage started!
[ 3.797615] init: Using Android DT directory /proc/device-tree/firmware/android/
[ 3.808146] selinux: SELinux: Loaded file_contexts
[ 3.808146]
[ 3.814513] init: Running restorecon...
[ 3.821600] selinux: SELinux: Could not stat /dev/block: No such file or directory.
[ 3.821600]
[ 3.822249] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.831287] init: waitid failed: No child processes
[ 3.844770] init: Couldn't load property file '/system/etc/prop.default': open() failed: No such file or directory: No such file or directory
[ 3.848916] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
[ 3.857694] init: Couldn't load property file '/prop.default': open() failed: No such file or directory: No such file or directory
[ 3.883402] init: Couldn't load property file '/product/build.prop': open() failed: No such file or directory: No such file or directory
[ 3.895905] init: Couldn't load property file '/odm/default.prop': open() failed: No such file or directory: No such file or directory
[ 3.910499] random: init: uninitialized urandom read (40 bytes read)
[ 3.910810] random: init: uninitialized urandom read (40 bytes read)
[ 3.930721] ueventd: ueventd started!
[ 3.936684] selinux: SELinux: Loaded file_contexts
[ 3.936684]
[ 3.943185] ueventd: Parsing file /ueventd.rc...
[ 3.948637] ueventd: Parsing file /vendor/ueventd.rc...
[ 3.953963] ueventd: Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
[ 3.964160] ueventd: Parsing file /odm/ueventd.rc...
[ 3.969261] ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
[ 3.979206] ueventd: Parsing file /ueventd.rpi4.rc...
[ 3.984772] ueventd: [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
[ 4.078326] ueventd: Coldboot took 0.085 seconds
[ 4.109634] [SDFAT](mmcblk0p1[179:1]): trying to mount...
[ 4.117228] [SDFAT](mmcblk0p1[179:1]): set logical sector size : 512
[ 4.123761] [SDFAT](mmcblk0p1[179:1]): disabling defragmentation because smart, delay options are disabled
[ 4.133594] [SDFAT](mmcblk0p1[179:1]): detected volume info : vfat:32 (bps : 512, spc : 1, data start : 4066, aligned)
[ 4.144816] [SDFAT](mmcblk0p1[179:1]): detected volume size : 131072 KB (disk : 31166976 KB, part : 131072 KB)
[ 4.155346] [SDFAT](mmcblk0p1[179:1]): trying to load default upcase table
[ 4.307039] [SDFAT](mmcblk0p1[179:1]): mounted successfully!
[ 4.321576] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 4.335461] EXT4-fs (mmcblk0p3): mounted filesystem without journal. Opts: (null)
[ 4.354287] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[ 4.370117] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[ 4.573409] e2fsck: e2fsck 1.43.3 (04-Sep-2016)
[ 4.573409]
[ 4.579607] e2fsck: /dev/block/mmcblk0p4: clean, 2937/172032 files, 53885/687868 blocks
[ 4.579607]
[ 4.591675] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[ 4.604577] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
[ 4.674705] audit: type=1400 audit(4.659:3): avc: denied { read } for pid=1 comm="init" name="serial-number" dev="sysfs" ino=15 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[ 4.693307] audit: type=1400 audit(4.659:4): avc: denied { open } for pid=1 comm="init" path="/sys/firmware/devicetree/base/serial-number" dev="sysfs" ino=15 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[ 4.714521] audit: type=1400 audit(4.659:5): avc: denied { search } for pid=1 comm="init" name="/" dev="mmcblk0p1" ino=1 scontext=u:r:init:s0 tcontext=u:object_r:vfat:s0 tclass=dir permissive=1
[ 4.732302] audit: type=1400 audit(4.659:6): avc: denied { read } for pid=1 comm="init" name="resolution.txt" dev="mmcblk0p1" ino=2 scontext=u:r:init:s0 tcontext=u:object_r:vfat:s0 tclass=file permissive=1
[ 4.751134] audit: type=1400 audit(4.659:7): avc: denied { open } for pid=1 comm="init" path="/boot/resolution.txt" dev="mmcblk0p1" ino=2 scontext=u:r:init:s0 tcontext=u:object_r:vfat:s0 tclass=file permissive=1
[ 4.758867] logd.auditd: start
[ 4.770480] audit: type=1400 audit(4.659:8): avc: denied { getattr } for pid=1 comm="init" path="/boot/resolution.txt" dev="mmcblk0p1" ino=2 scontext=u:r:init:s0 tcontext=u:object_r:vfat:s0 tclass=file permissive=1
[ 4.793314] logd.klogd: 4787328441
[ 4.908199] vdc: Waited 20ms for vold
[ 5.012980] logd.daemon: reinit
[ 5.081486] healthd: No battery devices found
[ 5.150427] healthd: No battery devices found
[ 5.157537] android.hardware.health@2.0-impl: wakealarm_init: timerfd_create failed
[ 5.206642] type=1400 audit(5.199:9): avc: denied { read } for pid=178 comm="android.hardwar" name="vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.209577] file system registered
[ 5.231644] type=1400 audit(5.199:9): avc: denied { read } for pid=178 comm="android.hardwar" name="vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.232947] ffs_data_put(): freeing
[ 5.252913] audit: audit_lost=1 audit_rate_limit=5 audit_backlog_limit=64
[ 5.253001] type=1400 audit(5.199:10): avc: denied { write } for pid=178 comm="android.hardwar" name="vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.253191] type=1400 audit(5.199:10): avc: denied { write } for pid=178 comm="android.hardwar" name="vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.253210] type=1400 audit(5.199:11): avc: denied { open } for pid=178 comm="android.hardwar" path="/dev/vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.253291] type=1400 audit(5.199:11): avc: denied { open } for pid=178 comm="android.hardwar" path="/dev/vndbinder" dev="tmpfs" ino=536 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.253308] type=1400 audit(5.199:12): avc: denied { ioctl } for pid=178 comm="android.hardwar" path="/dev/vndbinder" dev="tmpfs" ino=536 ioctlcmd=0x6209 scontext=u:r:hal_drm_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[ 5.370957] audit: rate limit exceeded
[ 5.436278] uart-pl011 fe201000.serial: no DMA platform data
[ 5.795584] read descriptors
[ 5.798598] read strings
[ 5.890117] random: crng init done
[ 5.893566] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.306085] usb 1-1.4: new high-speed USB device number 3 using xhci_hcd
[ 6.437748] usb 1-1.4: New USB device found, idVendor=1314, idProduct=1520, bcdDevice= 2.00
[ 6.446660] usb 1-1.4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 6.455363] usb 1-1.4: Product: Auto Box
[ 6.459569] usb 1-1.4: Manufacturer: Magic Communication Tec.
[ 6.465907] usb 1-1.4: SerialNumber: 0123456789ABCDEF
[ 6.550315] audit: audit_lost=16 audit_rate_limit=5 audit_backlog_limit=64
[ 6.557574] audit: rate limit exceeded
[ 10.271351] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
[ 14.536464] init: Received control message 'interface_start' for 'android.hardware.soundtrigger@2.0::ISoundTriggerHw/default' from pid: 142 (/system/bin/hwservicemanager)
[ 14.554412] init: Could not find service hosting interface android.hardware.soundtrigger@2.0::ISoundTriggerHw/default
[ 14.581556] init: Received control message 'interface_start' for 'android.hardware.sensors@1.0::ISensors/default' from pid: 142 (/system/bin/hwservicemanager)
[ 14.596740] init: Could not find service hosting interface android.hardware.sensors@1.0::ISensors/default
[ 14.999528] init: Received control message 'interface_start' for 'android.hardware.vibrator@1.0::IVibrator/default' from pid: 142 (/system/bin/hwservicemanager)
[ 15.015100] init: Could not find service hosting interface android.hardware.vibrator@1.0::IVibrator/default
[ 15.026326] init: Received control message 'interface_start' for 'android.hardware.vibrator@1.0::IVibrator/default' from pid: 142 (/system/bin/hwservicemanager)
[ 15.043763] init: Could not find service hosting interface android.hardware.vibrator@1.0::IVibrator/default
[ 15.054567] init: Received control message 'interface_start' for 'android.hardware.ir@1.0::IConsumerIr/default' from pid: 142 (/system/bin/hwservicemanager)
[ 15.074495] init: Could not find service hosting interface android.hardware.ir@1.0::IConsumerIr/default
[ 16.378916] binder: 141:141 BC_REQUEST_DEATH_NOTIFICATION death notification already set
[ 17.053080] bcmgenet: Skipping UMAC reset
[ 17.156367] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[ 17.167293] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.216324] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.547258] sdcardfs version 2.0
[ 17.564705] sdcardfs: dev_name -> /data/media
[ 17.569597] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,derive_gid,default_normal,mask=6,userid=0,gid=1015
[ 17.586171] sdcardfs: mnt -> 084e1edd
[ 17.592500] sdcardfs: mounted on top of /data/media type ext4
[ 17.601837] Remount options were mask=23,gid=9997 for vfsmnt 33b0e033.
[ 17.609966] sdcardfs : options - debug:1
[ 17.609970] sdcardfs : options - gid:9997
[ 17.610066] sdcardfs : options - mask:23
[ 17.624803] Remount options were mask=7,gid=9997 for vfsmnt 9d2d25d4.
[ 17.631409] sdcardfs : options - debug:1
[ 17.636453] sdcardfs : options - gid:9997
[ 17.646925] sdcardfs : options - mask:7
[ 17.700032] type=1400 audit(7.909:46): avc: denied { execmem } for pid=322 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[ 17.721670] type=1400 audit(1595626359.669:47): avc: denied { write } for pid=538 comm="webview_zygote" path="socket:[14082]" dev="sockfs" ino=14082 scontext=u:r:webview_zygote:s0 tcontext=u:r:zygote:s0 tclass=unix_dgram_socket permissive=1
[ 18.160230] type=1400 audit(1595626359.669:47): avc: denied { write } for pid=538 comm="webview_zygote" path="socket:[14082]" dev="sockfs" ino=14082 scontext=u:r:webview_zygote:s0 tcontext=u:r:zygote:s0 tclass=unix_dgram_socket permissive=1
[ 18.187960] type=1400 audit(1595626360.129:48): avc: denied { execmem } for pid=322 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[ 18.256174] bcmgenet fd580000.genet eth0: Link is Down
[ 18.323776] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 18.335690] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.732398] type=1400 audit(1595626360.129:48): avc: denied { execmem } for pid=322 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[ 18.749369] type=1400 audit(1595626360.699:49): avc: denied { write } for pid=538 comm="webview_zygote" path="socket:[14082]" dev="sockfs" ino=14082 scontext=u:r:webview_zygote:s0 tcontext=u:r:zygote:s0 tclass=unix_dgram_socket permissive=1
[ 19.084270] brcmfmac: private ioctl SETSUSPENDMODE
[ 19.588717] type=1400 audit(1595626360.699:49): avc: denied { write } for pid=538 comm="webview_zygote" path="socket:[14082]" dev="sockfs" ino=14082 scontext=u:r:webview_zygote:s0 tcontext=u:r:zygote:s0 tclass=unix_dgram_socket permissive=1
[ 19.618952] type=1400 audit(1595626361.559:50): avc: denied { search } for pid=669 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:system_app:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 19.809812] type=1400 audit(1595626361.559:50): avc: denied { search } for pid=669 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:system_app:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 19.837271] type=1400 audit(1595626361.779:51): avc: denied { write } for pid=173 comm="bluetooth@1.0-s" name="state" dev="sysfs" ino=19024 scontext=u:r:hal_bluetooth_rpi:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[ 21.472817] init: Received control message 'interface_start' for 'vendor.lineage.trust@1.0::IUsbRestrict/default' from pid: 142 (/system/bin/hwservicemanager)
[ 21.494116] init: Could not find service hosting interface vendor.lineage.trust@1.0::IUsbRestrict/default
[ 29.507107] type=1400 audit(1595626363.539:52): avc: denied { search } for pid=513 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 29.531648] type=1400 audit(1595626371.479:53): avc: denied { execmem } for pid=322 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[ 34.098506] init: Service 'bootanim' (pid 322) exited with status 0
[ 34.234056] init: Received control message 'interface_start' for 'vendor.lineage.livedisplay@2.0::IColorEnhancement/default' from pid: 142 (/system/bin/hwservicemanager)
[ 34.250039] init: Could not find service hosting interface vendor.lineage.livedisplay@2.0::IColorEnhancement/default
[ 34.261085] init: Received control message 'interface_start' for 'vendor.lineage.livedisplay@2.0::IAdaptiveBacklight/default' from pid: 142 (/system/bin/hwservicemanager)
[ 34.276670] init: Could not find service hosting interface vendor.lineage.livedisplay@2.0::IAdaptiveBacklight/default
[ 34.283509] init: Received control message 'interface_start' for 'vendor.lineage.livedisplay@2.0::IAutoContrast/default' from pid: 142 (/system/bin/hwservicemanager)
[ 34.302920] init: Could not find service hosting interface vendor.lineage.livedisplay@2.0::IAutoContrast/default
[ 34.303202] init: Received control message 'interface_start' for 'vendor.lineage.livedisplay@2.0::IDisplayColorCalibration/default' from pid: 142 (/system/bin/hwservicemanager)
[ 34.329543] init: Could not find service hosting interface vendor.lineage.livedisplay@2.0::IDisplayColorCalibration/default
[ 34.341305] init: Received control message 'interface_start' for 'vendor.lineage.livedisplay@2.0::IDisplayModes/default' from pid: 142 (/system/bin/hwservicemanager)
[ 34.408016] logd: logdr: UID=1000 GID=1007 PID=855 n tail=0 logMask=80 pid=0 start=0ns timeout=0ns
[ 34.883795] usb 1-1.4: USB disconnect, device number 3
[ 36.211924] type=1400 audit(1595626371.479:53): avc: denied { execmem } for pid=322 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[ 36.211958] type=1400 audit(1595626378.179:54): avc: denied { search } for pid=959 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 37.279855] brcmfmac: private ioctl BTCOEXMODE
[ 37.378758] brcmfmac: private ioctl BTCOEXMODE
[ 37.383704] brcmfmac: private ioctl SETSUSPENDMODE
[ 37.389067] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 37.431657] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 37.444840] brcmfmac: private ioctl BTCOEXMODE
[ 38.297015] type=1400 audit(1595626378.179:54): avc: denied { search } for pid=959 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 38.333978] type=1400 audit(1595845909.341:55): avc: denied { search } for pid=337 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 38.386781] type=1400 audit(1595845909.341:55): avc: denied { search } for pid=337 comm="RenderThread" name="graphics" dev="tmpfs" ino=9247 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=1
[ 38.408496] type=1400 audit(1595845909.341:56): avc: denied { read } for pid=337 comm="RenderThread" name="fb0" dev="tmpfs" ino=9248 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 38.430743] type=1400 audit(1595845909.341:56): avc: denied { read } for pid=337 comm="RenderThread" name="fb0" dev="tmpfs" ino=9248 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 38.453655] type=1400 audit(1595845909.341:57): avc: denied { open } for pid=337 comm="RenderThread" path="/dev/graphics/fb0" dev="tmpfs" ino=9248 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 38.476940] type=1400 audit(1595845909.341:57): avc: denied { open } for pid=337 comm="RenderThread" path="/dev/graphics/fb0" dev="tmpfs" ino=9248 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 38.499930] type=1400 audit(1595845909.341:58): avc: denied { ioctl } for pid=337 comm="RenderThread" path="/dev/graphics/fb0" dev="tmpfs" ino=9248 ioctlcmd=0x4600 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 40.876027] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
[ 41.017246] usb 1-1.4: New USB device found, idVendor=04d8, idProduct=0c02, bcdDevice= 1.01
[ 41.025735] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 41.033193] usb 1-1.4: Product: AR1100 HID-MOUSE
[ 41.037904] usb 1-1.4: Manufacturer: Microchip Technology Inc.
[ 41.055066] input: Microchip Technology Inc. AR1100 HID-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:1.0/0003:04D8:0C02.0001/input/input2
[ 41.147176] hid-generic 0003:04D8:0C02.0001: input,hidraw0: USB HID v1.11 Mouse [Microchip Technology Inc. AR1100 HID-MOUSE] on usb-0000:01:00.0-1.4/input0
[ 66.458353] type=1400 audit(1595845909.341:58): avc: denied { ioctl } for pid=337 comm="RenderThread" path="/dev/graphics/fb0" dev="tmpfs" ino=9248 ioctlcmd=0x4600 scontext=u:r:system_server:s0 tcontext=u:object_r:graphics_device:s0 tclass=chr_file permissive=1
[ 66.481916] type=1400 audit(1595845937.511:59): avc: denied { syslog_read } for pid=1380 comm="dmesg" scontext=u:r:shell:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[ 76.060601] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
[ 118.809373] type=1400 audit(1595845937.511:59): avc: denied { syslog_read } for pid=1380 comm="dmesg" scontext=u:r:shell:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[ 118.825143] type=1400 audit(1595845989.861:60): avc: denied { getattr } for pid=1385 comm="ls" path="/vndservice_contexts" dev="rootfs" ino=6567 scontext=u:r:shell:s0 tcontext=u:object_r:vndservice_contexts_file:s0 tclass=file permissive=1
[ 118.847032] type=1400 audit(1595845989.861:60): avc: denied { getattr } for pid=1385 comm="ls" path="/vndservice_contexts" dev="rootfs" ino=6567 scontext=u:r:shell:s0 tcontext=u:object_r:vndservice_contexts_file:s0 tclass=file permissive=1
[ 118.868614] type=1400 audit(1595845989.861:61): avc: denied { getattr } for pid=1385 comm="ls" path="/vendor_service_contexts" dev="rootfs" ino=6566 scontext=u:r:shell:s0 tcontext=u:object_r:nonplat_service_contexts_file:s0 tclass=file permissive=1
[ 118.891231] type=1400 audit(1595845989.861:61): avc: denied { getattr } for pid=1385 comm="ls" path="/vendor_service_contexts" dev="rootfs" ino=6566 scontext=u:r:shell:s0 tcontext=u:object_r:nonplat_service_contexts_file:s0 tclass=file permissive=1
[ 118.913574] type=1400 audit(1595845989.861:62): avc: denied { getattr } for pid=1385 comm="ls" path="/vendor_hwservice_contexts" dev="rootfs" ino=6563 scontext=u:r:shell:s0 tcontext=u:object_r:hwservice_contexts_file:s0 tclass=file permissive=1
[ 118.935768] type=1400 audit(1595845989.861:62): avc: denied { getattr } for pid=1385 comm="ls" path="/vendor_hwservice_contexts" dev="rootfs" ino=6563 scontext=u:r:shell:s0 tcontext=u:object_r:hwservice_contexts_file:s0 tclass=file permissive=1
[ 118.958250] type=1400 audit(1595845989.861:63): avc: denied { getattr } for pid=1385 comm="ls" path="/ueventd.rpi4.rc" dev="rootfs" ino=6560 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
[ 118.978046] type=1400 audit(1595845989.861:63): avc: denied { getattr } for pid=1385 comm="ls" path="/ueventd.rpi4.rc" dev="rootfs" ino=6560 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1
[ 118.997653] type=1400 audit(1595845989.861:64): avc: denied { getattr } for pid=1385 comm="ls" path="/init" dev="rootfs" ino=6518 scontext=u:r:shell:s0 tcontext=u:object_r:init_exec:s0 tclass=file permissive=1
[ 144.210491] type=1400 audit(1595845989.861:64): avc: denied { getattr } for pid=1385 comm="ls" path="/init" dev="rootfs" ino=6518 scontext=u:r:shell:s0 tcontext=u:object_r:init_exec:s0 tclass=file permissive=1
[ 144.229963] type=1400 audit(1595846015.261:65): avc: denied { syslog_read } for pid=1389 comm="dmesg" scontext=u:r:shell:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[ 166.748753] usb 1-1.4: USB disconnect, device number 4
[ 186.396029] usb 1-1.4: new full-speed USB device number 5 using xhci_hcd
[ 186.537005] usb 1-1.4: New USB device found, idVendor=04d8, idProduct=0c02, bcdDevice= 1.01
[ 186.545493] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 186.552962] usb 1-1.4: Product: AR1100 HID-MOUSE
[ 186.557684] usb 1-1.4: Manufacturer: Microchip Technology Inc.
[ 186.574920] input: Microchip Technology Inc. AR1100 HID-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:1.0/0003:04D8:0C02.0002/input/input3
[ 186.593736] hid-generic 0003:04D8:0C02.0002: input,hidraw0: USB HID v1.11 Mouse [Microchip Technology Inc. AR1100 HID-MOUSE] on usb-0000:01:00.0-1.4/input0
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1327 SMP Thu Jul 23 11:04:39 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.1
[ 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: 504832
[ 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: 308224 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
[ 0.000000] pcpu-alloc: s49856 r8192 d23872 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: 502528
[ 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 video=HDMI-A-1:720x480M@60,margin_left=32,margin_right=32,margin_top=32,margin_bottom=32 smsc95xx.macaddr=DC:A6:32:03:01:98 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=9cfa480d-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 0x19400000-0x1d400000] (64MB)
[ 0.000000] Memory: 1647812K/2019328K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 109372K reserved, 262144K cma-reserved, 1232896K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 30051 entries in 59 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+0x340/0x518 with crng_init=0
[ 0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000023] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000100] bcm2835: system timer (irq = 17)
[ 0.000767] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000783] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000800] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000813] Switching to timer-based delay loop, resolution 18ns
[ 0.001051] Console: colour dummy device 80x30
[ 0.001082] printk: console [tty1] enabled
[ 0.001131] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.001151] pid_max: default: 32768 minimum: 301
[ 0.001466] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001488] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002659] Disabling memory control group subsystem
[ 0.002760] CPU: Testing write buffer coherency: ok
[ 0.003236] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004064] Setting up static identity map for 0x200000 - 0x20003c
[ 0.004249] rcu: Hierarchical SRCU implementation.
[ 0.004870] smp: Bringing up secondary CPUs ...
[ 0.006016] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007282] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.008485] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.008630] smp: Brought up 1 node, 4 CPUs
[ 0.008646] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.008658] CPU: All CPU(s) started in HYP mode.
[ 0.008669] CPU: Virtualization extensions available.
[ 0.009428] devtmpfs: initialized
[ 0.022578] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.022819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.022844] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.030514] pinctrl core: initialized pinctrl subsystem
[ 0.031601] NET: Registered protocol family 16
[ 0.035353] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.037112] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.037126] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.037452] Serial: AMBA PL011 UART driver
[ 0.040938] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.060839] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-17 10:59, variant start
[ 0.070854] raspberrypi-firmware soc:firmware: Firmware hash is 21a15cb094f41c7506ad65d2cb9b29c550693057
[ 0.124640] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.129074] vgaarb: loaded
[ 0.129527] SCSI subsystem initialized
[ 0.129751] usbcore: registered new interface driver usbfs
[ 0.129818] usbcore: registered new interface driver hub
[ 0.129935] usbcore: registered new device driver usb
[ 0.131597] clocksource: Switched to clocksource arch_sys_counter
[ 0.881549] VFS: Disk quotas dquot_6.6.0
[ 0.881689] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.881841] FS-Cache: Loaded
[ 0.882027] CacheFiles: Loaded
[ 0.882855] simple-framebuffer 3eabd000.framebuffer: framebuffer at 0x3eabd000, 0x10a800 bytes, mapped to 0x(ptrval)
[ 0.882873] simple-framebuffer 3eabd000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[ 0.883290] Console: switching to colour frame buffer device 82x26
[ 0.884691] simple-framebuffer 3eabd000.framebuffer: fb0: simplefb registered!
[ 0.894384] thermal_sys: Registered thermal governor 'step_wise'
[ 0.894741] NET: Registered protocol family 2
[ 0.895455] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.895484] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.895560] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.895633] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.895774] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.895805] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.896047] NET: Registered protocol family 1
[ 0.896735] RPC: Registered named UNIX socket transport module.
[ 0.896747] RPC: Registered udp transport module.
[ 0.896758] RPC: Registered tcp transport module.
[ 0.896770] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.896789] PCI: CLS 0 bytes, default 64
[ 0.898685] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.900800] Initialise system trusted keyrings
[ 0.901031] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.911680] FS-Cache: Netfs 'nfs' registered for caching
[ 0.912377] NFS: Registering the id_resolver key type
[ 0.912430] Key type id_resolver registered
[ 0.912442] Key type id_legacy registered
[ 0.912463] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.913524] Key type asymmetric registered
[ 0.913538] Asymmetric key parser 'x509' registered
[ 0.913704] bounce: pool size: 64 pages
[ 0.913752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.913959] io scheduler mq-deadline registered
[ 0.913972] io scheduler kyber registered
[ 0.917748] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.917771] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 0.917836] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[ 0.917901] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0000000000
[ 0.973716] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
[ 0.974008] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.974026] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.974046] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.974101] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.974336] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.977682] PCI: bus0: Fast back to back transfers disabled
[ 0.977704] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.977970] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.978114] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.978497] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.981876] PCI: bus1: Fast back to back transfers disabled
[ 0.981895] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.981933] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.981955] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.982035] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.982058] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.982362] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.982589] pcieport 0000:00:00.0: PME: Signaling with IRQ 55
[ 0.982958] pcieport 0000:00:00.0: AER: enabled with IRQ 55
[ 0.983277] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.990080] iproc-rng200 fe104000.rng: hwrng registered
[ 0.990398] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.991033] vc-sm: Videocore shared memory driver
[ 0.991554] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.003256] brd: module loaded
[ 1.015140] loop: module loaded
[ 1.016468] Loading iSCSI transport class v2.0-870.
[ 1.018417] libphy: Fixed MDIO Bus: probed
[ 1.018984] bcmgenet fd580000.ethernet: failed to get enet clock
[ 1.019002] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.019024] bcmgenet fd580000.ethernet: failed to get enet-wol clock
[ 1.019044] bcmgenet fd580000.ethernet: failed to get enet-eee clock
[ 1.019070] bcmgenet: Skipping UMAC reset
[ 1.031635] libphy: bcmgenet MII bus: probed
[ 1.121759] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.122845] usbcore: registered new interface driver r8152
[ 1.122909] usbcore: registered new interface driver lan78xx
[ 1.122969] usbcore: registered new interface driver smsc95xx
[ 1.123434] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.123467] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.125719] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 1.126975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 1.126991] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.127006] usb usb1: Product: xHCI Host Controller
[ 1.127020] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[ 1.127034] usb usb1: SerialNumber: 0000:01:00.0
[ 1.127611] hub 1-0:1.0: USB hub found
[ 1.127703] hub 1-0:1.0: 1 port detected
[ 1.128227] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.128251] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.128274] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.128713] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 1.128730] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.128744] usb usb2: Product: xHCI Host Controller
[ 1.128758] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[ 1.128772] usb usb2: SerialNumber: 0000:01:00.0
[ 1.129342] hub 2-0:1.0: USB hub found
[ 1.129409] hub 2-0:1.0: 4 ports detected
[ 1.130827] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.131099] dwc_otg: FIQ enabled
[ 1.131110] dwc_otg: NAK holdoff enabled
[ 1.131121] dwc_otg: FIQ split-transaction FSM enabled
[ 1.131145] Module dwc_common_port init
[ 1.131622] usbcore: registered new interface driver uas
[ 1.131728] usbcore: registered new interface driver usb-storage
[ 1.131916] mousedev: PS/2 mouse device common for all mice
[ 1.133963] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.136359] sdhci: Secure Digital Host Controller Interface driver
[ 1.136370] sdhci: Copyright(c) Pierre Ossman
[ 1.136944] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.137489] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.141180] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.141480] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.141755] usbcore: registered new interface driver usbhid
[ 1.141766] usbhid: USB HID core driver
[ 1.142752] vchiq: vchiq_init_state: slot_zero = (ptrval)
[ 1.144608] [vc_sm_connected_init]: start
[ 1.153777] [vc_sm_connected_init]: end - returning 0
[ 1.155811] Initializing XFRM netlink socket
[ 1.155846] NET: Registered protocol family 17
[ 1.155978] Key type dns_resolver registered
[ 1.156440] Registering SWP/SWPB emulation handler
[ 1.156742] registered taskstats version 1
[ 1.156760] Loading compiled-in X.509 certificates
[ 1.157277] Key type ._fscrypt registered
[ 1.157290] Key type .fscrypt registered
[ 1.167501] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.167567] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
[ 1.173501] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.174388] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.174403] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.224086] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.225750] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.227404] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.230363] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.233002] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.238133] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 1.240879] of_cfs_init
[ 1.241002] of_cfs_init: OK
[ 1.242143] Waiting for root device PARTUUID=9cfa480d-02...
[ 1.283025] random: fast init done
[ 1.343500] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.345570] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[ 1.347650] mmc1: new high speed SDIO card at address 0001
[ 1.349760] mmcblk0: p1 p2
[ 1.372555] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.372622] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.373289] devtmpfs: mounted
[ 1.381124] Freeing unused kernel memory: 2048K
[ 1.401905] Run /sbin/init as init process
[ 1.491663] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.674308] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.674326] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.674341] usb 1-1: Product: USB2.0 Hub
[ 1.676322] hub 1-1:1.0: USB hub found
[ 1.676614] hub 1-1:1.0: 4 ports detected
[ 1.781339] systemd[1]: System time before build time, advancing clock.
[ 1.876498] NET: Registered protocol family 10
[ 1.877762] Segment Routing with IPv6
[ 1.911916] 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.913134] systemd[1]: Detected architecture arm.
[ 1.967126] systemd[1]: Set hostname to <raspberrypi>.
[ 2.011730] usb 1-1.4: new full-speed USB device number 3 using xhci_hcd
[ 2.152736] usb 1-1.4: New USB device found, idVendor=04d8, idProduct=0c02, bcdDevice= 1.01
[ 2.152766] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 2.152795] usb 1-1.4: Product: AR1100 HID-MOUSE
[ 2.152814] usb 1-1.4: Manufacturer: Microchip Technology Inc.
[ 2.167694] input: Microchip Technology Inc. AR1100 HID-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:1.0/0003:04D8:0C02.0001/input/input0
[ 2.168042] hid-generic 0003:04D8:0C02.0001: input,hidraw0: USB HID v1.11 Mouse [Microchip Technology Inc. AR1100 HID-MOUSE] on usb-0000:01:00.0-1.4/input0
[ 2.632940] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.666131] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 2.666260] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.668352] systemd[1]: Created slice User and Session Slice.
[ 2.668658] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.668976] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.670017] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.670723] systemd[1]: Listening on udev Control Socket.
[ 2.671511] systemd[1]: Listening on Journal Socket.
[ 2.678010] systemd[1]: Mounting Kernel Debug File System...
[ 2.820181] i2c /dev entries driver
[ 3.257210] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 3.357681] systemd-journald[119]: Received request to flush runtime journal from PID 1
[ 3.892537] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 3.893062] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 3.893496] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 3.893917] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 3.991790] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.999363] bcm2835_audio bcm2835_audio: card created with 4 channels
[ 4.006509] bcm2835_audio bcm2835_audio: card created with 4 channels
[ 4.029731] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.034538] mc: Linux media interface: v0.10
[ 4.035436] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 4.035456] [vc_sm_connected_init]: start
[ 4.058817] [vc_sm_connected_init]: installed successfully
[ 4.089531] videodev: Linux video capture interface: v2.00
[ 4.178075] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.193975] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.206294] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.231451] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 4.231501] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 4.242271] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.254960] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 4.255003] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 4.256245] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 4.256723] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 4.257152] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 4.257568] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 4.257593] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 4.257628] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 4.257652] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 4.257671] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 4.259452] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 4.263490] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 4.263533] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 4.345630] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 4.345656] checking generic (3eabd000 10a800) vs hw (0 ffffffffffffffff)
[ 4.345670] fb0: switching to vc4drmfb from simple
[ 4.346108] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 4.349259] Console: switching to colour dummy device 80x30
[ 4.349466] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.349479] [drm] No driver support for vblank timestamp query.
[ 4.349491] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[ 4.362678] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 4.395325] Console: switching to colour frame buffer device 90x30
[ 4.395373] vc4-drm gpu: fb0: vc4drmfb frame buffer device
[ 4.417815] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.548519] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.625148] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.637598] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.638836] usbcore: registered new interface driver brcmfmac
[ 4.659074] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[ 4.883963] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.899753] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
[ 6.804600] uart-pl011 fe201000.serial: no DMA platform data
[ 6.812567] random: crng init done
[ 6.812583] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.956545] 8021q: 802.1Q VLAN Support v1.8
[ 7.211747] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 7.415308] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 7.849338] bcmgenet: Skipping UMAC reset
[ 7.852873] bcmgenet fd580000.ethernet: configuring instance for external RGMII
[ 7.853362] bcmgenet fd580000.ethernet eth0: Link is Down
[ 9.365595] broken atomic modeset userspace detected, disabling atomic
[ 11.736971] fuse: init (API version 7.31)
[ 13.013300] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 13.607114] Bluetooth: Core ver 2.22
[ 13.607232] NET: Registered protocol family 31
[ 13.607246] Bluetooth: HCI device and connection manager initialized
[ 13.611539] Bluetooth: HCI socket layer initialized
[ 13.611562] Bluetooth: L2CAP socket layer initialized
[ 13.612647] Bluetooth: SCO socket layer initialized
[ 13.628714] Bluetooth: HCI UART driver ver 2.3
[ 13.628734] Bluetooth: HCI UART protocol H4 registered
[ 13.628862] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 13.629163] Bluetooth: HCI UART protocol Broadcom registered
[ 14.008598] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.008613] Bluetooth: BNEP filters: protocol multicast
[ 14.008640] Bluetooth: BNEP socket layer initialized
[ 14.122538] Bluetooth: RFCOMM TTY layer initialized
[ 14.122589] Bluetooth: RFCOMM socket layer initialized
[ 14.122620] Bluetooth: RFCOMM ver 1.11
[ 14.561771] Under-voltage detected! (0x00050005)
[ 18.711754] Voltage normalised (0x00000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment