Advertisement
Guest User

Untitled

a guest
May 28th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.56 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.14.111 (root@wwd) (gcc version 4.9.3 (ctng-1.21.0-229g-FA)) #27 SMP Wed Apr 24 20:18:02 CST 2019
  3. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=30c5387d
  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: FriendlyElec NanoPi-R1
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000007bc00000, size 64 MiB
  9. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  10. [ 0.000000] On node 0 totalpages: 262144
  11. [ 0.000000] free_area_init_node: node 0, pgdat c125e3c0, node_mem_map ef6fa000
  12. [ 0.000000] Normal zone: 1728 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  15. [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  16. [ 0.000000] psci: probing for conduit method from DT.
  17. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  18. [ 0.000000] percpu: Embedded 17 pages/cpu @ef69b000 s37120 r8192 d24320 u69632
  19. [ 0.000000] pcpu-alloc: s37120 r8192 d24320 u69632 alloc=17*4096
  20. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  21. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
  22. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10 fbcon=map:0 data=/dev/mmcblk0p3
  23. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  26. [ 0.000000] Memory: 949708K/1048576K available (10240K kernel code, 384K rwdata, 1980K rodata, 2048K init, 302K bss, 33332K reserved, 65536K cma-reserved, 196600K highmem)
  27. [ 0.000000] Virtual kernel memory layout:
  28. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  30. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  31. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  32. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  33. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  34. [ 0.000000] .text : 0xc0008000 - 0xc0c00000 (12256 kB)
  35. [ 0.000000] .init : 0xc1000000 - 0xc1200000 (2048 kB)
  36. [ 0.000000] .data : 0xc1200000 - 0xc1260280 ( 385 kB)
  37. [ 0.000000] .bss : 0xc1269584 - 0xc12b5010 ( 303 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  41. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  42. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  43. [ 0.000000] GIC: Using split EOI/Deactivate mode
  44. [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  45. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  46. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  47. [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  48. [ 0.000018] Switching to timer-based delay loop, resolution 41ns
  49. [ 0.000214] Console: colour dummy device 80x30
  50. [ 0.000251] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
  51. [ 0.000265] pid_max: default: 32768 minimum: 301
  52. [ 0.000431] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  53. [ 0.000446] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  54. [ 0.001140] CPU: Testing write buffer coherency: ok
  55. [ 0.001573] CPU0: update cpu_capacity 1024
  56. [ 0.001584] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  57. [ 0.001947] Setting up static identity map for 0x40200000 - 0x40200060
  58. [ 0.002067] Hierarchical SRCU implementation.
  59. [ 0.002626] smp: Bringing up secondary CPUs ...
  60. [ 0.013395] CPU1: update cpu_capacity 1024
  61. [ 0.013401] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  62. [ 0.024311] CPU2: update cpu_capacity 1024
  63. [ 0.024317] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  64. [ 0.035119] CPU3: update cpu_capacity 1024
  65. [ 0.035125] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  66. [ 0.035210] smp: Brought up 1 node, 4 CPUs
  67. [ 0.035239] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  68. [ 0.035245] CPU: All CPU(s) started in HYP mode.
  69. [ 0.035250] CPU: Virtualization extensions available.
  70. [ 0.036018] devtmpfs: initialized
  71. [ 0.042889] random: get_random_u32 called from bucket_table_alloc+0xf0/0x240 with crng_init=0
  72. [ 0.043445] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  73. [ 0.043713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
  74. [ 0.043735] futex hash table entries: 1024 (order: 4, 65536 bytes)
  75. [ 0.046368] xor: measuring software checksum speed
  76. [ 0.094897] arm4regs : 1372.800 MB/sec
  77. [ 0.144951] 8regs : 769.600 MB/sec
  78. [ 0.195007] 32regs : 850.400 MB/sec
  79. [ 0.245065] neon : 1283.200 MB/sec
  80. [ 0.245072] xor: using function: arm4regs (1372.800 MB/sec)
  81. [ 0.245090] pinctrl core: initialized pinctrl subsystem
  82. [ 0.246063] NET: Registered protocol family 16
  83. [ 0.247340] DMA: preallocated 256 KiB pool for atomic coherent allocations
  84. [ 0.248286] cpuidle: using governor ladder
  85. [ 0.248441] cpuidle: using governor menu
  86. [ 0.248787] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  87. [ 0.248798] hw-breakpoint: maximum watchpoint size is 8 bytes.
  88. [ 0.267127] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/pinctrl@01c20800/gmac_power_pin@0, deferring probe
  89. [ 0.267263] gpio-regulator gpio-regulator: could not find pctldev for node /soc/pinctrl@01f02c00/regulator_pins@0, deferring probe
  90. [ 0.267746] SCSI subsystem initialized
  91. [ 0.267950] libata version 3.00 loaded.
  92. [ 0.268159] usbcore: registered new interface driver usbfs
  93. [ 0.268219] usbcore: registered new interface driver hub
  94. [ 0.268304] usbcore: registered new device driver usb
  95. [ 0.268485] media: Linux media interface: v0.10
  96. [ 0.268520] Linux video capture interface: v2.00
  97. [ 0.268617] pps_core: LinuxPPS API ver. 1 registered
  98. [ 0.268625] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  99. [ 0.268643] PTP clock support registered
  100. [ 0.268950] Advanced Linux Sound Architecture Driver Initialized.
  101. [ 0.270494] clocksource: Switched to clocksource arch_sys_counter
  102. [ 0.270713] VFS: Disk quotas dquot_6.6.0
  103. [ 0.270783] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  104. [ 0.270932] FS-Cache: Loaded
  105. [ 0.277904] NET: Registered protocol family 2
  106. [ 0.278560] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  107. [ 0.278650] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  108. [ 0.278766] TCP: Hash tables configured (established 8192 bind 8192)
  109. [ 0.278872] UDP hash table entries: 512 (order: 2, 16384 bytes)
  110. [ 0.278948] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  111. [ 0.279183] NET: Registered protocol family 1
  112. [ 0.279645] RPC: Registered named UNIX socket transport module.
  113. [ 0.279657] RPC: Registered udp transport module.
  114. [ 0.279662] RPC: Registered tcp transport module.
  115. [ 0.279668] RPC: Registered tcp NFSv4.1 backchannel transport module.
  116. [ 0.279885] Unpacking initramfs...
  117. [ 0.578140] Freeing initrd memory: 5744K
  118. [ 0.578504] kvm [1]: 8-bit VMID
  119. [ 0.579144] kvm [1]: vgic interrupt IRQ16
  120. [ 0.579241] kvm [1]: Hyp mode initialized successfully
  121. [ 0.582091] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  122. [ 0.586599] zbud: loaded
  123. [ 0.588177] FS-Cache: Netfs 'nfs' registered for caching
  124. [ 0.588697] NFS: Registering the id_resolver key type
  125. [ 0.588735] Key type id_resolver registered
  126. [ 0.588741] Key type id_legacy registered
  127. [ 0.588756] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  128. [ 0.588772] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  129. [ 0.589689] fuse init (API version 7.26)
  130. [ 0.594997] async_tx: api initialized (async)
  131. [ 0.595081] bounce: pool size: 64 pages
  132. [ 0.595163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  133. [ 0.595323] io scheduler noop registered (default)
  134. [ 0.595332] io scheduler deadline registered
  135. [ 0.595570] io scheduler cfq registered
  136. [ 0.595582] io scheduler mq-deadline registered
  137. [ 0.595717] io scheduler bfq registered
  138. [ 0.596395] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO, pinctrl may not init
  139. [ 0.600099] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  140. [ 0.601659] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  141. [ 0.607102] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  142. [ 0.608966] console [ttyS0] disabled
  143. [ 0.629167] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 46, base_baud = 1500000) is a U6_16550A
  144. [ 1.414645] console [ttyS0] enabled
  145. [ 1.440911] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 47, base_baud = 1500000) is a U6_16550A
  146. [ 1.472502] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 48, base_baud = 1500000) is a U6_16550A
  147. [ 1.502073] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 49, base_baud = 1500000) is a U6_16550A
  148. [ 1.513359] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  149. [ 1.520008] [drm] No driver support for vblank timestamp query.
  150. [ 1.535170] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0c517a8)
  151. [ 1.542274] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  152. [ 1.550126] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0c504ac)
  153. [ 1.680583] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  154. [ 1.690448] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  155. [ 1.698173] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0c51b28)
  156. [ 1.705019] [drm] Cannot find any crtc or sizes - going 1920x1080
  157. [ 1.748954] Console: switching to colour frame buffer device 240x67
  158. [ 1.779816] sun4i-drm display-engine: fb0: frame buffer device
  159. [ 1.786185] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  160. [ 1.802294] loop: module loaded
  161. [ 1.822457] libphy: Fixed MDIO Bus: probed
  162. [ 1.826609] tun: Universal TUN/TAP device driver, 1.6
  163. [ 1.831833] CAN device driver interface
  164. [ 1.836408] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  165. [ 1.842603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  166. [ 1.849139] ehci-platform: EHCI generic platform driver
  167. [ 1.854543] ehci-platform 1c1a000.usb: EHCI Host Controller
  168. [ 1.860153] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  169. [ 1.868322] ehci-platform 1c1a000.usb: irq 30, io mem 0x01c1a000
  170. [ 1.885514] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  171. [ 1.891808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  172. [ 1.898609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  173. [ 1.905836] usb usb1: Product: EHCI Host Controller
  174. [ 1.910720] usb usb1: Manufacturer: Linux 4.14.111 ehci_hcd
  175. [ 1.916296] usb usb1: SerialNumber: 1c1a000.usb
  176. [ 1.921351] hub 1-0:1.0: USB hub found
  177. [ 1.925130] hub 1-0:1.0: 1 port detected
  178. [ 1.929790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  179. [ 1.936004] ohci-platform: OHCI generic platform driver
  180. [ 1.941435] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  181. [ 1.948079] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  182. [ 1.956014] ohci-platform 1c1a400.usb: irq 31, io mem 0x01c1a400
  183. [ 2.024665] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  184. [ 2.031475] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  185. [ 2.038703] usb usb2: Product: Generic Platform OHCI controller
  186. [ 2.044627] usb usb2: Manufacturer: Linux 4.14.111 ohci_hcd
  187. [ 2.050204] usb usb2: SerialNumber: 1c1a400.usb
  188. [ 2.057610] hub 2-0:1.0: USB hub found
  189. [ 2.061396] hub 2-0:1.0: 1 port detected
  190. [ 2.066032] usbcore: registered new interface driver cdc_acm
  191. [ 2.071704] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  192. [ 2.079764] usbcore: registered new interface driver usblp
  193. [ 2.085284] usbcore: registered new interface driver cdc_wdm
  194. [ 2.091021] usbcore: registered new interface driver usb-storage
  195. [ 2.097123] usbcore: registered new interface driver usbserial
  196. [ 2.102994] usbcore: registered new interface driver usbserial_generic
  197. [ 2.109560] usbserial: USB Serial support registered for generic
  198. [ 2.116366] mousedev: PS/2 mouse device common for all mice
  199. [ 2.122462] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  200. [ 2.129266] sun6i-rtc 1f00000.rtc: RTC enabled
  201. [ 2.133836] i2c /dev entries driver
  202. [ 2.139003] lirc_dev: IR Remote Control driver registered, major 244
  203. [ 2.145376] IR NEC protocol handler initialized
  204. [ 2.149914] IR RC5(x/sz) protocol handler initialized
  205. [ 2.154968] IR RC6 protocol handler initialized
  206. [ 2.159501] IR JVC protocol handler initialized
  207. [ 2.164035] IR Sony protocol handler initialized
  208. [ 2.168786] IR SANYO protocol handler initialized
  209. [ 2.173503] IR Sharp protocol handler initialized
  210. [ 2.178209] IR MCE Keyboard/mouse protocol handler initialized
  211. [ 2.184043] IR LIRC bridge handler initialized
  212. [ 2.188489] IR XMP protocol handler initialized
  213. [ 2.193893] thermal thermal_zone0: failed to read out thermal zone (-16)
  214. [ 2.201146] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  215. [ 2.209460] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
  216. [ 2.219651] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  217. [ 2.260566] sunxi-mmc 1c0f000.mmc: base:0xf09a9000 irq:26
  218. [ 2.266764] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  219. [ 2.307232] mmc0: host does not support reading read-only switch, assuming write-enable
  220. [ 2.317064] mmc0: new high speed SDHC card at address 0001
  221. [ 2.322950] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
  222. [ 2.328619] mmcblk0: p1 p2 p3
  223. [ 2.520527] sunxi-mmc 1c10000.mmc: base:0xf09ad000 irq:27
  224. [ 2.541616] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
  225. [ 2.548610] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  226. [ 2.555607] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  227. [ 2.563798] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
  228. [ 2.565845] sunxi-mmc 1c11000.mmc: base:0xf09cc000 irq:28
  229. [ 2.572590] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
  230. [ 2.580188] ledtrig-cpu: registered to indicate activity on CPUs
  231. [ 2.586486] hidraw: raw HID events driver (C) Jiri Kosina
  232. [ 2.592038] usbcore: registered new interface driver usbhid
  233. [ 2.597616] usbhid: USB HID core driver
  234. [ 2.616144] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  235. [ 2.626292] wireguard: WireGuard 0.0.20171111 loaded. See www.wireguard.com for information.
  236. [ 2.626619] random: fast init done
  237. [ 2.634749] wireguard: Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  238. [ 2.647880] Initializing XFRM netlink socket
  239. [ 2.652725] NET: Registered protocol family 10
  240. [ 2.661872] mmc1: new DDR MMC card at address 0001
  241. [ 2.667245] mmcblk1: mmc1:0001 8GTF4R 7.28 GiB
  242. [ 2.672200] mmcblk1boot0: mmc1:0001 8GTF4R partition 1 4.00 MiB
  243. [ 2.675763] Segment Routing with IPv6
  244. [ 2.678403] mmcblk1boot1: mmc1:0001 8GTF4R partition 2 4.00 MiB
  245. [ 2.681888] NET: Registered protocol family 17
  246. [ 2.685600] mmc2: new high speed SDIO card at address 0001
  247. [ 2.688644] mmcblk1: p1 p2
  248. [ 2.692205] NET: Registered protocol family 15
  249. [ 2.704901] can: controller area network core (rev 20170425 abi 9)
  250. [ 2.711167] NET: Registered protocol family 29
  251. [ 2.715635] can: raw protocol (rev 20170425)
  252. [ 2.719902] can: broadcast manager protocol (rev 20170425 t)
  253. [ 2.725572] can: netlink gateway (rev 20170425) max_hops=1
  254. [ 2.731836] rfkill_gpio rfkill_bt: sunxi-bt device registered.
  255. [ 2.737831] Key type dns_resolver registered
  256. [ 2.742373] Registering SWP/SWPB emulation handler
  257. [ 2.748528] registered taskstats version 1
  258. [ 2.760906] Key type encrypted registered
  259. [ 2.770656] vcc1v2: supplied by vcc5v0
  260. [ 2.774717] vcc-dram: supplied by vcc5v0
  261. [ 2.778935] vdd-cpux: supplied by vcc5v0
  262. [ 2.783562] vdd-cpux: Failed to create debugfs directory
  263. [ 2.790427] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  264. [ 2.796347] dwmac-sun8i 1c30000.ethernet: Will use external PHY
  265. [ 2.910691] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  266. [ 2.916369] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  267. [ 2.923595] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  268. [ 2.929258] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  269. [ 2.936482] dwmac-sun8i 1c30000.ethernet: COE Type 2
  270. [ 2.941452] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  271. [ 2.948807] libphy: stmmac: probed
  272. [ 2.958035] ehci-platform 1c1b000.usb: EHCI Host Controller
  273. [ 2.963673] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  274. [ 2.971955] ehci-platform 1c1b000.usb: irq 32, io mem 0x01c1b000
  275. [ 2.990501] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  276. [ 2.996811] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  277. [ 3.003616] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  278. [ 3.010840] usb usb3: Product: EHCI Host Controller
  279. [ 3.015720] usb usb3: Manufacturer: Linux 4.14.111 ehci_hcd
  280. [ 3.021294] usb usb3: SerialNumber: 1c1b000.usb
  281. [ 3.026397] hub 3-0:1.0: USB hub found
  282. [ 3.030179] hub 3-0:1.0: 1 port detected
  283. [ 3.034822] ehci-platform 1c1c000.usb: EHCI Host Controller
  284. [ 3.040432] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  285. [ 3.048527] ehci-platform 1c1c000.usb: irq 34, io mem 0x01c1c000
  286. [ 3.065511] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  287. [ 3.071760] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  288. [ 3.078559] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  289. [ 3.085785] usb usb4: Product: EHCI Host Controller
  290. [ 3.090668] usb usb4: Manufacturer: Linux 4.14.111 ehci_hcd
  291. [ 3.096244] usb usb4: SerialNumber: 1c1c000.usb
  292. [ 3.101246] hub 4-0:1.0: USB hub found
  293. [ 3.105022] hub 4-0:1.0: 1 port detected
  294. [ 3.109582] ehci-platform 1c1d000.usb: EHCI Host Controller
  295. [ 3.115188] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  296. [ 3.123183] ehci-platform 1c1d000.usb: irq 36, io mem 0x01c1d000
  297. [ 3.140501] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  298. [ 3.146764] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  299. [ 3.153561] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  300. [ 3.160786] usb usb5: Product: EHCI Host Controller
  301. [ 3.165669] usb usb5: Manufacturer: Linux 4.14.111 ehci_hcd
  302. [ 3.171246] usb usb5: SerialNumber: 1c1d000.usb
  303. [ 3.176228] hub 5-0:1.0: USB hub found
  304. [ 3.180001] hub 5-0:1.0: 1 port detected
  305. [ 3.184524] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  306. [ 3.191176] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  307. [ 3.199127] ohci-platform 1c1b400.usb: irq 33, io mem 0x01c1b400
  308. [ 3.264638] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  309. [ 3.271439] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  310. [ 3.278664] usb usb6: Product: Generic Platform OHCI controller
  311. [ 3.284588] usb usb6: Manufacturer: Linux 4.14.111 ohci_hcd
  312. [ 3.290165] usb usb6: SerialNumber: 1c1b400.usb
  313. [ 3.295428] hub 6-0:1.0: USB hub found
  314. [ 3.299241] hub 6-0:1.0: 1 port detected
  315. [ 3.303790] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  316. [ 3.310444] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  317. [ 3.318502] ohci-platform 1c1c400.usb: irq 35, io mem 0x01c1c400
  318. [ 3.375517] usb 3-1: new high-speed USB device number 2 using ehci-platform
  319. [ 3.386698] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  320. [ 3.393504] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  321. [ 3.400730] usb usb7: Product: Generic Platform OHCI controller
  322. [ 3.406657] usb usb7: Manufacturer: Linux 4.14.111 ohci_hcd
  323. [ 3.412236] usb usb7: SerialNumber: 1c1c400.usb
  324. [ 3.417241] hub 7-0:1.0: USB hub found
  325. [ 3.421038] hub 7-0:1.0: 1 port detected
  326. [ 3.425614] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  327. [ 3.432264] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  328. [ 3.440236] ohci-platform 1c1d400.usb: irq 37, io mem 0x01c1d400
  329. [ 3.509641] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
  330. [ 3.516447] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  331. [ 3.523674] usb usb8: Product: Generic Platform OHCI controller
  332. [ 3.529600] usb usb8: Manufacturer: Linux 4.14.111 ohci_hcd
  333. [ 3.535177] usb usb8: SerialNumber: 1c1d400.usb
  334. [ 3.540226] hub 8-0:1.0: USB hub found
  335. [ 3.544025] hub 8-0:1.0: 1 port detected
  336. [ 3.548663] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator
  337. [ 3.559759] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
  338. [ 3.565573] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
  339. [ 3.573585] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
  340. [ 3.580389] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  341. [ 3.587617] usb usb9: Product: MUSB HDRC host driver
  342. [ 3.592589] usb usb9: Manufacturer: Linux 4.14.111 musb-hcd
  343. [ 3.598168] usb usb9: SerialNumber: musb-hdrc.4.auto
  344. [ 3.603715] hub 9-0:1.0: USB hub found
  345. [ 3.607543] hub 9-0:1.0: 1 port detected
  346. [ 3.611912] usb 3-1: New USB device found, idVendor=0bda, idProduct=8152
  347. [ 3.618629] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  348. [ 3.625772] usb 3-1: Product: USB 10/100 LAN
  349. [ 3.630037] usb 3-1: Manufacturer: Realtek
  350. [ 3.634144] usb 3-1: SerialNumber: 000000000000
  351. [ 3.640222] thermal thermal_zone0: binding zone cpu_thermal with cdev thermal-cpufreq-0 failed:-22
  352. [ 3.650619] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
  353. [ 3.660320] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  354. [ 3.668053] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:08 UTC (8)
  355. [ 3.676389] vcc3v0: disabling
  356. [ 3.679362] vcc5v0: disabling
  357. [ 3.682380] usb0-vbus: disabling
  358. [ 3.685624] ALSA device list:
  359. [ 3.688588] #0: Dummy 1
  360. [ 3.691226] #1: Loopback 1
  361. [ 3.694103] #2: H3 Audio Codec
  362. [ 3.697334] #3: allwinner,hdmi
  363. [ 3.702974] Freeing unused kernel memory: 2048K
  364. [ 4.499248] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  365. [ 5.902668] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  366. [ 5.926052] EXT4-fs (mmcblk0p3): re-mounted. Opts: data=ordered
  367. [ 6.094956] init: Console is alive
  368. [ 6.098609] init: - watchdog -
  369. [ 8.114660] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  370. [ 8.131619] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  371. [ 8.145746] init: - preinit -
  372. [ 8.311371] random: jshn: uninitialized urandom read (4 bytes read)
  373. [ 8.345713] random: jshn: uninitialized urandom read (4 bytes read)
  374. [ 8.371371] random: jshn: uninitialized urandom read (4 bytes read)
  375. [ 8.399696] Generic PHY stmmac-0:07: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:07, irq=POLL)
  376. [ 8.417191] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  377. [ 8.424897] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  378. [ 8.431775] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  379. [ 11.547131] mount_root: mounting /dev/root
  380. [ 11.763425] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  381. [ 11.803618] urandom-seed: Seeding with /etc/urandom.seed
  382. [ 11.846530] procd: - early -
  383. [ 11.849502] procd: - watchdog -
  384. [ 12.465014] procd: - watchdog -
  385. [ 12.468589] procd: - ubus -
  386. [ 12.482705] urandom_read: 1 callbacks suppressed
  387. [ 12.482713] random: ubusd: uninitialized urandom read (4 bytes read)
  388. [ 12.523198] random: ubusd: uninitialized urandom read (4 bytes read)
  389. [ 12.529980] random: ubusd: uninitialized urandom read (4 bytes read)
  390. [ 12.537387] procd: - init -
  391. [ 12.768347] kmodloader: loading kernel modules from /etc/modules.d/*
  392. [ 12.783494] ip6_tables: (C) 2000-2006 Netfilter Core Team
  393. [ 13.032298] ip_tables: (C) 2000-2006 Netfilter Core Team
  394. [ 13.222315] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  395. [ 13.397954] usbcore: registered new interface driver r8152
  396. [ 13.407609] xradio_wlan: loading out-of-tree module taints kernel.
  397. [ 13.422983] xt_time: kernel timezone is -0000
  398. [ 13.436278] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430a1-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
  399. [ 13.540650] usb 3-1: reset high-speed USB device number 2 using ehci-platform
  400. [ 13.553607] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 8 2016 15:31:47 version 7.46.57.4.ap.r4 (A1 Station/P2P) FWID 01-3621395e es6.c5.n4.a3
  401. [ 13.563788] PPP generic driver version 2.4.2
  402. [ 13.573374] NET: Registered protocol family 24
  403. [ 13.587450] kmodloader: done loading kernel modules from /etc/modules.d/*
  404. [ 13.738585] r8152 3-1:1.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
  405. [ 13.786838] r8152 3-1:1.0 (unnamed net_device) (uninitialized): Random ether addr d2:99:dc:27:62:f1
  406. [ 13.798941] r8152 3-1:1.0 eth1: v1.09.9
  407. [ 16.590213] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  408. [ 16.653458] br-lan: port 1(eth1) entered blocking state
  409. [ 16.658783] br-lan: port 1(eth1) entered disabled state
  410. [ 16.664871] device eth1 entered promiscuous mode
  411. [ 16.672341] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  412. [ 16.681470] r8152 3-1:1.0 eth1: carrier on
  413. [ 16.685889] r8152 3-1:1.0 eth1: Promiscuous mode enabled
  414. [ 16.692953] br-lan: port 1(eth1) entered blocking state
  415. [ 16.698283] br-lan: port 1(eth1) entered forwarding state
  416. [ 16.715128] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  417. [ 16.723698] Generic PHY stmmac-0:07: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:07, irq=POLL)
  418. [ 16.749033] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  419. [ 16.756840] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  420. [ 16.764422] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  421. [ 17.099074] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  422. [ 17.245083] brcmfmac: brcmf_cfg80211_add_iface: iface validation failed: err=-16
  423. [ 17.362006] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  424. [ 18.298354] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  425. [ 41.123251] random: crng init done
  426. [ 41.126683] random: 3 urandom warning(s) missed due to ratelimiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement