Advertisement
Guest User

Untitled

a guest
Oct 28th, 2019
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.33 KB | None | 0 0
  1. # dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.19.62-sunxi (root@armbian.com) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #5.92 SMP Wed Jul 31 22:07:23 CEST 2019
  4. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi One
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] cma: Reserved 128 MiB at 0x55c00000
  10. [ 0.000000] On node 0 totalpages: 122880
  11. [ 0.000000] Normal zone: 1080 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 122880 pages, LIFO batch:31
  14. [ 0.000000] psci: probing for conduit method from DT.
  15. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  16. [ 0.000000] random: get_random_bytes called from start_kernel+0x8d/0x3c6 with crng_init=0
  17. [ 0.000000] percpu: Embedded 18 pages/cpu s41548 r8192 d23988 u73728
  18. [ 0.000000] pcpu-alloc: s41548 r8192 d23988 u73728 alloc=18*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 121800
  21. [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=fc6e025a-01 ubootsource=mmc usb-storage.quirks= sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
  22. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  24. [ 0.000000] allocated 491520 bytes of page_ext
  25. [ 0.000000] Memory: 334608K/491520K available (9216K kernel code, 1004K rwdata, 2580K rodata, 1024K init, 331K bss, 25840K reserved, 131072K cma-reserved, 0K highmem)
  26. [ 0.000000] Virtual kernel memory layout:
  27. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  28. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  29. vmalloc : 0xde800000 - 0xff800000 ( 528 MB)
  30. lowmem : 0xc0000000 - 0xde000000 ( 480 MB)
  31. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  32. modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  33. .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
  34. .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  35. .data : 0x(ptrval) - 0x(ptrval) (1005 kB)
  36. .bss : 0x(ptrval) - 0x(ptrval) ( 332 kB)
  37. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  38. [ 0.000000] ftrace: allocating 39997 entries in 79 pages
  39. [ 0.000000] rcu: Hierarchical RCU implementation.
  40. [ 0.000000] rcu: 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  48. [ 0.000013] Switching to timer-based delay loop, resolution 41ns
  49. [ 0.000172] Console: colour dummy device 80x30
  50. [ 0.000186] console [tty1] enabled
  51. [ 0.000229] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  52. [ 0.000239] pid_max: default: 32768 minimum: 301
  53. [ 0.000422] Security Framework initialized
  54. [ 0.000432] AppArmor: AppArmor disabled by boot time parameter
  55. [ 0.000500] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  56. [ 0.000508] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  57. [ 0.001319] CPU: Testing write buffer coherency: ok
  58. [ 0.001733] CPU0: update cpu_capacity 1024
  59. [ 0.001739] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  60. [ 0.002237] Setting up static identity map for 0x40100000 - 0x40100054
  61. [ 0.002379] rcu: Hierarchical SRCU implementation.
  62. [ 0.003116] smp: Bringing up secondary CPUs ...
  63. [ 0.013832] CPU1: update cpu_capacity 1024
  64. [ 0.013840] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  65. [ 0.024644] CPU2: update cpu_capacity 1024
  66. [ 0.024651] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  67. [ 0.035389] CPU3: update cpu_capacity 1024
  68. [ 0.035394] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  69. [ 0.035486] smp: Brought up 1 node, 4 CPUs
  70. [ 0.035494] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  71. [ 0.035498] CPU: All CPU(s) started in HYP mode.
  72. [ 0.035501] CPU: Virtualization extensions available.
  73. [ 0.036580] devtmpfs: initialized
  74. [ 0.043109] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  75. [ 0.043368] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  76. [ 0.043385] futex hash table entries: 1024 (order: 4, 65536 bytes)
  77. [ 0.048104] xor: measuring software checksum speed
  78. [ 0.087347] arm4regs : 1255.000 MB/sec
  79. [ 0.127401] 8regs : 748.000 MB/sec
  80. [ 0.167462] 32regs : 766.000 MB/sec
  81. [ 0.207520] neon : 1270.000 MB/sec
  82. [ 0.207524] xor: using function: neon (1270.000 MB/sec)
  83. [ 0.207601] pinctrl core: initialized pinctrl subsystem
  84. [ 0.208487] NET: Registered protocol family 16
  85. [ 0.210671] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  86. [ 0.211150] audit: initializing netlink subsys (disabled)
  87. [ 0.211323] audit: type=2000 audit(0.184:1): state=initialized audit_enabled=0 res=1
  88. [ 0.211767] cpuidle: using governor ladder
  89. [ 0.211797] cpuidle: using governor menu
  90. [ 0.212310] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  91. [ 0.212314] hw-breakpoint: maximum watchpoint size is 8 bytes.
  92. [ 0.292025] raid6: int32x1 gen() 189 MB/s
  93. [ 0.359928] raid6: int32x1 xor() 160 MB/s
  94. [ 0.427973] raid6: int32x2 gen() 255 MB/s
  95. [ 0.496136] raid6: int32x2 xor() 198 MB/s
  96. [ 0.564174] raid6: int32x4 gen() 258 MB/s
  97. [ 0.632290] raid6: int32x4 xor() 193 MB/s
  98. [ 0.700300] raid6: int32x8 gen() 247 MB/s
  99. [ 0.768516] raid6: int32x8 xor() 172 MB/s
  100. [ 0.836549] raid6: neonx1 gen() 495 MB/s
  101. [ 0.904600] raid6: neonx1 xor() 460 MB/s
  102. [ 0.972735] raid6: neonx2 gen() 664 MB/s
  103. [ 1.040783] raid6: neonx2 xor() 594 MB/s
  104. [ 1.108933] raid6: neonx4 gen() 798 MB/s
  105. [ 1.176985] raid6: neonx4 xor() 669 MB/s
  106. [ 1.245077] raid6: neonx8 gen() 716 MB/s
  107. [ 1.313185] raid6: neonx8 xor() 606 MB/s
  108. [ 1.313189] raid6: using algorithm neonx4 gen() 798 MB/s
  109. [ 1.313191] raid6: .... xor() 669 MB/s, rmw enabled
  110. [ 1.313195] raid6: using neon recovery algorithm
  111. [ 1.314619] SCSI subsystem initialized
  112. [ 1.314811] libata version 3.00 loaded.
  113. [ 1.315003] usbcore: registered new interface driver usbfs
  114. [ 1.315042] usbcore: registered new interface driver hub
  115. [ 1.315117] usbcore: registered new device driver usb
  116. [ 1.315276] media: Linux media interface: v0.10
  117. [ 1.315304] videodev: Linux video capture interface: v2.00
  118. [ 1.315424] pps_core: LinuxPPS API ver. 1 registered
  119. [ 1.315429] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  120. [ 1.315445] PTP clock support registered
  121. [ 1.317047] clocksource: Switched to clocksource arch_sys_counter
  122. [ 1.422333] VFS: Disk quotas dquot_6.6.0
  123. [ 1.422407] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  124. [ 1.430406] NET: Registered protocol family 2
  125. [ 1.431105] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  126. [ 1.431130] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  127. [ 1.431180] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  128. [ 1.431239] TCP: Hash tables configured (established 4096 bind 4096)
  129. [ 1.431336] UDP hash table entries: 256 (order: 1, 8192 bytes)
  130. [ 1.431375] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  131. [ 1.431559] NET: Registered protocol family 1
  132. [ 1.432091] RPC: Registered named UNIX socket transport module.
  133. [ 1.432098] RPC: Registered udp transport module.
  134. [ 1.432101] RPC: Registered tcp transport module.
  135. [ 1.432104] RPC: Registered tcp NFSv4.1 backchannel transport module.
  136. [ 1.432350] Trying to unpack rootfs image as initramfs...
  137. [ 1.728712] Freeing initrd memory: 4852K
  138. [ 1.730513] Initialise system trusted keyrings
  139. [ 1.730739] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  140. [ 1.736369] zbud: loaded
  141. [ 1.738647] NFS: Registering the id_resolver key type
  142. [ 1.738671] Key type id_resolver registered
  143. [ 1.738675] Key type id_legacy registered
  144. [ 1.738686] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  145. [ 1.738691] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  146. [ 1.739773] JFS: nTxBlock = 3676, nTxLock = 29408
  147. [ 1.744616] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  148. [ 1.752178] Key type asymmetric registered
  149. [ 1.752188] Asymmetric key parser 'x509' registered
  150. [ 1.752257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  151. [ 1.752403] io scheduler noop registered
  152. [ 1.752408] io scheduler deadline registered
  153. [ 1.752598] io scheduler cfq registered (default)
  154. [ 1.752604] io scheduler mq-deadline registered
  155. [ 1.752608] io scheduler kyber registered
  156. [ 1.752737] io scheduler bfq registered
  157. [ 1.753870] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  158. [ 1.757678] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  159. [ 1.759175] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  160. [ 1.806608] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  161. [ 1.808801] console [ttyS0] disabled
  162. [ 1.828955] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 37, base_baud = 1500000) is a U6_16550A
  163. [ 1.829010] console [ttyS0] enabled
  164. [ 1.842791] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a85dec)
  165. [ 1.843041] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a83538)
  166. [ 1.843094] sun8i-dw-hdmi 1ee0000.hdmi: 1ee0000.hdmi supply hvcc not found, using dummy regulator
  167. [ 1.843159] sun8i-dw-hdmi 1ee0000.hdmi: Linked as a consumer to regulator.0
  168. [ 1.843955] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  169. [ 1.844298] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  170. [ 1.844545] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a85870)
  171. [ 1.844552] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  172. [ 1.844555] [drm] No driver support for vblank timestamp query.
  173. [ 2.047438] random: fast init done
  174. [ 2.340910] fbcon_init: disable boot-logo (boot-logo bigger than screen).
  175. [ 2.340922] Console: switching to colour frame buffer device 240x67
  176. [ 2.390891] sun4i-drm display-engine: fb0: DRM emulated frame buffer device
  177. [ 2.391342] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  178. [ 2.394265] brd: module loaded
  179. [ 2.399699] loop: module loaded
  180. [ 2.401933] libphy: Fixed MDIO Bus: probed
  181. [ 2.402433] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  182. [ 2.402474] dwmac-sun8i 1c30000.ethernet: No regulator found
  183. [ 2.402804] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  184. [ 2.402823] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  185. [ 2.402829] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  186. [ 2.402835] dwmac-sun8i 1c30000.ethernet: COE Type 2
  187. [ 2.402840] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  188. [ 2.402846] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  189. [ 2.402852] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  190. [ 2.402985] libphy: stmmac: probed
  191. [ 2.403416] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  192. [ 2.403516] libphy: mdio_mux: probed
  193. [ 2.403535] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  194. [ 2.403542] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  195. [ 2.408163] libphy: mdio_mux: probed
  196. [ 2.408999] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  197. [ 2.409004] ehci-platform: EHCI generic platform driver
  198. [ 2.409230] ehci-platform 1c1a000.usb: EHCI Host Controller
  199. [ 2.409256] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  200. [ 2.409576] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
  201. [ 2.425061] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  202. [ 2.425334] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  203. [ 2.425342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  204. [ 2.425347] usb usb1: Product: EHCI Host Controller
  205. [ 2.425353] usb usb1: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
  206. [ 2.425358] usb usb1: SerialNumber: 1c1a000.usb
  207. [ 2.425882] hub 1-0:1.0: USB hub found
  208. [ 2.425932] hub 1-0:1.0: 1 port detected
  209. [ 2.426575] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  210. [ 2.426600] ohci-platform: OHCI generic platform driver
  211. [ 2.426751] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  212. [ 2.426773] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  213. [ 2.426991] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
  214. [ 2.489299] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
  215. [ 2.489307] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  216. [ 2.489313] usb usb2: Product: Generic Platform OHCI controller
  217. [ 2.489318] usb usb2: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
  218. [ 2.489324] usb usb2: SerialNumber: 1c1a400.usb
  219. [ 2.489844] hub 2-0:1.0: USB hub found
  220. [ 2.489892] hub 2-0:1.0: 1 port detected
  221. [ 2.490854] usbcore: registered new interface driver usb-storage
  222. [ 2.491543] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  223. [ 2.491549] sun6i-rtc 1f00000.rtc: RTC enabled
  224. [ 2.491730] i2c /dev entries driver
  225. [ 2.493160] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  226. [ 2.493949] sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.2
  227. [ 2.494510] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  228. [ 2.494768] ledtrig-cpu: registered to indicate activity on CPUs
  229. [ 2.494835] hidraw: raw HID events driver (C) Jiri Kosina
  230. [ 2.494964] usbcore: registered new interface driver usbhid
  231. [ 2.494967] usbhid: USB HID core driver
  232. [ 2.501153] Initializing XFRM netlink socket
  233. [ 2.501801] NET: Registered protocol family 10
  234. [ 2.516113] Segment Routing with IPv6
  235. [ 2.516210] NET: Registered protocol family 17
  236. [ 2.516244] NET: Registered protocol family 15
  237. [ 2.516302] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  238. [ 2.516346] 8021q: 802.1Q VLAN Support v1.8
  239. [ 2.516625] Key type dns_resolver registered
  240. [ 2.517116] Registering SWP/SWPB emulation handler
  241. [ 2.517680] registered taskstats version 1
  242. [ 2.517684] Loading compiled-in X.509 certificates
  243. [ 2.517761] zswap: loaded using pool lzo/zbud
  244. [ 2.519458] Btrfs loaded, crc32c=crc32c-generic
  245. [ 2.519849] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
  246. [ 2.526340] Key type encrypted registered
  247. [ 2.535286] simple-framebuffer 5e000000.framebuffer: framebuffer at 0x5e000000, 0x7e9000 bytes, mapped to 0x(ptrval)
  248. [ 2.535298] simple-framebuffer 5e000000.framebuffer: format=x8r8g8b8, mode=1920x1080x32, linelength=7680
  249. [ 2.535536] simple-framebuffer 5e000000.framebuffer: fb1: simplefb registered!
  250. [ 2.535954] sun4i-usb-phy 1c19400.phy: Linked as a consumer to regulator.4
  251. [ 2.536904] ehci-platform 1c1b000.usb: EHCI Host Controller
  252. [ 2.536929] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  253. [ 2.537348] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
  254. [ 2.553048] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  255. [ 2.553259] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  256. [ 2.553267] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  257. [ 2.553272] usb usb3: Product: EHCI Host Controller
  258. [ 2.553278] usb usb3: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
  259. [ 2.553283] usb usb3: SerialNumber: 1c1b000.usb
  260. [ 2.553776] hub 3-0:1.0: USB hub found
  261. [ 2.553813] hub 3-0:1.0: 1 port detected
  262. [ 2.554571] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  263. [ 2.554600] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  264. [ 2.554820] ohci-platform 1c1b400.usb: irq 29, io mem 0x01c1b400
  265. [ 2.571695] mmc0: host does not support reading read-only switch, assuming write-enable
  266. [ 2.575982] mmc0: new high speed SD card at address e624
  267. [ 2.577262] mmcblk0: mmc0:e624 SU02G 1.84 GiB
  268. [ 2.579946] mmcblk0: p1
  269. [ 2.617252] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
  270. [ 2.617261] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  271. [ 2.617267] usb usb4: Product: Generic Platform OHCI controller
  272. [ 2.617273] usb usb4: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
  273. [ 2.617278] usb usb4: SerialNumber: 1c1b400.usb
  274. [ 2.617759] hub 4-0:1.0: USB hub found
  275. [ 2.617796] hub 4-0:1.0: 1 port detected
  276. [ 2.618679] usb_phy_generic usb_phy_generic.2.auto: usb_phy_generic.2.auto supply vcc not found, using dummy regulator
  277. [ 2.618742] usb_phy_generic usb_phy_generic.2.auto: Linked as a consumer to regulator.0
  278. [ 2.619063] musb-hdrc musb-hdrc.3.auto: MUSB HDRC host driver
  279. [ 2.619074] musb-hdrc musb-hdrc.3.auto: new USB bus registered, assigned bus number 5
  280. [ 2.619309] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  281. [ 2.619317] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  282. [ 2.619323] usb usb5: Product: MUSB HDRC host driver
  283. [ 2.619328] usb usb5: Manufacturer: Linux 4.19.62-sunxi musb-hcd
  284. [ 2.619334] usb usb5: SerialNumber: musb-hdrc.3.auto
  285. [ 2.619758] hub 5-0:1.0: USB hub found
  286. [ 2.619795] hub 5-0:1.0: 1 port detected
  287. [ 2.620755] sun6i-rtc 1f00000.rtc: setting system clock to 2019-10-29 03:13:13 UTC (1572318793)
  288. [ 2.620942] of_cfs_init
  289. [ 2.621075] of_cfs_init: OK
  290. [ 2.621230] vcc3v0: disabling
  291. [ 2.621237] vcc5v0: disabling
  292. [ 2.621242] usb0-vbus: disabling
  293. [ 2.624561] Freeing unused kernel memory: 1024K
  294. [ 2.641238] Run /init as init process
  295. [ 2.685024] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  296. [ 2.685639] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  297. [ 2.685756] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  298. [ 3.746186] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  299. [ 4.379822] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  300. [ 4.380312] systemd[1]: Detected architecture arm.
  301. [ 4.390874] systemd[1]: Set hostname to <orangepione>.
  302. [ 4.898259] systemd[1]: Reached target Swap.
  303. [ 4.899257] systemd[1]: Listening on RPCbind Server Activation Socket.
  304. [ 4.900551] systemd[1]: Created slice User and Session Slice.
  305. [ 4.901244] systemd[1]: Listening on Syslog Socket.
  306. [ 4.901758] systemd[1]: Listening on fsck to fsckd communication Socket.
  307. [ 4.902795] systemd[1]: Created slice System Slice.
  308. [ 4.906491] systemd[1]: Mounting POSIX Message Queue File System...
  309. [ 5.062490] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  310. [ 5.305114] systemd-journald[214]: Received request to flush runtime journal from PID 1
  311. [ 5.807575] cpu cpu0: Linked as a consumer to regulator.5
  312. [ 5.807630] cpu cpu0: Dropping the link to regulator.5
  313. [ 5.807806] cpu cpu0: Linked as a consumer to regulator.5
  314. [ 5.808567] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
  315. [ 5.808578] cpu cpu0: _opp_add: OPP not supported by regulators (1056000000)
  316. [ 5.808704] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
  317. [ 5.808712] cpu cpu0: _opp_add: OPP not supported by regulators (1104000000)
  318. [ 5.808820] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
  319. [ 5.808836] cpu cpu0: _opp_add: OPP not supported by regulators (1152000000)
  320. [ 5.808999] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
  321. [ 5.809018] cpu cpu0: _opp_add: OPP not supported by regulators (1200000000)
  322. [ 5.809242] core: _opp_supported_by_regulators: OPP minuV: 1340000 maxuV: 1340000, not supported by regulator
  323. [ 5.809257] cpu cpu0: _opp_add: OPP not supported by regulators (1224000000)
  324. [ 5.809347] core: _opp_supported_by_regulators: OPP minuV: 1340000 maxuV: 1340000, not supported by regulator
  325. [ 5.809353] cpu cpu0: _opp_add: OPP not supported by regulators (1248000000)
  326. [ 5.809462] core: _opp_supported_by_regulators: OPP minuV: 1340000 maxuV: 1340000, not supported by regulator
  327. [ 5.809470] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000)
  328. [ 5.809574] core: _opp_supported_by_regulators: OPP minuV: 1400000 maxuV: 1400000, not supported by regulator
  329. [ 5.809582] cpu cpu0: _opp_add: OPP not supported by regulators (1344000000)
  330. [ 5.809681] core: _opp_supported_by_regulators: OPP minuV: 1400000 maxuV: 1400000, not supported by regulator
  331. [ 5.809689] cpu cpu0: _opp_add: OPP not supported by regulators (1368000000)
  332. [ 5.810381] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-22
  333. [ 5.814044] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  334. [ 5.977900] sun8i_ths 1c25000.thermal-sensor: no memory resources defined
  335. [ 5.977932] sun8i_ths: probe of 1c25000.thermal-sensor failed with error -22
  336. [ 6.046433] thermal thermal_zone0: failed to read out thermal zone (-110)
  337. [ 6.078346] lima 1c40000.gpu: bus rate = 200000000
  338. [ 6.078359] lima 1c40000.gpu: mod rate = 384000000
  339. [ 6.079299] [TTM] Zone kernel: Available graphics memory: 235778 kiB
  340. [ 6.079306] [TTM] Initializing pool allocator
  341. [ 6.080192] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
  342. [ 6.080248] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
  343. [ 6.080322] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
  344. [ 6.080377] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
  345. [ 6.097502] [drm] Initialized lima 1.0.0 20170325 for 1c40000.gpu on minor 1
  346. [ 6.271006] zram: Added device: zram0
  347. [ 6.271692] zram: Added device: zram1
  348. [ 6.272350] zram: Added device: zram2
  349. [ 6.355446] zram1: detected capacity change from 0 to 241438720
  350. [ 6.449290] Adding 235776k swap on /dev/zram1. Priority:5 extents:1 across:235776k SSFS
  351. [ 6.598031] zram0: detected capacity change from 0 to 52428800
  352. [ 7.115615] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
  353. [ 7.582028] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  354. [ 7.770248] random: crng init done
  355. [ 7.770264] random: 7 urandom warning(s) missed due to ratelimiting
  356. [ 13.203722] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  357. [ 13.204967] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  358. [ 13.210898] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
  359. [ 13.210918] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  360. [ 13.210928] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  361. [ 13.211426] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  362. [ 17.309648] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  363. [ 17.309692] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement