Advertisement
Guest User

Untitled

a guest
Feb 5th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.53 KB | None | 0 0
  1. [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [    0.000000] Linux version 5.10.92-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022
  3. [    0.000000] random: fast init done
  4. [    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
  5. [    0.000000] efi: UEFI not found.
  6. [    0.000000] Reserved memory: created CMA memory pool at 0x000000003a400000, size 64 MiB
  7. [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  8. [    0.000000] Zone ranges:
  9. [    0.000000]   DMA      [mem 0x0000000000000000-0x000000003e5fffff]
  10. [    0.000000]   DMA32    empty
  11. [    0.000000]   Normal   empty
  12. [    0.000000] Movable zone start for each node
  13. [    0.000000] Early memory node ranges
  14. [    0.000000]   node   0: [mem 0x0000000000000000-0x000000003e5fffff]
  15. [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003e5fffff]
  16. [    0.000000] On node 0 totalpages: 255488
  17. [    0.000000]   DMA zone: 3992 pages used for memmap
  18. [    0.000000]   DMA zone: 0 pages reserved
  19. [    0.000000]   DMA zone: 255488 pages, LIFO batch:63
  20. [    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
  21. [    0.000000] percpu: Embedded 32 pages/cpu s91416 r8192 d31464 u131072
  22. [    0.000000] pcpu-alloc: s91416 r8192 d31464 u131072 alloc=32*4096
  23. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  24. [    0.000000] Detected VIPT I-cache on CPU0
  25. [    0.000000] CPU features: detected: ARM erratum 845719
  26. [    0.000000] CPU features: detected: ARM erratum 843419
  27. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 251496
  28. [    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.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  root=PARTUUID=8b0ac6f5-02 rootfstype=ext4 rootwait fsck.repair=yes net.ifnames=0 logo.nologo quiet console=tty1
  29. [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  30. [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  31. [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  32. [    0.000000] Memory: 913588K/1021952K available (11136K kernel code, 1950K rwdata, 3988K rodata, 3712K init, 1253K bss, 42828K reserved, 65536K cma-reserved)
  33. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [    0.000000] ftrace: allocating 36801 entries in 144 pages
  35. [    0.000000] ftrace: allocated 144 pages with 2 groups
  36. [    0.000000] rcu: Preemptible hierarchical RCU implementation.
  37. [    0.000000] rcu:     RCU event tracing is enabled.
  38. [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  39. [    0.000000]  Trampoline variant of Tasks RCU enabled.
  40. [    0.000000]  Rude variant of Tasks RCU enabled.
  41. [    0.000000]  Tracing variant of Tasks RCU enabled.
  42. [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  43. [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  44. [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  45. [    0.000000] random: get_random_bytes called from start_kernel+0x3b0/0x570 with crng_init=1
  46. [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  47. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  48. [    0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  49. [    0.000150] Console: colour dummy device 80x25
  50. [    0.000184] printk: console [tty1] enabled
  51. [    0.000216] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  52. [    0.000233] pid_max: default: 32768 minimum: 301
  53. [    0.000340] LSM: Security Framework initializing
  54. [    0.000468] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  55. [    0.000487] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  56. [    0.001285] cgroup: Disabling memory control group subsystem
  57. [    0.002795] rcu: Hierarchical SRCU implementation.
  58. [    0.003429] EFI services will not be available.
  59. [    0.003754] smp: Bringing up secondary CPUs ...
  60. [    0.004469] Detected VIPT I-cache on CPU1
  61. [    0.004522] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  62. [    0.005240] Detected VIPT I-cache on CPU2
  63. [    0.005270] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  64. [    0.005950] Detected VIPT I-cache on CPU3
  65. [    0.005975] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  66. [    0.006070] smp: Brought up 1 node, 4 CPUs
  67. [    0.006081] SMP: Total of 4 processors activated.
  68. [    0.006089] CPU features: detected: 32-bit EL0 Support
  69. [    0.006097] CPU features: detected: CRC32 instructions
  70. [    0.006105] CPU features: detected: 32-bit EL1 Support
  71. [    0.022898] CPU: All CPU(s) started at EL2
  72. [    0.022947] alternatives: patching kernel code
  73. [    0.023970] devtmpfs: initialized
  74. [    0.033904] Enabled cp15_barrier support
  75. [    0.033929] Enabled setend support
  76. [    0.034081] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  77. [    0.034100] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  78. [    0.035747] pinctrl core: initialized pinctrl subsystem
  79. [    0.036388] DMI not present or invalid.
  80. [    0.036655] NET: Registered protocol family 16
  81. [    0.041678] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  82. [    0.042097] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  83. [    0.042785] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  84. [    0.042884] audit: initializing netlink subsys (disabled)
  85. [    0.043078] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
  86. [    0.043482] thermal_sys: Registered thermal governor 'step_wise'
  87. [    0.043656] cpuidle: using governor menu
  88. [    0.043952] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  89. [    0.044079] ASID allocator initialised with 65536 entries
  90. [    0.044212] Serial: AMBA PL011 UART driver
  91. [    0.055730] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  92. [    0.064262] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:58:39, variant start_cd
  93. [    0.068265] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
  94. [    0.092375] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
  95. [    0.094744] vgaarb: loaded
  96. [    0.095040] SCSI subsystem initialized
  97. [    0.095200] usbcore: registered new interface driver usbfs
  98. [    0.095243] usbcore: registered new interface driver hub
  99. [    0.095294] usbcore: registered new device driver usb
  100. [    0.095491] usb_phy_generic phy: supply vcc not found, using dummy regulator
  101. [    0.096797] clocksource: Switched to clocksource arch_sys_counter
  102. [    0.814432] VFS: Disk quotas dquot_6.6.0
  103. [    0.814497] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  104. [    0.814608] FS-Cache: Loaded
  105. [    0.814786] CacheFiles: Loaded
  106. [    0.821607] NET: Registered protocol family 2
  107. [    0.821782] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  108. [    0.822580] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  109. [    0.822604] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  110. [    0.822728] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
  111. [    0.822827] TCP: Hash tables configured (established 8192 bind 8192)
  112. [    0.822992] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  113. [    0.823019] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  114. [    0.823183] NET: Registered protocol family 1
  115. [    0.823772] RPC: Registered named UNIX socket transport module.
  116. [    0.823779] RPC: Registered udp transport module.
  117. [    0.823786] RPC: Registered tcp transport module.
  118. [    0.823793] RPC: Registered tcp NFSv4.1 backchannel transport module.
  119. [    0.823807] PCI: CLS 0 bytes, default 64
  120. [    0.825043] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  121. [    0.825172] kvm [1]: IPA Size Limit: 40 bits
  122. [    0.825934] kvm [1]: Hyp mode initialized successfully
  123. [    0.828528] Initialise system trusted keyrings
  124. [    0.828769] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  125. [    0.833512] zbud: loaded
  126. [    0.834716] FS-Cache: Netfs 'nfs' registered for caching
  127. [    0.835212] NFS: Registering the id_resolver key type
  128. [    0.835239] Key type id_resolver registered
  129. [    0.835246] Key type id_legacy registered
  130. [    0.835324] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  131. [    0.835333] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  132. [    0.836106] Key type asymmetric registered
  133. [    0.836114] Asymmetric key parser 'x509' registered
  134. [    0.836155] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  135. [    0.836328] io scheduler mq-deadline registered
  136. [    0.836336] io scheduler kyber registered
  137. [    0.838851] bcm2708_fb soc:fb: FB found 1 display(s)
  138. [    0.843928] Console: switching to colour frame buffer device 90x30
  139. [    0.845416] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480
  140. [    0.847207] raspberrypi-clk: probe of soc:firmware:clocks failed with error -17
  141. [    0.849142] bcm2835-rng 3f104000.rng: hwrng registered
  142. [    0.849435] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
  143. [    0.850198] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  144. [    0.850423] cacheinfo: Unable to detect cache hierarchy for CPU 0
  145. [    0.858509] brd: module loaded
  146. [    0.867463] loop: module loaded
  147. [    0.868552] Loading iSCSI transport class v2.0-870.
  148. [    0.870796] libphy: Fixed MDIO Bus: probed
  149. [    0.871585] usbcore: registered new interface driver r8152
  150. [    0.871630] usbcore: registered new interface driver lan78xx
  151. [    0.871675] usbcore: registered new interface driver smsc95xx
  152. [    0.871911] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  153. [    1.599927] Core Release: 2.80a
  154. [    1.599937] Setting default values for core params
  155. [    1.599956] Finished setting default values for core params
  156. [    1.800192] Using Buffer DMA mode
  157. [    1.800200] Periodic Transfer Interrupt Enhancement - disabled
  158. [    1.800206] Multiprocessor Interrupt Enhancement - disabled
  159. [    1.800214] OTG VER PARAM: 0, OTG VER FLAG: 0
  160. [    1.800224] Dedicated Tx FIFOs mode
  161.  
  162. [    1.800611] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = ffffffc011a19000 dma = 0x00000000fa810000 len=9024
  163. [    1.800629] FIQ FSM acceleration enabled for :
  164.                Non-periodic Split Transactions
  165.                Periodic Split Transactions
  166.                High-Speed Isochronous Endpoints
  167.                Interrupt/Control Split Transaction hack enabled
  168. [    1.800637] dwc_otg: Microframe scheduler enabled
  169.  
  170. [    1.800669] WARN::hcd_init_fiq:497: MPHI regs_base at ffffffc01161d000
  171. [    1.800712] dwc_otg 3f980000.usb: DWC OTG Controller
  172. [    1.800733] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  173. [    1.800763] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
  174. [    1.800811] Init: Port Power? op_state=1
  175. [    1.800819] Init: Power Port (0)
  176. [    1.801045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  177. [    1.801054] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  178. [    1.801062] usb usb1: Product: DWC OTG Controller
  179. [    1.801070] usb usb1: Manufacturer: Linux 5.10.92-v8+ dwc_otg_hcd
  180. [    1.801078] usb usb1: SerialNumber: 3f980000.usb
  181. [    1.801578] hub 1-0:1.0: USB hub found
  182. [    1.801616] hub 1-0:1.0: 1 port detected
  183. [    1.802338] dwc_otg: FIQ enabled
  184. [    1.802346] dwc_otg: NAK holdoff enabled
  185. [    1.802352] dwc_otg: FIQ split-transaction FSM enabled
  186. [    1.802363] Module dwc_common_port init
  187. [    1.802734] usbcore: registered new interface driver uas
  188. [    1.802791] usbcore: registered new interface driver usb-storage
  189. [    1.802949] mousedev: PS/2 mouse device common for all mice
  190. [    1.803853] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  191. [    1.804307] sdhci: Secure Digital Host Controller Interface driver
  192. [    1.804314] sdhci: Copyright(c) Pierre Ossman
  193. [    1.804743] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  194. [    1.804962] sdhci-pltfm: SDHCI platform and OF driver helper
  195. [    1.806597] ledtrig-cpu: registered to indicate activity on CPUs
  196. [    1.806853] hid: raw HID events driver (C) Jiri Kosina
  197. [    1.806967] usbcore: registered new interface driver usbhid
  198. [    1.806974] usbhid: USB HID core driver
  199. [    1.807197] ashmem: initialized
  200. [    1.810810] Initializing XFRM netlink socket
  201. [    1.810845] NET: Registered protocol family 17
  202. [    1.810956] Key type dns_resolver registered
  203. [    1.811469] registered taskstats version 1
  204. [    1.811490] Loading compiled-in X.509 certificates
  205. [    1.811860] Key type ._fscrypt registered
  206. [    1.811867] Key type .fscrypt registered
  207. [    1.811875] Key type fscrypt-provisioning registered
  208. [    1.820092] uart-pl011 3f201000.serial: cts_event_workaround enabled
  209. [    1.820173] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
  210. [    1.822980] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  211. [    1.824085] sdhost: log_buf @ (____ptrval____) (c2b5b000)
  212. [    1.872903] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  213. [    1.875068] of_cfs_init
  214. [    1.875187] of_cfs_init: OK
  215. [    1.875744] Waiting for root device PARTUUID=8b0ac6f5-02...
  216. [    1.912892] Indeed it is in host mode hprt0 = 00021501
  217. [    1.958958] mmc0: host does not support reading read-only switch, assuming write-enable
  218. [    1.963431] mmc0: new high speed SDHC card at address aaaa
  219. [    1.964142] mmcblk0: mmc0:aaaa SB32G 29.7 GiB
  220. [    1.979239]  mmcblk0: p1 p2
  221. [    2.000139] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  222. [    2.000209] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  223. [    2.007591] devtmpfs: mounted
  224. [    2.013939] Freeing unused kernel memory: 3712K
  225. [    2.016901] Run /sbin/init as init process
  226. [    2.016908]   with arguments:
  227. [    2.016914]     /sbin/init
  228. [    2.016920]   with environment:
  229. [    2.016926]     HOME=/
  230. [    2.016932]     TERM=linux
  231. [    2.100859] usb 1-1: new high-speed USB device number 2 using dwc_otg
  232. [    2.101012] Indeed it is in host mode hprt0 = 00001101
  233. [    2.309135] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
  234. [    2.309160] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  235. [    2.309781] hub 1-1:1.0: USB hub found
  236. [    2.309877] hub 1-1:1.0: 4 ports detected
  237. [    2.584752] systemd[1]: System time before build time, advancing clock.
  238. [    2.600846] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  239. [    2.701159] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
  240. [    2.701174] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  241. [    2.701760] hub 1-1.1:1.0: USB hub found
  242. [    2.701845] hub 1-1.1:1.0: 3 ports detected
  243. [    2.729477] NET: Registered protocol family 10
  244. [    2.730595] Segment Routing with IPv6
  245. [    2.777589] systemd[1]: systemd 247.3-6 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)
  246. [    2.779429] systemd[1]: Detected architecture arm64.
  247. [    2.781274] systemd[1]: Set hostname to <DietPi>.
  248. [    3.054875] dwc_otg_handle_wakeup_detected_intr lxstate = 2
  249. [    3.244970] random: crng init done
  250. [    3.385974] systemd[1]: Queued start job for default target Graphical Interface.
  251. [    3.388721] systemd[1]: Created slice system-getty.slice.
  252. [    3.389860] systemd[1]: Created slice system-modprobe.slice.
  253. [    3.390547] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  254. [    3.391256] systemd[1]: Created slice system-wg\x2dquick.slice.
  255. [    3.391634] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  256. [    3.391904] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  257. [    3.392681] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  258. [    3.392901] systemd[1]: Reached target Local Encrypted Volumes.
  259. [    3.393092] systemd[1]: Reached target Paths.
  260. [    3.393200] systemd[1]: Reached target Slices.
  261. [    3.406422] systemd[1]: Listening on RPCbind Server Activation Socket.
  262. [    3.407241] systemd[1]: Listening on fsck to fsckd communication Socket.
  263. [    3.407552] systemd[1]: Listening on initctl Compatibility Named Pipe.
  264. [    3.408413] systemd[1]: Listening on Journal Audit Socket.
  265. [    3.409108] systemd[1]: Listening on Journal Socket (/dev/log).
  266. [    3.409802] systemd[1]: Listening on Journal Socket.
  267. [    3.413417] systemd[1]: Listening on udev Control Socket.
  268. [    3.414039] systemd[1]: Listening on udev Kernel Socket.
  269. [    3.414113] systemd[1]: Reached target Sockets.
  270. [    3.414770] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  271. [    3.417760] systemd[1]: Mounting POSIX Message Queue File System...
  272. [    3.421081] systemd[1]: Mounting RPC Pipe File System...
  273. [    3.424931] systemd[1]: Mounting Kernel Debug File System...
  274. [    3.429571] systemd[1]: Mounting Kernel Trace File System...
  275. [    3.430044] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  276. [    3.437504] systemd[1]: Starting Restore / save the current clock...
  277. [    3.441167] systemd[1]: Starting Set the console keyboard layout...
  278. [    3.444974] systemd[1]: Starting Create list of static device nodes for the current kernel...
  279. [    3.449012] systemd[1]: Starting Load Kernel Module configfs...
  280. [    3.453907] systemd[1]: Starting Load Kernel Module fuse...
  281. [    3.463497] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  282. [    3.466733] systemd[1]: Starting File System Check on Root Device...
  283. [    3.473607] systemd[1]: Starting Journal Service...
  284. [    3.502003] systemd[1]: Starting Load Kernel Modules...
  285. [    3.506794] systemd[1]: Starting Coldplug All udev Devices...
  286. [    3.510423] fuse: init (API version 7.32)
  287. [    3.516244] systemd[1]: Mounted POSIX Message Queue File System.
  288. [    3.518876] systemd[1]: Mounted RPC Pipe File System.
  289. [    3.519642] systemd[1]: Mounted Kernel Debug File System.
  290. [    3.520365] systemd[1]: Mounted Kernel Trace File System.
  291. [    3.522066] systemd[1]: Finished Restore / save the current clock.
  292. [    3.524109] systemd[1]: Finished Create list of static device nodes for the current kernel.
  293. [    3.530120] systemd[1]: modprobe@configfs.service: Succeeded.
  294. [    3.536315] systemd[1]: Finished Load Kernel Module configfs.
  295. [    3.538356] systemd[1]: modprobe@fuse.service: Succeeded.
  296. [    3.539552] systemd[1]: Finished Load Kernel Module fuse.
  297. [    3.547477] systemd[1]: Mounting FUSE Control File System...
  298. [    3.551868] systemd[1]: Mounting Kernel Configuration File System...
  299. [    3.557623] systemd[1]: Started File System Check Daemon to report status.
  300. [    3.565681] systemd[1]: Mounted FUSE Control File System.
  301. [    3.566144] systemd[1]: Mounted Kernel Configuration File System.
  302. [    3.578902] cryptd: max_cpu_qlen set to 1000
  303. [    3.648941] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
  304. [    3.675606] systemd[1]: Finished Load Kernel Modules.
  305. [    3.679533] systemd[1]: Starting Apply Kernel Variables...
  306. [    3.712318] systemd[1]: Started Journal Service.
  307. [    3.753497] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
  308. [    3.753516] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  309. [    3.903076] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  310. [    3.968905] Adding 1115132k swap on /var/swap.  Priority:-2 extents:5 across:1508348k SSFS
  311. [    4.021442] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
  312. [    4.022664] libphy: lan78xx-mdiobus: probed
  313. [    4.038390] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
  314. [    4.111823] systemd-journald[130]: Received client request to flush runtime journal.
  315. [    6.538240] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
  316. [    6.538254] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  317. [    9.828857] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  318. [   33.756932] cam-dummy-reg: disabling
  319. [   33.756979] cam1-reg: disabling
  320.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement