Guest User

Untitled

a guest
Oct 17th, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.66 KB | None | 0 0
  1. pi@raspberrypi:~ $ lsusb
  2. Bus 001 Device 009: ID 0480:a006 Toshiba America Info. Systems, Inc.
  3. Bus 001 Device 004: ID 0810:e501 Personal Communication Systems, Inc.
  4. Bus 001 Device 010: ID 05ac:0256 Apple, Inc.
  5. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  6. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  7. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  8. pi@raspberrypi:~ $ dmesg
  9. [ 0.000000] Booting Linux on physical CPU 0x0
  10. [ 0.000000] Initializing cgroup subsys cpuset
  11. [ 0.000000] Initializing cgroup subsys cpu
  12. [ 0.000000] Initializing cgroup subsys cpuacct
  13. [ 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
  14. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  15. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  16. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  17. [ 0.000000] cma: Reserved 8 MiB at 0x3a400000
  18. [ 0.000000] Memory policy: Data cache writealloc
  19. [ 0.000000] On node 0 totalpages: 241664
  20. [ 0.000000] free_area_init_node: node 0, pgdat 80880fc0, node_mem_map b9bb4000
  21. [ 0.000000] Normal zone: 2124 pages used for memmap
  22. [ 0.000000] Normal zone: 0 pages reserved
  23. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  24. [ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
  25. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  26. [ 0.000000] PERCPU: Embedded 12 pages/cpu @bafb0000 s20416 r8192 d20544 u49152
  27. [ 0.000000] pcpu-alloc: s20416 r8192 d20544 u49152 alloc=12*4096
  28. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  29. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  30. [ 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
  31. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  32. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  33. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  34. [ 0.000000] Memory: 939376K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19088K reserved, 8192K cma-reserved)
  35. [ 0.000000] Virtual kernel memory layout:
  36. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  37. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  38. vmalloc : 0xbb800000 - 0xff000000 (1080 MB)
  39. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  40. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  41. .text : 0x80008000 - 0x807945f0 (7730 kB)
  42. .init : 0x80795000 - 0x80804000 ( 444 kB)
  43. .data : 0x80804000 - 0x80889b10 ( 535 kB)
  44. .bss : 0x8088c000 - 0x809497dc ( 758 kB)
  45. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  46. [ 0.000000] Hierarchical RCU implementation.
  47. [ 0.000000] Additional per-CPU info printed with stalls.
  48. [ 0.000000] NR_IRQS:608
  49. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  50. [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  51. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  52. [ 0.000025] Switching to timer-based delay loop, resolution 52ns
  53. [ 0.000240] Console: colour dummy device 80x30
  54. [ 0.001285] console [tty1] enabled
  55. [ 0.001339] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  56. [ 0.001408] pid_max: default: 32768 minimum: 301
  57. [ 0.001731] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  58. [ 0.001774] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  59. [ 0.002776] Initializing cgroup subsys blkio
  60. [ 0.002826] Initializing cgroup subsys memory
  61. [ 0.002873] Initializing cgroup subsys devices
  62. [ 0.002916] Initializing cgroup subsys freezer
  63. [ 0.002965] Initializing cgroup subsys net_cls
  64. [ 0.003037] CPU: Testing write buffer coherency: ok
  65. [ 0.003124] ftrace: allocating 20313 entries in 60 pages
  66. [ 0.048531] CPU0: update cpu_capacity 1024
  67. [ 0.048597] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  68. [ 0.048631] [bcm2709_smp_prepare_cpus] enter
  69. [ 0.048782] Setting up static identity map for 0x8240 - 0x8274
  70. [ 0.050551] [bcm2709_boot_secondary] cpu:1 started (0) 19
  71. [ 0.050775] [bcm2709_secondary_init] enter cpu:1
  72. [ 0.050817] CPU1: update cpu_capacity 1024
  73. [ 0.050823] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  74. [ 0.051204] [bcm2709_boot_secondary] cpu:2 started (0) 18
  75. [ 0.051369] [bcm2709_secondary_init] enter cpu:2
  76. [ 0.051391] CPU2: update cpu_capacity 1024
  77. [ 0.051397] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  78. [ 0.051763] [bcm2709_boot_secondary] cpu:3 started (0) 18
  79. [ 0.051894] [bcm2709_secondary_init] enter cpu:3
  80. [ 0.051914] CPU3: update cpu_capacity 1024
  81. [ 0.051920] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  82. [ 0.051983] Brought up 4 CPUs
  83. [ 0.052081] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  84. [ 0.052110] CPU: All CPU(s) started in HYP mode.
  85. [ 0.052136] CPU: Virtualization extensions available.
  86. [ 0.052838] devtmpfs: initialized
  87. [ 0.071534] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  88. [ 0.071814] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  89. [ 0.072666] pinctrl core: initialized pinctrl subsystem
  90. [ 0.073217] NET: Registered protocol family 16
  91. [ 0.078341] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  92. [ 0.079322] bcm2709.uart_clock = 48000000
  93. [ 0.083400] bcm2709: Mini UART enabled
  94. [ 0.083468] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  95. [ 0.083514] hw-breakpoint: maximum watchpoint size is 8 bytes.
  96. [ 0.083688] Serial: AMBA PL011 UART driver
  97. [ 0.083752] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  98. [ 0.083948] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  99. [ 0.149218] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
  100. [ 0.149290] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
  101. [ 0.149882] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
  102. [ 0.149918] bcm2708-dmaengine 3f007000.dma: dma_debug:0
  103. [ 0.150489] SCSI subsystem initialized
  104. [ 0.150698] usbcore: registered new interface driver usbfs
  105. [ 0.150811] usbcore: registered new interface driver hub
  106. [ 0.150930] usbcore: registered new device driver usb
  107. [ 0.151474] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-15 14:47
  108. [ 0.178582] Switched to clocksource arch_sys_counter
  109. [ 0.220027] FS-Cache: Loaded
  110. [ 0.220317] CacheFiles: Loaded
  111. [ 0.229660] NET: Registered protocol family 2
  112. [ 0.230627] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  113. [ 0.230767] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  114. [ 0.230978] TCP: Hash tables configured (established 8192 bind 8192)
  115. [ 0.231092] UDP hash table entries: 512 (order: 2, 16384 bytes)
  116. [ 0.231161] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  117. [ 0.231492] NET: Registered protocol family 1
  118. [ 0.231813] RPC: Registered named UNIX socket transport module.
  119. [ 0.231846] RPC: Registered udp transport module.
  120. [ 0.231874] RPC: Registered tcp transport module.
  121. [ 0.231901] RPC: Registered tcp NFSv4.1 backchannel transport module.
  122. [ 0.232860] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  123. [ 0.233933] futex hash table entries: 1024 (order: 4, 65536 bytes)
  124. [ 0.247315] VFS: Disk quotas dquot_6.6.0
  125. [ 0.247646] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  126. [ 0.249778] FS-Cache: Netfs 'nfs' registered for caching
  127. [ 0.250698] NFS: Registering the id_resolver key type
  128. [ 0.250767] Key type id_resolver registered
  129. [ 0.250795] Key type id_legacy registered
  130. [ 0.252872] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  131. [ 0.253033] io scheduler noop registered
  132. [ 0.253072] io scheduler deadline registered (default)
  133. [ 0.253360] io scheduler cfq registered
  134. [ 0.255628] BCM2708FB: allocated DMA memory fa800000
  135. [ 0.255675] BCM2708FB: allocated DMA channel 0 @ f3007000
  136. [ 0.280689] Console: switching to colour frame buffer device 222x59
  137. [ 0.295233] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  138. [ 0.296841] console [ttyS0] disabled
  139. [ 0.296961] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 29, base_baud = 50000000) is a 16550
  140. [ 1.493776] console [ttyS0] enabled
  141. [ 1.500412] vc-cma: Videocore CMA driver
  142. [ 1.506832] vc-cma: vc_cma_base = 0x00000000
  143. [ 1.514558] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  144. [ 1.523410] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  145. [ 1.532410] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  146. [ 1.557258] brd: module loaded
  147. [ 1.569262] loop: module loaded
  148. [ 1.575231] vchiq: vchiq_init_state: slot_zero = 0xba880000, is_master = 0
  149. [ 1.588079] Loading iSCSI transport class v2.0-870.
  150. [ 1.596742] usbcore: registered new interface driver smsc95xx
  151. [ 1.606204] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  152. [ 1.815900] Core Release: 2.80a
  153. [ 1.821064] Setting default values for core params
  154. [ 1.828945] Finished setting default values for core params
  155. [ 2.038402] Using Buffer DMA mode
  156. [ 2.043840] Periodic Transfer Interrupt Enhancement - disabled
  157. [ 2.053402] Multiprocessor Interrupt Enhancement - disabled
  158. [ 2.062535] OTG VER PARAM: 0, OTG VER FLAG: 0
  159. [ 2.069746] Dedicated Tx FIFOs mode
  160. [ 2.075739] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba814000 dma = 0xfa814000 len=9024
  161. [ 2.095841] FIQ FSM acceleration enabled for :
  162. Non-periodic Split Transactions
  163. Periodic Split Transactions
  164. High-Speed Isochronous Endpoints
  165. [ 2.139216] dwc_otg: Microframe scheduler enabled
  166. [ 2.139268] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80417288
  167. [ 2.152922] WARN::hcd_init_fiq:413: FIQ ASM at 0x804175f8 length 36
  168. [ 2.167113] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89c000
  169. [ 2.180900] dwc_otg 3f980000.usb: DWC OTG Controller
  170. [ 2.192984] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  171. [ 2.208920] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
  172. [ 2.222037] Init: Port Power? op_state=1
  173. [ 2.232461] Init: Power Port (0)
  174. [ 2.241940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  175. [ 2.257050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  176. [ 2.272826] usb usb1: Product: DWC OTG Controller
  177. [ 2.284464] usb usb1: Manufacturer: Linux 4.1.19-v7+ dwc_otg_hcd
  178. [ 2.298222] usb usb1: SerialNumber: 3f980000.usb
  179. [ 2.310342] hub 1-0:1.0: USB hub found
  180. [ 2.320394] hub 1-0:1.0: 1 port detected
  181. [ 2.331017] dwc_otg: FIQ enabled
  182. [ 2.331026] dwc_otg: NAK holdoff enabled
  183. [ 2.331034] dwc_otg: FIQ split-transaction FSM enabled
  184. [ 2.331066] Module dwc_common_port init
  185. [ 2.331331] usbcore: registered new interface driver usb-storage
  186. [ 2.345204] mousedev: PS/2 mouse device common for all mice
  187. [ 2.358906] bcm2835-cpufreq: min=600000 max=1200000
  188. [ 2.371056] sdhci: Secure Digital Host Controller Interface driver
  189. [ 2.385025] sdhci: Copyright(c) Pierre Ossman
  190. [ 2.396309] sdhost: log_buf @ ba813000 (fa813000)
  191. [ 2.478616] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  192. [ 2.513867] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  193. [ 2.527331] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  194. [ 2.528687] Indeed it is in host mode hprt0 = 00021501
  195. [ 2.588699] sdhci-pltfm: SDHCI platform and OF driver helper
  196. [ 2.602231] ledtrig-cpu: registered to indicate activity on CPUs
  197. [ 2.602709] mmc0: host does not support reading read-only switch, assuming write-enable
  198. [ 2.606503] mmc0: new high speed SDHC card at address aaaa
  199. [ 2.606951] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB
  200. [ 2.614285] mmcblk0: p1 p2 < p5 p6 p7 p8 p9 p10 > p3
  201. [ 2.632724] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  202. [ 2.634279] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  203. [ 2.635830] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  204. [ 2.638627] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  205. [ 2.720418] hidraw: raw HID events driver (C) Jiri Kosina
  206. [ 2.728611] usb 1-1: new high-speed USB device number 2 using dwc_otg
  207. [ 2.728740] Indeed it is in host mode hprt0 = 00001101
  208. [ 2.759683] usbcore: registered new interface driver usbhid
  209. [ 2.772557] usbhid: USB HID core driver
  210. [ 2.783022] Initializing XFRM netlink socket
  211. [ 2.789125] mmc1: new high speed SDIO card at address 0001
  212. [ 2.806460] NET: Registered protocol family 17
  213. [ 2.817581] Key type dns_resolver registered
  214. [ 2.828728] Registering SWP/SWPB emulation handler
  215. [ 2.840901] registered taskstats version 1
  216. [ 2.851586] vc-sm: Videocore shared memory driver
  217. [ 2.863000] [vc_sm_connected_init]: start
  218. [ 2.873756] [vc_sm_connected_init]: end - returning 0
  219. [ 2.886919] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
  220. [ 2.924800] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
  221. [ 2.941825] VFS: Mounted root (ext4 filesystem) readonly on device 179:8.
  222. [ 2.956794] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  223. [ 2.970297] devtmpfs: mounted
  224. [ 2.971034] Freeing unused kernel memory: 444K (80795000 - 80804000)
  225. [ 2.994364] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  226. [ 3.010603] hub 1-1:1.0: USB hub found
  227. [ 3.020705] hub 1-1:1.0: 5 ports detected
  228. [ 3.308630] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  229. [ 3.369172] random: systemd urandom read with 77 bits of entropy available
  230. [ 3.389975] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  231. [ 3.416106] systemd[1]: Detected architecture 'arm'.
  232. [ 3.418880] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  233. [ 3.418889] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  234. [ 3.421549] smsc95xx v1.0.4
  235. [ 3.481774] 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
  236. [ 3.558625] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
  237. [ 3.636867] NET: Registered protocol family 10
  238. [ 3.649823] systemd[1]: Inserted module 'ipv6'
  239. [ 3.666408] systemd[1]: Set hostname to <raspberrypi>.
  240. [ 3.692915] usb 1-1.3: New USB device found, idVendor=0810, idProduct=e501
  241. [ 3.708527] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  242. [ 3.708535] usb 1-1.3: Product: usb gamepad
  243. [ 3.743714] input: usb gamepad as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0810:E501.0001/input/input0
  244. [ 3.768815] hid-generic 0003:0810:E501.0001: input,hidraw0: USB HID v1.10 Joystick [usb gamepad ] on usb-3f980000.usb-1.3/input0
  245. [ 4.028639] usb 1-1.2: new low-speed USB device number 5 using dwc_otg
  246. [ 4.093988] systemd[1]: Expecting device dev-ttyS0.device...
  247. [ 4.113568] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  248. [ 4.130845] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  249. [ 4.147874] systemd[1]: Starting Remote File Systems (Pre).
  250. [ 4.166962] systemd[1]: Reached target Remote File Systems (Pre).
  251. [ 4.170604] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0256
  252. [ 4.170614] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  253. [ 4.181501] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0256.0002/input/input1
  254. [ 4.238156] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  255. [ 4.238832] hid-generic 0003:05AC:0256.0002: input,hidraw1: USB HID v1.10 Keyboard [HID 05ac:0256] on usb-3f980000.usb-1.2/input0
  256. [ 4.257808] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:0256.0003/input/input2
  257. [ 4.308953] hid-generic 0003:05AC:0256.0003: input,hidraw2: USB HID v1.10 Mouse [HID 05ac:0256] on usb-3f980000.usb-1.2/input1
  258. [ 4.335633] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  259. [ 4.356386] systemd[1]: Starting Encrypted Volumes.
  260. [ 4.375839] systemd[1]: Reached target Encrypted Volumes.
  261. [ 4.390092] systemd[1]: Starting Swap.
  262. [ 4.407697] systemd[1]: Reached target Swap.
  263. [ 4.420091] systemd[1]: Expecting device dev-mmcblk0p7.device...
  264. [ 4.441435] systemd[1]: Starting Root Slice.
  265. [ 4.459859] systemd[1]: Created slice Root Slice.
  266. [ 4.472840] systemd[1]: Starting User and Session Slice.
  267. [ 4.492935] systemd[1]: Created slice User and Session Slice.
  268. [ 4.507578] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  269. [ 4.529819] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  270. [ 4.546513] systemd[1]: Starting Delayed Shutdown Socket.
  271. [ 4.566646] systemd[1]: Listening on Delayed Shutdown Socket.
  272. [ 4.581174] systemd[1]: Starting Journal Socket (/dev/log).
  273. [ 4.601386] systemd[1]: Listening on Journal Socket (/dev/log).
  274. [ 4.616213] systemd[1]: Starting udev Control Socket.
  275. [ 4.635449] systemd[1]: Listening on udev Control Socket.
  276. [ 4.649271] systemd[1]: Starting udev Kernel Socket.
  277. [ 4.668058] systemd[1]: Listening on udev Kernel Socket.
  278. [ 4.681721] systemd[1]: Starting Journal Socket.
  279. [ 4.700009] systemd[1]: Listening on Journal Socket.
  280. [ 4.713158] systemd[1]: Starting System Slice.
  281. [ 4.731161] systemd[1]: Created slice System Slice.
  282. [ 4.744023] systemd[1]: Starting File System Check on Root Device...
  283. [ 4.766750] systemd[1]: Starting system-systemd\x2dfsck.slice.
  284. [ 4.787262] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  285. [ 4.802493] systemd[1]: Starting system-autologin.slice.
  286. [ 4.821891] systemd[1]: Created slice system-autologin.slice.
  287. [ 4.836035] systemd[1]: Starting system-serial\x2dgetty.slice.
  288. [ 4.855933] systemd[1]: Created slice system-serial\x2dgetty.slice.
  289. [ 4.871098] systemd[1]: Starting Increase datagram queue length...
  290. [ 4.893602] systemd[1]: Starting Restore / save the current clock...
  291. [ 4.921937] systemd[1]: Mounting POSIX Message Queue File System...
  292. [ 4.966402] systemd[1]: Started Set Up Additional Binary Formats.
  293. [ 4.981330] systemd[1]: Starting udev Coldplug all Devices...
  294. [ 5.002469] systemd[1]: Mounted Huge Pages File System.
  295. [ 5.016019] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  296. [ 5.093664] systemd[1]: Starting Load Kernel Modules...
  297. [ 5.115752] systemd[1]: Mounting Debug File System...
  298. [ 5.136995] systemd[1]: Starting LSB: Show custom splashscreen...
  299. [ 5.157010] fuse init (API version 7.23)
  300. [ 5.171756] systemd[1]: Starting Slices.
  301. [ 5.175316] i2c /dev entries driver
  302. [ 5.198266] systemd[1]: Reached target Slices.
  303. [ 5.217009] systemd[1]: Mounted Debug File System.
  304. [ 5.234369] systemd[1]: Mounted POSIX Message Queue File System.
  305. [ 5.254686] systemd[1]: Started File System Check on Root Device.
  306. [ 5.285597] systemd[1]: Started Increase datagram queue length.
  307. [ 5.305915] systemd[1]: Started Restore / save the current clock.
  308. [ 5.329960] systemd[1]: Started Create list of required static device nodes for the current kernel.
  309. [ 5.356166] systemd[1]: Started Load Kernel Modules.
  310. [ 5.379110] systemd[1]: Started udev Coldplug all Devices.
  311. [ 5.393590] systemd[1]: Time has been changed
  312. [ 5.551895] systemd[1]: Starting Apply Kernel Variables...
  313. [ 5.573772] systemd[1]: Mounting FUSE Control File System...
  314. [ 5.595829] systemd[1]: Mounting Configuration File System...
  315. [ 5.618216] systemd[1]: Starting Create Static Device Nodes in /dev...
  316. [ 5.642274] systemd[1]: Starting Syslog Socket.
  317. [ 5.660156] systemd[1]: Listening on Syslog Socket.
  318. [ 5.672753] systemd[1]: Starting Journal Service...
  319. [ 5.699161] systemd[1]: Started Journal Service.
  320. [ 5.901450] systemd-udevd[111]: starting version 215
  321. [ 6.889198] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
  322. [ 7.139148] cfg80211: Calling CRDA to update world regulatory domain
  323. [ 7.312647] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
  324. [ 7.315961] usbcore: registered new interface driver brcmfmac
  325. [ 7.406991] bcm2835-rng 3f104000.rng: hwrng registered
  326. [ 7.407862] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  327. [ 7.421194] random: nonblocking pool is initialized
  328. [ 7.502416] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c
  329. [ 7.524412] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  330. [ 8.083342] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  331. [ 8.083370] cfg80211: World regulatory domain updated:
  332. [ 8.083379] cfg80211: DFS Master region: unset
  333. [ 8.083388] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  334. [ 8.083403] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  335. [ 8.083416] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  336. [ 8.083428] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  337. [ 8.083444] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  338. [ 8.083459] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  339. [ 8.083472] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  340. [ 8.083484] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  341. [ 8.083496] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  342. [ 8.247509] systemd-journald[107]: Received request to flush runtime journal from PID 1
  343. [ 8.801997] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  344. [ 8.802023] brcmfmac: brcmf_add_if: ignore IF event
  345. [ 8.807097] brcmfmac: power management disabled
  346. [ 9.178679] cfg80211: Calling CRDA for country: DE
  347. [ 9.200168] cfg80211: Regulatory domain changed to country: DE
  348. [ 9.200191] cfg80211: DFS Master region: ETSI
  349. [ 9.200201] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  350. [ 9.200216] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  351. [ 9.200231] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  352. [ 9.200246] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  353. [ 9.200259] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
  354. [ 9.200271] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  355. [ 9.543402] uart-pl011 3f201000.uart: no DMA platform data
  356. [ 9.769904] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
  357. [ 10.199934] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  358. [ 10.200252] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  359. [ 10.387372] cfg80211: Calling CRDA for country: DE
  360. [ 10.403657] cfg80211: Regulatory domain changed to country: DE
  361. [ 10.403672] cfg80211: DFS Master region: ETSI
  362. [ 10.403677] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  363. [ 10.403685] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  364. [ 10.403693] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  365. [ 10.403700] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  366. [ 10.403707] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
  367. [ 10.403713] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  368. [ 14.061421] Bluetooth: Core ver 2.20
  369. [ 14.062153] NET: Registered protocol family 31
  370. [ 14.062166] Bluetooth: HCI device and connection manager initialized
  371. [ 14.062186] Bluetooth: HCI socket layer initialized
  372. [ 14.062196] Bluetooth: L2CAP socket layer initialized
  373. [ 14.062221] Bluetooth: SCO socket layer initialized
  374. [ 14.087556] Bluetooth: HCI UART driver ver 2.3
  375. [ 14.087568] Bluetooth: HCI UART protocol H4 registered
  376. [ 14.087573] Bluetooth: HCI UART protocol Three-wire (H5) registered
  377. [ 14.087578] Bluetooth: HCI UART protocol BCM registered
  378. [ 14.482373] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  379. [ 14.482386] Bluetooth: BNEP filters: protocol multicast
  380. [ 14.482401] Bluetooth: BNEP socket layer initialized
  381. [ 15.641832] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
  382. [ 15.931985] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  383. [ 16.041973] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
  384. [ 17.312192] usb 1-1.2: USB disconnect, device number 5
  385. [ 18.058783] usb 1-1.4: new high-speed USB device number 6 using dwc_otg
  386. [ 18.161453] usb 1-1.4: New USB device found, idVendor=0480, idProduct=a006
  387. [ 18.161468] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  388. [ 18.161475] usb 1-1.4: Product: External USB 3.0
  389. [ 18.161481] usb 1-1.4: Manufacturer: TOSHIBA
  390. [ 18.161488] usb 1-1.4: SerialNumber: 20130701066104
  391. [ 18.162832] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  392. [ 18.163066] scsi host0: usb-storage 1-1.4:1.0
  393. [ 18.398774] usb 1-1.2: new low-speed USB device number 7 using dwc_otg
  394. [ 18.513385] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0256
  395. [ 18.513400] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  396. [ 18.523512] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0256.0004/input/input3
  397. [ 18.579158] hid-generic 0003:05AC:0256.0004: input,hidraw1: USB HID v1.10 Keyboard [HID 05ac:0256] on usb-3f980000.usb-1.2/input0
  398. [ 18.595569] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:0256.0005/input/input4
  399. [ 18.649181] hid-generic 0003:05AC:0256.0005: input,hidraw2: USB HID v1.10 Mouse [HID 05ac:0256] on usb-3f980000.usb-1.2/input1
  400. [ 21.424691] scsi 0:0:0:0: Direct-Access TOSHIBA External USB 3.0 0101 PQ: 0 ANSI: 6
  401. [ 21.430447] sd 0:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
  402. [ 21.431147] sd 0:0:0:0: [sda] Write Protect is off
  403. [ 21.431157] sd 0:0:0:0: [sda] Mode Sense: 1f 00 00 00
  404. [ 21.431810] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  405. [ 21.438403] sd 0:0:0:0: Attached scsi generic sg0 type 0
  406. [ 21.448329] sda: sda1
  407. [ 21.460208] sd 0:0:0:0: [sda] Attached SCSI disk
  408. [ 22.124853] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  409. [ 37.026803] usb 1-1.4: USB disconnect, device number 6
  410. [ 41.099124] usb 1-1.5: new high-speed USB device number 8 using dwc_otg
  411. [ 41.199544] usb 1-1.5: New USB device found, idVendor=0781, idProduct=5575
  412. [ 41.199558] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  413. [ 41.199564] usb 1-1.5: Product: Cruzer Glide
  414. [ 41.199571] usb 1-1.5: Manufacturer: SanDisk
  415. [ 41.199577] usb 1-1.5: SerialNumber: 200432124309EA51C0DC
  416. [ 41.200812] usb-storage 1-1.5:1.0: USB Mass Storage device detected
  417. [ 41.201761] scsi host1: usb-storage 1-1.5:1.0
  418. [ 42.200466] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.26 PQ: 0 ANSI: 5
  419. [ 42.201540] sd 1:0:0:0: Attached scsi generic sg0 type 0
  420. [ 42.202639] sd 1:0:0:0: [sda] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
  421. [ 42.203701] sd 1:0:0:0: [sda] Write Protect is off
  422. [ 42.203719] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
  423. [ 42.204067] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  424. [ 42.218660] sda: sda1
  425. [ 42.222115] sd 1:0:0:0: [sda] Attached SCSI removable disk
  426. [ 42.556793] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  427. [ 53.669116] usb 1-1.5: USB disconnect, device number 8
  428. [ 1047.081547] usb 1-1.2: USB disconnect, device number 7
  429. [ 1047.825851] usb 1-1.4: new high-speed USB device number 9 using dwc_otg
  430. [ 1047.928782] usb 1-1.4: New USB device found, idVendor=0480, idProduct=a006
  431. [ 1047.928802] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  432. [ 1047.928816] usb 1-1.4: Product: External USB 3.0
  433. [ 1047.928828] usb 1-1.4: Manufacturer: TOSHIBA
  434. [ 1047.928840] usb 1-1.4: SerialNumber: 20130701066104
  435. [ 1047.930500] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  436. [ 1047.930803] scsi host2: usb-storage 1-1.4:1.0
  437. [ 1048.165860] usb 1-1.2: new low-speed USB device number 10 using dwc_otg
  438. [ 1048.277802] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0256
  439. [ 1048.277821] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  440. [ 1048.290455] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0256.0006/input/input5
  441. [ 1048.346327] hid-generic 0003:05AC:0256.0006: input,hidraw1: USB HID v1.10 Keyboard [HID 05ac:0256] on usb-3f980000.usb-1.2/input0
  442. [ 1048.364152] input: HID 05ac:0256 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:0256.0007/input/input6
  443. [ 1048.416468] hid-generic 0003:05AC:0256.0007: input,hidraw2: USB HID v1.10 Mouse [HID 05ac:0256] on usb-3f980000.usb-1.2/input1
  444. [ 1051.218853] scsi 2:0:0:0: Direct-Access TOSHIBA External USB 3.0 0101 PQ: 0 ANSI: 6
  445. [ 1051.219416] sd 2:0:0:0: Attached scsi generic sg0 type 0
  446. [ 1051.225512] sd 2:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
  447. [ 1051.226290] sd 2:0:0:0: [sda] Write Protect is off
  448. [ 1051.226309] sd 2:0:0:0: [sda] Mode Sense: 1f 00 00 00
  449. [ 1051.227015] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  450. [ 1051.242397] sda: sda1
  451. [ 1051.254175] sd 2:0:0:0: [sda] Attached SCSI disk
  452. [ 1051.874634] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  453. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment