Advertisement
Guest User

Both USB ports on Pine64 on Linux 4.7

a guest
Sep 21st, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.52 KB | None | 0 0
  1. HELLO! BOOT0 is starting!
  2. boot0 commit : 045061a8bb2580cb3fa02e301f52a015040c158f
  3.  
  4. boot0 version : 4.0.0
  5. set pll start
  6. set pll end
  7. rtc[0] value = 0x00000000
  8. rtc[1] value = 0x00000000
  9. rtc[2] value = 0x00000000
  10. rtc[3] value = 0x00000000
  11. rtc[4] value = 0x00000000
  12. rtc[5] value = 0x00000000
  13. DRAM driver version: V1.1
  14. rsb_send_initseq: rsb clk 400Khz -> 3Mhz
  15. PMU: AXP81X
  16. ddr voltage = 1500 mv
  17. DRAM Type = 3 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
  18. DRAM clk = 672 MHz
  19. DRAM zq value: 003b3bbb
  20. DRAM single rank full DQ OK
  21. DRAM size = 2048 MB
  22. DRAM init ok
  23. dram size =2048
  24. card boot number = 0, boot0 copy = 0
  25. card no is 0
  26. sdcard 0 line count 4
  27. [mmc]: mmc driver ver 2015-05-08 20:06
  28. [mmc]: sdc0 spd mode error, 2
  29. [mmc]: Wrong media type 0x00000000
  30. [mmc]: ***Try SD card 0***
  31. [mmc]: HSSDR52/SDR25 4 bit
  32. [mmc]: 50000000 Hz
  33. [mmc]: 15343 MB
  34. [mmc]: ***SD/MMC 0 init OK!!!***
  35. sdcard 0 init ok
  36. The size of uboot is 00068000.
  37. sum=e8304ce5
  38. src_sum=e8304ce5
  39. Succeed in loading uboot from sdmmc flash.
  40. boot0: start load other image
  41. boot0: Loading BL3-1
  42. Loading file 0 at address 0x40000000,size 0x00000200 success
  43. boot0: Loading scp
  44. Loading file 2 at address 0x00040000,size 0x0000c200 success
  45. set arisc reset to de-assert state
  46. Ready to disable icache.
  47. Jump to secend Boot.
  48. NOTICE: BL3-1: Running in SRAM A2 (@0x44000)
  49. NOTICE: Configuring SPC Controller
  50. NOTICE: BL3-1: v1.0(debug):45ab97e
  51. NOTICE: BL3-1: Built : 22:47:32, Aug 10 2016
  52. NOTICE: Configuring AXP PMIC
  53. NOTICE: PMIC: already configured for RSB
  54. NOTICE: PMIC: setup successful
  55. INFO: BL3-1: Initializing runtime services
  56. INFO: BL3-1: Preparing for EL3 exit to normal world
  57. INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
  58.  
  59.  
  60. U-Boot 2016.07-rc1 (Jul 26 2016 - 20:52:36 +0800) Allwinner Technology
  61.  
  62. CPU: Allwinner A64 (SUN50I)
  63. Model: Pine64+
  64. DRAM: 2 GiB
  65. MMC: SUNXI SD/MMC: 0
  66. *** Warning - bad CRC, using default environment
  67.  
  68. In: serial
  69. Out: serial
  70. Err: serial
  71. Net: No ethernet found.
  72. starting USB...
  73. No controllers found
  74. Hit any key to stop autoboot: 0
  75. switch to partitions #0, OK
  76. mmc0 is current device
  77. Scanning mmc 0:1...
  78. Found U-Boot script /boot.scr.uimg
  79. reading /boot.scr.uimg
  80. 282 bytes read in 17 ms (15.6 KiB/s)
  81. ## Executing script at 4fc00000
  82. reading Image
  83. 14593024 bytes read in 963 ms (14.5 MiB/s)
  84. reading sun50i-a64-pine64-plus.dtb
  85. 7258 bytes read in 30 ms (235.4 KiB/s)
  86. ## Flattened Device Tree blob at 4fa00000
  87. Booting using the fdt blob at 0x4fa00000
  88. Loading Device Tree to 0000000049ffb000, end 0000000049fffc59 ... OK
  89.  
  90. Starting kernel ...
  91.  
  92. [ 0.000000] Booting Linux on physical CPU 0x0
  93. [ 0.000000] Linux version 4.7.0-next-20160729-aosc+ (icenowy@icenowy-tpe531) (gcc version 4.9.3 (GCC) ) #41 SMP PREEMPT Wed Sep 21 6
  94. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  95. [ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '')
  96. [ 0.000000] bootconsole [uart0] enabled
  97. [ 0.000000] efi: Getting EFI parameters from FDT:
  98. [ 0.000000] efi: UEFI not found.
  99. [ 0.000000] cma: Reserved 16 MiB at 0x00000000bf000000
  100. [ 0.000000] psci: probing for conduit method from DT.
  101. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  102. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  103. [ 0.000000] psci: Trusted OS migration not required
  104. [ 0.000000] percpu: Embedded 21 pages/cpu @ffff80007ef88000 s48000 r8192 d29824 u86016
  105. [ 0.000000] Detected VIPT I-cache on CPU0
  106. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  107. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 516096
  108. [ 0.000000] Kernel command line: console=ttyS0,115200n8 rw root=/dev/mmcblk0p2 rootwait earlycon=uart,mmio32,0x01c28000
  109. [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  110. [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
  111. [ 0.000000] log_buf_len min size: 16384 bytes
  112. [ 0.000000] log_buf_len: 32768 bytes
  113. [ 0.000000] early log buf free: 14680(89%)
  114. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  115. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  116. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  117. [ 0.000000] Memory: 2029792K/2097152K available (8444K kernel code, 747K rwdata, 4080K rodata, 960K init, 316K bss, 50976K reserved)
  118. [ 0.000000] Virtual kernel memory layout:
  119. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  120. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  121. [ 0.000000] .text : 0xffff000008080000 - 0xffff0000088c0000 ( 8448 KB)
  122. [ 0.000000] .rodata : 0xffff0000088c0000 - 0xffff000008cc0000 ( 4096 KB)
  123. [ 0.000000] .init : 0xffff000008cc0000 - 0xffff000008db0000 ( 960 KB)
  124. [ 0.000000] .data : 0xffff000008db0000 - 0xffff000008e6ac00 ( 747 KB)
  125. [ 0.000000] .bss : 0xffff000008e6ac00 - 0xffff000008eb9fd8 ( 317 KB)
  126. [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB)
  127. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  128. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  129. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0002000000 ( 32 MB actual)
  130. [ 0.000000] memory : 0xffff800000000000 - 0xffff800080000000 ( 2048 MB)
  131. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  132. [ 0.000000] Preemptible hierarchical RCU implementation.
  133. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  134. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  135. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  136. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  137. [ 0.000000] GIC: Using split EOI/Deactivate mode
  138. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  139. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  140. [ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  141. [ 0.009048] Console: colour dummy device 80x25
  142. [ 0.013882] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  143. [ 0.024959] pid_max: default: 32768 minimum: 301
  144. [ 0.030068] Security Framework initialized
  145. [ 0.034575] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  146. [ 0.041810] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  147. [ 0.050978] ASID allocator initialised with 65536 entries
  148. [ 0.081519] EFI services will not be available.
  149. [ 0.111809] Detected VIPT I-cache on CPU1
  150. [ 0.111892] CPU1: Booted secondary processor [410fd034]
  151. [ 0.127230] Detected VIPT I-cache on CPU2
  152. [ 0.127284] CPU2: Booted secondary processor [410fd034]
  153. [ 0.143249] Detected VIPT I-cache on CPU3
  154. [ 0.143302] CPU3: Booted secondary processor [410fd034]
  155. [ 0.143411] Brought up 4 CPUs
  156. [ 0.176502] SMP: Total of 4 processors activated.
  157. [ 0.181583] CPU features: detected feature: 32-bit EL0 Support
  158. [ 0.187891] CPU: All CPU(s) started at EL2
  159. [ 0.192348] alternatives: patching kernel code
  160. [ 0.198886] devtmpfs: initialized
  161. [ 0.206791] DMI not present or invalid.
  162. [ 0.211312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  163. [ 0.222878] xor: measuring software checksum speed
  164. [ 0.268167] 8regs : 808.000 MB/sec
  165. [ 0.312780] 8regs_prefetch: 738.000 MB/sec
  166. [ 0.357770] 32regs : 895.000 MB/sec
  167. [ 0.402380] 32regs_prefetch: 836.000 MB/sec
  168. [ 0.407372] xor: using function: 32regs (895.000 MB/sec)
  169. [ 0.413118] pinctrl core: initialized pinctrl subsystem
  170. [ 0.420561] NET: Registered protocol family 16
  171. [ 0.445473] cpuidle: using governor menu
  172. [ 0.450063] vdso: 2 pages (1 code @ ffff0000088c6000, 1 data @ ffff000008db4000)
  173. [ 0.458075] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  174. [ 0.466798] DMA: preallocated 256 KiB pool for atomic allocations
  175. [ 0.473831] Serial: AMBA PL011 UART driver
  176. [ 0.519169] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  177. [ 0.594220] raid6: int64x1 gen() 148 MB/s
  178. [ 0.666368] raid6: int64x1 xor() 150 MB/s
  179. [ 0.738499] raid6: int64x2 gen() 223 MB/s
  180. [ 0.810633] raid6: int64x2 xor() 202 MB/s
  181. [ 0.882814] raid6: int64x4 gen() 333 MB/s
  182. [ 0.955006] raid6: int64x4 xor() 249 MB/s
  183. [ 1.027105] raid6: int64x8 gen() 351 MB/s
  184. [ 1.099305] raid6: int64x8 xor() 245 MB/s
  185. [ 1.171586] raid6: neonx1 gen() 223 MB/s
  186. [ 1.243479] raid6: neonx1 xor() 219 MB/s
  187. [ 1.315679] raid6: neonx2 gen() 361 MB/s
  188. [ 1.387769] raid6: neonx2 xor() 323 MB/s
  189. [ 1.459907] raid6: neonx4 gen() 481 MB/s
  190. [ 1.532101] raid6: neonx4 xor() 372 MB/s
  191. [ 1.604293] raid6: neonx8 gen() 490 MB/s
  192. [ 1.676385] raid6: neonx8 xor() 375 MB/s
  193. [ 1.680994] raid6: using algorithm neonx8 gen() 490 MB/s
  194. [ 1.686727] raid6: .... xor() 375 MB/s, rmw enabled
  195. [ 1.691983] raid6: using intx1 recovery algorithm
  196. [ 1.697420] ACPI: Interpreter disabled.
  197. [ 1.702960] vgaarb: loaded
  198. [ 1.706407] SCSI subsystem initialized
  199. [ 1.711284] usbcore: registered new interface driver usbfs
  200. [ 1.717332] usbcore: registered new interface driver hub
  201. [ 1.723212] usbcore: registered new device driver usb
  202. [ 1.729412] pps_core: LinuxPPS API ver. 1 registered
  203. [ 1.734785] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  204. [ 1.744698] PTP clock support registered
  205. [ 1.749244] dmi: Firmware registration failed.
  206. [ 1.754643] Advanced Linux Sound Architecture Driver Initialized.
  207. [ 1.762830] clocksource: Switched to clocksource arch_sys_counter
  208. [ 1.769662] VFS: Disk quotas dquot_6.6.0
  209. [ 1.773993] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  210. [ 1.782026] pnp: PnP ACPI: disabled
  211. [ 1.800880] NET: Registered protocol family 2
  212. [ 1.806582] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  213. [ 1.814775] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  214. [ 1.822648] TCP: Hash tables configured (established 16384 bind 16384)
  215. [ 1.829855] UDP hash table entries: 1024 (order: 3, 32768 bytes)
  216. [ 1.836470] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  217. [ 1.843754] NET: Registered protocol family 1
  218. [ 1.849037] RPC: Registered named UNIX socket transport module.
  219. [ 1.855438] RPC: Registered udp transport module.
  220. [ 1.860537] RPC: Registered tcp transport module.
  221. [ 1.865618] RPC: Registered tcp NFSv4.1 backchannel transport module.
  222. [ 1.873623] kvm [1]: IDMAP page: 408b7000
  223. [ 1.877966] kvm [1]: HYP VA range: 800000000000:ffffffffffff
  224. [ 1.885294] kvm [1]: 8-bit VMID
  225. [ 1.888705] kvm [1]: Hyp mode initialized successfully
  226. [ 1.894313] kvm [1]: vgic-v2@1c84000
  227. [ 1.898363] kvm [1]: vgic interrupt IRQ1
  228. [ 1.902770] kvm [1]: virtual timer IRQ4
  229. [ 1.911747] futex hash table entries: 1024 (order: 5, 131072 bytes)
  230. [ 1.918669] audit: initializing netlink subsys (disabled)
  231. [ 1.924584] audit: type=2000 audit(1.840:1): initialized
  232. [ 1.931124] workingset: timestamp_bits=46 max_order=19 bucket_order=0
  233. [ 1.959966] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  234. [ 1.968032] NFS: Registering the id_resolver key type
  235. [ 1.973551] Key type id_resolver registered
  236. [ 1.978063] Key type id_legacy registered
  237. [ 1.982723] fuse init (API version 7.25)
  238. [ 1.987954] 9p: Installing v9fs 9p2000 file system support
  239. [ 1.998709] io scheduler noop registered
  240. [ 2.003288] io scheduler cfq registered (default)
  241. [ 2.010655] libphy: mdio_driver_register: phy-bcm-ns2-pci
  242. [ 2.019818] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  243. [ 2.031773] xenfs: not registering filesystem on non-xen platform
  244. [ 2.045279] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  245. [ 2.055064] console [ttyS0] disabled
  246. [ 2.079301] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 14, base_baud = 1500000) is a U6_16550A
  247. [ 2.089093] console [ttyS0] enabled
  248. [ 2.089093] console [ttyS0] enabled
  249. [ 2.096415] bootconsole [uart0] disabled
  250. [ 2.096415] bootconsole [uart0] disabled
  251. [ 2.105773] SuperH (H)SCI(F) driver initialized
  252. [ 2.110835] msm_serial: driver initialized
  253. [ 2.115624] Unable to detect cache hierarchy from DT for CPU 0
  254. [ 2.131027] loop: module loaded
  255. [ 2.137479] libphy: Fixed MDIO Bus: probed
  256. [ 2.142655] tun: Universal TUN/TAP device driver, 1.6
  257. [ 2.147745] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  258. [ 2.154665] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  259. [ 2.160531] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  260. [ 2.166594] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
  261. [ 2.173580] igb: Copyright (c) 2007-2014 Intel Corporation.
  262. [ 2.179270] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
  263. [ 2.187121] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  264. [ 2.193156] sky2: driver version 1.30
  265. [ 2.197674] VFIO - User Level meta-driver version: 0.3
  266. [ 2.204497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  267. [ 2.211066] ehci-pci: EHCI PCI platform driver
  268. [ 2.215620] ehci-platform: EHCI generic platform driver
  269. [ 2.221201] ehci-platform 1c1a000.usb: EHCI Host Controller
  270. [ 2.226849] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  271. [ 2.235191] ehci-platform 1c1a000.usb: irq 7, io mem 0x01c1a000
  272. [ 2.254874] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  273. [ 2.262213] hub 1-0:1.0: USB hub found
  274. [ 2.266033] hub 1-0:1.0: 1 port detected
  275. [ 2.270750] ehci-platform 1c1b000.usb: EHCI Host Controller
  276. [ 2.276376] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2
  277. [ 2.284465] ehci-platform 1c1b000.usb: irq 9, io mem 0x01c1b000
  278. [ 2.302872] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  279. [ 2.310087] hub 2-0:1.0: USB hub found
  280. [ 2.313905] hub 2-0:1.0: 1 port detected
  281. [ 2.318443] ehci-msm: Qualcomm On-Chip EHCI Host Controller
  282. [ 2.324200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  283. [ 2.330426] ohci-pci: OHCI PCI platform driver
  284. [ 2.335016] ohci-platform: OHCI generic platform driver
  285. [ 2.340538] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  286. [ 2.347205] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3
  287. [ 2.355219] ohci-platform 1c1a400.usb: irq 6, io mem 0x01c1a400
  288. [ 2.424550] hub 3-0:1.0: USB hub found
  289. [ 2.428371] hub 3-0:1.0: 1 port detected
  290. [ 2.433004] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  291. [ 2.439667] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  292. [ 2.447717] ohci-platform 1c1b400.usb: irq 8, io mem 0x01c1b400
  293. [ 2.515951] hub 4-0:1.0: USB hub found
  294. [ 2.519770] hub 4-0:1.0: 1 port detected
  295. [ 2.524664] usbcore: registered new interface driver usb-storage
  296. [ 2.530792] usbcore: registered new interface driver ums-realtek
  297. [ 2.538573] mousedev: PS/2 mouse device common for all mice
  298. [ 2.545875] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  299. [ 2.552697] sun6i-rtc 1f00000.rtc: RTC enabled
  300. [ 2.557343] i2c /dev entries driver
  301. [ 2.563881] sdhci: Secure Digital Host Controller Interface driver
  302. [ 2.570089] sdhci: Copyright(c) Pierre Ossman
  303. [ 2.574530] Synopsys Designware Multimedia Card Interface Driver
  304. [ 2.582344] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  305. [ 2.626905] sunxi-mmc 1c0f000.mmc: base:0xffff000008074000 irq:10
  306. [ 2.633251] sdhci-pltfm: SDHCI platform and OF driver helper
  307. [ 2.639913] ledtrig-cpu: registered to indicate activity on CPUs
  308. [ 2.648579] usbcore: registered new interface driver usbhid
  309. [ 2.654188] usbhid: USB HID core driver
  310. [ 2.661655] NET: Registered protocol family 17
  311. [ 2.666418] 9pnet: Installing 9P2000 support
  312. [ 2.670863] Key type dns_resolver registered
  313. [ 2.676425] registered taskstats version 1
  314. [ 2.683805] Btrfs loaded, crc32c=crc32c-arm64-hw
  315. [ 2.689908] Key type encrypted registered
  316. [ 2.694463] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:54 UTC (54)
  317. [ 2.709895] ALSA device list:
  318. [ 2.712923] mmc0: host does not support reading read-only switch, assuming write-enable
  319. [ 2.721092] No soundcards found.
  320. [ 2.724588] mmc0: new high speed SDHC card at address 59b4
  321. [ 2.730965] mmcblk0: mmc0:59b4 USD00 15.0 GiB
  322. [ 2.737123] mmcblk0: p1 p2
  323. [ 2.742309] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  324. [ 2.822607] random: fast init done
  325. [ 2.829303] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  326. [ 2.837465] VFS: Mounted root (ext4 filesystem) on device 179:2.
  327. [ 2.848066] devtmpfs: mounted
  328. [ 2.852075] Freeing unused kernel memory: 960K (ffff800000cc0000 - ffff800000db0000)
  329. [ 3.453915] systemd[1]: System time before build time, advancing clock.
  330. [ 3.524617] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSE)
  331. [ 3.543343] systemd[1]: Detected architecture arm64.
  332.  
  333. Welcome to AOSC OS (3.6.1, stable)!
  334.  
  335. [ 3.571032] systemd[1]: No hostname configured.
  336. [ 3.575650] systemd[1]: Set hostname to <localhost>.
  337. [ 4.106177] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  338. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
  339. [ 4.131390] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  340. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  341. [ 4.155357] systemd[1]: Listening on Journal Socket.
  342. [ OK ] Listening on Journal Socket.
  343. [ 4.171401] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  344. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  345. [ 4.191046] systemd[1]: Reached target Encrypted Volumes.
  346. [ OK ] Reached target Encrypted Volumes.
  347. [ 4.208668] systemd[1]: Created slice System Slice.
  348. [ OK ] Created slice System Slice.
  349. Mounting POSIX Message Queue File System...
  350. Mounting Debug File System...
  351. [ OK ] Created slice system-getty.slice.
  352. [ OK ] Reached target Remote File Systems.
  353. [ OK ] Listening on Device-mapper event daemon FIFOs.
  354. [ OK ] Reached target User and Group Name Lookups.
  355. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  356. [ OK ] Reached target Paths.
  357. [ OK ] Reached target Swap.
  358. [ OK ] Listening on Journal Audit Socket.
  359. Starting Setup Virtual Console...
  360. Mounting Huge Pages File System...
  361. [ OK ] Listening on Journal Socket (/dev/log).
  362. Starting Journal Service...
  363. [ OK ] Created slice User and Session Slice.
  364. [ OK ] Reached target Slices.
  365. Starting Create list of required st... nodes for the current kernel...
  366. Starting Load Kernel Modules...
  367. [ OK ] Listening on Network Service Netlink Socket.
  368. [ OK ] Listening on udev Control Socket.
  369. [ OK ] Created slice system-serial\x2dgetty.slice.
  370. Starting Remount Root and Kernel File Systems...
  371. [ OK ] Listening on LVM2 metadata daemon socket.
  372. [ 4.705257] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  373. [ OK ] Listening on Process Core Dump Socket.
  374. Mounting Temporary Directory...
  375. [ OK ] Listening on udev Kernel Socket.
  376. [ OK ] Mounted Huge Pages File System.
  377. [ OK ] Mounted POSIX Message Queue File System.
  378. [ OK ] Mounted Debug File System.
  379. [ OK ] Mounted Temporary Directory.
  380. [ OK ] Started Setup Virtual Console.
  381. [ OK ] Started Create list of required sta...ce nodes for the current kernel.
  382. [FAILED] Failed to start Load Kernel Modules.
  383. See 'systemctl status systemd-modules-load.service' for details.
  384. [ OK ] Started Remount Root and Kernel File Systems.
  385. Starting udev Coldplug all Devices...
  386. Starting Load/Save Random Seed...
  387. Starting Apply Kernel Variables...
  388. Mounting Configuration File System...
  389. Mounting FUSE Control File System...
  390. Starting Create Static Device Nodes in /dev...
  391. [ OK ] Mounted FUSE Control File System.
  392. [ OK ] Mounted Configuration File System.
  393. [ OK ] Started Load/Save Random Seed.
  394. [ OK ] Started Apply Kernel Variables.
  395. [ OK ] Started Create Static Device Nodes in /dev.
  396. Starting udev Kernel Device Manager...
  397. [ OK ] Reached target Local File Systems (Pre).
  398. [ OK ] Reached target Local File Systems.
  399. [ OK ] Started Journal Service.
  400. Starting Flush Journal to Persistent Storage...
  401. [ OK ] Started udev Coldplug all Devices.
  402. [ 5.553212] systemd-journald[1072]: Received request to flush runtime journal from PID 1
  403. [ 5.931488] random: crng init done
  404. [ OK ] Started Flush Journal to Persistent Storage.
  405. Starting Create Volatile Files and Directories...
  406. [ OK ] Started Create Volatile Files and Directories.
  407. Starting Network Time Synchronization...
  408. Starting Update UTMP about System Boot/Shutdown...
  409. [ OK ] Started udev Kernel Device Manager.
  410. [ OK ] Started Update UTMP about System Boot/Shutdown.
  411. [ OK ] Started Network Time Synchronization.
  412. [ OK ] Reached target System Initialization.
  413. [ OK ] Listening on D-Bus System Message Bus Socket.
  414. [ OK ] Reached target Sockets.
  415. [ OK ] Started Daily Cleanup of Temporary Directories.
  416. [ OK ] Reached target Basic System.
  417. Starting Login Service...
  418. Starting Virtual console mouse server...
  419. Starting SSH Key Generation...
  420. Starting Modem Manager...
  421. Starting Accounts Service...
  422. [ OK ] Started D-Bus System Message Bus.
  423. Starting Network Service...
  424. Starting Network Manager...
  425. [ OK ] Reached target System Time Synchronized.
  426. [ OK ] Started Daily verification of password and group files.
  427. [ OK ] Reached target Timers.
  428. [ OK ] Started Virtual console mouse server.
  429. [ OK ] Started SSH Key Generation.
  430. [FAILED] Failed to start Modem Manager.
  431. See 'systemctl status ModemManager.service' for details.
  432. [ OK ] Found device /dev/ttyS0.
  433. [ OK ] Started Network Service.
  434. [ OK ] Started Login Service.
  435. Starting Authorization Manager...
  436. [ OK ] Started Authorization Manager.
  437. [ OK ] Started Accounts Service.
  438. [ OK ] Started Network Manager.
  439. [ OK ] Reached target Network.
  440. Starting Network Name Resolution...
  441. Starting Permit User Sessions...
  442. [ OK ] Started OpenSSH Daemon.
  443. [ OK ] Started Permit User Sessions.
  444. Starting Network Manager Script Dispatcher Service...
  445. [ OK ] Started Getty on tty1.
  446. [ OK ] Started Serial Getty on ttyS0.
  447. [ OK ] Reached target Login Prompts.
  448. [ OK ] Started Network Name Resolution.
  449. [ OK ] Reached target Multi-User System.
  450. [ OK ] Reached target Graphical Interface.
  451. [ OK ] Started Network Manager Script Dispatcher Service.
  452.  
  453. localhost - AOSC OS 3.6.1 / Kernel 4.7.0-next-20160729-aosc+ (ttyS0)
  454. localhost login: root
  455. ��密��码��:
  456. [ 15.008022] audit: type=1006 audit(1474440283.986:2): pid=1784 uid=0 old-auid=4294967295 auid=0 tty=ttyS0 old-ses=4294967295 ses=1 1
  457. [ 15.169372] audit: type=1006 audit(1474440284.146:3): pid=1795 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=21
  458. root [ ~ ] # [ 21.546887] usb 2-1: new high-speed USB device number 2 using ehci-platform
  459. [ 21.715843] usb-storage 2-1:1.0: USB Mass Storage device detected
  460. [ 21.723019] scsi host0: usb-storage 2-1:1.0
  461. [ 21.727573] scsi host0: runtime PM trying to activate child device host0 but parent (2-1:1.0) is not active
  462. [ 22.741624] scsi 0:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 4
  463. [ 22.756741] sd 0:0:0:0: [sda] Attached SCSI removable disk
  464.  
  465. root [ ~ ] # [ 26.695034] usb 2-1: USB disconnect, device number 2
  466.  
  467. root [ ~ ] # [ 30.538885] usb 1-1: new high-speed USB device number 2 using ehci-platform
  468. [ 30.707915] usb-storage 1-1:1.0: USB Mass Storage device detected
  469. [ 30.716604] scsi host0: usb-storage 1-1:1.0
  470. [ 30.721176] scsi host0: runtime PM trying to activate child device host0 but parent (1-1:1.0) is not active
  471. [ 31.765716] scsi 0:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 4
  472. [ 31.780089] sd 0:0:0:0: [sda] Attached SCSI removable disk
  473.  
  474. root [ ~ ] # lsusb
  475. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  476. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  477. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  478. Bus 001 Device 002: ID 0bda:0150 Realtek Semiconductor Corp.
  479. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  480. root [ ~ ] # [ 37.171483] usb 1-1: USB disconnect, device number 2
  481. [ 41.226885] usb 2-1: new high-speed USB device number 3 using ehci-platform
  482. [ 41.396006] usb-storage 2-1:1.0: USB Mass Storage device detected
  483. [ 41.402558] scsi host0: usb-storage 2-1:1.0
  484. [ 41.407184] scsi host0: runtime PM trying to activate child device host0 but parent (2-1:1.0) is not active
  485.  
  486. root [ ~ ] # [ 42.421675] scsi 0:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 4
  487. [ 42.436062] sd 0:0:0:0: [sda] Attached SCSI removable disk
  488. lsusb
  489. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  490. Bus 002 Device 003: ID 0bda:0150 Realtek Semiconductor Corp.
  491. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  492. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  493. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  494. root [ ~ ] # [ 46.760437] usb 2-1: USB disconnect, device number 3
  495.  
  496. root [ ~ ] #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement