Advertisement
Guest User

Untitled

a guest
Mar 7th, 2021
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.03 KB | None | 0 0
  1. pi@headcrab:~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1403 SMP Mon Feb 22 11:33:35 GMT 2021
  4. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  7. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
  10. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  11. [ 0.000000] Zone ranges:
  12. [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
  13. [ 0.000000] Normal empty
  14. [ 0.000000] HighMem [mem 0x0000000030000000-0x00000001ffffffff]
  15. [ 0.000000] Movable zone start for each node
  16. [ 0.000000] Early memory node ranges
  17. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  18. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  19. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
  20. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
  21. [ 0.000000] On node 0 totalpages: 2061312
  22. [ 0.000000] DMA zone: 2304 pages used for memmap
  23. [ 0.000000] DMA zone: 0 pages reserved
  24. [ 0.000000] DMA zone: 196608 pages, LIFO batch:63
  25. [ 0.000000] HighMem zone: 1864704 pages, LIFO batch:63
  26. [ 0.000000] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
  27. [ 0.000000] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
  28. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  29. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2059008
  30. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1280x1024M@60 smsc95xx.macaddr=DC:A6:32:E5:9E:A0 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=84bcbe09-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
  31. [ 0.000000] Kernel parameter elevator= does not have any effect anymore.
  32. Please use sysfs to set IO scheduler for individual devices.
  33. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  34. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  35. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  36. [ 0.000000] software IO TLB: mapped [mem 0x0000000014c00000-0x0000000018c00000] (64MB)
  37. [ 0.000000] Memory: 7800088K/8245248K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 183016K reserved, 262144K cma-reserved, 7458816K highmem)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  39. [ 0.000000] ftrace: allocating 33942 entries in 67 pages
  40. [ 0.000000] ftrace: allocated 67 pages with 3 groups
  41. [ 0.000000] rcu: Hierarchical RCU implementation.
  42. [ 0.000000] Rude variant of Tasks RCU enabled.
  43. [ 0.000000] Tracing variant of Tasks RCU enabled.
  44. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  45. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  46. [ 0.000000] GIC: Using split EOI/Deactivate mode
  47. [ 0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
  48. [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  49. [ 0.000027] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  50. [ 0.000090] bcm2835: system timer (irq = 25)
  51. [ 0.000743] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  52. [ 0.000761] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  53. [ 0.000779] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  54. [ 0.000795] Switching to timer-based delay loop, resolution 18ns
  55. [ 0.001051] Console: colour dummy device 80x30
  56. [ 0.001119] printk: console [tty1] enabled
  57. [ 0.001174] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
  58. [ 0.001207] pid_max: default: 32768 minimum: 301
  59. [ 0.001376] LSM: Security Framework initializing
  60. [ 0.001566] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  61. [ 0.001593] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  62. [ 0.003188] Disabling memory control group subsystem
  63. [ 0.003310] CPU: Testing write buffer coherency: ok
  64. [ 0.003779] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  65. [ 0.005002] Setting up static identity map for 0x200000 - 0x20003c
  66. [ 0.005203] rcu: Hierarchical SRCU implementation.
  67. [ 0.006143] smp: Bringing up secondary CPUs ...
  68. [ 0.007386] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  69. [ 0.008779] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  70. [ 0.010097] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  71. [ 0.010254] smp: Brought up 1 node, 4 CPUs
  72. [ 0.010275] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  73. [ 0.010290] CPU: All CPU(s) started in HYP mode.
  74. [ 0.010304] CPU: Virtualization extensions available.
  75. [ 0.011248] devtmpfs: initialized
  76. [ 0.025492] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  77. [ 0.025733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  78. [ 0.025764] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  79. [ 0.032872] pinctrl core: initialized pinctrl subsystem
  80. [ 0.033968] NET: Registered protocol family 16
  81. [ 0.038136] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  82. [ 0.038909] audit: initializing netlink subsys (disabled)
  83. [ 0.039169] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
  84. [ 0.039745] thermal_sys: Registered thermal governor 'step_wise'
  85. [ 0.040543] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  86. [ 0.040560] hw-breakpoint: maximum watchpoint size is 8 bytes.
  87. [ 0.041000] Serial: AMBA PL011 UART driver
  88. [ 0.073184] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  89. [ 0.090889] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:10:40, variant start
  90. [ 0.100902] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
  91. [ 0.145634] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
  92. [ 0.149829] vgaarb: loaded
  93. [ 0.150287] SCSI subsystem initialized
  94. [ 0.150517] usbcore: registered new interface driver usbfs
  95. [ 0.150576] usbcore: registered new interface driver hub
  96. [ 0.150649] usbcore: registered new device driver usb
  97. [ 0.151348] usb_phy_generic phy: supply vcc not found, using dummy regulator
  98. [ 0.153383] clocksource: Switched to clocksource arch_sys_counter
  99. [ 1.153277] VFS: Disk quotas dquot_6.6.0
  100. [ 1.153426] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  101. [ 1.153611] FS-Cache: Loaded
  102. [ 1.153809] CacheFiles: Loaded
  103. [ 1.154832] simple-framebuffer 3e6fa000.framebuffer: framebuffer at 0x3e6fa000, 0x500000 bytes, mapped to 0x(ptrval)
  104. [ 1.154853] simple-framebuffer 3e6fa000.framebuffer: format=a8r8g8b8, mode=1280x1024x32, linelength=5120
  105. [ 1.155314] Console: switching to colour frame buffer device 160x64
  106. [ 1.161809] simple-framebuffer 3e6fa000.framebuffer: fb0: simplefb registered!
  107. [ 1.172221] NET: Registered protocol family 2
  108. [ 1.173039] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  109. [ 1.173084] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  110. [ 1.173240] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  111. [ 1.173313] TCP: Hash tables configured (established 8192 bind 8192)
  112. [ 1.173635] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  113. [ 1.173683] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  114. [ 1.173991] NET: Registered protocol family 1
  115. [ 1.174768] RPC: Registered named UNIX socket transport module.
  116. [ 1.174784] RPC: Registered udp transport module.
  117. [ 1.174799] RPC: Registered tcp transport module.
  118. [ 1.174814] RPC: Registered tcp NFSv4.1 backchannel transport module.
  119. [ 1.174838] PCI: CLS 0 bytes, default 64
  120. [ 1.177947] Initialise system trusted keyrings
  121. [ 1.178192] workingset: timestamp_bits=14 max_order=21 bucket_order=7
  122. [ 1.186884] zbud: loaded
  123. [ 1.188885] FS-Cache: Netfs 'nfs' registered for caching
  124. [ 1.189667] NFS: Registering the id_resolver key type
  125. [ 1.189712] Key type id_resolver registered
  126. [ 1.189727] Key type id_legacy registered
  127. [ 1.189854] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  128. [ 1.190881] Key type asymmetric registered
  129. [ 1.190898] Asymmetric key parser 'x509' registered
  130. [ 1.191092] bounce: pool size: 64 pages
  131. [ 1.191136] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  132. [ 1.191361] io scheduler mq-deadline registered
  133. [ 1.191379] io scheduler kyber registered
  134. [ 1.196018] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  135. [ 1.196051] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  136. [ 1.196132] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
  137. [ 1.196221] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
  138. [ 1.255528] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  139. [ 1.255913] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  140. [ 1.255934] pci_bus 0000:00: root bus resource [bus 00-ff]
  141. [ 1.255955] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
  142. [ 1.256044] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  143. [ 1.256288] pci 0000:00:00.0: PME# supported from D0 D3hot
  144. [ 1.259801] PCI: bus0: Fast back to back transfers disabled
  145. [ 1.260155] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  146. [ 1.260283] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  147. [ 1.260718] pci 0000:01:00.0: PME# supported from D0 D3hot
  148. [ 1.264268] PCI: bus1: Fast back to back transfers disabled
  149. [ 1.264333] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  150. [ 1.264358] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  151. [ 1.264439] pci 0000:00:00.0: PCI bridge to [bus 01]
  152. [ 1.264465] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  153. [ 1.264875] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
  154. [ 1.265103] pcieport 0000:00:00.0: PME: Signaling with IRQ 62
  155. [ 1.273788] iproc-rng200 fe104000.rng: hwrng registered
  156. [ 1.274102] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  157. [ 1.274994] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  158. [ 1.287377] brd: module loaded
  159. [ 1.299849] loop: module loaded
  160. [ 1.301552] Loading iSCSI transport class v2.0-870.
  161. [ 1.304040] libphy: Fixed MDIO Bus: probed
  162. [ 1.305742] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  163. [ 1.323463] libphy: bcmgenet MII bus: probed
  164. [ 1.413534] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  165. [ 1.414708] usbcore: registered new interface driver r8152
  166. [ 1.414793] usbcore: registered new interface driver lan78xx
  167. [ 1.414867] usbcore: registered new interface driver smsc95xx
  168. [ 1.465052] xhci_hcd 0000:01:00.0: xHCI Host Controller
  169. [ 1.465109] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  170. [ 1.468337] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
  171. [ 1.469704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  172. [ 1.469724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  173. [ 1.469742] usb usb1: Product: xHCI Host Controller
  174. [ 1.469758] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
  175. [ 1.469774] usb usb1: SerialNumber: 0000:01:00.0
  176. [ 1.470527] hub 1-0:1.0: USB hub found
  177. [ 1.470627] hub 1-0:1.0: 1 port detected
  178. [ 1.471301] xhci_hcd 0000:01:00.0: xHCI Host Controller
  179. [ 1.471329] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  180. [ 1.471356] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  181. [ 1.471820] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
  182. [ 1.471839] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  183. [ 1.471856] usb usb2: Product: xHCI Host Controller
  184. [ 1.471872] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
  185. [ 1.471888] usb usb2: SerialNumber: 0000:01:00.0
  186. [ 1.472592] hub 2-0:1.0: USB hub found
  187. [ 1.472677] hub 2-0:1.0: 4 ports detected
  188. [ 1.474408] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  189. [ 1.474719] dwc_otg: FIQ enabled
  190. [ 1.474734] dwc_otg: NAK holdoff enabled
  191. [ 1.474749] dwc_otg: FIQ split-transaction FSM enabled
  192. [ 1.474767] Module dwc_common_port init
  193. [ 1.475245] usbcore: registered new interface driver uas
  194. [ 1.475352] usbcore: registered new interface driver usb-storage
  195. [ 1.475560] mousedev: PS/2 mouse device common for all mice
  196. [ 1.477270] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  197. [ 1.480862] sdhci: Secure Digital Host Controller Interface driver
  198. [ 1.480878] sdhci: Copyright(c) Pierre Ossman
  199. [ 1.481582] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  200. [ 1.482173] sdhci-pltfm: SDHCI platform and OF driver helper
  201. [ 1.486423] ledtrig-cpu: registered to indicate activity on CPUs
  202. [ 1.486759] hid: raw HID events driver (C) Jiri Kosina
  203. [ 1.486965] usbcore: registered new interface driver usbhid
  204. [ 1.486980] usbhid: USB HID core driver
  205. [ 1.492840] Initializing XFRM netlink socket
  206. [ 1.492882] NET: Registered protocol family 17
  207. [ 1.493003] Key type dns_resolver registered
  208. [ 1.493502] Registering SWP/SWPB emulation handler
  209. [ 1.493703] registered taskstats version 1
  210. [ 1.493731] Loading compiled-in X.509 certificates
  211. [ 1.494582] Key type ._fscrypt registered
  212. [ 1.494598] Key type .fscrypt registered
  213. [ 1.494613] Key type fscrypt-provisioning registered
  214. [ 1.506206] uart-pl011 fe201000.serial: there is not valid maps for state default
  215. [ 1.506514] uart-pl011 fe201000.serial: cts_event_workaround enabled
  216. [ 1.506593] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
  217. [ 1.513407] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  218. [ 1.514503] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  219. [ 1.514520] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  220. [ 1.545009] of_cfs_init
  221. [ 1.545257] of_cfs_init: OK
  222. [ 1.563198] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  223. [ 1.564901] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  224. [ 1.566746] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  225. [ 1.569785] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  226. [ 1.571482] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  227. [ 1.579273] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  228. [ 1.580118] Waiting for root device PARTUUID=84bcbe09-02...
  229. [ 1.619218] random: fast init done
  230. [ 1.676664] mmc1: new high speed SDIO card at address 0001
  231. [ 1.691005] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
  232. [ 1.691951] mmcblk0: mmc0:59b4 29.5 GiB
  233. [ 1.694186] mmcblk0: p1 p2
  234. [ 1.745306] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  235. [ 1.745380] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  236. [ 1.746370] devtmpfs: mounted
  237. [ 1.755357] Freeing unused kernel memory: 2048K
  238. [ 1.783739] Run /sbin/init as init process
  239. [ 1.783753] with arguments:
  240. [ 1.783769] /sbin/init
  241. [ 1.783784] splash
  242. [ 1.783798] with environment:
  243. [ 1.783812] HOME=/
  244. [ 1.783826] TERM=linux
  245. [ 1.843447] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  246. [ 2.026096] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  247. [ 2.026118] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  248. [ 2.026137] usb 1-1: Product: USB2.0 Hub
  249. [ 2.028343] hub 1-1:1.0: USB hub found
  250. [ 2.028610] hub 1-1:1.0: 4 ports detected
  251. [ 2.350688] systemd[1]: System time before build time, advancing clock.
  252. [ 2.353446] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
  253. [ 2.492201] usb 1-1.3: New USB device found, idVendor=1a2c, idProduct=2c27, bcdDevice= 1.10
  254. [ 2.492222] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  255. [ 2.492240] usb 1-1.3: Product: USB Keyboard
  256. [ 2.492256] usb 1-1.3: Manufacturer: USB
  257. [ 2.493356] NET: Registered protocol family 10
  258. [ 2.494814] Segment Routing with IPv6
  259. [ 2.504156] input: USB USB Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1A2C:2C27.0001/input/input0
  260. [ 2.549002] 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)
  261. [ 2.549777] systemd[1]: Detected architecture arm.
  262. [ 2.584125] hid-generic 0003:1A2C:2C27.0001: input,hidraw0: USB HID v1.10 Keyboard [USB USB Keyboard] on usb-0000:01:00.0-1.3/input0
  263. [ 2.591698] input: USB USB Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2C27.0002/input/input1
  264. [ 2.632163] systemd[1]: Set hostname to <headcrab>.
  265. [ 2.663812] input: USB USB Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:2C27.0002/input/input2
  266. [ 2.664159] hid-generic 0003:1A2C:2C27.0002: input,hidraw1: USB HID v1.10 Device [USB USB Keyboard] on usb-0000:01:00.0-1.3/input1
  267. [ 2.763492] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
  268. [ 2.906466] usb 1-1.4: New USB device found, idVendor=0458, idProduct=000e, bcdDevice= 2.42
  269. [ 2.906502] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  270. [ 2.906526] usb 1-1.4: Product: Genius USB Wheel Mouse
  271. [ 2.906543] usb 1-1.4: Manufacturer: KYE
  272. [ 2.918756] input: KYE Genius USB Wheel 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:0458:000E.0003/input/input3
  273. [ 2.919289] hid-generic 0003:0458:000E.0003: input,hidraw2: USB HID v1.00 Mouse [KYE Genius USB Wheel Mouse] on usb-0000:01:00.0-1.4/input0
  274. [ 3.496826] random: systemd: uninitialized urandom read (16 bytes read)
  275. [ 3.508165] random: systemd: uninitialized urandom read (16 bytes read)
  276. [ 3.511640] systemd[1]: Created slice system-tor.slice.
  277. [ 3.511913] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 3.512601] systemd[1]: Listening on fsck to fsckd communication Socket.
  279. [ 3.513459] systemd[1]: Listening on udev Control Socket.
  280. [ 3.514448] systemd[1]: Listening on Journal Audit Socket.
  281. [ 3.515069] systemd[1]: Listening on udev Kernel Socket.
  282. [ 3.516346] systemd[1]: Created slice User and Session Slice.
  283. [ 3.516487] systemd[1]: Reached target Swap.
  284. [ 3.676988] i2c /dev entries driver
  285. [ 4.196227] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  286. [ 4.324812] systemd-journald[112]: Received request to flush runtime journal from PID 1
  287. [ 4.975239] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
  288. [ 4.975882] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
  289. [ 4.976461] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
  290. [ 4.976980] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
  291. [ 5.134486] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  292. [ 5.135371] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  293. [ 5.137605] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  294. [ 5.137631] [vc_sm_connected_init]: start
  295. [ 5.153835] bcm2835_audio bcm2835_audio: card created with 4 channels
  296. [ 5.154429] [vc_sm_connected_init]: installed successfully
  297. [ 5.161452] mc: Linux media interface: v0.10
  298. [ 5.171612] bcm2835_audio bcm2835_audio: card created with 4 channels
  299. [ 5.269351] videodev: Linux video capture interface: v2.00
  300. [ 5.472552] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  301. [ 5.478775] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  302. [ 5.491287] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  303. [ 5.504103] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  304. [ 5.518752] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  305. [ 5.518875] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  306. [ 5.533482] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  307. [ 5.533559] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  308. [ 5.540751] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  309. [ 5.540798] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  310. [ 5.564176] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  311. [ 5.604883] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  312. [ 5.605418] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  313. [ 5.605818] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  314. [ 5.606152] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  315. [ 5.606194] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  316. [ 5.606230] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  317. [ 5.606255] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  318. [ 5.606281] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  319. [ 5.614368] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  320. [ 5.620472] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  321. [ 5.767367] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  322. [ 5.767675] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  323. [ 5.830708] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
  324. [ 5.830738] checking generic (3e6fa000 500000) vs hw (0 ffffffffffffffff)
  325. [ 5.830755] fb0: switching to vc4drmfb from simple
  326. [ 5.833059] Console: switching to colour dummy device 80x30
  327. [ 5.844129] brcmfmac: F1 signature read @0x18000000=0x15264345
  328. [ 5.847064] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
  329. [ 5.860106] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  330. [ 5.861030] usbcore: registered new interface driver brcmfmac
  331. [ 5.874280] Console: switching to colour frame buffer device 160x64
  332. [ 5.874337] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
  333. [ 5.907430] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
  334. [ 6.161652] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  335. [ 6.172661] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
  336. [ 7.658189] uart-pl011 fe201000.serial: no DMA platform data
  337. [ 7.683889] random: crng init done
  338. [ 7.683911] random: 7 urandom warning(s) missed due to ratelimiting
  339. [ 8.110949] 8021q: 802.1Q VLAN Support v1.8
  340. [ 8.433813] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  341. [ 8.778085] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  342. [ 9.877943] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  343. [ 9.878213] bcmgenet fd580000.ethernet eth0: Link is Down
  344. [ 11.646006] broken atomic modeset userspace detected, disabling atomic
  345. [ 14.506091] Bluetooth: Core ver 2.22
  346. [ 14.506191] NET: Registered protocol family 31
  347. [ 14.506206] Bluetooth: HCI device and connection manager initialized
  348. [ 14.506233] Bluetooth: HCI socket layer initialized
  349. [ 14.506256] Bluetooth: L2CAP socket layer initialized
  350. [ 14.506294] Bluetooth: SCO socket layer initialized
  351. [ 14.518825] Bluetooth: HCI UART driver ver 2.3
  352. [ 14.518847] Bluetooth: HCI UART protocol H4 registered
  353. [ 14.518969] Bluetooth: HCI UART protocol Three-wire (H5) registered
  354. [ 14.519390] Bluetooth: HCI UART protocol Broadcom registered
  355. [ 14.772212] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  356. [ 14.772224] Bluetooth: BNEP filters: protocol multicast
  357. [ 14.772240] Bluetooth: BNEP socket layer initialized
  358. [ 14.979059] fuse: init (API version 7.32)
  359. [ 16.177515] Bluetooth: RFCOMM TTY layer initialized
  360. [ 16.177543] Bluetooth: RFCOMM socket layer initialized
  361. [ 16.177585] Bluetooth: RFCOMM ver 1.11
  362. [ 18.042902] input: 08:84:7B:4A:10:08 as /devices/virtual/input/input4
  363. [ 195.033731] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  364. [ 195.033792] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  365. [ 333.793253] v3d fec00000.v3d: MMU error from client L2T (0) at 0xae1000, pte invalid
  366. [ 345.833578] bcmgenet fd580000.ethernet eth0: Link is Down
  367. [ 349.993675] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  368. [ 352.073588] bcmgenet fd580000.ethernet eth0: Link is Down
  369. [ 353.113691] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  370. pi@headcrab:~ $
  371.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement