Advertisement
Guest User

DMESG

a guest
Mar 22nd, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.35 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 5.10.103-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1530 SMP Tue Mar 8 13:02:44 GMT 2022
  3. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
  7. [ 0.000000] random: fast init done
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] Reserved memory: created CMA memory pool at 0x2ac00000, size 64 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] Movable zone start for each node
  15. [ 0.000000] Early memory node ranges
  16. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fffffff]
  17. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000002fffffff]
  18. [ 0.000000] On node 0 totalpages: 196608
  19. [ 0.000000] DMA zone: 1728 pages used for memmap
  20. [ 0.000000] DMA zone: 0 pages reserved
  21. [ 0.000000] DMA zone: 196608 pages, LIFO batch:63
  22. [ 0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
  23. [ 0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 194880
  26. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=7c6ff89f-02 rootfstype=ext4 fsck.repair=yes rootwait
  27. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  28. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  29. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  30. [ 0.000000] Memory: 696100K/786432K available (10240K kernel code, 1312K rwdata, 2952K rodata, 1024K init, 862K bss, 24796K reserved, 65536K cma-reserved)
  31. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  32. [ 0.000000] ftrace: allocating 32089 entries in 95 pages
  33. [ 0.000000] ftrace: allocated 95 pages with 6 groups
  34. [ 0.000000] rcu: Hierarchical RCU implementation.
  35. [ 0.000000] Rude variant of Tasks RCU enabled.
  36. [ 0.000000] Tracing variant of Tasks RCU enabled.
  37. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  38. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  39. [ 0.000000] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
  40. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  41. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  42. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  43. [ 0.000024] Switching to timer-based delay loop, resolution 52ns
  44. [ 0.000328] Console: colour dummy device 80x30
  45. [ 0.001152] printk: console [tty1] enabled
  46. [ 0.001220] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  47. [ 0.001279] pid_max: default: 32768 minimum: 301
  48. [ 0.001498] LSM: Security Framework initializing
  49. [ 0.001761] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  50. [ 0.001811] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  51. [ 0.003287] cgroup: Disabling memory control group subsystem
  52. [ 0.003582] CPU: Testing write buffer coherency: ok
  53. [ 0.004091] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  54. [ 0.005326] Setting up static identity map for 0x100000 - 0x10003c
  55. [ 0.005537] rcu: Hierarchical SRCU implementation.
  56. [ 0.006478] smp: Bringing up secondary CPUs ...
  57. [ 0.007659] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  58. [ 0.008954] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  59. [ 0.010266] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  60. [ 0.010423] smp: Brought up 1 node, 4 CPUs
  61. [ 0.010478] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  62. [ 0.010510] CPU: All CPU(s) started in HYP mode.
  63. [ 0.010537] CPU: Virtualization extensions available.
  64. [ 0.011507] devtmpfs: initialized
  65. [ 0.029710] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  66. [ 0.030038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  67. [ 0.030101] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  68. [ 0.033060] pinctrl core: initialized pinctrl subsystem
  69. [ 0.034285] NET: Registered protocol family 16
  70. [ 0.038497] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  71. [ 0.044295] audit: initializing netlink subsys (disabled)
  72. [ 0.044636] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  73. [ 0.045243] thermal_sys: Registered thermal governor 'step_wise'
  74. [ 0.046211] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  75. [ 0.046274] hw-breakpoint: maximum watchpoint size is 8 bytes.
  76. [ 0.046588] Serial: AMBA PL011 UART driver
  77. [ 0.070422] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  78. [ 0.090152] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:59:16, variant start_x
  79. [ 0.100162] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
  80. [ 0.144762] Kprobes globally optimized
  81. [ 0.149916] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  82. [ 0.152224] SCSI subsystem initialized
  83. [ 0.152508] usbcore: registered new interface driver usbfs
  84. [ 0.152596] usbcore: registered new interface driver hub
  85. [ 0.152690] usbcore: registered new device driver usb
  86. [ 0.154724] clocksource: Switched to clocksource arch_sys_counter
  87. [ 1.877183] VFS: Disk quotas dquot_6.6.0
  88. [ 1.877330] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  89. [ 1.877557] FS-Cache: Loaded
  90. [ 1.877812] CacheFiles: Loaded
  91. [ 1.887923] NET: Registered protocol family 2
  92. [ 1.888221] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  93. [ 1.890133] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  94. [ 1.890229] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  95. [ 1.890376] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  96. [ 1.890589] TCP: Hash tables configured (established 8192 bind 8192)
  97. [ 1.890796] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  98. [ 1.890875] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  99. [ 1.891190] NET: Registered protocol family 1
  100. [ 1.892042] RPC: Registered named UNIX socket transport module.
  101. [ 1.892078] RPC: Registered udp transport module.
  102. [ 1.892107] RPC: Registered tcp transport module.
  103. [ 1.892136] RPC: Registered tcp NFSv4.1 backchannel transport module.
  104. [ 1.893871] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  105. [ 1.897858] Initialise system trusted keyrings
  106. [ 1.898148] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  107. [ 1.907844] zbud: loaded
  108. [ 1.909960] FS-Cache: Netfs 'nfs' registered for caching
  109. [ 1.910892] NFS: Registering the id_resolver key type
  110. [ 1.910971] Key type id_resolver registered
  111. [ 1.911002] Key type id_legacy registered
  112. [ 1.911173] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  113. [ 1.911209] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  114. [ 1.912437] Key type asymmetric registered
  115. [ 1.912471] Asymmetric key parser 'x509' registered
  116. [ 1.912543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  117. [ 1.912584] io scheduler mq-deadline registered
  118. [ 1.912614] io scheduler kyber registered
  119. [ 1.918080] bcm2708_fb soc:fb: FB found 1 display(s)
  120. [ 1.931994] Console: switching to colour frame buffer device 90x30
  121. [ 1.940717] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480
  122. [ 1.950135] bcm2835-rng 3f104000.rng: hwrng registered
  123. [ 1.953605] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  124. [ 1.961044] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  125. [ 1.976601] brd: module loaded
  126. [ 1.992059] loop: module loaded
  127. [ 1.997100] Loading iSCSI transport class v2.0-870.
  128. [ 2.002129] usbcore: registered new interface driver lan78xx
  129. [ 2.005393] usbcore: registered new interface driver smsc95xx
  130. [ 2.008472] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  131. [ 2.739825] Core Release: 2.80a
  132. [ 2.742873] Setting default values for core params
  133. [ 2.746034] Finished setting default values for core params
  134. [ 2.949520] Using Buffer DMA mode
  135. [ 2.952549] Periodic Transfer Interrupt Enhancement - disabled
  136. [ 2.955608] Multiprocessor Interrupt Enhancement - disabled
  137. [ 2.958669] OTG VER PARAM: 0, OTG VER FLAG: 0
  138. [ 2.961729] Dedicated Tx FIFOs mode
  139.  
  140. [ 2.965179] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = aad04000 dma = 0xead04000 len=9024
  141. [ 2.974003] FIQ FSM acceleration enabled for :
  142. Non-periodic Split Transactions
  143. Periodic Split Transactions
  144. High-Speed Isochronous Endpoints
  145. Interrupt/Control Split Transaction hack enabled
  146. [ 2.988649] dwc_otg: Microframe scheduler enabled
  147.  
  148. [ 2.988726] WARN::hcd_init_fiq:457: FIQ on core 1
  149.  
  150. [ 2.994034] WARN::hcd_init_fiq:458: FIQ ASM at 807cc250 length 36
  151.  
  152. [ 2.999204] WARN::hcd_init_fiq:497: MPHI regs_base at b0810000
  153. [ 3.004478] dwc_otg 3f980000.usb: DWC OTG Controller
  154. [ 3.007294] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  155. [ 3.010152] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
  156. [ 3.012958] Init: Port Power? op_state=1
  157. [ 3.015718] Init: Power Port (0)
  158. [ 3.018738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  159. [ 3.024261] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  160. [ 3.027208] usb usb1: Product: DWC OTG Controller
  161. [ 3.030093] usb usb1: Manufacturer: Linux 5.10.103-v7+ dwc_otg_hcd
  162. [ 3.033037] usb usb1: SerialNumber: 3f980000.usb
  163. [ 3.036777] hub 1-0:1.0: USB hub found
  164. [ 3.039700] hub 1-0:1.0: 1 port detected
  165. [ 3.043676] dwc_otg: FIQ enabled
  166. [ 3.043690] dwc_otg: NAK holdoff enabled
  167. [ 3.043702] dwc_otg: FIQ split-transaction FSM enabled
  168. [ 3.043720] Module dwc_common_port init
  169. [ 3.044026] usbcore: registered new interface driver usb-storage
  170. [ 3.047132] mousedev: PS/2 mouse device common for all mice
  171. [ 3.051285] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  172. [ 3.057001] sdhci: Secure Digital Host Controller Interface driver
  173. [ 3.059976] sdhci: Copyright(c) Pierre Ossman
  174. [ 3.063521] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
  175. [ 3.067269] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  176. [ 3.070614] sdhci-pltfm: SDHCI platform and OF driver helper
  177. [ 3.075825] ledtrig-cpu: registered to indicate activity on CPUs
  178. [ 3.079353] hid: raw HID events driver (C) Jiri Kosina
  179. [ 3.082628] usbcore: registered new interface driver usbhid
  180. [ 3.085745] usbhid: USB HID core driver
  181. [ 3.094083] Initializing XFRM netlink socket
  182. [ 3.097204] NET: Registered protocol family 17
  183. [ 3.100366] Key type dns_resolver registered
  184. [ 3.103939] Registering SWP/SWPB emulation handler
  185. [ 3.107119] registered taskstats version 1
  186. [ 3.110059] Loading compiled-in X.509 certificates
  187. [ 3.113813] Key type ._fscrypt registered
  188. [ 3.116607] Key type .fscrypt registered
  189. [ 3.119289] Key type fscrypt-provisioning registered
  190. [ 3.134097] uart-pl011 3f201000.serial: cts_event_workaround enabled
  191. [ 3.137032] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
  192. [ 3.145192] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  193. [ 3.149957] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
  194. [ 3.152992] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
  195. [ 3.164886] Indeed it is in host mode hprt0 = 00021501
  196. [ 3.242323] sdhost: log_buf @ (ptrval) (ead07000)
  197. [ 3.283657] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  198. [ 3.288249] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  199. [ 3.292680] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  200. [ 3.295450] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  201. [ 3.301335] of_cfs_init
  202. [ 3.304199] of_cfs_init: OK
  203. [ 3.307916] Waiting for root device PARTUUID=7c6ff89f-02...
  204. [ 3.321778] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  205. [ 3.384765] usb 1-1: new high-speed USB device number 2 using dwc_otg
  206. [ 3.387513] mmc0: host does not support reading read-only switch, assuming write-enable
  207. [ 3.390313] Indeed it is in host mode hprt0 = 00001101
  208. [ 3.457870] mmc0: new high speed SDHC card at address aaaa
  209. [ 3.461790] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
  210. [ 3.467636] mmcblk0: p1 p2
  211. [ 3.486999] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  212. [ 3.492997] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  213. [ 3.502289] mmc1: new high speed SDIO card at address 0001
  214. [ 3.504418] devtmpfs: mounted
  215. [ 3.515869] Freeing unused kernel memory: 1024K
  216. [ 3.555250] Run /sbin/init as init process
  217. [ 3.558035] with arguments:
  218. [ 3.558047] /sbin/init
  219. [ 3.558058] with environment:
  220. [ 3.558069] HOME=/
  221. [ 3.558081] TERM=linux
  222. [ 3.625147] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
  223. [ 3.630977] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  224. [ 3.634961] hub 1-1:1.0: USB hub found
  225. [ 3.638101] hub 1-1:1.0: 5 ports detected
  226. [ 3.954792] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  227. [ 4.085174] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
  228. [ 4.091705] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  229. [ 4.095329] systemd[1]: System time before build time, advancing clock.
  230. [ 4.101588] smsc95xx v2.0.0
  231. [ 4.238350] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:5f:b0:fa
  232. [ 4.258157] NET: Registered protocol family 10
  233. [ 4.263264] Segment Routing with IPv6
  234. [ 4.321041] systemd[1]: systemd 247.3-6+rpi1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
  235. [ 4.340030] systemd[1]: Detected architecture arm.
  236. [ 4.346749] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
  237. [ 4.372307] systemd[1]: Set hostname to <fluiddpi>.
  238. [ 4.478178] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  239. [ 4.486857] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  240. [ 4.490771] usb 1-1.2: Product: USB Serial
  241. [ 4.624838] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
  242. [ 4.771970] usb 1-1.4: New USB device found, idVendor=0c45, idProduct=6366, bcdDevice= 1.00
  243. [ 4.779600] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=3
  244. [ 4.783419] usb 1-1.4: Product: HD Webcam USB
  245. [ 4.787125] usb 1-1.4: Manufacturer: HD Webcam USB
  246. [ 4.790746] usb 1-1.4: SerialNumber: HD Webcam USB
  247. [ 5.550620] systemd[1]: Queued start job for default target Graphical Interface.
  248. [ 5.556874] random: systemd: uninitialized urandom read (16 bytes read)
  249. [ 5.563451] systemd[1]: Created slice system-getty.slice.
  250. [ 5.571696] random: systemd: uninitialized urandom read (16 bytes read)
  251. [ 5.576745] systemd[1]: Created slice system-modprobe.slice.
  252. [ 5.584423] random: systemd: uninitialized urandom read (16 bytes read)
  253. [ 5.589274] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  254. [ 5.597959] systemd[1]: Created slice User and Session Slice.
  255. [ 5.606113] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  256. [ 5.614388] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  257. [ 5.623747] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  258. [ 5.636167] systemd[1]: Reached target Local Encrypted Volumes.
  259. [ 5.644923] systemd[1]: Reached target Paths.
  260. [ 5.653178] systemd[1]: Reached target Slices.
  261. [ 5.661569] systemd[1]: Reached target Swap.
  262. [ 5.670818] systemd[1]: Listening on Syslog Socket.
  263. [ 5.679517] systemd[1]: Listening on fsck to fsckd communication Socket.
  264. [ 5.687993] systemd[1]: Listening on initctl Compatibility Named Pipe.
  265. [ 5.697339] systemd[1]: Listening on Journal Audit Socket.
  266. [ 5.706199] systemd[1]: Listening on Journal Socket (/dev/log).
  267. [ 5.715234] systemd[1]: Listening on Journal Socket.
  268. [ 5.725244] systemd[1]: Listening on udev Control Socket.
  269. [ 5.733609] systemd[1]: Listening on udev Kernel Socket.
  270. [ 5.742087] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  271. [ 5.753653] systemd[1]: Mounting POSIX Message Queue File System...
  272. [ 5.766684] systemd[1]: Mounting RPC Pipe File System...
  273. [ 5.780660] systemd[1]: Mounting Kernel Debug File System...
  274. [ 5.794404] systemd[1]: Mounting Kernel Trace File System...
  275. [ 5.803223] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  276. [ 5.818820] systemd[1]: Starting Restore / save the current clock...
  277. [ 5.836937] systemd[1]: Starting Set the console keyboard layout...
  278. [ 5.852098] systemd[1]: Starting Create list of static device nodes for the current kernel...
  279. [ 5.871160] systemd[1]: Starting Load Kernel Module configfs...
  280. [ 5.886070] systemd[1]: Starting Load Kernel Module drm...
  281. [ 5.903699] systemd[1]: Starting Load Kernel Module fuse...
  282. [ 5.918237] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  283. [ 5.931907] systemd[1]: Starting File System Check on Root Device...
  284. [ 5.954924] systemd[1]: Starting Journal Service...
  285. [ 5.986521] systemd[1]: Starting Load Kernel Modules...
  286. [ 6.001716] systemd[1]: Starting Coldplug All udev Devices...
  287. [ 6.011961] fuse: init (API version 7.32)
  288. [ 6.024253] systemd[1]: Mounted POSIX Message Queue File System.
  289. [ 6.047444] systemd[1]: Mounted RPC Pipe File System.
  290. [ 6.060831] systemd[1]: Mounted Kernel Debug File System.
  291. [ 6.083577] systemd[1]: Mounted Kernel Trace File System.
  292. [ 6.105212] systemd[1]: Finished Restore / save the current clock.
  293. [ 6.112542] i2c /dev entries driver
  294. [ 6.129785] systemd[1]: Finished Create list of static device nodes for the current kernel.
  295. [ 6.144106] systemd[1]: modprobe@configfs.service: Succeeded.
  296. [ 6.159263] systemd[1]: Finished Load Kernel Module configfs.
  297. [ 6.170912] systemd[1]: modprobe@drm.service: Succeeded.
  298. [ 6.176569] systemd[1]: Finished Load Kernel Module drm.
  299. [ 6.186221] systemd[1]: modprobe@fuse.service: Succeeded.
  300. [ 6.191059] systemd[1]: Finished Load Kernel Module fuse.
  301. [ 6.201325] systemd[1]: Finished Load Kernel Modules.
  302. [ 6.216093] systemd[1]: Mounting FUSE Control File System...
  303. [ 6.229802] systemd[1]: Mounting Kernel Configuration File System...
  304. [ 6.243924] systemd[1]: Started File System Check Daemon to report status.
  305. [ 6.259125] systemd[1]: Starting Apply Kernel Variables...
  306. [ 6.296923] systemd[1]: Mounted FUSE Control File System.
  307. [ 6.315769] systemd[1]: Mounted Kernel Configuration File System.
  308. [ 6.341943] systemd[1]: Finished File System Check on Root Device.
  309. [ 6.351217] systemd[1]: Started Journal Service.
  310. [ 6.560253] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  311. [ 6.658355] systemd-journald[133]: Received client request to flush runtime journal.
  312. [ 6.681546] systemd-journald[133]: File /var/log/journal/58b56f8966af4928ba629c50a71afe08/system.journal corrupted or uncleanly shut down, renaming and replacing.
  313. [ 9.874822] random: crng init done
  314. [ 9.874851] random: 7 urandom warning(s) missed due to ratelimiting
  315. [ 10.088997] mc: Linux media interface: v0.10
  316. [ 10.112107] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  317. [ 10.115649] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  318. [ 10.115691] [vc_sm_connected_init]: start
  319. [ 10.125832] [vc_sm_connected_init]: installed successfully
  320. [ 10.133637] videodev: Linux video capture interface: v2.00
  321. [ 10.175099] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  322. [ 10.175571] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  323. [ 10.176534] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  324. [ 10.189939] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  325. [ 10.191732] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
  326. [ 10.194063] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  327. [ 10.200511] bcm2835_audio bcm2835_audio: card created with 8 channels
  328. [ 10.219115] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
  329. [ 10.221057] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
  330. [ 10.221140] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  331. [ 10.228713] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
  332. [ 10.229461] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
  333. [ 10.229501] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  334. [ 10.229528] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  335. [ 10.229549] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  336. [ 10.229571] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  337. [ 10.236771] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  338. [ 10.236825] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  339. [ 10.240893] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
  340. [ 10.241387] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
  341. [ 10.241877] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
  342. [ 10.242355] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
  343. [ 10.242388] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
  344. [ 10.242414] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
  345. [ 10.242435] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
  346. [ 10.242456] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
  347. [ 10.242718] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
  348. [ 10.247712] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  349. [ 10.247790] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  350. [ 10.251918] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  351. [ 10.252005] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  352. [ 10.258516] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
  353. [ 10.258592] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
  354. [ 10.413850] i2c i2c-11: Added multiplexed i2c bus 0
  355. [ 10.414965] i2c i2c-11: Added multiplexed i2c bus 10
  356. [ 10.693457] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  357. [ 10.765176] uvcvideo: Found UVC 1.00 device HD Webcam USB (0c45:6366)
  358. [ 10.799214] input: HD Webcam USB: HD Webcam USB as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/input/input0
  359. [ 10.801250] usbcore: registered new interface driver uvcvideo
  360. [ 10.801302] USB Video Class driver (1.1.1)
  361. [ 10.822484] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  362. [ 10.883482] usbcore: registered new interface driver usbserial_generic
  363. [ 10.883562] usbserial: USB Serial support registered for generic
  364. [ 10.898931] usbcore: registered new interface driver ch341
  365. [ 10.899041] usbserial: USB Serial support registered for ch341-uart
  366. [ 10.899182] ch341 1-1.2:1.0: ch341-uart converter detected
  367. [ 10.915230] usb 1-1.2: ch341-uart converter now attached to ttyUSB0
  368. [ 10.945810] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
  369. [ 10.977904] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
  370. [ 10.984087] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  371. [ 10.984425] usbcore: registered new interface driver brcmfmac
  372. [ 11.014883] usb 1-1.4: 3:1: cannot get freq at ep 0x84
  373. [ 11.224349] usbcore: registered new interface driver snd-usb-audio
  374. [ 11.273994] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  375. [ 11.274143] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  376. [ 11.283144] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jul 19 2021 03:24:18 version 7.45.98 (TOB) (56df937 CY) FWID 01-8e14b897
  377. [ 12.289285] arducam: loading out-of-tree module taints kernel.
  378. [ 12.331366] arducam-pivariety 10-000c: probe failed
  379. [ 12.949491] 8021q: 802.1Q VLAN Support v1.8
  380. [ 13.035550] uart-pl011 3f201000.serial: no DMA platform data
  381. [ 13.344909] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  382. [ 13.676315] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
  383. [ 14.278752] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL)
  384. [ 14.279383] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  385. [ 14.296887] smsc95xx 1-1.1:1.0 eth0: Link is Down
  386. [ 15.116890] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  387. [ 19.257120] Bluetooth: Core ver 2.22
  388. [ 19.257219] NET: Registered protocol family 31
  389. [ 19.257227] Bluetooth: HCI device and connection manager initialized
  390. [ 19.257704] Bluetooth: HCI socket layer initialized
  391. [ 19.257720] Bluetooth: L2CAP socket layer initialized
  392. [ 19.257748] Bluetooth: SCO socket layer initialized
  393. [ 19.274847] Bluetooth: HCI UART driver ver 2.3
  394. [ 19.274865] Bluetooth: HCI UART protocol H4 registered
  395. [ 19.274966] Bluetooth: HCI UART protocol Three-wire (H5) registered
  396. [ 19.275732] Bluetooth: HCI UART protocol Broadcom registered
  397. [ 19.551248] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  398. [ 19.551262] Bluetooth: BNEP filters: protocol multicast
  399. [ 19.551280] Bluetooth: BNEP socket layer initialized
  400. [ 19.573140] NET: Registered protocol family 38
  401. [ 19.602794] cryptd: max_cpu_qlen set to 1000
  402. [ 33.754829] cam1-reg: disabling
  403. [ 33.754856] cam-dummy-reg: disabling
  404. [32175.555322] Under-voltage detected! (0x00050005)
  405. [32180.632364] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  406. [32180.632475] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  407. [32180.752933] usb 1-1.2: USB disconnect, device number 4
  408. [32180.754061] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
  409. [32180.754173] ch341 1-1.2:1.0: device disconnected
  410. [32181.795169] Voltage normalised (0x00000000)
  411. [74944.253151] uvcvideo: Non-zero status (-71) in video completion handler.
  412. [74944.253327] uvcvideo: Non-zero status (-71) in video completion handler.
  413. [74944.253438] uvcvideo: Non-zero status (-71) in video completion handler.
  414. [74944.253465] uvcvideo: Non-zero status (-71) in video completion handler.
  415. [74944.253489] uvcvideo: Non-zero status (-71) in video completion handler.
  416. [74944.273936] usb 1-1.4: USB disconnect, device number 5
  417. [78745.402942] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
  418. [78745.535909] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  419. [78745.535937] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  420. [78745.535953] usb 1-1.2: Product: USB Serial
  421. [78745.540417] ch341 1-1.2:1.0: ch341-uart converter detected
  422. [78745.551746] usb 1-1.2: ch341-uart converter now attached to ttyUSB1
  423. [88801.536782] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  424. [88801.536885] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  425. [88801.556015] usb 1-1.2: USB disconnect, device number 6
  426. [88801.557108] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
  427. [88801.557205] ch341 1-1.2:1.0: device disconnected
  428. [89161.787576] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
  429. [89161.920440] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  430. [89161.920468] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  431. [89161.920484] usb 1-1.2: Product: USB Serial
  432. [89161.921696] ch341 1-1.2:1.0: ch341-uart converter detected
  433. [89161.925552] usb 1-1.2: ch341-uart converter now attached to ttyUSB0
  434. [89974.418787] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  435. [89974.418893] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  436. [89974.434911] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - urb stopped: -32
  437. [89974.461152] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - urb stopped: -32
  438. [89974.512527] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - urb stopped: -32
  439. [89974.549976] usb 1-1.2: USB disconnect, device number 7
  440. [89974.550885] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
  441. [89974.550965] ch341 1-1.2:1.0: device disconnected
  442. [90447.420746] usb 1-1.2: new full-speed USB device number 8 using dwc_otg
  443. [90447.553820] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  444. [90447.553842] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  445. [90447.553858] usb 1-1.2: Product: USB Serial
  446. [90447.557779] ch341 1-1.2:1.0: ch341-uart converter detected
  447. [90447.561781] usb 1-1.2: ch341-uart converter now attached to ttyUSB1
  448. [108697.705090] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  449. [108697.705210] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  450. [108697.880171] usb 1-1.2: USB disconnect, device number 8
  451. [108697.881279] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
  452. [108697.881368] ch341 1-1.2:1.0: device disconnected
  453. [108705.599744] usb 1-1.2: new full-speed USB device number 9 using dwc_otg
  454. [108705.732600] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  455. [108705.732622] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  456. [108705.732632] usb 1-1.2: Product: USB Serial
  457. [108705.735319] ch341 1-1.2:1.0: ch341-uart converter detected
  458. [108705.738457] usb 1-1.2: ch341-uart converter now attached to ttyUSB0
  459. [119846.531125] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  460. [119846.531236] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
  461. [119846.682039] usb 1-1.2: USB disconnect, device number 9
  462. [119846.685184] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
  463. [119846.685376] ch341 1-1.2:1.0: device disconnected
  464. [119846.979219] usb 1-1.2: new full-speed USB device number 10 using dwc_otg
  465. [119847.112280] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  466. [119847.112310] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  467. [119847.112326] usb 1-1.2: Product: USB Serial
  468. [119847.113371] ch341 1-1.2:1.0: ch341-uart converter detected
  469. [119847.115469] usb 1-1.2: ch341-uart converter now attached to ttyUSB1
  470. [119847.451016] usb 1-1.2: USB disconnect, device number 10
  471. [119847.451552] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
  472. [119847.451616] ch341 1-1.2:1.0: device disconnected
  473. [119847.749130] usb 1-1.2: new full-speed USB device number 11 using dwc_otg
  474. [119847.882117] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  475. [119847.882131] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  476. [119847.882140] usb 1-1.2: Product: USB Serial
  477. [119847.882861] ch341 1-1.2:1.0: ch341-uart converter detected
  478. [119847.884887] usb 1-1.2: ch341-uart converter now attached to ttyUSB1
  479. [119892.340370] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  480. [119892.340491] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
  481. [119892.508054] usb 1-1.2: USB disconnect, device number 11
  482. [119892.509057] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
  483. [119892.509149] ch341 1-1.2:1.0: device disconnected
  484. [120152.904839] usb 1-1.4: new full-speed USB device number 12 using dwc_otg
  485. [120153.037894] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
  486. [120153.037915] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  487. [120153.037929] usb 1-1.4: Product: USB Serial
  488. [120153.038958] ch341 1-1.4:1.0: ch341-uart converter detected
  489. [120153.041269] usb 1-1.4: ch341-uart converter now attached to ttyUSB0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement