Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.73 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.17.8-sunxi (root@nightly) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #141 SMP Fri Jul 20 13:55:23 UTC 2018
  3. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  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: Xunlong Orange Pi Zero
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Failed to reserve 128 MiB
  9. [ 0.000000] On node 0 totalpages: 65536
  10. [ 0.000000] Normal zone: 576 pages used for memmap
  11. [ 0.000000] Normal zone: 0 pages reserved
  12. [ 0.000000] Normal zone: 65536 pages, LIFO batch:15
  13. [ 0.000000] psci: probing for conduit method from DT.
  14. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  15. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s40460 r8192 d20980 u69632
  16. [ 0.000000] pcpu-alloc: s40460 r8192 d20980 u69632 alloc=17*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960
  19. [ 0.000000] Kernel command line: root=UUID=a2c25aee-d15d-4aa7-8f41-ab6bb511776f rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=378fc799-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u spidev.bufsiz=16384 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
  20. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  22. [ 0.000000] Memory: 240576K/262144K available (8192K kernel code, 889K rwdata, 2480K rodata, 1024K init, 313K bss, 21568K reserved, 0K cma-reserved, 0K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
  27. lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  28. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  29. modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  30. .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
  31. .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  32. .data : 0x(ptrval) - 0x(ptrval) ( 890 kB)
  33. .bss : 0x(ptrval) - 0x(ptrval) ( 314 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] ftrace: allocating 36374 entries in 72 pages
  36. [ 0.000000] Hierarchical RCU implementation.
  37. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  38. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  39. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  40. [ 0.000000] GIC: Using split EOI/Deactivate mode
  41. [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  42. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  43. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  44. [ 0.000011] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  45. [ 0.000027] Switching to timer-based delay loop, resolution 41ns
  46. [ 0.000393] Console: colour dummy device 80x30
  47. [ 0.000415] console [tty1] enabled
  48. [ 0.000456] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  49. [ 0.000474] pid_max: default: 32768 minimum: 301
  50. [ 0.000744] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  51. [ 0.000761] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  52. [ 0.002212] CPU: Testing write buffer coherency: ok
  53. [ 0.002789] /cpus/cpu@0 missing clock-frequency property
  54. [ 0.002827] /cpus/cpu@1 missing clock-frequency property
  55. [ 0.002864] /cpus/cpu@2 missing clock-frequency property
  56. [ 0.002901] /cpus/cpu@3 missing clock-frequency property
  57. [ 0.002969] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  58. [ 0.003746] Setting up static identity map for 0x40100000 - 0x40100054
  59. [ 0.004079] Hierarchical SRCU implementation.
  60. [ 0.005486] smp: Bringing up secondary CPUs ...
  61. [ 0.016701] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  62. [ 0.028110] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  63. [ 0.039418] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  64. [ 0.039591] smp: Brought up 1 node, 4 CPUs
  65. [ 0.039606] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  66. [ 0.039613] CPU: All CPU(s) started in HYP mode.
  67. [ 0.039617] CPU: Virtualization extensions available.
  68. [ 0.041374] devtmpfs: initialized
  69. [ 0.052771] random: get_random_u32 called from bucket_table_alloc+0x55/0x118 with crng_init=0
  70. [ 0.054104] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  71. [ 0.054549] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  72. [ 0.054578] futex hash table entries: 1024 (order: 4, 65536 bytes)
  73. [ 0.055013] xor: measuring software checksum speed
  74. [ 0.064597] arm4regs : 600.000 MB/sec
  75. [ 0.074728] 8regs : 356.000 MB/sec
  76. [ 0.084862] 32regs : 364.000 MB/sec
  77. [ 0.094997] neon : 604.000 MB/sec
  78. [ 0.095005] xor: using function: neon (604.000 MB/sec)
  79. [ 0.095096] pinctrl core: initialized pinctrl subsystem
  80. [ 0.096631] NET: Registered protocol family 16
  81. [ 0.099747] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  82. [ 0.101644] cpuidle: using governor ladder
  83. [ 0.101848] cpuidle: using governor menu
  84. [ 0.102928] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  85. [ 0.102938] hw-breakpoint: maximum watchpoint size is 8 bytes.
  86. [ 0.149399] raid6: int32x1 gen() 89 MB/s
  87. [ 0.166287] raid6: int32x1 xor() 76 MB/s
  88. [ 0.183911] raid6: int32x2 gen() 125 MB/s
  89. [ 0.200652] raid6: int32x2 xor() 93 MB/s
  90. [ 0.218125] raid6: int32x4 gen() 125 MB/s
  91. [ 0.235075] raid6: int32x4 xor() 91 MB/s
  92. [ 0.252183] raid6: int32x8 gen() 117 MB/s
  93. [ 0.269509] raid6: int32x8 xor() 82 MB/s
  94. [ 0.286543] raid6: neonx1 gen() 234 MB/s
  95. [ 0.303768] raid6: neonx1 xor() 218 MB/s
  96. [ 0.320997] raid6: neonx2 gen() 316 MB/s
  97. [ 0.338130] raid6: neonx2 xor() 281 MB/s
  98. [ 0.355355] raid6: neonx4 gen() 378 MB/s
  99. [ 0.372480] raid6: neonx4 xor() 316 MB/s
  100. [ 0.389705] raid6: neonx8 gen() 339 MB/s
  101. [ 0.406903] raid6: neonx8 xor() 287 MB/s
  102. [ 0.406911] raid6: using algorithm neonx4 gen() 378 MB/s
  103. [ 0.406917] raid6: .... xor() 316 MB/s, rmw enabled
  104. [ 0.406924] raid6: using neon recovery algorithm
  105. [ 0.409983] SCSI subsystem initialized
  106. [ 0.410350] libata version 3.00 loaded.
  107. [ 0.410697] usbcore: registered new interface driver usbfs
  108. [ 0.410846] usbcore: registered new interface driver hub
  109. [ 0.410975] usbcore: registered new device driver usb
  110. [ 0.411289] media: Linux media interface: v0.10
  111. [ 0.411355] Linux video capture interface: v2.00
  112. [ 0.411580] pps_core: LinuxPPS API ver. 1 registered
  113. [ 0.411587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  114. [ 0.411619] PTP clock support registered
  115. [ 0.414544] clocksource: Switched to clocksource arch_sys_counter
  116. [ 0.593638] VFS: Disk quotas dquot_6.6.0
  117. [ 0.593790] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  118. [ 0.608392] NET: Registered protocol family 2
  119. [ 0.609614] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  120. [ 0.609664] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  121. [ 0.609722] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
  122. [ 0.609788] TCP: Hash tables configured (established 2048 bind 2048)
  123. [ 0.609963] UDP hash table entries: 256 (order: 1, 8192 bytes)
  124. [ 0.610016] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  125. [ 0.610388] NET: Registered protocol family 1
  126. [ 0.611331] RPC: Registered named UNIX socket transport module.
  127. [ 0.611339] RPC: Registered udp transport module.
  128. [ 0.611345] RPC: Registered tcp transport module.
  129. [ 0.611351] RPC: Registered tcp NFSv4.1 backchannel transport module.
  130. [ 0.611765] Trying to unpack rootfs image as initramfs...
  131. [ 1.209006] Freeing initrd memory: 4704K
  132. [ 1.212461] Initialise system trusted keyrings
  133. [ 1.212875] workingset: timestamp_bits=14 max_order=16 bucket_order=2
  134. [ 1.225011] zbud: loaded
  135. [ 1.229285] NFS: Registering the id_resolver key type
  136. [ 1.229337] Key type id_resolver registered
  137. [ 1.229344] Key type id_legacy registered
  138. [ 1.229365] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  139. [ 1.229372] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  140. [ 1.231390] JFS: nTxBlock = 1916, nTxLock = 15330
  141. [ 1.248315] Key type asymmetric registered
  142. [ 1.248332] Asymmetric key parser 'x509' registered
  143. [ 1.248500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  144. [ 1.248801] io scheduler noop registered
  145. [ 1.248809] io scheduler deadline registered
  146. [ 1.249280] io scheduler cfq registered (default)
  147. [ 1.251234] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  148. [ 1.259073] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  149. [ 1.262023] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  150. [ 1.359725] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  151. [ 1.363998] console [ttyS0] disabled
  152. [ 1.384250] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 40, base_baud = 1500000) is a U6_16550A
  153. [ 1.384342] console [ttyS0] enabled
  154. [ 1.396372] brd: module loaded
  155. [ 1.408858] loop: module loaded
  156. [ 1.411919] libphy: Fixed MDIO Bus: probed
  157. [ 1.412901] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  158. [ 1.412968] dwmac-sun8i 1c30000.ethernet: No regulator found
  159. [ 1.413570] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  160. [ 1.413601] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  161. [ 1.413612] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  162. [ 1.413623] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  163. [ 1.413635] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  164. [ 1.413645] dwmac-sun8i 1c30000.ethernet: COE Type 2
  165. [ 1.413655] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  166. [ 1.413901] libphy: stmmac: probed
  167. [ 1.414782] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  168. [ 1.414953] libphy: mdio_mux: probed
  169. [ 1.414989] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  170. [ 1.415005] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  171. [ 1.423558] libphy: mdio_mux: probed
  172. [ 1.424950] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  173. [ 1.424958] ehci-platform: EHCI generic platform driver
  174. [ 1.425299] ehci-platform 1c1a000.usb: EHCI Host Controller
  175. [ 1.425345] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  176. [ 1.425607] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
  177. [ 1.432584] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  178. [ 1.433115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  179. [ 1.433130] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  180. [ 1.433142] usb usb1: Product: EHCI Host Controller
  181. [ 1.433153] usb usb1: Manufacturer: Linux 4.17.8-sunxi ehci_hcd
  182. [ 1.433164] usb usb1: SerialNumber: 1c1a000.usb
  183. [ 1.434180] hub 1-0:1.0: USB hub found
  184. [ 1.434280] hub 1-0:1.0: 1 port detected
  185. [ 1.435880] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  186. [ 1.435956] ohci-platform: OHCI generic platform driver
  187. [ 1.436241] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  188. [ 1.436280] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  189. [ 1.436474] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
  190. [ 1.492013] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  191. [ 1.492029] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  192. [ 1.492041] usb usb2: Product: Generic Platform OHCI controller
  193. [ 1.492052] usb usb2: Manufacturer: Linux 4.17.8-sunxi ohci_hcd
  194. [ 1.492063] usb usb2: SerialNumber: 1c1a400.usb
  195. [ 1.492936] hub 2-0:1.0: USB hub found
  196. [ 1.493021] hub 2-0:1.0: 1 port detected
  197. [ 1.494741] usbcore: registered new interface driver usb-storage
  198. [ 1.496266] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  199. [ 1.496280] sun6i-rtc 1f00000.rtc: RTC enabled
  200. [ 1.496703] i2c /dev entries driver
  201. [ 1.499622] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  202. [ 1.501993] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  203. [ 1.527554] sunxi-mmc 1c0f000.mmc: base:0x(ptrval) irq:24
  204. [ 1.529893] ledtrig-cpu: registered to indicate activity on CPUs
  205. [ 1.530197] hidraw: raw HID events driver (C) Jiri Kosina
  206. [ 1.530415] usbcore: registered new interface driver usbhid
  207. [ 1.530422] usbhid: USB HID core driver
  208. [ 1.531197] Initializing XFRM netlink socket
  209. [ 1.532449] NET: Registered protocol family 10
  210. [ 1.560342] Segment Routing with IPv6
  211. [ 1.560550] NET: Registered protocol family 17
  212. [ 1.560598] NET: Registered protocol family 15
  213. [ 1.560700] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  214. [ 1.560784] 8021q: 802.1Q VLAN Support v1.8
  215. [ 1.560868] Key type dns_resolver registered
  216. [ 1.561802] Registering SWP/SWPB emulation handler
  217. [ 1.562942] registered taskstats version 1
  218. [ 1.562952] Loading compiled-in X.509 certificates
  219. [ 1.563088] zswap: loaded using pool lzo/zbud
  220. [ 1.566072] Btrfs loaded, crc32c=crc32c-generic
  221. [ 1.575100] mmc0: host does not support reading read-only switch, assuming write-enable
  222. [ 1.576862] mmc0: Problem switching card into high-speed mode!
  223. [ 1.577092] mmc0: new SDHC card at address 21e9
  224. [ 1.578395] mmcblk0: mmc0:21e9 APPSD 7.50 GiB
  225. [ 1.579879] Key type encrypted registered
  226. [ 1.581364] mmcblk0: p1
  227. [ 1.597125] ehci-platform 1c1b000.usb: EHCI Host Controller
  228. [ 1.597180] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  229. [ 1.597401] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
  230. [ 1.603587] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  231. [ 1.603982] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  232. [ 1.603997] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  233. [ 1.604009] usb usb3: Product: EHCI Host Controller
  234. [ 1.604020] usb usb3: Manufacturer: Linux 4.17.8-sunxi ehci_hcd
  235. [ 1.604031] usb usb3: SerialNumber: 1c1b000.usb
  236. [ 1.605003] hub 3-0:1.0: USB hub found
  237. [ 1.605101] hub 3-0:1.0: 1 port detected
  238. [ 1.606637] ehci-platform 1c1c000.usb: EHCI Host Controller
  239. [ 1.606680] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  240. [ 1.606885] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
  241. [ 1.613582] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  242. [ 1.613932] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  243. [ 1.613946] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  244. [ 1.613957] usb usb4: Product: EHCI Host Controller
  245. [ 1.613968] usb usb4: Manufacturer: Linux 4.17.8-sunxi ehci_hcd
  246. [ 1.613979] usb usb4: SerialNumber: 1c1c000.usb
  247. [ 1.614876] hub 4-0:1.0: USB hub found
  248. [ 1.614949] hub 4-0:1.0: 1 port detected
  249. [ 1.616349] ehci-platform 1c1d000.usb: EHCI Host Controller
  250. [ 1.616388] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  251. [ 1.616604] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
  252. [ 1.623581] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  253. [ 1.623926] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  254. [ 1.623941] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  255. [ 1.623952] usb usb5: Product: EHCI Host Controller
  256. [ 1.623964] usb usb5: Manufacturer: Linux 4.17.8-sunxi ehci_hcd
  257. [ 1.623974] usb usb5: SerialNumber: 1c1d000.usb
  258. [ 1.624824] hub 5-0:1.0: USB hub found
  259. [ 1.624892] hub 5-0:1.0: 1 port detected
  260. [ 1.626263] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  261. [ 1.626303] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  262. [ 1.626498] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
  263. [ 1.682910] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  264. [ 1.682926] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  265. [ 1.682937] usb usb6: Product: Generic Platform OHCI controller
  266. [ 1.682949] usb usb6: Manufacturer: Linux 4.17.8-sunxi ohci_hcd
  267. [ 1.682959] usb usb6: SerialNumber: 1c1b400.usb
  268. [ 1.683780] hub 6-0:1.0: USB hub found
  269. [ 1.683851] hub 6-0:1.0: 1 port detected
  270. [ 1.685190] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  271. [ 1.685229] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  272. [ 1.685451] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
  273. [ 1.740891] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  274. [ 1.740906] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  275. [ 1.740917] usb usb7: Product: Generic Platform OHCI controller
  276. [ 1.740928] usb usb7: Manufacturer: Linux 4.17.8-sunxi ohci_hcd
  277. [ 1.740938] usb usb7: SerialNumber: 1c1c400.usb
  278. [ 1.741759] hub 7-0:1.0: USB hub found
  279. [ 1.741829] hub 7-0:1.0: 1 port detected
  280. [ 1.743206] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  281. [ 1.743246] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  282. [ 1.743427] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
  283. [ 1.798889] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  284. [ 1.798903] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  285. [ 1.798914] usb usb8: Product: Generic Platform OHCI controller
  286. [ 1.798925] usb usb8: Manufacturer: Linux 4.17.8-sunxi ohci_hcd
  287. [ 1.798936] usb usb8: SerialNumber: 1c1d400.usb
  288. [ 1.799754] hub 8-0:1.0: USB hub found
  289. [ 1.799851] hub 8-0:1.0: 1 port detected
  290. [ 1.801290] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  291. [ 1.805322] of_cfs_init
  292. [ 1.805478] of_cfs_init: OK
  293. [ 1.805760] vdd-cpux-dummy: disabling
  294. [ 1.805770] vcc3v0: disabling
  295. [ 1.805780] vcc5v0: disabling
  296. [ 1.805787] vcc-wifi: disabling
  297. [ 1.815609] Freeing unused kernel memory: 1024K
  298. [ 1.910111] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  299. [ 1.911299] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  300. [ 1.922783] random: udevadm: uninitialized urandom read (16 bytes read)
  301. [ 1.930605] usb 3-1: new high-speed USB device number 2 using ehci-platform
  302. [ 2.129617] usb 3-1: New USB device found, idVendor=0c45, idProduct=6300, bcdDevice= 1.00
  303. [ 2.129639] usb 3-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  304. [ 2.129651] usb 3-1: Product: USB 2.0 Camera
  305. [ 2.129662] usb 3-1: Manufacturer: Sonix Technology Co., Ltd.
  306. [ 2.752449] pwrseq_simple: section 3 reloc 9 sym 'usleep_range': relocation 10 out of range (0xbf8000b6 -> 0xc0811421)
  307. [ 3.931640] random: fast init done
  308. [ 3.961486] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  309. [ 4.930440] systemd[1]: System time before build time, advancing clock.
  310. [ 4.989200] x_tables: section 3 reloc 5 sym 'mutex_lock': relocation 10 out of range (0xbf80808c -> 0xc08104f9)
  311. [ 4.998689] systemd[1]: Failed to insert module 'ip_tables': Exec format error
  312. [ 5.035718] 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)
  313. [ 5.036638] systemd[1]: Detected architecture arm.
  314. [ 5.046698] systemd[1]: Set hostname to <orangepizero>.
  315. [ 5.775416] systemd[1]: Reached target Remote File Systems.
  316. [ 5.784255] systemd[1]: Listening on Journal Socket (/dev/log).
  317. [ 5.792033] systemd[1]: Listening on fsck to fsckd communication Socket.
  318. [ 5.800261] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  319. [ 5.811130] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  320. [ 5.821863] systemd[1]: Reached target Encrypted Volumes.
  321. [ 5.830097] systemd[1]: Listening on Journal Socket.
  322. [ 6.014499] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  323. [ 6.165474] g_serial gadget: Gadget Serial v2.4
  324. [ 6.165502] g_serial gadget: g_serial ready
  325. [ 6.632200] Adding 131068k swap on /var/swap. Priority:-2 extents:2 across:139260k SSFS
  326. [ 6.752106] systemd-journald[232]: Received request to flush runtime journal from PID 1
  327. [ 7.855098] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator
  328. [ 7.855130] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000)
  329. [ 7.856359] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
  330. [ 7.949624] zram: Added device: zram0
  331. [ 7.950150] zram: Added device: zram1
  332. [ 7.951843] zram: Added device: zram2
  333. [ 7.952499] zram: Added device: zram3
  334. [ 7.953922] zram: Added device: zram4
  335. [ 8.142496] thermal thermal_zone0: failed to read out thermal zone (-110)
  336. [ 8.176951] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  337. [ 8.349487] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:6300)
  338. [ 8.372292] uvcvideo 3-1:1.0: Entity type for entity Extension 5 was not initialized!
  339. [ 8.372306] uvcvideo 3-1:1.0: Entity type for entity Extension 4 was not initialized!
  340. [ 8.372312] uvcvideo 3-1:1.0: Entity type for entity Processing 3 was not initialized!
  341. [ 8.372318] uvcvideo 3-1:1.0: Entity type for entity Camera 1 was not initialized!
  342. [ 8.372720] input: USB 2.0 Camera: USB Camera as /devices/platform/soc/1c1b000.usb/usb3/3-1/3-1:1.0/input/input0
  343. [ 8.372874] usbcore: registered new interface driver uvcvideo
  344. [ 8.372877] USB Video Class driver (1.1.1)
  345. [ 8.395210] zram1: detected capacity change from 0 to 31526912
  346. [ 8.405059] sunxi-mmc 1c10000.mmc: base:0x(ptrval) irq:25
  347. [ 8.426677] mmc1: new high speed SDIO card at address 0001
  348. [ 8.472987] Adding 30784k swap on /dev/zram1. Priority:5 extents:1 across:30784k SSFS
  349. [ 8.475868] zram2: detected capacity change from 0 to 31526912
  350. [ 8.507224] Adding 30784k swap on /dev/zram2. Priority:5 extents:1 across:30784k SSFS
  351. [ 8.511221] zram3: detected capacity change from 0 to 31526912
  352. [ 8.546240] Adding 30784k swap on /dev/zram3. Priority:5 extents:1 across:30784k SSFS
  353. [ 8.550047] zram4: detected capacity change from 0 to 31526912
  354. [ 8.607750] Adding 30784k swap on /dev/zram4. Priority:5 extents:1 across:30784k SSFS
  355. [ 8.717181] zram0: detected capacity change from 0 to 52428800
  356. [ 9.019413] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  357. [ 9.021094] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  358. [ 9.021106] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  359. [ 9.021629] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  360. [ 9.152614] thermal thermal_zone0: failed to read out thermal zone (-110)
  361. [ 9.341754] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  362. [ 9.353210] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  363. [ 9.356757] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  364. [ 9.356768] platform regulatory.0: Falling back to user helper
  365. [ 9.360412] cfg80211: failed to load regulatory.db
  366. [ 9.457023] random: crng init done
  367. [ 9.457037] random: 7 urandom warning(s) missed due to ratelimiting
  368. [ 9.799124] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  369. [ 9.845792] xradio_wlan mmc1:0001:1: Input buffers: 30 x 1632 bytes
  370. Hardware: 7.9
  371. WSM firmware ver: 8, build: 43, api: 1060, cap: 0x0003
  372. [ 9.846510] xradio_wlan mmc1:0001:1: Firmware Label:XR_C01.08.0043 Jun 6 2016 20:41:04
  373. [ 9.864040] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  374. [ 10.176660] thermal thermal_zone0: failed to read out thermal zone (-110)
  375. [ 12.125706] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  376. [ 12.130005] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  377. [ 50.394283] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  378. [ 50.395206] ieee80211 phy0: Interface ID:0 of type:2 added
  379. [ 50.395695] ieee80211 phy0: vif 0, configuring tx
  380. [ 50.396154] ieee80211 phy0: vif 0, configuring tx
  381. [ 50.396433] ieee80211 phy0: vif 0, configuring tx
  382. [ 50.397141] ieee80211 phy0: vif 0, configuring tx
  383. [ 50.397472] ieee80211 phy0: ignore IEEE80211_CONF_CHANGE_MONITOR (1)IEEE80211_CONF_CHANGE_IDLE (1)
  384. [ 50.397866] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  385. [ 50.761455] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  386. [ 1086.596145] xradio_wlan mmc1:0001:1: missed interrupt
  387. [ 3199.929547] mali: loading out-of-tree module taints kernel.
  388. [ 3199.938240] Allwinner sunXi mali glue initialized
  389. [ 3199.940372] Mali:
  390. [ 3199.940380] Found Mali GPU Mali-400 MP r1p1
  391. [ 3199.940703] Mali:
  392. [ 3199.940707] 2+0 PP cores initialized
  393. [ 3199.941521] Mali:
  394. [ 3199.941528] Mali device driver loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement