Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.05 KB | None | 0 0
  1. pi@boomboxII ~ $ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0xf00
  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.13-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015
  7. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  8. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  9. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  10. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  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 8085f000, node_mem_map b9fa6000
  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 13 pages/cpu @b9f64000 s20608 r8192 d24448 u53248
  20. [ 0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*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: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa01041 bcm2709.serial=0xba1b0612 smsc95xx.macaddr=B8:27:EB:1B:06:12 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 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: 939496K/966656K available (5967K kernel code, 534K rwdata, 1652K rodata, 420K init, 757K bss, 18968K 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 - 0x80778f64 (7620 kB)
  35. .init : 0x80779000 - 0x807e2000 ( 420 kB)
  36. .data : 0x807e2000 - 0x80867b6c ( 535 kB)
  37. .bss : 0x8086a000 - 0x8092779c ( 758 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  39. [ 0.000000] Preemptible 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.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  45. [ 0.000031] Switching to timer-based delay loop, resolution 52ns
  46. [ 0.000319] Console: colour dummy device 80x30
  47. [ 0.002082] console [tty1] enabled
  48. [ 0.002149] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  49. [ 0.002248] pid_max: default: 32768 minimum: 301
  50. [ 0.002621] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  51. [ 0.002687] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  52. [ 0.003995] Initializing cgroup subsys blkio
  53. [ 0.004078] Initializing cgroup subsys memory
  54. [ 0.004146] Initializing cgroup subsys devices
  55. [ 0.004210] Initializing cgroup subsys freezer
  56. [ 0.004285] Initializing cgroup subsys net_cls
  57. [ 0.004402] CPU: Testing write buffer coherency: ok
  58. [ 0.004522] ftrace: allocating 20235 entries in 60 pages
  59. [ 0.053974] CPU0: update cpu_capacity 1024
  60. [ 0.054058] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  61. [ 0.054104] [bcm2709_smp_prepare_cpus] enter
  62. [ 0.054270] Setting up static identity map for 0x8240 - 0x8274
  63. [ 0.113847] [bcm2709_boot_secondary] cpu:1 started (0) 18
  64. [ 0.114284] [bcm2709_secondary_init] enter cpu:1
  65. [ 0.114338] CPU1: update cpu_capacity 1024
  66. [ 0.114346] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  67. [ 0.133824] [bcm2709_boot_secondary] cpu:2 started (0) 18
  68. [ 0.134187] [bcm2709_secondary_init] enter cpu:2
  69. [ 0.134220] CPU2: update cpu_capacity 1024
  70. [ 0.134228] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  71. [ 0.153862] [bcm2709_boot_secondary] cpu:3 started (0) 17
  72. [ 0.154117] [bcm2709_secondary_init] enter cpu:3
  73. [ 0.154145] CPU3: update cpu_capacity 1024
  74. [ 0.154154] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  75. [ 0.154248] Brought up 4 CPUs
  76. [ 0.154381] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  77. [ 0.154423] CPU: All CPU(s) started in HYP mode.
  78. [ 0.154459] CPU: Virtualization extensions available.
  79. [ 0.155457] devtmpfs: initialized
  80. [ 0.180040] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  81. [ 0.180404] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  82. [ 0.181540] pinctrl core: initialized pinctrl subsystem
  83. [ 0.182381] NET: Registered protocol family 16
  84. [ 0.188162] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  85. [ 0.189429] bcm2709.uart_clock = 3000000
  86. [ 0.195698] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  87. [ 0.195770] hw-breakpoint: maximum watchpoint size is 8 bytes.
  88. [ 0.195998] Serial: AMBA PL011 UART driver
  89. [ 0.196213] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
  90. [ 0.702750] console [ttyAMA0] enabled
  91. [ 0.707039] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  92. [ 0.786352] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
  93. [ 0.795111] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
  94. [ 0.803533] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
  95. [ 0.810460] bcm2708-dmaengine 3f007000.dma: dma_debug:0
  96. [ 0.816456] SCSI subsystem initialized
  97. [ 0.820502] usbcore: registered new interface driver usbfs
  98. [ 0.826114] usbcore: registered new interface driver hub
  99. [ 0.831606] usbcore: registered new device driver usb
  100. [ 0.837400] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-11-18 15:43
  101. [ 0.872994] Switched to clocksource arch_sys_counter
  102. [ 0.927190] FS-Cache: Loaded
  103. [ 0.930485] CacheFiles: Loaded
  104. [ 0.945178] NET: Registered protocol family 2
  105. [ 0.950866] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  106. [ 0.958133] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  107. [ 0.964846] TCP: Hash tables configured (established 8192 bind 8192)
  108. [ 0.971336] UDP hash table entries: 512 (order: 2, 16384 bytes)
  109. [ 0.977364] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  110. [ 0.984124] NET: Registered protocol family 1
  111. [ 0.988930] RPC: Registered named UNIX socket transport module.
  112. [ 0.994948] RPC: Registered udp transport module.
  113. [ 0.999678] RPC: Registered tcp transport module.
  114. [ 1.004435] RPC: Registered tcp NFSv4.1 backchannel transport module.
  115. [ 1.012204] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  116. [ 1.021860] futex hash table entries: 1024 (order: 4, 65536 bytes)
  117. [ 1.043945] VFS: Disk quotas dquot_6.6.0
  118. [ 1.048282] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  119. [ 1.057809] FS-Cache: Netfs 'nfs' registered for caching
  120. [ 1.064344] NFS: Registering the id_resolver key type
  121. [ 1.069484] Key type id_resolver registered
  122. [ 1.073724] Key type id_legacy registered
  123. [ 1.080573] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  124. [ 1.088258] io scheduler noop registered
  125. [ 1.092215] io scheduler deadline registered (default)
  126. [ 1.097725] io scheduler cfq registered
  127. [ 1.104255] BCM2708FB: allocated DMA memory fac00000
  128. [ 1.109281] BCM2708FB: allocated DMA channel 0 @ f3007000
  129. [ 1.122106] Console: switching to colour frame buffer device 100x30
  130. [ 1.135090] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
  131. [ 1.144820] vc-cma: Videocore CMA driver
  132. [ 1.150684] vc-cma: vc_cma_base = 0x00000000
  133. [ 1.157318] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  134. [ 1.164617] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  135. [ 1.172100] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  136. [ 1.198160] brd: module loaded
  137. [ 1.212125] loop: module loaded
  138. [ 1.218338] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  139. [ 1.229115] Loading iSCSI transport class v2.0-870.
  140. [ 1.236964] usbcore: registered new interface driver smsc95xx
  141. [ 1.244755] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  142. [ 1.452773] Core Release: 2.80a
  143. [ 1.457809] Setting default values for core params
  144. [ 1.464513] Finished setting default values for core params
  145. [ 1.672362] Using Buffer DMA mode
  146. [ 1.677585] Periodic Transfer Interrupt Enhancement - disabled
  147. [ 1.685333] Multiprocessor Interrupt Enhancement - disabled
  148. [ 1.692758] OTG VER PARAM: 0, OTG VER FLAG: 0
  149. [ 1.698989] Dedicated Tx FIFOs mode
  150. [ 1.704666] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  151. [ 1.718558] FIQ FSM acceleration enabled for :
  152. Non-periodic Split Transactions
  153. Periodic Split Transactions
  154. High-Speed Isochronous Endpoints
  155. [ 1.743149] dwc_otg: Microframe scheduler enabled
  156. [ 1.743232] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80402c54
  157. [ 1.751140] WARN::hcd_init_fiq:413: FIQ ASM at 0x80402fb0 length 36
  158. [ 1.759416] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
  159. [ 1.767491] dwc_otg 3f980000.usb: DWC OTG Controller
  160. [ 1.774514] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  161. [ 1.783870] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
  162. [ 1.791477] Init: Port Power? op_state=1
  163. [ 1.797369] Init: Power Port (0)
  164. [ 1.802767] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  165. [ 1.811546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  166. [ 1.820748] usb usb1: Product: DWC OTG Controller
  167. [ 1.827399] usb usb1: Manufacturer: Linux 4.1.13-v7+ dwc_otg_hcd
  168. [ 1.835376] usb usb1: SerialNumber: 3f980000.usb
  169. [ 1.842802] hub 1-0:1.0: USB hub found
  170. [ 1.848599] hub 1-0:1.0: 1 port detected
  171. [ 1.854934] dwc_otg: FIQ enabled
  172. [ 1.854949] dwc_otg: NAK holdoff enabled
  173. [ 1.854960] dwc_otg: FIQ split-transaction FSM enabled
  174. [ 1.855000] Module dwc_common_port init
  175. [ 1.855403] usbcore: registered new interface driver usb-storage
  176. [ 1.863631] mousedev: PS/2 mouse device common for all mice
  177. [ 1.872015] bcm2835-cpufreq: min=600000 max=900000
  178. [ 1.879080] sdhci: Secure Digital Host Controller Interface driver
  179. [ 1.887153] sdhci: Copyright(c) Pierre Ossman
  180. [ 1.893792] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  181. [ 1.901433] mmc-bcm2835 3f300000.mmc: DMA channels allocated
  182. [ 1.943365] sdhci-pltfm: SDHCI platform and OF driver helper
  183. [ 1.956946] ledtrig-cpu: registered to indicate activity on CPUs
  184. [ 1.965137] hidraw: raw HID events driver (C) Jiri Kosina
  185. [ 1.973715] usbcore: registered new interface driver usbhid
  186. [ 1.982240] usbhid: USB HID core driver
  187. [ 1.989470] Initializing XFRM netlink socket
  188. [ 1.995726] NET: Registered protocol family 17
  189. [ 2.003221] Key type dns_resolver registered
  190. [ 2.009790] Registering SWP/SWPB emulation handler
  191. [ 2.017352] registered taskstats version 1
  192. [ 2.023601] vc-sm: Videocore shared memory driver
  193. [ 2.030106] [vc_sm_connected_init]: start
  194. [ 2.033988] mmc0: host does not support reading read-only switch, assuming write-enable
  195. [ 2.036423] mmc0: new high speed SDHC card at address aaaa
  196. [ 2.037042] mmcblk0: mmc0:aaaa SS08G 7.40 GiB
  197. [ 2.050353] mmcblk0: p1 p2
  198. [ 2.064252] Indeed it is in host mode hprt0 = 00021501
  199. [ 2.073727] [vc_sm_connected_init]: end - returning 0
  200. [ 2.090457] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  201. [ 2.099808] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  202. [ 2.243059] usb 1-1: new high-speed USB device number 2 using dwc_otg
  203. [ 2.251665] Indeed it is in host mode hprt0 = 00001101
  204. [ 2.342608] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
  205. [ 2.350704] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
  206. [ 2.357999] EXT4-fs (mmcblk0p2): recovery complete
  207. [ 2.390667] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  208. [ 2.400838] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  209. [ 2.414647] devtmpfs: mounted
  210. [ 2.420303] Freeing unused kernel memory: 420K (80779000 - 807e2000)
  211. [ 2.453819] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  212. [ 2.463378] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  213. [ 2.473694] hub 1-1:1.0: USB hub found
  214. [ 2.479825] hub 1-1:1.0: 5 ports detected
  215. [ 2.750534] random: systemd urandom read with 69 bits of entropy available
  216. [ 2.763075] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  217. [ 2.768069] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  218. [ 2.768609] systemd[1]: Detected architecture 'arm'.
  219. [ 2.893484] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  220. [ 2.902651] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  221. [ 2.915176] smsc95xx v1.0.4
  222. [ 2.947014] NET: Registered protocol family 10
  223. [ 2.957289] systemd[1]: Inserted module 'ipv6'
  224. [ 2.977434] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:1b:06:12
  225. [ 2.977705] systemd[1]: Set hostname to <boomboxII>.
  226. [ 3.057687] uart-pl011 3f201000.uart: no DMA platform data
  227. [ 3.093165] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  228. [ 3.220745] usb 1-1.2: New USB device found, idVendor=148f, idProduct=5370
  229. [ 3.230182] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  230. [ 3.241109] usb 1-1.2: Product: 802.11 n WLAN
  231. [ 3.247756] usb 1-1.2: Manufacturer: Ralink
  232. [ 3.254622] usb 1-1.2: SerialNumber: 1.0
  233. [ 3.343079] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
  234. [ 3.469818] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b
  235. [ 3.480047] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  236. [ 3.490512] usb 1-1.3: Product: USB Receiver
  237. [ 3.497870] usb 1-1.3: Manufacturer: Logitech
  238. [ 3.518943] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C52B.0001/input/input0
  239. [ 3.593459] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3f980000.usb-1.3/input0
  240. [ 3.618744] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input1
  241. [ 3.661263] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  242. [ 3.671972] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  243. [ 3.682161] systemd[1]: Expecting device dev-ttyAMA0.device...
  244. [ 3.693929] systemd[1]: Starting Remote File Systems (Pre).
  245. [ 3.693953] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3f980000.usb-1.3/input1
  246. [ 3.719902] hid-generic 0003:046D:C52B.0003: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-3f980000.usb-1.3/input2
  247. [ 3.740266] systemd[1]: Reached target Remote File Systems (Pre).
  248. [ 3.749252] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  249. [ 3.764720] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  250. [ 3.779809] systemd[1]: Starting Encrypted Volumes.
  251. [ 3.790870] systemd[1]: Reached target Encrypted Volumes.
  252. [ 3.799252] systemd[1]: Starting Swap.
  253. [ 3.808971] systemd[1]: Reached target Swap.
  254. [ 3.815990] systemd[1]: Expecting device dev-mmcblk0p1.device...
  255. [ 3.827581] systemd[1]: Starting Root Slice.
  256. [ 3.837313] systemd[1]: Created slice Root Slice.
  257. [ 3.844521] systemd[1]: Starting User and Session Slice.
  258. [ 3.855334] systemd[1]: Created slice User and Session Slice.
  259. [ 3.863577] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  260. [ 3.875680] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  261. [ 3.885054] systemd[1]: Starting Delayed Shutdown Socket.
  262. [ 3.895610] systemd[1]: Listening on Delayed Shutdown Socket.
  263. [ 3.903723] systemd[1]: Starting Journal Socket (/dev/log).
  264. [ 3.914337] systemd[1]: Listening on Journal Socket (/dev/log).
  265. [ 3.922477] systemd[1]: Starting udev Control Socket.
  266. [ 3.932231] systemd[1]: Listening on udev Control Socket.
  267. [ 3.939796] systemd[1]: Starting udev Kernel Socket.
  268. [ 3.949377] systemd[1]: Listening on udev Kernel Socket.
  269. [ 3.956873] systemd[1]: Starting Journal Socket.
  270. [ 3.966242] systemd[1]: Listening on Journal Socket.
  271. [ 3.973424] systemd[1]: Starting System Slice.
  272. [ 3.982628] systemd[1]: Created slice System Slice.
  273. [ 3.989722] systemd[1]: Starting File System Check on Root Device...
  274. [ 4.004117] systemd[1]: Starting system-systemd\x2dfsck.slice.
  275. [ 4.015621] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  276. [ 4.024229] systemd[1]: Starting system-autologin.slice.
  277. [ 4.035059] systemd[1]: Created slice system-autologin.slice.
  278. [ 4.043158] systemd[1]: Starting system-serial\x2dgetty.slice.
  279. [ 4.054378] systemd[1]: Created slice system-serial\x2dgetty.slice.
  280. [ 4.063395] systemd[1]: Starting Increase datagram queue length...
  281. [ 4.077796] systemd[1]: Starting Restore / save the current clock...
  282. [ 4.098583] systemd[1]: Mounting POSIX Message Queue File System...
  283. [ 4.113834] systemd[1]: Mounted Huge Pages File System.
  284. [ 4.122358] systemd[1]: Mounting Debug File System...
  285. [ 4.153133] systemd[1]: Started Set Up Additional Binary Formats.
  286. [ 4.179441] systemd[1]: Starting Load Kernel Modules...
  287. [ 4.194048] systemd[1]: Starting udev Coldplug all Devices...
  288. [ 4.210432] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  289. [ 4.232098] systemd[1]: Starting Slices.
  290. [ 4.241498] systemd[1]: Reached target Slices.
  291. [ 4.253994] systemd[1]: Mounted Debug File System.
  292. [ 4.259011] fuse init (API version 7.23)
  293. [ 4.270995] systemd[1]: Mounted POSIX Message Queue File System.
  294. [ 4.278481] i2c /dev entries driver
  295. [ 4.290633] systemd[1]: Started Increase datagram queue length.
  296. [ 4.316733] systemd[1]: Started File System Check on Root Device.
  297. [ 4.329574] systemd[1]: Started Restore / save the current clock.
  298. [ 4.343783] systemd[1]: Started Load Kernel Modules.
  299. [ 4.359626] systemd[1]: Started Create list of required static device nodes for the current kernel.
  300. [ 4.380065] systemd[1]: Time has been changed
  301. [ 4.441811] systemd[1]: Started udev Coldplug all Devices.
  302. [ 4.606374] systemd[1]: Starting Create Static Device Nodes in /dev...
  303. [ 4.622004] systemd[1]: Starting Apply Kernel Variables...
  304. [ 4.637161] systemd[1]: Mounting Configuration File System...
  305. [ 4.652545] systemd[1]: Mounting FUSE Control File System...
  306. [ 4.670688] systemd[1]: Starting Syslog Socket.
  307. [ 4.674672] systemd[1]: Listening on Syslog Socket.
  308. [ 4.674939] systemd[1]: Starting Journal Service...
  309. [ 4.692716] systemd[1]: Started Journal Service.
  310. [ 4.842792] systemd-udevd[110]: starting version 215
  311. [ 5.268955] rpi-ft5406 rpi_ft5406: Probing device
  312. [ 5.269549] input: FT5406 memory based driver as /devices/virtual/input/input2
  313. [ 5.293488] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  314. [ 5.329121] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
  315. [ 5.338388] spi spi0.0: setting up native-CS0 as GPIO 8
  316. [ 5.340934] spi spi0.1: setting up native-CS1 as GPIO 7
  317. [ 5.404587] snd-hifiberry-amp sound: ASoC: CODEC DAI tas5713-hifi not registered
  318. [ 5.404632] snd-hifiberry-amp sound: snd_soc_register_card() failed: -517
  319. [ 5.573162] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  320. [ 5.713073] random: nonblocking pool is initialized
  321. [ 5.744998] cfg80211: Calling CRDA to update world regulatory domain
  322. [ 5.829922] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  323. [ 5.830259] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  324. [ 6.003095] usb 1-1.2: reset high-speed USB device number 4 using dwc_otg
  325. [ 6.114793] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
  326. [ 6.174575] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
  327. [ 6.223860] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  328. [ 6.229291] usbcore: registered new interface driver rt2800usb
  329. [ 6.253463] systemd-journald[107]: Received request to flush runtime journal from PID 1
  330. [ 6.332772] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
  331. [ 6.340781] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
  332. [ 6.694810] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  333. [ 6.950487] snd-hifiberry-amp sound: tas5713-hifi <-> 3f203000.i2s mapping ok
  334. [ 7.910143] Adding 102396k swap on /var/swap. Priority:-1 extents:5 across:573436k SSFS
  335. [ 8.893119] cfg80211: Calling CRDA to update world regulatory domain
  336. [ 9.370843] bcm2708_fb soc:fb: Unknown ioctl 0x40187a22
  337. [ 9.542412] wlan0: authenticate with 34:31:c4:24:81:e7
  338. [ 9.590528] wlan0: send auth to 34:31:c4:24:81:e7 (try 1/3)
  339. [ 9.593491] wlan0: authenticated
  340. [ 9.603087] wlan0: associate with 34:31:c4:24:81:e7 (try 1/3)
  341. [ 9.620280] wlan0: RX AssocResp from 34:31:c4:24:81:e7 (capab=0x431 status=0 aid=1)
  342. [ 9.626998] wlan0: associated
  343. [ 9.627132] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  344. [ 9.627343] cfg80211: Calling CRDA to update world regulatory domain
  345. [ 12.043032] cfg80211: Calling CRDA to update world regulatory domain
  346. [ 15.193029] cfg80211: Calling CRDA to update world regulatory domain
  347. [ 18.343031] cfg80211: Calling CRDA to update world regulatory domain
  348. [ 21.493052] cfg80211: Calling CRDA to update world regulatory domain
  349. [ 24.643052] cfg80211: Calling CRDA to update world regulatory domain
  350. [ 27.793015] cfg80211: Calling CRDA to update world regulatory domain
  351. [ 30.942996] cfg80211: Calling CRDA to update world regulatory domain
  352. [ 34.092975] cfg80211: Calling CRDA to update world regulatory domain
  353. [ 37.242967] cfg80211: Calling CRDA to update world regulatory domain
  354. pi@boomboxII ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement