Advertisement
Guest User

Untitled

a guest
Mar 17th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. xbian@xbian ~ $ dmesg XBain 2015.02.14 rpi2
  2. [ 0.000000] Booting Linux on physical CPU 0xf00
  3. [ 0.000000] Linux version 3.18.6+ (root@xbian-dev) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) ) #1 SMP PREEMPT Tue Feb 10 20:50:39 CET 2015
  4. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] Machine: BCM2709
  7. [ 0.000000] cma: Reserved 16 MiB at 0x2e000000
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] On node 0 totalpages: 192512
  10. [ 0.000000] free_area_init_node: node 0, pgdat 806d0200, node_mem_map ada0f000
  11. [ 0.000000] Normal zone: 1504 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 192512 pages, LIFO batch:31
  14. [ 0.000000] [bcm2709_smp_init_cpus] enter (8560->f3003010)
  15. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  16. [ 0.000000] PERCPU: Embedded 9 pages/cpu @ad9e6000 s6464 r8192 d22208 u36864
  17. [ 0.000000] pcpu-alloc: s6464 r8192 d22208 u36864 alloc=9*4096
  18. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  19. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 191008
  20. [ 0.000000] Kernel command line: selinux=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0xa01041 bcm2709.serial=0x87147f9b smsc95xx.macaddr=B8:27:EB:14:7F:9B 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 telnet zswap.enabled=1 zswap.compressor=lz4 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,thread_pool=2,autodefrag,compress=lz4,commit=120 rootfstype=btrfs rootwait smsc95xx.turbo_mode=N logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=mountall splash nohdparm --startup-event mountall
  21. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  22. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [ 0.000000] Memory: 739412K/770048K available (5105K kernel code, 267K rwdata, 1384K rodata, 188K init, 262K bss, 30636K reserved)
  25. [ 0.000000] Virtual kernel memory layout:
  26. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  27. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  28. [ 0.000000] vmalloc : 0xaf800000 - 0xff000000 (1272 MB)
  29. [ 0.000000] lowmem : 0x80000000 - 0xaf000000 ( 752 MB)
  30. [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
  31. [ 0.000000] .text : 0x80008000 - 0x8065e700 (6490 kB)
  32. [ 0.000000] .init : 0x8065f000 - 0x8068e000 ( 188 kB)
  33. [ 0.000000] .data : 0x8068e000 - 0x806d0fe0 ( 268 kB)
  34. [ 0.000000] .bss : 0x806d0fe0 - 0x80712b94 ( 263 kB)
  35. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  36. [ 0.000000] Preemptible hierarchical RCU implementation.
  37. [ 0.000000] NR_IRQS:480
  38. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
  39. [ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
  40. [ 0.000024] Switching to timer-based delay loop, resolution 52ns
  41. [ 0.000217] Console: colour dummy device 80x30
  42. [ 0.000345] console [tty1] enabled
  43. [ 0.000365] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=19200)
  44. [ 0.000381] pid_max: default: 32768 minimum: 301
  45. [ 0.000522] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  46. [ 0.000535] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  47. [ 0.001484] Initializing cgroup subsys memory
  48. [ 0.001538] CPU: Testing write buffer coherency: ok
  49. [ 0.001902] missing device node for CPU 0
  50. [ 0.001914] missing device node for CPU 1
  51. [ 0.001920] missing device node for CPU 2
  52. [ 0.001926] missing device node for CPU 3
  53. [ 0.001939] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  54. [ 0.001948] [bcm2709_smp_prepare_cpus] enter
  55. [ 0.002025] Setting up static identity map for 0x4d9e18 - 0x4d9e4c
  56. [ 0.008384] [bcm2709_boot_secondary] cpu:1 started (0) 18
  57. [ 0.008624] CPU1: Booted secondary processor
  58. [ 0.008628] [bcm2709_secondary_init] enter cpu:1
  59. [ 0.008660] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  60. [ 0.009021] [bcm2709_boot_secondary] cpu:2 started (0) 18
  61. [ 0.009191] CPU2: Booted secondary processor
  62. [ 0.009195] [bcm2709_secondary_init] enter cpu:2
  63. [ 0.009215] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  64. [ 0.009557] [bcm2709_boot_secondary] cpu:3 started (0) 17
  65. [ 0.009711] CPU3: Booted secondary processor
  66. [ 0.009715] [bcm2709_secondary_init] enter cpu:3
  67. [ 0.009733] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  68. [ 0.009778] Brought up 4 CPUs
  69. [ 0.009796] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  70. [ 0.009803] CPU: All CPU(s) started in SVC mode.
  71. [ 0.009865] LOCALITY CPU 0 to 1: 2
  72. [ 0.009872] LOCALITY CPU 0 to 2: 2
  73. [ 0.009879] LOCALITY CPU 0 to 3: 2
  74. [ 0.009885] LOCALITY CPU 1 to 2: 2
  75. [ 0.009891] LOCALITY CPU 1 to 3: 2
  76. [ 0.009898] LOCALITY CPU 2 to 3: 2
  77. [ 0.010323] devtmpfs: initialized
  78. [ 0.024350] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  79. [ 0.025208] xor: measuring software checksum speed
  80. [ 0.034310] arm4regs : 1248.000 MB/sec
  81. [ 0.044349] 8regs : 792.000 MB/sec
  82. [ 0.054394] 32regs : 732.000 MB/sec
  83. [ 0.064435] neon : 1164.000 MB/sec
  84. [ 0.064443] xor: using function: arm4regs (1248.000 MB/sec)
  85. [ 0.064472] pinctrl core: initialized pinctrl subsystem
  86. [ 0.065014] NET: Registered protocol family 16
  87. [ 0.069815] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  88. [ 0.073920] cpuidle: using governor menu
  89. [ 0.074517] bcm2709.uart_clock = 3000000
  90. [ 0.075901] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  91. [ 0.075910] hw-breakpoint: maximum watchpoint size is 8 bytes.
  92. [ 0.075941] mailbox: Broadcom VideoCore Mailbox driver
  93. [ 0.076021] bcm2708_vcio: mailbox at f300b880
  94. [ 0.076230] bcm_power: Broadcom power driver
  95. [ 0.076239] bcm_power_open() -> 0
  96. [ 0.076246] bcm_power_request(0, 8)
  97. [ 0.576907] bcm_mailbox_read -> 00000080, 0
  98. [ 0.576914] bcm_power_request -> 0
  99. [ 0.577002] Serial: AMBA PL011 UART driver
  100. [ 0.577087] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
  101. [ 0.621248] raid6: int32x1 136 MB/s
  102. [ 0.638259] raid6: int32x2 175 MB/s
  103. [ 0.655178] raid6: int32x4 183 MB/s
  104. [ 0.672211] raid6: int32x8 179 MB/s
  105. [ 0.689228] raid6: neonx1 429 MB/s
  106. [ 0.706344] raid6: neonx2 582 MB/s
  107. [ 0.723378] raid6: neonx4 703 MB/s
  108. [ 0.740481] raid6: neonx8 644 MB/s
  109. [ 0.740489] raid6: using algorithm neonx4 (703 MB/s)
  110. [ 0.740496] raid6: using intx1 recovery algorithm
  111. [ 0.740942] SCSI subsystem initialized
  112. [ 0.741073] usbcore: registered new interface driver usbfs
  113. [ 0.741133] usbcore: registered new interface driver hub
  114. [ 0.741241] usbcore: registered new device driver usb
  115. [ 0.742793] Switched to clocksource arch_sys_counter
  116. [ 0.749445] NET: Registered protocol family 2
  117. [ 0.750203] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  118. [ 0.750286] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  119. [ 0.750414] TCP: Hash tables configured (established 8192 bind 8192)
  120. [ 0.750495] TCP: reno registered
  121. [ 0.750509] UDP hash table entries: 512 (order: 2, 16384 bytes)
  122. [ 0.750559] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  123. [ 0.750832] NET: Registered protocol family 1
  124. [ 0.751107] RPC: Registered named UNIX socket transport module.
  125. [ 0.751117] RPC: Registered udp transport module.
  126. [ 0.751124] RPC: Registered tcp transport module.
  127. [ 0.751131] RPC: Registered tcp NFSv4.1 backchannel transport module.
  128. [ 0.752804] bcm2708_dma: DMA manager at f3007000
  129. [ 0.752901] bcm2708_gpio: bcm2708_gpio_probe 806af528
  130. [ 0.753315] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  131. [ 0.754195] futex hash table entries: 1024 (order: 4, 65536 bytes)
  132. [ 0.760433] zpool: loaded
  133. [ 0.760448] zbud: loaded
  134. [ 0.761010] VFS: Disk quotas dquot_6.5.2
  135. [ 0.761191] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  136. [ 0.763260] NFS: Registering the id_resolver key type
  137. [ 0.763313] Key type id_resolver registered
  138. [ 0.763321] Key type id_legacy registered
  139. [ 0.763345] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  140. [ 0.763982] msgmni has been set to 1476
  141. [ 0.765193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  142. [ 0.765213] io scheduler noop registered
  143. [ 0.765227] io scheduler deadline registered
  144. [ 0.765383] io scheduler cfq registered
  145. [ 0.765543] io scheduler bfq registered (default)
  146. [ 0.765550] BFQ I/O-scheduler version: v7r7
  147. [ 0.766719] BCM2708FB: allocated DMA memory ee400000
  148. [ 0.766753] BCM2708FB: allocated DMA channel 0 @ f3007000
  149. [ 0.793159] Console: switching to colour frame buffer device 240x67
  150. [ 0.808038] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
  151. [ 0.808241] uart-pl011 dev:f1: no DMA platform data
  152. [ 0.809363] usbcore: registered new interface driver smsc95xx
  153. [ 0.809395] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  154. [ 1.009546] Core Release: 2.80a
  155. [ 1.009560] Setting default values for core params
  156. [ 1.009600] Finished setting default values for core params
  157. [ 1.209875] Using Buffer DMA mode
  158. [ 1.209886] Periodic Transfer Interrupt Enhancement - disabled
  159. [ 1.209892] Multiprocessor Interrupt Enhancement - disabled
  160. [ 1.209900] OTG VER PARAM: 0, OTG VER FLAG: 0
  161. [ 1.209912] Dedicated Tx FIFOs mode
  162. [ 1.210132] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xae414000 dma = 0xee414000 len=9024
  163. [ 1.210163] FIQ FSM acceleration enabled for :
  164. [ 1.210163] Non-periodic Split Transactions
  165. [ 1.210163] Periodic Split Transactions
  166. [ 1.210163] High-Speed Isochronous Endpoints
  167. [ 1.210179] dwc_otg: Microframe scheduler enabled
  168. [ 1.210221] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x803a7748
  169. [ 1.210232] WARN::hcd_init_fiq:413: FIQ ASM at 0x803a7a78 length 36
  170. [ 1.210244] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf812000
  171. [ 1.210261] dwc_otg bcm2708_usb: DWC OTG Controller
  172. [ 1.210296] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
  173. [ 1.210327] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
  174. [ 1.210371] Init: Port Power? op_state=1
  175. [ 1.210378] Init: Power Port (0)
  176. [ 1.210565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  177. [ 1.210578] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  178. [ 1.210588] usb usb1: Product: DWC OTG Controller
  179. [ 1.210598] usb usb1: Manufacturer: Linux 3.18.6+ dwc_otg_hcd
  180. [ 1.210608] usb usb1: SerialNumber: bcm2708_usb
  181. [ 1.211193] hub 1-0:1.0: USB hub found
  182. [ 1.211232] hub 1-0:1.0: 1 port detected
  183. [ 1.211532] dwc_otg: FIQ enabled
  184. [ 1.211539] dwc_otg: NAK holdoff enabled
  185. [ 1.211546] dwc_otg: FIQ split-transaction FSM enabled
  186. [ 1.211573] Module dwc_common_port init
  187. [ 1.211778] usbcore: registered new interface driver usb-storage
  188. [ 1.212001] mousedev: PS/2 mouse device common for all mice
  189. [ 1.212651] bcm2835-cpufreq: min=600000 max=900000
  190. [ 1.212894] sdhci: Secure Digital Host Controller Interface driver
  191. [ 1.212902] sdhci: Copyright(c) Pierre Ossman
  192. [ 1.213011] DMA channels allocated for the MMC driver
  193. [ 1.234804] Load BCM2835 MMC driver
  194. [ 1.234909] ledtrig-cpu: registered to indicate activity on CPUs
  195. [ 1.235012] hidraw: raw HID events driver (C) Jiri Kosina
  196. [ 1.235209] usbcore: registered new interface driver usbhid
  197. [ 1.235216] usbhid: USB HID core driver
  198. [ 1.236535] NET: Registered protocol family 17
  199. [ 1.236681] Key type dns_resolver registered
  200. [ 1.237332] Registering SWP/SWPB emulation handler
  201. [ 1.237811] zswap: loading zswap
  202. [ 1.237820] zpool: creating pool type zbud
  203. [ 1.237831] zpool: created zbud pool
  204. [ 1.237839] zswap: using zbud pool
  205. [ 1.237880] zswap: using lz4 compressor
  206. [ 1.239635] Btrfs loaded
  207. [ 1.240250] Waiting for root device /dev/mmcblk0p2...
  208. [ 1.276810] mmc0: host does not support reading read-only switch, assuming write-enable
  209. [ 1.279045] mmc0: new high speed SDHC card at address 0007
  210. [ 1.279359] mmcblk0: mmc0:0007 SD8GB 7.42 GiB
  211. [ 1.282378] mmcblk0: p1 p2 p3
  212. [ 1.343310] BTRFS: device label xbian devid 1 transid 118 /dev/root
  213. [ 1.346600] BTRFS info (device mmcblk0p2): enabling auto defrag
  214. [ 1.346627] BTRFS info (device mmcblk0p2): disk space caching is enabled
  215. [ 1.346635] BTRFS: has skinny extents
  216. [ 1.375335] BTRFS: detected SSD devices, enabling SSD mode
  217. [ 1.395854] VFS: Mounted root (btrfs filesystem) on device 0:12.
  218. [ 1.398095] devtmpfs: mounted
  219. [ 1.398335] Freeing unused kernel memory: 188K (8065f000 - 8068e000)
  220. [ 1.398343] BFS CPU scheduler v0.460 by Con Kolivas.
  221. [ 1.410899] Indeed it is in host mode hprt0 = 00021501
  222. [ 1.572887] usb 1-1: new high-speed USB device number 2 using dwc_otg
  223. [ 1.573027] Indeed it is in host mode hprt0 = 00001101
  224. [ 1.746091] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  225. [ 1.746113] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  226. [ 1.746823] hub 1-1:1.0: USB hub found
  227. [ 1.746919] hub 1-1:1.0: 5 ports detected
  228. [ 1.825112] random: init urandom read with 44 bits of entropy available
  229. [ 2.019951] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  230. [ 2.104108] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  231. [ 2.104130] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  232. [ 2.106779] smsc95xx v1.0.4
  233. [ 2.146523] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:14:7f:9b
  234. [ 2.220025] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
  235. [ 2.306409] usb 1-1.3: New USB device found, idVendor=05e3, idProduct=0608
  236. [ 2.306440] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  237. [ 2.306451] usb 1-1.3: Product: USB2.0 Hub
  238. [ 2.307916] hub 1-1.3:1.0: USB hub found
  239. [ 2.308834] hub 1-1.3:1.0: 3 ports detected
  240. [ 2.383940] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
  241. [ 2.477302] usb 1-1.4: New USB device found, idVendor=0609, idProduct=031d
  242. [ 2.477324] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  243. [ 2.477335] usb 1-1.4: Product: eHome Infrared Transceiver
  244. [ 2.477345] usb 1-1.4: Manufacturer: SMK
  245. [ 2.477354] usb 1-1.4: SerialNumber: SM002Fba
  246. [ 2.584066] usb 1-1.3.1: new full-speed USB device number 6 using dwc_otg
  247. [ 2.663795] usb 1-1.3.1: New USB device found, idVendor=1038, idProduct=1202
  248. [ 2.663808] usb 1-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  249. [ 2.663818] usb 1-1.3.1: Product: SteelSeries Apex Gaming Keyboard
  250. [ 2.663828] usb 1-1.3.1: Manufacturer: SteelSeries
  251. [ 2.668947] hid-generic 0003:1038:1202.0001: hiddev0,hidraw0: USB HID v1.11 Device [SteelSeries SteelSeries Apex Gaming Keyboard] on usb-bcm2708_usb-1.3.1/input0
  252. [ 2.673064] input: SteelSeries SteelSeries Apex Gaming Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/0003:1038:1202.0002/input/input0
  253. [ 2.673411] hid-generic 0003:1038:1202.0002: input,hidraw1: USB HID v1.11 Keyboard [SteelSeries SteelSeries Apex Gaming Keyboard] on usb-bcm2708_usb-1.3.1/input1
  254. [ 2.677082] input: SteelSeries SteelSeries Apex Gaming Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.2/0003:1038:1202.0003/input/input1
  255. [ 2.677395] hid-generic 0003:1038:1202.0003: input,hidraw2: USB HID v1.11 Device [SteelSeries SteelSeries Apex Gaming Keyboard] on usb-bcm2708_usb-1.3.1/input2
  256. [ 3.788757] random: nonblocking pool is initialized
  257. [ 4.710394] BTRFS info (device mmcblk0p2): disk space caching is enabled
  258. [ 5.899310] init: xbian-failaccess main process (231) killed by TERM signal
  259. [ 6.602877] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  260. [ 6.730924] vchiq: vchiq_init_state: slot_zero = 0xae000000, is_master = 0
  261. [ 7.009708] udevd[707]: starting version 175
  262. [ 7.423851] Registered IR keymap rc-rc6-mce
  263. [ 7.424346] input: Media Center Ed. eHome Infrared Remote Transceiver (0609:031d) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0/input2
  264. [ 7.424633] rc0: Media Center Ed. eHome Infrared Remote Transceiver (0609:031d) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0
  265. [ 7.455728] IR NEC protocol handler initialized
  266. [ 7.461570] IR JVC protocol handler initialized
  267. [ 7.461573] IR RC6 protocol handler initialized
  268. [ 7.467859] IR RC5(x/sz) protocol handler initialized
  269. [ 7.479252] IR Sony protocol handler initialized
  270. [ 7.487997] IR SANYO protocol handler initialized
  271. [ 7.492963] IR Sharp protocol handler initialized
  272. [ 7.500435] IR XMP protocol handler initialized
  273. [ 7.502484] input: MCE IR Keyboard/Mouse (mceusb) as /devices/virtual/input/input3
  274. [ 7.503087] IR MCE Keyboard/mouse protocol handler initialized
  275. [ 7.515221] lirc_dev: IR Remote Control driver registered, major 247
  276. [ 7.528251] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0
  277. [ 7.528351] IR LIRC bridge handler initialized
  278. [ 7.638868] mceusb 1-1.4:1.0: Registered SMK eHome Infrared Transceiver with mce emulator interface version 1
  279. [ 7.638896] mceusb 1-1.4:1.0: 2 tx ports (0x0 cabled) and 2 rx sensors (0x1 active)
  280. [ 7.639116] usbcore: registered new interface driver mceusb
  281. [ 8.190091] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
  282. [ 9.648908] init: failsafe main process (97) killed by TERM signal
  283. [ 17.784049] init: wait-for-state (xbmcxbmc-loaded) main process (1120) killed by TERM signal
  284. [ 24.904587] init: xbmc-failed-start main process (542) killed by TERM signal
  285. [ 24.948786] init: wait-for-state (zram-swapxbmc-done) main process (992) killed by TERM signal
  286. [ 25.321212] Adding 250876k swap on /dev/mmcblk0p3. Priority:0 extents:1 across:250876k SSFS
  287. [ 33.314341] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  288. [ 87.976300] usb 1-1.3: USB disconnect, device number 4
  289. [ 87.976322] usb 1-1.3.1: USB disconnect, device number 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement