Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.63 KB | None | 0 0
  1. pi@raspberrypi:~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Initializing cgroup subsys cpuset
  4. [ 0.000000] Initializing cgroup subsys cpu
  5. [ 0.000000] Initializing cgroup subsys cpuacct
  6. [ 0.000000] Linux version 4.1.19-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #858 SMP Tue Mar 15 15:56:00 GMT 2016
  7. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  8. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  9. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  10. [ 0.000000] cma: Reserved 8 MiB at 0x3a400000
  11. [ 0.000000] Memory policy: Data cache writealloc
  12. [ 0.000000] On node 0 totalpages: 241664
  13. [ 0.000000] free_area_init_node: node 0, pgdat 80880fc0, node_mem_map b9bb4000
  14. [ 0.000000] Normal zone: 2124 pages used for memmap
  15. [ 0.000000] Normal zone: 0 pages reserved
  16. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  17. [ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
  18. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  19. [ 0.000000] PERCPU: Embedded 12 pages/cpu @bafb0000 s20416 r8192 d20544 u49152
  20. [ 0.000000] pcpu-alloc: s20416 r8192 d20544 u49152 alloc=12*4096
  21. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  22. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  23. [ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1776 bcm2708_fb.fbheight=952 bcm2709.boardrev=0xa22082 bcm2709.serial=0x8741bc4d smsc95xx.macaddr=B8:27:EB:41:BC:4D bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p8 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  24. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  25. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  26. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  27. [ 0.000000] Memory: 939376K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19088K reserved, 8192K cma-reserved)
  28. [ 0.000000] Virtual kernel memory layout:
  29. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  30. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  31. vmalloc : 0xbb800000 - 0xff000000 (1080 MB)
  32. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  33. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  34. .text : 0x80008000 - 0x807945f0 (7730 kB)
  35. .init : 0x80795000 - 0x80804000 ( 444 kB)
  36. .data : 0x80804000 - 0x80889b10 ( 535 kB)
  37. .bss : 0x8088c000 - 0x809497dc ( 758 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] Additional per-CPU info printed with stalls.
  41. [ 0.000000] NR_IRQS:608
  42. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  43. [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  44. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  45. [ 0.000025] Switching to timer-based delay loop, resolution 52ns
  46. [ 0.000242] Console: colour dummy device 80x30
  47. [ 0.001286] console [tty1] enabled
  48. [ 0.001340] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  49. [ 0.001408] pid_max: default: 32768 minimum: 301
  50. [ 0.001730] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  51. [ 0.001773] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  52. [ 0.002768] Initializing cgroup subsys blkio
  53. [ 0.002819] Initializing cgroup subsys memory
  54. [ 0.002866] Initializing cgroup subsys devices
  55. [ 0.002908] Initializing cgroup subsys freezer
  56. [ 0.002957] Initializing cgroup subsys net_cls
  57. [ 0.003027] CPU: Testing write buffer coherency: ok
  58. [ 0.003116] ftrace: allocating 20313 entries in 60 pages
  59. [ 0.049016] CPU0: update cpu_capacity 1024
  60. [ 0.049081] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  61. [ 0.049115] [bcm2709_smp_prepare_cpus] enter
  62. [ 0.049285] Setting up static identity map for 0x8240 - 0x8274
  63. [ 0.051087] [bcm2709_boot_secondary] cpu:1 started (0) 18
  64. [ 0.051286] [bcm2709_secondary_init] enter cpu:1
  65. [ 0.051327] CPU1: update cpu_capacity 1024
  66. [ 0.051333] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  67. [ 0.051716] [bcm2709_boot_secondary] cpu:2 started (0) 18
  68. [ 0.051882] [bcm2709_secondary_init] enter cpu:2
  69. [ 0.051904] CPU2: update cpu_capacity 1024
  70. [ 0.051910] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  71. [ 0.052272] [bcm2709_boot_secondary] cpu:3 started (0) 18
  72. [ 0.052403] [bcm2709_secondary_init] enter cpu:3
  73. [ 0.052423] CPU3: update cpu_capacity 1024
  74. [ 0.052429] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  75. [ 0.052495] Brought up 4 CPUs
  76. [ 0.052593] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  77. [ 0.052623] CPU: All CPU(s) started in HYP mode.
  78. [ 0.052649] CPU: Virtualization extensions available.
  79. [ 0.053349] devtmpfs: initialized
  80. [ 0.072050] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  81. [ 0.072332] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  82. [ 0.073197] pinctrl core: initialized pinctrl subsystem
  83. [ 0.073748] NET: Registered protocol family 16
  84. [ 0.078871] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  85. [ 0.079849] bcm2709.uart_clock = 48000000
  86. [ 0.083926] bcm2709: Mini UART enabled
  87. [ 0.083993] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  88. [ 0.084040] hw-breakpoint: maximum watchpoint size is 8 bytes.
  89. [ 0.084215] Serial: AMBA PL011 UART driver
  90. [ 0.084278] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  91. [ 0.084474] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  92. [ 0.149779] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
  93. [ 0.149851] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
  94. [ 0.150442] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
  95. [ 0.150478] bcm2708-dmaengine 3f007000.dma: dma_debug:0
  96. [ 0.151052] SCSI subsystem initialized
  97. [ 0.151260] usbcore: registered new interface driver usbfs
  98. [ 0.151373] usbcore: registered new interface driver hub
  99. [ 0.151493] usbcore: registered new device driver usb
  100. [ 0.152036] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-15 14:47
  101. [ 0.179134] Switched to clocksource arch_sys_counter
  102. [ 0.220576] FS-Cache: Loaded
  103. [ 0.220864] CacheFiles: Loaded
  104. [ 0.230219] NET: Registered protocol family 2
  105. [ 0.231184] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  106. [ 0.231325] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  107. [ 0.231536] TCP: Hash tables configured (established 8192 bind 8192)
  108. [ 0.231651] UDP hash table entries: 512 (order: 2, 16384 bytes)
  109. [ 0.231720] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  110. [ 0.232048] NET: Registered protocol family 1
  111. [ 0.232370] RPC: Registered named UNIX socket transport module.
  112. [ 0.232403] RPC: Registered udp transport module.
  113. [ 0.232431] RPC: Registered tcp transport module.
  114. [ 0.232458] RPC: Registered tcp NFSv4.1 backchannel transport module.
  115. [ 0.233413] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  116. [ 0.234485] futex hash table entries: 1024 (order: 4, 65536 bytes)
  117. [ 0.247873] VFS: Disk quotas dquot_6.6.0
  118. [ 0.248205] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  119. [ 0.250337] FS-Cache: Netfs 'nfs' registered for caching
  120. [ 0.251258] NFS: Registering the id_resolver key type
  121. [ 0.251337] Key type id_resolver registered
  122. [ 0.251365] Key type id_legacy registered
  123. [ 0.253439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  124. [ 0.253616] io scheduler noop registered
  125. [ 0.253655] io scheduler deadline registered (default)
  126. [ 0.253944] io scheduler cfq registered
  127. [ 0.256220] BCM2708FB: allocated DMA memory fa800000
  128. [ 0.256267] BCM2708FB: allocated DMA channel 0 @ f3007000
  129. [ 0.281290] Console: switching to colour frame buffer device 222x59
  130. [ 0.295824] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  131. [ 0.297414] console [ttyS0] disabled
  132. [ 0.297532] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 29, base_baud = 50000000) is a 16550
  133. [ 1.494351] console [ttyS0] enabled
  134. [ 1.500989] vc-cma: Videocore CMA driver
  135. [ 1.507409] vc-cma: vc_cma_base = 0x00000000
  136. [ 1.515134] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  137. [ 1.523987] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  138. [ 1.532987] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  139. [ 1.557838] brd: module loaded
  140. [ 1.569863] loop: module loaded
  141. [ 1.575829] vchiq: vchiq_init_state: slot_zero = 0xba880000, is_master = 0
  142. [ 1.588682] Loading iSCSI transport class v2.0-870.
  143. [ 1.597338] usbcore: registered new interface driver smsc95xx
  144. [ 1.606799] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  145. [ 1.816489] Core Release: 2.80a
  146. [ 1.821669] Setting default values for core params
  147. [ 1.829551] Finished setting default values for core params
  148. [ 2.039010] Using Buffer DMA mode
  149. [ 2.044449] Periodic Transfer Interrupt Enhancement - disabled
  150. [ 2.054011] Multiprocessor Interrupt Enhancement - disabled
  151. [ 2.063146] OTG VER PARAM: 0, OTG VER FLAG: 0
  152. [ 2.070313] Dedicated Tx FIFOs mode
  153. [ 2.076331] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba814000 dma = 0xfa814000 len=9024
  154. [ 2.096432] FIQ FSM acceleration enabled for :
  155. Non-periodic Split Transactions
  156. Periodic Split Transactions
  157. High-Speed Isochronous Endpoints
  158. [ 2.139806] dwc_otg: Microframe scheduler enabled
  159. [ 2.139858] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80417288
  160. [ 2.153512] WARN::hcd_init_fiq:413: FIQ ASM at 0x804175f8 length 36
  161. [ 2.167705] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89c000
  162. [ 2.181494] dwc_otg 3f980000.usb: DWC OTG Controller
  163. [ 2.193576] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  164. [ 2.209507] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
  165. [ 2.222622] Init: Port Power? op_state=1
  166. [ 2.233047] Init: Power Port (0)
  167. [ 2.242518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  168. [ 2.257628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  169. [ 2.273404] usb usb1: Product: DWC OTG Controller
  170. [ 2.285042] usb usb1: Manufacturer: Linux 4.1.19-v7+ dwc_otg_hcd
  171. [ 2.298799] usb usb1: SerialNumber: 3f980000.usb
  172. [ 2.310921] hub 1-0:1.0: USB hub found
  173. [ 2.320977] hub 1-0:1.0: 1 port detected
  174. [ 2.331603] dwc_otg: FIQ enabled
  175. [ 2.331612] dwc_otg: NAK holdoff enabled
  176. [ 2.331621] dwc_otg: FIQ split-transaction FSM enabled
  177. [ 2.331653] Module dwc_common_port init
  178. [ 2.331907] usbcore: registered new interface driver usb-storage
  179. [ 2.345772] mousedev: PS/2 mouse device common for all mice
  180. [ 2.359468] bcm2835-cpufreq: min=600000 max=1200000
  181. [ 2.371616] sdhci: Secure Digital Host Controller Interface driver
  182. [ 2.385582] sdhci: Copyright(c) Pierre Ossman
  183. [ 2.396850] sdhost: log_buf @ ba813000 (fa813000)
  184. [ 2.479167] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  185. [ 2.514427] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  186. [ 2.527892] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  187. [ 2.529220] Indeed it is in host mode hprt0 = 00021501
  188. [ 2.589234] sdhci-pltfm: SDHCI platform and OF driver helper
  189. [ 2.602749] ledtrig-cpu: registered to indicate activity on CPUs
  190. [ 2.603227] mmc0: host does not support reading read-only switch, assuming write-enable
  191. [ 2.607205] mmc0: new high speed SDHC card at address aaaa
  192. [ 2.646357] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB
  193. [ 2.646437] hidraw: raw HID events driver (C) Jiri Kosina
  194. [ 2.646625] usbcore: registered new interface driver usbhid
  195. [ 2.646627] usbhid: USB HID core driver
  196. [ 2.647038] Initializing XFRM netlink socket
  197. [ 2.647063] NET: Registered protocol family 17
  198. [ 2.647186] Key type dns_resolver registered
  199. [ 2.647615] Registering SWP/SWPB emulation handler
  200. [ 2.648249] registered taskstats version 1
  201. [ 2.648448] vc-sm: Videocore shared memory driver
  202. [ 2.648458] [vc_sm_connected_init]: start
  203. [ 2.657828] [vc_sm_connected_init]: end - returning 0
  204. [ 2.659221] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
  205. [ 2.709165] usb 1-1: new high-speed USB device number 2 using dwc_otg
  206. [ 2.726525] Indeed it is in host mode hprt0 = 00001101
  207. [ 2.836513] mmcblk0: p1 p2 < p5 p6 p7 p8 p9 p10 > p3
  208. [ 2.865258] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  209. [ 2.870289] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
  210. [ 2.870330] VFS: Mounted root (ext4 filesystem) readonly on device 179:8.
  211. [ 2.881651] devtmpfs: mounted
  212. [ 2.882383] Freeing unused kernel memory: 444K (80795000 - 80804000)
  213. [ 2.919426] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  214. [ 2.919436] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  215. [ 2.920172] hub 1-1:1.0: USB hub found
  216. [ 2.920260] hub 1-1:1.0: 5 ports detected
  217. [ 2.985596] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  218. [ 3.000040] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  219. [ 3.015699] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  220. [ 3.120571] mmc1: new high speed SDIO card at address 0001
  221. [ 3.199184] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  222. [ 3.266458] random: systemd urandom read with 54 bits of entropy available
  223. [ 3.287242] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  224. [ 3.309444] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  225. [ 3.309453] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  226. [ 3.312099] smsc95xx v1.0.4
  227. [ 3.353308] systemd[1]: Detected architecture 'arm'.
  228. [ 3.382177] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:41:bc:4d
  229. [ 3.534299] NET: Registered protocol family 10
  230. [ 3.547168] systemd[1]: Inserted module 'ipv6'
  231. [ 3.563810] systemd[1]: Set hostname to <raspberrypi>.
  232. [ 3.619246] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
  233. [ 3.752074] usb 1-1.4: New USB device found, idVendor=0480, idProduct=a006
  234. [ 3.767694] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  235. [ 3.783963] usb 1-1.4: Product: External USB 3.0
  236. [ 3.795845] usb 1-1.4: Manufacturer: TOSHIBA
  237. [ 3.807200] usb 1-1.4: SerialNumber: 20130701066104
  238. [ 3.821088] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  239. [ 3.836356] scsi host0: usb-storage 1-1.4:1.0
  240. [ 3.985282] systemd[1]: Expecting device dev-ttyS0.device...
  241. [ 4.004331] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  242. [ 4.021345] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  243. [ 4.038041] systemd[1]: Starting Remote File Systems (Pre).
  244. [ 4.056515] systemd[1]: Reached target Remote File Systems (Pre).
  245. [ 4.070951] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  246. [ 4.079173] usb 1-1.2: new low-speed USB device number 5 using dwc_otg
  247. [ 4.110364] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  248. [ 4.130339] systemd[1]: Starting Encrypted Volumes.
  249. [ 4.148295] systemd[1]: Reached target Encrypted Volumes.
  250. [ 4.161818] systemd[1]: Starting Swap.
  251. [ 4.177823] systemd[1]: Reached target Swap.
  252. [ 4.189376] systemd[1]: Expecting device dev-mmcblk0p7.device...
  253. [ 4.192470] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0256
  254. [ 4.192481] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  255. [ 4.203393] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0256.0001/input/input0
  256. [ 4.259374] hid-generic 0003:05AC:0256.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 05ac:0256] on usb-3f980000.usb-1.2/input0
  257. [ 4.288518] systemd[1]: Starting Root Slice.
  258. [ 4.300709] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:0256.0002/input/input1
  259. [ 4.329386] systemd[1]: Created slice Root Slice.
  260. [ 4.341965] systemd[1]: Starting User and Session Slice.
  261. [ 4.359504] hid-generic 0003:05AC:0256.0002: input,hidraw1: USB HID v1.10 Mouse [HID 05ac:0256] on usb-3f980000.usb-1.2/input1
  262. [ 4.384938] systemd[1]: Created slice User and Session Slice.
  263. [ 4.399476] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  264. [ 4.421425] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  265. [ 4.437851] systemd[1]: Starting Delayed Shutdown Socket.
  266. [ 4.457393] systemd[1]: Listening on Delayed Shutdown Socket.
  267. [ 4.471740] systemd[1]: Starting Journal Socket (/dev/log).
  268. [ 4.491606] systemd[1]: Listening on Journal Socket (/dev/log).
  269. [ 4.506199] systemd[1]: Starting udev Control Socket.
  270. [ 4.524856] systemd[1]: Listening on udev Control Socket.
  271. [ 4.538518] systemd[1]: Starting udev Kernel Socket.
  272. [ 4.557051] systemd[1]: Listening on udev Kernel Socket.
  273. [ 4.570610] systemd[1]: Starting Journal Socket.
  274. [ 4.588628] systemd[1]: Listening on Journal Socket.
  275. [ 4.601658] systemd[1]: Starting System Slice.
  276. [ 4.619469] systemd[1]: Created slice System Slice.
  277. [ 4.632328] systemd[1]: Starting File System Check on Root Device...
  278. [ 4.655402] systemd[1]: Starting system-systemd\x2dfsck.slice.
  279. [ 4.676110] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  280. [ 4.691614] systemd[1]: Starting system-autologin.slice.
  281. [ 4.711159] systemd[1]: Created slice system-autologin.slice.
  282. [ 4.725440] systemd[1]: Starting system-serial\x2dgetty.slice.
  283. [ 4.745576] systemd[1]: Created slice system-serial\x2dgetty.slice.
  284. [ 4.760782] systemd[1]: Starting Increase datagram queue length...
  285. [ 4.783469] systemd[1]: Starting Restore / save the current clock...
  286. [ 4.810759] systemd[1]: Mounting POSIX Message Queue File System...
  287. [ 4.855225] systemd[1]: Started Set Up Additional Binary Formats.
  288. [ 4.870841] systemd[1]: Starting udev Coldplug all Devices...
  289. [ 4.893449] systemd[1]: Mounted Huge Pages File System.
  290. [ 4.907392] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  291. [ 4.990550] systemd[1]: Starting Load Kernel Modules...
  292. [ 5.012827] systemd[1]: Mounting Debug File System...
  293. [ 5.033583] systemd[1]: Starting LSB: Show custom splashscreen...
  294. [ 5.044268] fuse init (API version 7.23)
  295. [ 5.062442] i2c /dev entries driver
  296. [ 5.077526] systemd[1]: Starting Slices.
  297. [ 5.093864] systemd[1]: Reached target Slices.
  298. [ 5.112669] systemd[1]: Mounted Debug File System.
  299. [ 5.130036] systemd[1]: Mounted POSIX Message Queue File System.
  300. [ 5.150438] systemd[1]: Started File System Check on Root Device.
  301. [ 5.188838] systemd[1]: Started Increase datagram queue length.
  302. [ 5.209304] systemd[1]: Started Restore / save the current clock.
  303. [ 5.233396] systemd[1]: Started Create list of required static device nodes for the current kernel.
  304. [ 5.259635] systemd[1]: Started Load Kernel Modules.
  305. [ 5.282722] systemd[1]: Started udev Coldplug all Devices.
  306. [ 5.297184] systemd[1]: Time has been changed
  307. [ 5.455285] systemd[1]: Starting Apply Kernel Variables...
  308. [ 5.477098] systemd[1]: Mounting FUSE Control File System...
  309. [ 5.499201] systemd[1]: Mounting Configuration File System...
  310. [ 5.522286] systemd[1]: Starting Create Static Device Nodes in /dev...
  311. [ 5.531041] systemd[1]: Starting Syslog Socket.
  312. [ 5.537147] systemd[1]: Listening on Syslog Socket.
  313. [ 5.537316] systemd[1]: Starting Journal Service...
  314. [ 5.550935] systemd[1]: Started Journal Service.
  315. [ 5.831151] systemd-udevd[116]: starting version 215
  316. [ 6.808178] cfg80211: Calling CRDA to update world regulatory domain
  317. [ 6.905534] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
  318. [ 6.909061] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
  319. [ 6.913242] usbcore: registered new interface driver brcmfmac
  320. [ 7.105875] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c
  321. [ 7.129683] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  322. [ 7.312136] bcm2835-rng 3f104000.rng: hwrng registered
  323. [ 7.314292] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  324. [ 7.658669] systemd-journald[113]: Received request to flush runtime journal from PID 1
  325. [ 7.821595] random: nonblocking pool is initialized
  326. [ 7.941477] scsi 0:0:0:0: Direct-Access TOSHIBA External USB 3.0 0101 PQ: 0 ANSI: 6
  327. [ 7.947648] sd 0:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
  328. [ 7.948502] sd 0:0:0:0: [sda] Write Protect is off
  329. [ 7.948522] sd 0:0:0:0: [sda] Mode Sense: 1f 00 00 00
  330. [ 7.949501] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  331. [ 7.964041] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  332. [ 7.964072] cfg80211: World regulatory domain updated:
  333. [ 7.964081] cfg80211: DFS Master region: unset
  334. [ 7.964089] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  335. [ 7.964104] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  336. [ 7.964117] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  337. [ 7.964129] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  338. [ 7.964144] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  339. [ 7.964158] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  340. [ 7.964171] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  341. [ 7.964183] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  342. [ 7.964195] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  343. [ 7.965365] sda: sda1
  344. [ 7.966271] sd 0:0:0:0: Attached scsi generic sg0 type 0
  345. [ 7.978716] sd 0:0:0:0: [sda] Attached SCSI disk
  346. [ 8.781288] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  347. [ 8.781307] brcmfmac: brcmf_add_if: ignore IF event
  348. [ 8.786331] brcmfmac: power management disabled
  349. [ 8.837361] uart-pl011 3f201000.uart: no DMA platform data
  350. [ 9.120414] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
  351. [ 9.262551] cfg80211: Calling CRDA for country: DE
  352. [ 9.287010] cfg80211: Regulatory domain changed to country: DE
  353. [ 9.287029] cfg80211: DFS Master region: ETSI
  354. [ 9.287035] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  355. [ 9.287045] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  356. [ 9.287055] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  357. [ 9.287073] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  358. [ 9.287081] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
  359. [ 9.287088] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  360. [ 9.530577] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  361. [ 9.531199] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  362. [ 10.484933] cfg80211: Calling CRDA for country: DE
  363. [ 10.505460] cfg80211: Regulatory domain changed to country: DE
  364. [ 10.505483] cfg80211: DFS Master region: ETSI
  365. [ 10.505493] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  366. [ 10.505509] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  367. [ 10.505524] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  368. [ 10.505539] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  369. [ 10.505552] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
  370. [ 10.505564] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  371. [ 13.452907] Bluetooth: Core ver 2.20
  372. [ 13.452972] NET: Registered protocol family 31
  373. [ 13.452977] Bluetooth: HCI device and connection manager initialized
  374. [ 13.452994] Bluetooth: HCI socket layer initialized
  375. [ 13.453005] Bluetooth: L2CAP socket layer initialized
  376. [ 13.453025] Bluetooth: SCO socket layer initialized
  377. [ 13.465696] Bluetooth: HCI UART driver ver 2.3
  378. [ 13.465714] Bluetooth: HCI UART protocol H4 registered
  379. [ 13.465719] Bluetooth: HCI UART protocol Three-wire (H5) registered
  380. [ 13.465725] Bluetooth: HCI UART protocol BCM registered
  381. [ 13.861239] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  382. [ 13.861251] Bluetooth: BNEP filters: protocol multicast
  383. [ 13.861264] Bluetooth: BNEP socket layer initialized
  384. [ 14.986872] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  385. [ 15.169845] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
  386. [ 15.443943] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  387. [ 15.574704] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
  388. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement