Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.04 KB | None | 0 0
  1. ################################################################################
  2. # ... output of dmesg
  3. # LibreELEC release: RPi2.arm-8.0.0
  4. #
  5. ################################################################################
  6. [ 0.000000] Booting Linux on physical CPU 0x0
  7. [ 0.000000] Linux version 4.9.8 (chewitt@buildbox) (gcc version 6.2.0 (GCC) ) #1 SMP Sat Feb 18 05:01:19 GMT 2017
  8. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  9. [ 0.000000] CPU: div instructions available: patching division code
  10. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  11. [ 0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
  12. [ 0.000000] cma: Reserved 8 MiB at 0x2e400000
  13. [ 0.000000] Memory policy: Data cache writealloc
  14. [ 0.000000] On node 0 totalpages: 192512
  15. [ 0.000000] free_area_init_node: node 0, pgdat 80c35400, node_mem_map add64000
  16. [ 0.000000] Normal zone: 1692 pages used for memmap
  17. [ 0.000000] Normal zone: 0 pages reserved
  18. [ 0.000000] Normal zone: 192512 pages, LIFO batch:31
  19. [ 0.000000] percpu: Embedded 14 pages/cpu @aefaa000 s25292 r8192 d23860 u57344
  20. [ 0.000000] pcpu-alloc: s25292 r8192 d23860 u57344 alloc=14*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: 190820
  23. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa22082 bcm2709.serial=0x4b50ce28 smsc95xx.macaddr=B8:27:EB:50:CE:28 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet root=/dev/ram0 rdinit=/init BOOT_IMAGE=/kernel.img usbcore.autosuspend=-1
  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: 742076K/770048K available (6144K kernel code, 217K rwdata, 1276K rodata, 3072K init, 402K bss, 19780K reserved, 8192K cma-reserved)
  28. [ 0.000000] Virtual kernel memory layout:
  29. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  30. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  31. [ 0.000000] vmalloc : 0xaf800000 - 0xff800000 (1280 MB)
  32. [ 0.000000] lowmem : 0x80000000 - 0xaf000000 ( 752 MB)
  33. [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
  34. [ 0.000000] .text : 0x80008000 - 0x80700000 (7136 kB)
  35. [ 0.000000] .init : 0x80900000 - 0x80c00000 (3072 kB)
  36. [ 0.000000] .data : 0x80c00000 - 0x80c36678 ( 218 kB)
  37. [ 0.000000] .bss : 0x80c38000 - 0x80c9ca2c ( 403 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] Build-time adjustment of leaf fanout to 32.
  41. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  42. [ 0.000000] arm_arch_timer: WARNING: Invalid trigger for IRQ16, assuming level low
  43. [ 0.000000] arm_arch_timer: WARNING: Please fix your firmware
  44. [ 0.000000] arm_arch_timer: WARNING: Invalid trigger for IRQ17, assuming level low
  45. [ 0.000000] arm_arch_timer: WARNING: Please fix your firmware
  46. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
  47. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  48. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  49. [ 0.000019] Switching to timer-based delay loop, resolution 52ns
  50. [ 0.000226] Console: colour dummy device 80x30
  51. [ 0.000242] console [tty0] enabled
  52. [ 0.000263] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.00 BogoMIPS (lpj=64000)
  53. [ 0.000278] pid_max: default: 32768 minimum: 301
  54. [ 0.000430] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  55. [ 0.000438] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  56. [ 0.001249] Disabling cpuset control group subsystem
  57. [ 0.001357] CPU: Testing write buffer coherency: ok
  58. [ 0.001779] CPU0: update cpu_capacity 1024
  59. [ 0.001787] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  60. [ 0.001836] Setting up static identity map for 0x100000 - 0x100034
  61. [ 0.003689] arm_arch_timer: WARNING: Invalid trigger for IRQ16, assuming level low
  62. [ 0.003692] arm_arch_timer: WARNING: Please fix your firmware
  63. [ 0.003699] arm_arch_timer: WARNING: Invalid trigger for IRQ17, assuming level low
  64. [ 0.003701] arm_arch_timer: WARNING: Please fix your firmware
  65. [ 0.003713] CPU1: update cpu_capacity 1024
  66. [ 0.003719] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  67. [ 0.004318] arm_arch_timer: WARNING: Invalid trigger for IRQ16, assuming level low
  68. [ 0.004321] arm_arch_timer: WARNING: Please fix your firmware
  69. [ 0.004326] arm_arch_timer: WARNING: Invalid trigger for IRQ17, assuming level low
  70. [ 0.004328] arm_arch_timer: WARNING: Please fix your firmware
  71. [ 0.004337] CPU2: update cpu_capacity 1024
  72. [ 0.004342] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  73. [ 0.004901] arm_arch_timer: WARNING: Invalid trigger for IRQ16, assuming level low
  74. [ 0.004904] arm_arch_timer: WARNING: Please fix your firmware
  75. [ 0.004909] arm_arch_timer: WARNING: Invalid trigger for IRQ17, assuming level low
  76. [ 0.004911] arm_arch_timer: WARNING: Please fix your firmware
  77. [ 0.004919] CPU3: update cpu_capacity 1024
  78. [ 0.004925] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  79. [ 0.004997] Brought up 4 CPUs
  80. [ 0.005008] SMP: Total of 4 processors activated (153.00 BogoMIPS).
  81. [ 0.005011] CPU: All CPU(s) started in HYP mode.
  82. [ 0.005014] CPU: Virtualization extensions available.
  83. [ 0.005565] devtmpfs: initialized
  84. [ 0.015111] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  85. [ 0.015345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  86. [ 0.015763] pinctrl core: initialized pinctrl subsystem
  87. [ 0.016244] NET: Registered protocol family 16
  88. [ 0.018498] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  89. [ 0.033354] cpuidle: using governor ladder
  90. [ 0.046719] cpuidle: using governor menu
  91. [ 0.047393] Serial: AMBA PL011 UART driver
  92. [ 0.050238] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  93. [ 0.050703] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  94. [ 0.101071] bcm2835-dma 3f007000.dma: DMA legacy API manager at af80f000, dmachans=0x1
  95. [ 0.102801] SCSI subsystem initialized
  96. [ 0.103077] usbcore: registered new interface driver usbfs
  97. [ 0.103145] usbcore: registered new interface driver hub
  98. [ 0.103222] usbcore: registered new device driver usb
  99. [ 0.106955] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-01-31 17:44
  100. [ 0.108340] clocksource: Switched to clocksource arch_sys_counter
  101. [ 0.119330] NET: Registered protocol family 2
  102. [ 0.120016] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  103. [ 0.120123] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  104. [ 0.120307] TCP: Hash tables configured (established 8192 bind 8192)
  105. [ 0.120391] UDP hash table entries: 512 (order: 2, 16384 bytes)
  106. [ 0.120432] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  107. [ 0.120622] NET: Registered protocol family 1
  108. [ 0.120948] RPC: Registered named UNIX socket transport module.
  109. [ 0.120952] RPC: Registered udp transport module.
  110. [ 0.120956] RPC: Registered tcp transport module.
  111. [ 0.120960] RPC: Registered tcp NFSv4.1 backchannel transport module.
  112. [ 0.267305] futex hash table entries: 1024 (order: 4, 65536 bytes)
  113. [ 0.267607] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  114. [ 0.281090] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  115. [ 0.283439] NFS: Registering the id_resolver key type
  116. [ 0.283464] Key type id_resolver registered
  117. [ 0.283469] Key type id_legacy registered
  118. [ 0.283482] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  119. [ 0.286965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  120. [ 0.286974] io scheduler noop registered (default)
  121. [ 0.286979] io scheduler deadline registered
  122. [ 0.287239] io scheduler cfq registered
  123. [ 0.291884] BCM2708FB: allocated DMA memory ee510000
  124. [ 0.291905] BCM2708FB: allocated DMA channel 0 @ af80f000
  125. [ 0.338819] Console: switching to colour frame buffer device 228x61
  126. [ 0.366028] bcm2835-rng 3f104000.rng: hwrng registered
  127. [ 0.366115] vc-cma: Videocore CMA driver
  128. [ 0.366120] vc-cma: vc_cma_base = 0x00000000
  129. [ 0.366126] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  130. [ 0.366130] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  131. [ 0.366307] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  132. [ 0.379760] brd: module loaded
  133. [ 0.379910] loop: module loaded
  134. [ 0.383574] nbd: registered device at major 43
  135. [ 0.395316] usbcore: registered new interface driver rtsx_usb
  136. [ 0.395324] Loading iSCSI transport class v2.0-870.
  137. [ 0.395734] iscsi: registered transport (tcp)
  138. [ 0.396215] libphy: Fixed MDIO Bus: probed
  139. [ 0.396220] tun: Universal TUN/TAP device driver, 1.6
  140. [ 0.396223] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  141. [ 0.396489] usbcore: registered new interface driver dm9601
  142. [ 0.396573] usbcore: registered new interface driver smsc95xx
  143. [ 0.396609] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  144. [ 0.622634] Core Release: 2.80a
  145. [ 0.622641] Setting default values for core params
  146. [ 0.622667] Finished setting default values for core params
  147. [ 0.823015] Using Buffer DMA mode
  148. [ 0.823020] Periodic Transfer Interrupt Enhancement - disabled
  149. [ 0.823023] Multiprocessor Interrupt Enhancement - disabled
  150. [ 0.823029] OTG VER PARAM: 0, OTG VER FLAG: 0
  151. [ 0.823040] Dedicated Tx FIFOs mode
  152. [ 0.823369] WARN::dwc_otg_hcd_init:1053: FIQ DMA bounce buffers: virt = 0xae504000 dma = 0xee504000 len=9024
  153. [ 0.823394] FIQ FSM acceleration enabled for :
  154. [ 0.823394] Non-periodic Split Transactions
  155. [ 0.823394] Periodic Split Transactions
  156. [ 0.823394] High-Speed Isochronous Endpoints
  157. [ 0.823394] Interrupt/Control Split Transaction hack enabled
  158. [ 0.823401] dwc_otg: Microframe scheduler enabled
  159. [ 0.823445] WARN::hcd_init_fiq:457: FIQ on core 1 at 0x805149dc
  160. [ 0.823454] WARN::hcd_init_fiq:458: FIQ ASM at 0x80514d3c length 36
  161. [ 0.823465] WARN::hcd_init_fiq:484: MPHI regs_base at 0xaff7a000
  162. [ 0.823520] dwc_otg 3f980000.usb: DWC OTG Controller
  163. [ 0.823552] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  164. [ 0.823581] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  165. [ 0.823624] Init: Port Power? op_state=1
  166. [ 0.823628] Init: Power Port (0)
  167. [ 0.823803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  168. [ 0.823813] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  169. [ 0.823820] usb usb1: Product: DWC OTG Controller
  170. [ 0.823828] usb usb1: Manufacturer: Linux 4.9.8 dwc_otg_hcd
  171. [ 0.823835] usb usb1: SerialNumber: 3f980000.usb
  172. [ 0.824529] hub 1-0:1.0: USB hub found
  173. [ 0.824562] hub 1-0:1.0: 1 port detected
  174. [ 0.825257] dwc_otg: FIQ enabled
  175. [ 0.825261] dwc_otg: NAK holdoff enabled
  176. [ 0.825266] dwc_otg: FIQ split-transaction FSM enabled
  177. [ 0.825277] Module dwc_common_port init
  178. [ 0.825481] usbcore: registered new interface driver usb-storage
  179. [ 0.825685] mousedev: PS/2 mouse device common for all mice
  180. [ 0.825829] i2c /dev entries driver
  181. [ 0.827086] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  182. [ 0.827340] bcm2835-cpufreq: min=600000 max=1200000
  183. [ 0.827785] sdhci: Secure Digital Host Controller Interface driver
  184. [ 0.827789] sdhci: Copyright(c) Pierre Ossman
  185. [ 0.828167] sdhost: log_buf @ ae507000 (ee507000)
  186. [ 0.885014] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  187. [ 0.907125] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  188. [ 0.907129] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  189. [ 0.938366] sdhci-pltfm: SDHCI platform and OF driver helper
  190. [ 0.938638] ledtrig-cpu: registered to indicate activity on CPUs
  191. [ 0.938696] hidraw: raw HID events driver (C) Jiri Kosina
  192. [ 0.939719] usbcore: registered new interface driver usbhid
  193. [ 0.939721] usbhid: USB HID core driver
  194. [ 0.940174] vchiq: vchiq_init_state: slot_zero = 0xae580000, is_master = 0
  195. [ 0.944342] NET: Registered protocol family 10
  196. [ 0.946233] NET: Registered protocol family 17
  197. [ 0.946288] Key type dns_resolver registered
  198. [ 0.946580] Registering SWP/SWPB emulation handler
  199. [ 0.948656] vc-sm: Videocore shared memory driver
  200. [ 0.948665] [vc_sm_connected_init]: start
  201. [ 0.949820] [vc_sm_connected_init]: end - returning 0
  202. [ 0.950963] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  203. [ 0.951135] console [netcon0] enabled
  204. [ 0.951137] netconsole: network logging started
  205. [ 0.951141] of_cfs_init
  206. [ 0.951192] of_cfs_init: OK
  207. [ 0.953880] Freeing unused kernel memory: 3072K (80900000 - 80c00000)
  208. [ 0.960372] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  209. [ 0.961895] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  210. [ 0.963415] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  211. [ 0.966141] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  212. [ 0.978312] mmc0: host does not support reading read-only switch, assuming write-enable
  213. [ 0.981429] mmc0: new high speed SDHC card at address aaaa
  214. [ 0.982057] mmcblk0: mmc0:aaaa AGGCD 29.7 GiB
  215. [ 0.983499] mmcblk0: p1 p2
  216. [ 1.019263] random: fast init done
  217. [ 1.028455] Indeed it is in host mode hprt0 = 00021501
  218. [ 1.055662] mmc1: new high speed SDIO card at address 0001
  219. [ 1.201701] usb 1-1: new high-speed USB device number 2 using dwc_otg
  220. [ 1.201778] Indeed it is in host mode hprt0 = 00001101
  221. [ 1.391929] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  222. [ 1.391939] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  223. [ 1.392413] hub 1-1:1.0: USB hub found
  224. [ 1.392467] hub 1-1:1.0: 5 ports detected
  225. [ 1.511480] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  226. [ 1.511799] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  227. [ 1.545321] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 1.671704] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  229. [ 1.762047] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  230. [ 1.762063] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  231. [ 1.765065] smsc95xx v1.0.5
  232. [ 1.817262] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:50:ce:28
  233. [ 1.905035] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
  234. [ 2.014119] systemd[1]: System time before build time, advancing clock.
  235. [ 2.026867] systemd[1]: systemd 232 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
  236. [ 2.027183] systemd[1]: Detected architecture arm.
  237. [ 2.027354] systemd[1]: Set hostname to <LibreELEC>.
  238. [ 2.066459] usb 1-1.2: New USB device found, idVendor=05a4, idProduct=9881
  239. [ 2.066468] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  240. [ 2.102634] input: HID 05a4:9881 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05A4:9881.0001/input/input0
  241. [ 2.106908] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  242. [ 2.107852] systemd[1]: Created slice System Slice.
  243. [ 2.109588] systemd[1]: Mounting POSIX Message Queue File System...
  244. [ 2.109880] systemd[1]: Listening on udev Control Socket.
  245. [ 2.110132] systemd[1]: Listening on Journal Socket.
  246. [ 2.110467] systemd[1]: Listening on RPCbind Server Activation Socket.
  247. [ 2.110626] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  248. [ 2.160128] hid-generic 0003:05A4:9881.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-3f980000.usb-1.2/input0
  249. [ 2.278862] input: HID 05a4:9881 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05A4:9881.0002/input/input1
  250. [ 2.337307] hid-generic 0003:05A4:9881.0002: input,hidraw1: USB HID v1.10 Mouse [HID 05a4:9881] on usb-3f980000.usb-1.2/input1
  251. [ 2.365877] systemd-journald[220]: Received request to flush runtime journal from PID 1
  252. [ 2.578416] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
  253. [ 2.669791] usb 1-1.3: New USB device found, idVendor=2109, idProduct=2812
  254. [ 2.669800] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  255. [ 2.669803] usb 1-1.3: Product: USB2.0 Hub
  256. [ 2.669807] usb 1-1.3: Manufacturer: VIA Labs, Inc.
  257. [ 2.670305] hub 1-1.3:1.0: USB hub found
  258. [ 2.670619] hub 1-1.3:1.0: 4 ports detected
  259. [ 2.768634] random: crng init done
  260. [ 2.965056] usb 1-1.3.1: new full-speed USB device number 6 using dwc_otg
  261. [ 3.048381] usb 1-1.3.1: device descriptor read/64, error -71
  262. [ 3.238356] usb 1-1.3.1: device descriptor read/64, error -71
  263. [ 3.283393] Console: switching to colour dummy device 80x30
  264. [ 3.431981] usb 1-1.3.1: new full-speed USB device number 7 using dwc_otg
  265. [ 3.518393] usb 1-1.3.1: device descriptor read/64, error -71
  266. [ 3.528212] input: eventlircd as /devices/virtual/input/input3
  267. [ 3.700534] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  268. [ 3.708398] usb 1-1.3.1: device descriptor read/64, error -71
  269. [ 3.797939] uart-pl011 3f201000.serial: no DMA platform data
  270. [ 3.898389] usb 1-1.3.1: new full-speed USB device number 8 using dwc_otg
  271. [ 3.906270] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  272. [ 3.906381] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  273. [ 3.939790] usbcore: registered new interface driver brcmfmac
  274. [ 4.217253] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  275. [ 4.248744] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)
  276. [ 4.311966] usb 1-1.3.1: device not accepting address 8, error -71
  277. [ 4.398359] usb 1-1.3.1: new full-speed USB device number 9 using dwc_otg
  278. [ 4.653852] input: VNCServer SimKey as /devices/virtual/input/input4
  279. [ 4.811727] usb 1-1.3.1: device not accepting address 9, error -71
  280. [ 4.811904] usb 1-1.3-port1: unable to enumerate USB device
  281. [ 4.898385] usb 1-1.3.4: new high-speed USB device number 10 using dwc_otg
  282. [ 5.008177] usb 1-1.3.4: New USB device found, idVendor=0b95, idProduct=1790
  283. [ 5.008186] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  284. [ 5.008190] usb 1-1.3.4: Product: AX88179
  285. [ 5.008194] usb 1-1.3.4: Manufacturer: ASIX Elec. Corp.
  286. [ 5.008199] usb 1-1.3.4: SerialNumber: 00503F56010670
  287. [ 5.361723] ax88179_178a 1-1.3.4:1.0 eth1: register 'ax88179_178a' at usb-3f980000.usb-1.3.4, ASIX AX88179 USB 3.0 Gigabit Ethernet, 50:3f:56:01:06:70
  288. [ 5.362616] usbcore: registered new interface driver ax88179_178a
  289. [ 5.687849] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  290. [ 8.273180] Bluetooth: Core ver 2.22
  291. [ 8.273234] NET: Registered protocol family 31
  292. [ 8.273237] Bluetooth: HCI device and connection manager initialized
  293. [ 8.273250] Bluetooth: HCI socket layer initialized
  294. [ 8.273257] Bluetooth: L2CAP socket layer initialized
  295. [ 8.273292] Bluetooth: SCO socket layer initialized
  296. [ 8.286295] Bluetooth: HCI UART driver ver 2.3
  297. [ 8.286305] Bluetooth: HCI UART protocol H4 registered
  298. [ 8.286308] Bluetooth: HCI UART protocol Three-wire (H5) registered
  299. [ 8.286424] Bluetooth: HCI UART protocol Broadcom registered
  300. [ 8.633191] ax88179_178a 1-1.3.4:1.0 eth1: ax88179 - Link status is: 1
  301. [ 8.638115] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  302. [ 8.650390] 8021q: 802.1Q VLAN Support v1.8
  303.  
  304. ################################################################################
  305. # ... output of lsmod
  306. # LibreELEC release: RPi2.arm-8.0.0
  307. #
  308. ################################################################################
  309. Module Size Used by
  310. 8021q 16771 0
  311. hci_uart 15605 1
  312. btbcm 5315 1 hci_uart
  313. bluetooth 291781 3 hci_uart,btbcm
  314. ax88179_178a 13776 0
  315. brcmfmac 181893 0
  316. brcmutil 4893 1 brcmfmac
  317. cfg80211 246778 1 brcmfmac
  318. rfkill 13757 3 bluetooth,cfg80211
  319. bcm2835_gpiomem 2716 0
  320.  
  321. ################################################################################
  322. # ... output of ps xa
  323. # LibreELEC release: RPi2.arm-8.0.0
  324. #
  325. ################################################################################
  326. PID USER TIME COMMAND
  327. 1 root 0:01 /usr/lib/systemd/systemd
  328. 2 root 0:00 [kthreadd]
  329. 3 root 0:00 [ksoftirqd/0]
  330. 4 root 0:00 [kworker/0:0]
  331. 5 root 0:00 [kworker/0:0H]
  332. 6 root 0:00 [kworker/u8:0]
  333. 7 root 0:00 [rcu_sched]
  334. 8 root 0:00 [rcu_bh]
  335. 9 root 0:00 [migration/0]
  336. 10 root 0:00 [lru-add-drain]
  337. 11 root 0:00 [watchdog/0]
  338. 12 root 0:00 [cpuhp/0]
  339. 13 root 0:00 [cpuhp/1]
  340. 14 root 0:00 [watchdog/1]
  341. 15 root 0:00 [migration/1]
  342. 16 root 0:00 [ksoftirqd/1]
  343. 17 root 0:00 [kworker/1:0]
  344. 18 root 0:00 [kworker/1:0H]
  345. 19 root 0:00 [cpuhp/2]
  346. 20 root 0:00 [watchdog/2]
  347. 21 root 0:00 [migration/2]
  348. 22 root 0:00 [ksoftirqd/2]
  349. 23 root 0:00 [kworker/2:0]
  350. 24 root 0:00 [kworker/2:0H]
  351. 25 root 0:00 [cpuhp/3]
  352. 26 root 0:00 [watchdog/3]
  353. 27 root 0:00 [migration/3]
  354. 28 root 0:00 [ksoftirqd/3]
  355. 29 root 0:00 [kworker/3:0]
  356. 30 root 0:00 [kworker/3:0H]
  357. 31 root 0:00 [kdevtmpfs]
  358. 32 root 0:00 [netns]
  359. 33 root 0:00 [oom_reaper]
  360. 34 root 0:00 [writeback]
  361. 35 root 0:00 [kcompactd0]
  362. 36 root 0:00 [crypto]
  363. 37 root 0:00 [bioset]
  364. 38 root 0:00 [kblockd]
  365. 39 root 0:00 [watchdogd]
  366. 40 root 0:00 [kworker/0:1]
  367. 41 root 0:00 [rpciod]
  368. 42 root 0:00 [xprtiod]
  369. 45 root 0:00 [kswapd0]
  370. 46 root 0:00 [vmstat]
  371. 47 root 0:00 [nfsiod]
  372. 48 root 0:00 [cifsiod]
  373. 65 root 0:00 [bioset]
  374. 66 root 0:00 [bioset]
  375. 67 root 0:00 [bioset]
  376. 68 root 0:00 [bioset]
  377. 69 root 0:00 [bioset]
  378. 70 root 0:00 [bioset]
  379. 71 root 0:00 [bioset]
  380. 72 root 0:00 [bioset]
  381. 73 root 0:00 [bioset]
  382. 74 root 0:00 [bioset]
  383. 75 root 0:00 [bioset]
  384. 76 root 0:00 [bioset]
  385. 77 root 0:00 [bioset]
  386. 78 root 0:00 [bioset]
  387. 79 root 0:00 [bioset]
  388. 80 root 0:00 [bioset]
  389. 81 root 0:00 [bioset]
  390. 82 root 0:00 [bioset]
  391. 83 root 0:00 [bioset]
  392. 84 root 0:00 [bioset]
  393. 85 root 0:00 [bioset]
  394. 86 root 0:00 [bioset]
  395. 87 root 0:00 [bioset]
  396. 88 root 0:00 [bioset]
  397. 89 root 0:00 [bioset]
  398. 90 root 0:00 [bioset]
  399. 91 root 0:00 [bioset]
  400. 92 root 0:00 [bioset]
  401. 93 root 0:00 [bioset]
  402. 94 root 0:00 [bioset]
  403. 95 root 0:00 [bioset]
  404. 96 root 0:00 [bioset]
  405. 97 root 0:00 [iscsi_eh]
  406. 98 root 0:00 [dwc_otg]
  407. 99 root 0:00 [kworker/2:1]
  408. 100 root 0:00 [kworker/3:1]
  409. 101 root 0:00 [DWC Notificatio]
  410. 102 root 0:00 [kworker/1:1]
  411. 103 root 0:00 [irq/92-mmc1]
  412. 104 root 0:00 [kworker/1:2]
  413. 105 root 0:00 [VCHIQ-0]
  414. 106 root 0:00 [VCHIQr-0]
  415. 107 root 0:00 [VCHIQs-0]
  416. 108 root 0:00 [ipv6_addrconf]
  417. 109 root 0:00 [kworker/1:3]
  418. 110 root 0:00 [VCHIQka-0]
  419. 111 root 0:00 [SMIO]
  420. 128 root 0:00 [bioset]
  421. 129 root 0:00 [mmcqd/0]
  422. 138 root 0:00 [kworker/2:2]
  423. 140 root 0:00 [kworker/0:1H]
  424. 147 root 0:00 [jbd2/mmcblk0p2-]
  425. 148 root 0:00 [ext4-rsv-conver]
  426. 159 root 0:00 [bioset]
  427. 160 root 0:00 [loop0]
  428. 161 root 0:00 [kworker/2:1H]
  429. 187 root 0:00 [kworker/3:1H]
  430. 191 root 0:00 [kworker/u8:1]
  431. 195 root 0:00 [kworker/1:1H]
  432. 198 root 0:00 [kworker/u8:2]
  433. 199 root 0:00 [kworker/3:2]
  434. 217 root 0:00 [kworker/2:3]
  435. 220 root 0:00 /usr/lib/systemd/systemd-journald
  436. 234 root 0:00 [kworker/0:2]
  437. 245 root 0:00 /usr/bin/rpcbind -f
  438. 251 root 0:00 /usr/lib/systemd/systemd-udevd
  439. 253 root 0:00 /usr/bin/pulseaudio --system
  440. 256 dbus 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  441. 280 root 0:00 /usr/lib/systemd/systemd-logind
  442. 282 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
  443. 289 root 0:00 /sbin/crond -f -S
  444. 318 root 0:00 /usr/sbin/connmand -nr --config=/etc/connman/main.conf
  445. 326 root 0:00 /usr/sbin/sshd -D
  446. 380 avahi 0:00 avahi-daemon: running [KODI.local]
  447. 383 root 0:00 [cfg80211]
  448. 439 root 0:00 /usr/bin/wpa_supplicant -u
  449. 477 root 0:00 [brcmf_wq/mmc1:0]
  450. 478 root 0:00 [brcmf_wdog/mmc1]
  451. 510 root 0:00 /usr/bin/smbd --configfile=/run/samba/smb.conf
  452. 517 root 0:00 /usr/bin/nmbd --configfile=/run/samba/smb.conf
  453. 524 root 0:00 {kodi.sh} /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs --lircdev /run/lirc/lircd
  454. 525 root 0:00 /bin/sh /storage/.kodi/addons/service.system.dispmanx_vnc/bin/dispmanx_vncserver-service
  455. 532 root 0:03 /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd
  456. 541 root 0:00 dispmanx_vncserver -p 5900 -s 0 -t 15 -a
  457. 575 root 0:00 [kworker/u9:0]
  458. 576 root 0:00 [hci0]
  459. 577 root 0:00 [hci0]
  460. 578 root 0:00 [kworker/u9:1]
  461. 579 root 0:00 /usr/bin/hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -
  462. 580 root 0:00 [kworker/u9:2]
  463. 583 root 0:00 /usr/bin/smbd --configfile=/run/samba/smb.conf
  464. 584 root 0:00 sh -c createlog
  465. 585 root 0:00 {createlog} /bin/sh /usr/bin/createlog
  466. 608 root 0:00 ps xa
  467.  
  468. ################################################################################
  469. # ... output of cat /storage/.config/modprobe.d/disable-spdif-for-hd-audio.conf
  470. # LibreELEC release: RPi2.arm-8.0.0
  471. #
  472. ################################################################################
  473. # INTEL HBR WORKAROUND FOR DTS-MA & Dolby TrueHD PLAYBACK
  474.  
  475. # Uncomment the following lines to disable any S/PDIF out to deliver
  476. # bitstreamed audio on Intel builds. This is a rough workaround for
  477. # users that have both S/PDIF and HDMI audio outputs on their motherboard
  478. # or motherboard+discrete graphics combo.
  479.  
  480. # EVEN IF YOU ARE NOT USING THE S/PDIF OUTPUT
  481. # but still have one, you will need to uncomment the lines below !
  482.  
  483. # after uncommenting these lines, you must reboot for these settings to take effect
  484.  
  485. # blacklist snd_hda_codec_realtek
  486. # blacklist snd_hda_codec_sigmatel
  487. # blacklist snd_hda_codec_cirrus
  488.  
  489.  
  490. ################################################################################
  491. # ... output of cat /storage/.config/sysctl.d/transmission.conf
  492. # LibreELEC release: RPi2.arm-8.0.0
  493. #
  494. ################################################################################
  495. # transmission with uTP support
  496. # please comment out the follow line to activate this values:
  497.  
  498. # net.core.wmem_max=1048576
  499. # net.core.rmem_max=4194304
  500.  
  501. ################################################################################
  502. # ... output of ls -laR /storage/.config/system.d
  503. # LibreELEC release: RPi2.arm-8.0.0
  504. #
  505. ################################################################################
  506. /storage/.config/system.d:
  507. total 39
  508. drwxr-xr-x 3 root root 1024 Feb 20 08:06 .
  509. drwxr-xr-x 13 root root 1024 Feb 8 17:49 ..
  510. -rw-r--r-- 1 root root 28816 Feb 8 17:49 README
  511. -rw-r--r-- 1 root root 1772 Feb 8 17:49 cifs.mount.sample
  512. drwxr-xr-x 2 root root 1024 Feb 20 08:06 kodi.target.wants
  513. -rw-r--r-- 1 root root 1729 Feb 8 17:49 nfs.mount.sample
  514. -rw-r--r-- 1 root root 1145 Feb 8 17:49 openvpn.service.sample
  515. lrwxrwxrwx 1 root root 94 Feb 20 08:06 service.system.dispmanx_vnc.service -> /storage/.kodi/addons/service.system.dispmanx_vnc/system.d/service.system.dispmanx_vnc.service
  516.  
  517. /storage/.config/system.d/kodi.target.wants:
  518. total 3
  519. drwxr-xr-x 2 root root 1024 Feb 20 08:06 .
  520. drwxr-xr-x 3 root root 1024 Feb 20 08:06 ..
  521. lrwxrwxrwx 1 root root 94 Feb 20 08:06 service.system.dispmanx_vnc.service -> /storage/.kodi/addons/service.system.dispmanx_vnc/system.d/service.system.dispmanx_vnc.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement