Advertisement
Guest User

Rune Debug Info

a guest
Jan 16th, 2018
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.92 KB | None | 0 0
  1. DEBUG:
  2.  
  3. ###### System info ######
  4. Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  5.  
  6. system time: Mon Feb 22 15:40:48 CET 2016
  7.  
  8. system load: 0.53 0.14 0.05 1/164 1049
  9.  
  10. HW platform: RaspberryPi2 (08)
  11.  
  12. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  13.  
  14.  
  15. ###### Boot configuration ######
  16. # Uncomment some or all of these to enable the optional hardware interfaces
  17. # Params:
  18. # i2c_arm Set to "on" to enable the ARM's i2c interface
  19. # (default "off")
  20. # i2c_vc Set to "on" to enable the i2c interface
  21. # usually reserved for the VideoCore processor
  22. # (default "off")
  23. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  24. # (default "100000")
  25. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  26. # (default "100000")
  27. # i2c_baudrate An alias for i2c_arm_baudrate
  28. # i2s Set to "on" to enable the i2s interface
  29. # (default "off")
  30. # spi Set to "on" to enable the spi interfaces
  31. # (default "off")
  32. # act_led_trigger Choose which activity the LED tracks.
  33. # Use "heartbeat" for a nice load indicator.
  34. # (default "mmc")
  35. # act_led_activelow Set to "on" to invert the sense of the LED
  36. # (default "off")
  37. # act_led_gpio Set which GPIO pin to use for the activity LED
  38. # (in case you want to connect it to an external
  39. # device)
  40. # (default "16" on a non-Plus board, "47" on a
  41. # Plus or Pi 2)
  42. # N.B. It is recommended to only enable those interfaces that are needed.
  43. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  44. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  45. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  46. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  47. # but deprecated because the ARM/VC assignments differ between board
  48. # revisions. The same board-specific mapping applies to i2c_baudrate,
  49. # and the other i2c baudrate parameters.
  50.  
  51. #dtparam=i2c_arm=on
  52. #dtparam=i2c_vc=on
  53. #dtparam=i2s=on
  54. #dtparam=spi=on
  55. #dtparam=act_led_trigger=mmc
  56. #dtdebug=on
  57.  
  58. #dtparam=uart1=off
  59. #dtoverlay=pi3-disable-bt-overlay
  60. #dtoverlay=pi3-miniuart-bt-overlay
  61.  
  62. ## RuneAudio HDMI & 3,5mm jack
  63. dtparam=audio=off
  64.  
  65. ## RuneAudio I2S-Settings
  66. dtoverlay=allo-boss-dac-pcm512x-audio
  67.  
  68. # Uncomment to enable the lirc-rpi module
  69. # Params: gpio_out_pin GPIO pin for output (default "17")
  70. # gpio_in_pin GPIO pin for input (default "18")
  71. # gpio_in_pull Pull up/down/off on the input pin
  72. # (default "down")
  73. # sense Override the IR receive auto-detection logic:
  74. # "1" = force active high
  75. # "0" = force active low
  76. # "-1" = use auto-detection
  77. # (default "-1")
  78. # softcarrier Turn the software carrier "on" or "off"
  79. # (default "on")
  80. # invert "on" = invert the output pin (default "off")
  81. # debug "on" = enable additional debug messages
  82. # (default "off")
  83. #dtoverlay=lirc-rpi
  84. #dtparam=gpio_out_pin=17
  85. #dtparam=gpio_in_pin=18
  86. #dtparam=gpio_in_pull=down
  87.  
  88. # LCD settings
  89. # 180 degrees
  90. #lcd_rotate=2
  91. # Normal
  92. lcd_rotate=0
  93. #dtoverlay=rpi-backlight
  94. #dtoverlay=rpi-ft5406
  95. disable_splash=1
  96.  
  97. # Uncomment if you get no picture on HDMI for a default "safe" mode
  98. #hdmi_safe=1
  99.  
  100. # Uncomment this if your display has a black border of unused pixels visible
  101. # and your display can output without overscan
  102. #disable_overscan=1
  103.  
  104. # Uncomment the following to adjust overscan. Use positive numbers if console
  105. # goes off screen, and negative if there is too much border
  106. #overscan_left=16
  107. #overscan_right=16
  108. #overscan_top=16
  109. #overscan_bottom=16
  110.  
  111. # Uncomment to force a console size. By default it will be display's size minus
  112. # overscan.
  113. #framebuffer_width=1280
  114. #framebuffer_height=720
  115.  
  116. # Uncomment if hdmi display is not detected and composite is being output
  117. #hdmi_force_hotplug=1
  118.  
  119. # Uncomment to force a specific HDMI mode (this will force VGA)
  120. #hdmi_group=1
  121. #hdmi_mode=1
  122.  
  123. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  124. # DMT (computer monitor) modes
  125. hdmi_drive=2
  126.  
  127. # Uncomment to set monitor mode to DMT
  128. #hdmi_group=2
  129.  
  130. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  131. # no display
  132. #config_hdmi_boost=4
  133.  
  134. # setting the max usb current to 1200mA
  135. max_usb_current=1
  136.  
  137. # memory options
  138. gpu_mem=64
  139.  
  140. # Overclocking options
  141. #force_turbo=1
  142.  
  143.  
  144. ##################################################
  145.  
  146.  
  147. ###### System load statistics (procinfo -H) ######
  148. Memory: Total Used Free Buffers
  149. RAM: 922.56MiB 193.77MiB 728.79MiB 16.40MiB
  150. Swap: 0.00B 0.00B 0.00B
  151.  
  152. Bootup: Mon Feb 22 15:40:09 2016 Load average: 0.53 0.14 0.05 1/166 1051
  153.  
  154. user : 00:00:20.62 13.6% page in : 102574
  155. nice : 00:00:03.91 2.6% page out: 1184
  156. system: 00:00:10.57 7.0% page act: 10661
  157. IOwait: 00:00:20.25 13.3% page dea: 0
  158. hw irq: 00:00:00.00 0.0% page flt: 176942
  159. sw irq: 00:00:00.39 0.3% swap in : 0
  160. idle : 00:01:36.12 63.3% swap out: 0
  161. uptime: 00:00:39.08 context : 70850
  162.  
  163. irq 16: 0 irq 51: 74
  164. irq 17: 12229 irq 54: 0
  165. irq 23: 66 irq 62: 16406
  166. irq 24: 2 irq 79: 0
  167. irq 39: 1 irq 80: 0
  168. irq 46: 0 irq 83: 215
  169. irq 48: 2842 irq 86: 99
  170. irq 50: 0 irq 92: 8294
  171.  
  172. mmcblk0 2819r mmcblk0p2 2739r
  173. mmcblk0p1 67r
  174.  
  175. eth0 TX 834.82KiB RX 738.79KiB wlan0 TX 4.70KiB RX 1.91KiB
  176. lo TX 799.13KiB RX 799.13KiB
  177.  
  178.  
  179. ###### Active processes (pstree) ######
  180. systemd-+-avahi-daemon---avahi-daemon
  181. |-dbus-daemon
  182. |-devmon---udevil
  183. |-dhcpcd
  184. |-dnsmasq
  185. |-haveged
  186. |-hostapd
  187. |-ifplugd
  188. |-mpd-+-{decoder:mad}
  189. | |-{io}
  190. | |-{output:BossDAC}
  191. | `-{player}
  192. |-nginx---nginx
  193. |-nmbd
  194. |-ntpd---{ntpd}
  195. |-php-fpm---3*[php-fpm]
  196. |-python
  197. |-redis-server---2*[{redis-server}]
  198. |-rpc.statd
  199. |-rpcbind
  200. |-rune_PL_wrk
  201. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  202. |-sh---sleep
  203. |-shairport---{shairport}
  204. |-sshd
  205. |-systemd-journal
  206. |-systemd-udevd
  207. `-upmpdcli---7*[{upmpdcli}]
  208.  
  209.  
  210. ###### Audio backend ######
  211. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  212.  
  213. Card list: (/proc/asound/cards)
  214. --------------------------------------------------
  215. 0 [BossDAC ]: BossDAC - BossDAC
  216. BossDAC
  217.  
  218.  
  219. PLAYBACK devices: (aplay -l)
  220. --------------------------------------------------
  221. **** List of PLAYBACK Hardware Devices ****
  222. card 0: BossDAC [BossDAC], device 0: BossDAC pcm512x-hifi-0 []
  223. Subdevices: 0/1
  224. Subdevice #0: subdevice #0
  225.  
  226.  
  227. PCM devices: (aplay -L)
  228. --------------------------------------------------
  229. null
  230. Discard all samples (playback) or generate zero samples (capture)
  231. default:CARD=BossDAC
  232. BossDAC,
  233. Default Audio Device
  234. sysdefault:CARD=BossDAC
  235. BossDAC,
  236. Default Audio Device
  237.  
  238.  
  239. Simple mixer controls: (amixer scontrols)
  240. --------------------------------------------------
  241. card 0:
  242. Simple mixer control 'DSP Program',0
  243. Simple mixer control 'Analogue',0
  244. Simple mixer control 'Analogue Playback Boost',0
  245. Simple mixer control 'Auto Mute',0
  246. Simple mixer control 'Auto Mute Mono',0
  247. Simple mixer control 'Auto Mute Time Left',0
  248. Simple mixer control 'Auto Mute Time Right',0
  249. Simple mixer control 'Clock Missing Period',0
  250. Simple mixer control 'Deemphasis',0
  251. Simple mixer control 'Digital',0
  252. Simple mixer control 'Max Overclock DAC',0
  253. Simple mixer control 'Max Overclock DSP',0
  254. Simple mixer control 'Max Overclock PLL',0
  255. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  256. Simple mixer control 'Volume Ramp Down Emergency Step',0
  257. Simple mixer control 'Volume Ramp Down Rate',0
  258. Simple mixer control 'Volume Ramp Down Step',0
  259. Simple mixer control 'Volume Ramp Up Rate',0
  260. Simple mixer control 'Volume Ramp Up Step',0
  261.  
  262.  
  263. Mixer controls: (amixer controls)
  264. --------------------------------------------------
  265. card 0:
  266. numid=6,iface=MIXER,name='DSP Program'
  267. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  268. numid=2,iface=MIXER,name='Analogue Playback Volume'
  269. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  270. numid=11,iface=MIXER,name='Auto Mute Switch'
  271. numid=8,iface=MIXER,name='Auto Mute Time Left'
  272. numid=9,iface=MIXER,name='Auto Mute Time Right'
  273. numid=7,iface=MIXER,name='Clock Missing Period'
  274. numid=5,iface=MIXER,name='Deemphasis Switch'
  275. numid=4,iface=MIXER,name='Digital Playback Switch'
  276. numid=1,iface=MIXER,name='Digital Playback Volume'
  277. numid=20,iface=MIXER,name='Max Overclock DAC'
  278. numid=19,iface=MIXER,name='Max Overclock DSP'
  279. numid=18,iface=MIXER,name='Max Overclock PLL'
  280. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  281. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  282. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  283. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  284. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  285. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  286.  
  287.  
  288. MPD audio outputs status: (mpc outputs)
  289. --------------------------------------------------
  290. Output 1 (BossDAC) is enabled
  291.  
  292. MPD statistics: (mpc stats)
  293. --------------------------------------------------
  294. Artists: 1928
  295. Albums: 1822
  296. Songs: 22759
  297.  
  298. Play Time: 0 days, 0:00:10
  299. Uptime: 0 days, 0:00:24
  300. DB Updated: Sun Jan 14 14:37:36 2018
  301. DB Play Time: 69 days, 20:39:41
  302.  
  303. ###### mpd version ######
  304. Music Player Daemon 0.19.19-dsd
  305.  
  306. Copyright (C) 2003-2007 Warren Dukes
  307. Copyright (C) 2008-2014 Max Kellermann
  308. This is free software; see the source for copying conditions. There is NO
  309. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  310.  
  311.  
  312. Database plugins:
  313. simple proxy upnp
  314.  
  315. Storage plugins:
  316. local smbclient nfs
  317.  
  318. Neighbor plugins:
  319. smbclient upnp
  320.  
  321. Decoders plugins:
  322. [mad] mp3 mp2
  323. [vorbis] ogg oga
  324. [oggflac] ogg oga
  325. [flac] flac
  326. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  327. [audiofile] wav au aiff aif
  328. [dsdiff] dff
  329. [dsf] dsf
  330. [faad] aac
  331. [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
  332. [pcm]
  333.  
  334. Output plugins:
  335. null fifo pipe alsa jack httpd
  336.  
  337. Encoder plugins:
  338. null vorbis wave flac
  339.  
  340. Input plugins:
  341. file alsa curl ffmpeg smbclient nfs mms
  342.  
  343. Playlist plugins:
  344. extm3u m3u pls xspf asx rss soundcloud cue embcue
  345.  
  346. Protocols:
  347. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  348.  
  349. ###### mpd.conf ######
  350. ###################################
  351. # Auto generated mpd.conf file
  352. # please DO NOT edit it manually!
  353. # Use RuneUI MPD config section
  354. ###################################
  355.  
  356. state_file "/var/lib/mpd/mpdstate"
  357. zeroconf_enabled "yes"
  358. zeroconf_name "runeaudio"
  359. bind_to_address "/run/mpd.sock"
  360. bind_to_address "any"
  361. port "6600"
  362. max_connections "20"
  363. user "mpd"
  364. group "audio"
  365. db_file "/var/lib/mpd/mpd.db"
  366. sticker_file "/var/lib/mpd/sticker.sql"
  367. pid_file "/var/run/mpd/pid"
  368. music_directory "/mnt/MPD"
  369. playlist_directory "/var/lib/mpd/playlists"
  370. follow_outside_symlinks "yes"
  371. follow_inside_symlinks "yes"
  372. auto_update "no"
  373. filesystem_charset "UTF-8"
  374. id3v1_encoding "UTF-8"
  375. volume_normalization "no"
  376. audio_buffer_size "2048"
  377. buffer_before_play "10%"
  378. gapless_mp3_playback "yes"
  379.  
  380. input {
  381. plugin "curl"
  382. }
  383.  
  384. decoder {
  385. plugin "ffmpeg"
  386. enabled "no"
  387. }
  388. replaygain "off"
  389.  
  390. audio_output {
  391. name "BossDAC"
  392. type "alsa"
  393. device "hw:0,0"
  394. mixer_control "Digital"
  395. mixer_type "hardware"
  396. mixer_device "hw:0"
  397. dsd_native "yes"
  398. dsd_native_type "2"
  399. auto_resample "no"
  400. auto_format "no"
  401. enabled "yes"
  402. }
  403.  
  404.  
  405. ###### Kernel optimization parameters ######
  406. hardware platform: RaspberryPi2
  407. current orionprofile: RuneAudio
  408.  
  409.  
  410. kernel scheduler for mmcblk0: [noop] deadline cfq
  411. /proc/sys/vm/swappiness: 0
  412. /proc/sys/kernel/sched_latency_ns: 4500000
  413. /proc/sys/kernel/sched_rt_period_us: 1000000
  414. /proc/sys/kernel/sched_rt_runtime_us: 950000
  415. /proc/sys/kernel/sched_autogroup_enabled: 1
  416. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  417. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  418. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  419.  
  420.  
  421. ###### Kernel module snd_usb_audio settings ######
  422. Error opening module snd_usb_audio
  423.  
  424. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  425. total 8.0K
  426. drwxr-xr-x 2 root root 4.0K Feb 22 15:40 .
  427. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  428. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  429. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  430. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  431. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  432. lrwxrwxrwx 1 root root 44 Feb 22 15:40 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  433. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  434. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  435. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  436. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  437. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  438. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  439. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  440. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  441. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  442. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  443.  
  444.  
  445. ###### Filesystem mounts ######
  446. /dev/root / ext4 rw,relatime,data=ordered 0 0
  447. devtmpfs /dev devtmpfs rw,relatime,size=468032k,nr_inodes=117008,mode=755 0 0
  448. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  449. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  450. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  451. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  452. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  453. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  454. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  455. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  456. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  457. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  458. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  459. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  460. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  461. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  462. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  463. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  464. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  465. tmpfs /tmp tmpfs rw 0 0
  466. mqueue /dev/mqueue mqueue rw,relatime 0 0
  467. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  468. configfs /sys/kernel/config configfs rw,relatime 0 0
  469. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  470. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  471. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  472. 192.168.1.124:/nfs/Public/MP3\040TEST /mnt/MPD/NAS/MP3\040TEST nfs ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.124,mountvers=3,mountport=55778,mountproto=udp,local_lock=none,addr=192.168.1.124 0 0
  473. 192.168.1.124:/nfs/Public/Audio\040HighRes /mnt/MPD/NAS/Audio\040HighRes nfs ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.124,mountvers=3,mountport=55778,mountproto=udp,local_lock=none,addr=192.168.1.124 0 0
  474. 192.168.1.124:/nfs/Public/mp3 /mnt/MPD/NAS/mp3 nfs ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.124,mountvers=3,mountport=55778,mountproto=udp,local_lock=none,addr=192.168.1.124 0 0
  475.  
  476.  
  477. ###### Filesystem mounts - free space (df -h) ######
  478. Filesystem Size Used Avail Use% Mounted on
  479. /dev/root 7.1G 1.7G 5.2G 25% /
  480. devtmpfs 458M 0 458M 0% /dev
  481. tmpfs 462M 0 462M 0% /dev/shm
  482. tmpfs 462M 6.2M 456M 2% /run
  483. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  484. tmpfs 462M 264K 462M 1% /tmp
  485. logs 5.0M 12K 5.0M 1% /var/log
  486. rune-logs 5.0M 104K 4.9M 3% /var/log/runeaudio
  487. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  488. 192.168.1.124:/nfs/Public/MP3 TEST 1.8T 1.2T 652G 65% /mnt/MPD/NAS/MP3 TEST
  489. 192.168.1.124:/nfs/Public/Audio HighRes 1.8T 1.2T 652G 65% /mnt/MPD/NAS/Audio HighRes
  490. 192.168.1.124:/nfs/Public/mp3 1.8T 1.2T 652G 65% /mnt/MPD/NAS/mp3
  491.  
  492.  
  493. ###### Loaded kernel modules ######
  494. Module Size Used by
  495. iptable_filter 1708 1
  496. xt_conntrack 2972 1
  497. ipt_MASQUERADE 1235 1
  498. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  499. iptable_nat 1943 1
  500. nf_conntrack_ipv4 13702 2
  501. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  502. nf_nat_ipv4 5699 1 iptable_nat
  503. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  504. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  505. brcmfmac 184455 0
  506. brcmutil 8379 1 brcmfmac
  507. cfg80211 498228 1 brcmfmac
  508. snd_soc_pcm512x_i2c 2609 1
  509. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  510. snd_soc_bcm2835_i2s 6278 2
  511. snd_soc_allo_boss_dac 4532 2
  512. snd_soc_core 153224 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_allo_boss_dac
  513. snd_pcm_dmaengine 5503 1 snd_soc_core
  514. snd_pcm 88980 5 snd_soc_pcm512x,snd_soc_core,snd_pcm_dmaengine,snd_soc_allo_boss_dac
  515. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  516. snd_timer 22172 1 snd_pcm
  517. snd 63333 6 snd_soc_core,snd_timer,snd_pcm
  518. i2c_bcm2708 5382 0
  519. bcm2835_rng 2167 0
  520. clk_allo_dac_45Mhz 2477 1
  521. bcm2835_gpiomem 3638 0
  522. rng_core 8183 1 bcm2835_rng
  523. bcm2835_wdt 3756 0
  524. uio_pdrv_genirq 3539 0
  525. uio 9114 1 uio_pdrv_genirq
  526. sch_fq_codel 8174 3
  527. ip_tables 12147 2 iptable_filter,iptable_nat
  528. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  529. ipv6 372060 0
  530.  
  531.  
  532. ###### Kernel status (dmesg) ######
  533. [ 0.000000] Booting Linux on physical CPU 0x0
  534. [ 0.000000] Initializing cgroup subsys cpuset
  535. [ 0.000000] Initializing cgroup subsys cpu
  536. [ 0.000000] Initializing cgroup subsys cpuacct
  537. [ 0.000000] Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  538. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  539. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  540. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  541. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  542. [ 0.000000] Memory policy: Data cache writealloc
  543. [ 0.000000] On node 0 totalpages: 241664
  544. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  545. [ 0.000000] Normal zone: 2124 pages used for memmap
  546. [ 0.000000] Normal zone: 0 pages reserved
  547. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  548. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  549. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  550. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f61000 s22656 r8192 d22400 u53248
  551. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  552. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  553. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  554. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa02082 bcm2709.serial=0xcca3c542 smsc95xx.macaddr=B8:27:EB:A3:C5:42 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3 elevator=noop ipv6.disable=1 logo.nologo quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-priority=3
  555. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  556. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  557. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  558. [ 0.000000] Memory: 936068K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22396K reserved, 8192K cma-reserved)
  559. [ 0.000000] Virtual kernel memory layout:
  560. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  561. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  562. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  563. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  564. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  565. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  566. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  567. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  568. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  569. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  570. [ 0.000000] Hierarchical RCU implementation.
  571. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  572. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  573. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  574. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  575. [ 0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  576. [ 0.000024] Switching to timer-based delay loop, resolution 52ns
  577. [ 0.000254] Console: colour dummy device 80x30
  578. [ 0.000427] console [tty0] enabled
  579. [ 0.000454] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  580. [ 0.000470] pid_max: default: 32768 minimum: 301
  581. [ 0.000738] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  582. [ 0.000750] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  583. [ 0.001561] Disabling cpuset control group subsystem
  584. [ 0.001589] Initializing cgroup subsys io
  585. [ 0.001613] Initializing cgroup subsys memory
  586. [ 0.001649] Initializing cgroup subsys devices
  587. [ 0.001665] Initializing cgroup subsys freezer
  588. [ 0.001681] Initializing cgroup subsys net_cls
  589. [ 0.001695] Initializing cgroup subsys perf_event
  590. [ 0.001710] Initializing cgroup subsys net_prio
  591. [ 0.001732] Initializing cgroup subsys pids
  592. [ 0.001772] CPU: Testing write buffer coherency: ok
  593. [ 0.002228] CPU0: update cpu_capacity 1024
  594. [ 0.002239] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  595. [ 0.002249] [bcm2709_smp_prepare_cpus] enter
  596. [ 0.002360] Setting up static identity map for 0x8240 - 0x8274
  597. [ 0.003907] [bcm2709_boot_secondary] cpu:1 started (0) 17
  598. [ 0.004206] [bcm2709_secondary_init] enter cpu:1
  599. [ 0.004246] CPU1: update cpu_capacity 1024
  600. [ 0.004252] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  601. [ 0.004633] [bcm2709_boot_secondary] cpu:2 started (0) 18
  602. [ 0.004837] [bcm2709_secondary_init] enter cpu:2
  603. [ 0.004857] CPU2: update cpu_capacity 1024
  604. [ 0.004863] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  605. [ 0.005206] [bcm2709_boot_secondary] cpu:3 started (0) 16
  606. [ 0.005386] [bcm2709_secondary_init] enter cpu:3
  607. [ 0.005406] CPU3: update cpu_capacity 1024
  608. [ 0.005411] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  609. [ 0.005469] Brought up 4 CPUs
  610. [ 0.005490] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  611. [ 0.005497] CPU: All CPU(s) started in HYP mode.
  612. [ 0.005504] CPU: Virtualization extensions available.
  613. [ 0.006136] devtmpfs: initialized
  614. [ 0.016550] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  615. [ 0.016866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  616. [ 0.017415] xor: measuring software checksum speed
  617. [ 0.109958] arm4regs : 1023.600 MB/sec
  618. [ 0.210024] 8regs : 599.600 MB/sec
  619. [ 0.310092] 32regs : 516.400 MB/sec
  620. [ 0.410154] neon : 1046.400 MB/sec
  621. [ 0.410163] xor: using function: neon (1046.400 MB/sec)
  622. [ 0.410284] pinctrl core: initialized pinctrl subsystem
  623. [ 0.410810] NET: Registered protocol family 16
  624. [ 0.416190] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  625. [ 0.422916] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  626. [ 0.422927] hw-breakpoint: maximum watchpoint size is 8 bytes.
  627. [ 0.423068] Serial: AMBA PL011 UART driver
  628. [ 0.423189] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  629. [ 0.423336] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  630. [ 0.650490] raid6: int32x1 gen() 91 MB/s
  631. [ 0.820695] raid6: int32x1 xor() 84 MB/s
  632. [ 0.990962] raid6: int32x2 gen() 139 MB/s
  633. [ 1.161005] raid6: int32x2 xor() 107 MB/s
  634. [ 1.331118] raid6: int32x4 gen() 151 MB/s
  635. [ 1.501239] raid6: int32x4 xor() 112 MB/s
  636. [ 1.671156] raid6: int32x8 gen() 151 MB/s
  637. [ 1.841458] raid6: int32x8 xor() 103 MB/s
  638. [ 2.011498] raid6: neonx1 gen() 376 MB/s
  639. [ 2.181476] raid6: neonx1 xor() 362 MB/s
  640. [ 2.351612] raid6: neonx2 gen() 541 MB/s
  641. [ 2.521713] raid6: neonx2 xor() 478 MB/s
  642. [ 2.691899] raid6: neonx4 gen() 730 MB/s
  643. [ 2.861971] raid6: neonx4 xor() 552 MB/s
  644. [ 3.032133] raid6: neonx8 gen() 509 MB/s
  645. [ 3.202222] raid6: neonx8 xor() 420 MB/s
  646. [ 3.202230] raid6: using algorithm neonx4 gen() 730 MB/s
  647. [ 3.202238] raid6: .... xor() 552 MB/s, rmw enabled
  648. [ 3.202245] raid6: using intx1 recovery algorithm
  649. [ 3.203802] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  650. [ 3.204318] SCSI subsystem initialized
  651. [ 3.204604] usbcore: registered new interface driver usbfs
  652. [ 3.204681] usbcore: registered new interface driver hub
  653. [ 3.204789] usbcore: registered new device driver usb
  654. [ 3.207536] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  655. [ 3.235077] clocksource: Switched to clocksource arch_sys_counter
  656. [ 3.288165] FS-Cache: Loaded
  657. [ 3.288405] CacheFiles: Loaded
  658. [ 3.299149] NET: Registered protocol family 2
  659. [ 3.299907] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  660. [ 3.300019] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  661. [ 3.300207] TCP: Hash tables configured (established 8192 bind 8192)
  662. [ 3.300299] UDP hash table entries: 512 (order: 2, 16384 bytes)
  663. [ 3.300345] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  664. [ 3.300564] NET: Registered protocol family 1
  665. [ 3.300847] RPC: Registered named UNIX socket transport module.
  666. [ 3.300856] RPC: Registered udp transport module.
  667. [ 3.300863] RPC: Registered tcp transport module.
  668. [ 3.300870] RPC: Registered tcp NFSv4.1 backchannel transport module.
  669. [ 3.302106] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  670. [ 3.304623] futex hash table entries: 1024 (order: 4, 65536 bytes)
  671. [ 3.317186] VFS: Disk quotas dquot_6.6.0
  672. [ 3.317446] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  673. [ 3.319804] FS-Cache: Netfs 'nfs' registered for caching
  674. [ 3.320555] NFS: Registering the id_resolver key type
  675. [ 3.320595] Key type id_resolver registered
  676. [ 3.320604] Key type id_legacy registered
  677. [ 3.320633] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  678. [ 3.321384] JFS: nTxBlock = 7377, nTxLock = 59016
  679. [ 3.327414] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  680. [ 3.334861] async_tx: api initialized (async)
  681. [ 3.335186] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  682. [ 3.335319] io scheduler noop registered (default)
  683. [ 3.335337] io scheduler deadline registered
  684. [ 3.335387] io scheduler cfq registered
  685. [ 3.337653] BCM2708FB: allocated DMA memory fac10000
  686. [ 3.337677] BCM2708FB: allocated DMA channel 0 @ f3007000
  687. [ 3.387711] Console: switching to colour frame buffer device 228x61
  688. [ 3.419150] vc-cma: Videocore CMA driver
  689. [ 3.419161] vc-cma: vc_cma_base = 0x00000000
  690. [ 3.419169] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  691. [ 3.419178] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  692. [ 3.419350] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  693. [ 3.433179] brd: module loaded
  694. [ 3.441310] loop: module loaded
  695. [ 3.442200] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  696. [ 3.443744] Loading iSCSI transport class v2.0-870.
  697. [ 3.444425] usbcore: registered new interface driver ax88179_178a
  698. [ 3.444515] usbcore: registered new interface driver smsc95xx
  699. [ 3.444641] usbcore: registered new interface driver cdc_ncm
  700. [ 3.444661] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  701. [ 3.644901] Core Release: 2.80a
  702. [ 3.644914] Setting default values for core params
  703. [ 3.644948] Finished setting default values for core params
  704. [ 3.845286] Using Buffer DMA mode
  705. [ 3.845297] Periodic Transfer Interrupt Enhancement - disabled
  706. [ 3.845304] Multiprocessor Interrupt Enhancement - disabled
  707. [ 3.845312] OTG VER PARAM: 0, OTG VER FLAG: 0
  708. [ 3.845327] Dedicated Tx FIFOs mode
  709. [ 3.845611] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  710. [ 3.845642] FIQ FSM acceleration enabled for :
  711. Non-periodic Split Transactions
  712. Periodic Split Transactions
  713. [ 3.845657] dwc_otg: Microframe scheduler enabled
  714. [ 3.845702] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  715. [ 3.845716] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  716. [ 3.845731] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  717. [ 3.845786] dwc_otg 3f980000.usb: DWC OTG Controller
  718. [ 3.845822] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  719. [ 3.845855] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  720. [ 3.845903] Init: Port Power? op_state=1
  721. [ 3.845910] Init: Power Port (0)
  722. [ 3.846115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  723. [ 3.846129] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  724. [ 3.846141] usb usb1: Product: DWC OTG Controller
  725. [ 3.846153] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  726. [ 3.846164] usb usb1: SerialNumber: 3f980000.usb
  727. [ 3.846873] hub 1-0:1.0: USB hub found
  728. [ 3.846911] hub 1-0:1.0: 1 port detected
  729. [ 3.847480] dwc_otg: FIQ enabled
  730. [ 3.847489] dwc_otg: NAK holdoff enabled
  731. [ 3.847496] dwc_otg: FIQ split-transaction FSM enabled
  732. [ 3.847528] Module dwc_common_port init
  733. [ 3.847757] usbcore: registered new interface driver usb-storage
  734. [ 3.847821] usbcore: registered new interface driver ums-alauda
  735. [ 3.847880] usbcore: registered new interface driver ums-cypress
  736. [ 3.847939] usbcore: registered new interface driver ums-datafab
  737. [ 3.847996] usbcore: registered new interface driver ums_eneub6250
  738. [ 3.848053] usbcore: registered new interface driver ums-freecom
  739. [ 3.848115] usbcore: registered new interface driver ums-isd200
  740. [ 3.848173] usbcore: registered new interface driver ums-jumpshot
  741. [ 3.848231] usbcore: registered new interface driver ums-karma
  742. [ 3.848291] usbcore: registered new interface driver ums-onetouch
  743. [ 3.848372] usbcore: registered new interface driver ums-realtek
  744. [ 3.848439] usbcore: registered new interface driver ums-sddr09
  745. [ 3.848499] usbcore: registered new interface driver ums-sddr55
  746. [ 3.848558] usbcore: registered new interface driver ums-usbat
  747. [ 3.848805] mousedev: PS/2 mouse device common for all mice
  748. [ 3.849441] md: linear personality registered for level -1
  749. [ 3.849460] md: raid0 personality registered for level 0
  750. [ 3.849475] md: raid1 personality registered for level 1
  751. [ 3.849490] md: raid10 personality registered for level 10
  752. [ 3.849704] md: raid6 personality registered for level 6
  753. [ 3.849713] md: raid5 personality registered for level 5
  754. [ 3.849720] md: raid4 personality registered for level 4
  755. [ 3.849738] md: multipath personality registered for level -4
  756. [ 3.849754] md: faulty personality registered for level -5
  757. [ 3.850066] device-mapper: uevent: version 1.0.3
  758. [ 3.850499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  759. [ 3.851033] device-mapper: multipath: version 1.10.0 loaded
  760. [ 3.851053] device-mapper: multipath round-robin: version 1.0.0 loaded
  761. [ 3.851070] device-mapper: multipath queue-length: version 0.1.0 loaded
  762. [ 3.851086] device-mapper: multipath service-time: version 0.2.0 loaded
  763. [ 3.851122] device-mapper: raid: Loading target version 1.7.0
  764. [ 3.851295] bcm2835-cpufreq: min=600000 max=1200000
  765. [ 3.853046] sdhci: Secure Digital Host Controller Interface driver
  766. [ 3.853050] sdhci: Copyright(c) Pierre Ossman
  767. [ 3.853229] sdhost: log_buf @ bac07000 (fac07000)
  768. [ 3.905084] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  769. [ 3.907126] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  770. [ 3.907133] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  771. [ 3.945181] sdhci-pltfm: SDHCI platform and OF driver helper
  772. [ 3.945390] ledtrig-cpu: registered to indicate activity on CPUs
  773. [ 3.945466] hidraw: raw HID events driver (C) Jiri Kosina
  774. [ 3.945675] usbcore: registered new interface driver usbhid
  775. [ 3.945678] usbhid: USB HID core driver
  776. [ 3.945971] Initializing XFRM netlink socket
  777. [ 3.945990] NET: Registered protocol family 17
  778. [ 3.946067] Key type dns_resolver registered
  779. [ 3.946471] Registering SWP/SWPB emulation handler
  780. [ 3.946887] registered taskstats version 1
  781. [ 3.948570] Btrfs loaded
  782. [ 3.949168] Key type encrypted registered
  783. [ 3.949214] vc-sm: Videocore shared memory driver
  784. [ 3.949220] [vc_sm_connected_init]: start
  785. [ 3.949443] [vc_sm_connected_init]: end - returning 0
  786. [ 3.950533] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  787. [ 3.950708] of_cfs_init
  788. [ 3.950761] of_cfs_init: OK
  789. [ 3.951118] md: Waiting for all devices to be available before autodetect
  790. [ 3.951123] md: If you don't use raid, use raid=noautodetect
  791. [ 3.951648] md: Autodetecting RAID arrays.
  792. [ 3.951653] md: Scanned 0 and added 0 devices.
  793. [ 3.951656] md: autorun ...
  794. [ 3.951660] md: ... autorun DONE.
  795. [ 3.951740] Waiting for root device /dev/mmcblk0p2...
  796. [ 3.962320] mmc0: host does not support reading read-only switch, assuming write-enable
  797. [ 3.964533] mmc0: new high speed SDHC card at address 1234
  798. [ 3.964805] mmcblk0: mmc0:1234 SA08G 7.42 GiB
  799. [ 3.965959] mmcblk0: p1 p2
  800. [ 3.983838] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  801. [ 3.985325] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  802. [ 3.986814] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  803. [ 3.989484] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  804. [ 4.045177] Indeed it is in host mode hprt0 = 00021501
  805. [ 4.077145] mmc1: new high speed SDIO card at address 0001
  806. [ 4.081158] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  807. [ 4.081202] VFS: Mounted root (ext4 filesystem) on device 179:2.
  808. [ 4.090904] devtmpfs: mounted
  809. [ 4.091501] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  810. [ 4.225124] usb 1-1: new high-speed USB device number 2 using dwc_otg
  811. [ 4.225267] Indeed it is in host mode hprt0 = 00001101
  812. [ 4.425360] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  813. [ 4.425379] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  814. [ 4.426140] hub 1-1:1.0: USB hub found
  815. [ 4.426221] hub 1-1:1.0: 5 ports detected
  816. [ 4.438687] systemd[1]: System time before build time, advancing clock.
  817. [ 4.548780] IPv6: Loaded, but administratively disabled, reboot required to enable
  818. [ 4.561671] ip_tables: (C) 2000-2006 Netfilter Core Team
  819. [ 4.567210] random: systemd: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  820. [ 4.579794] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  821. [ 4.583049] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  822. [ 4.583564] systemd[1]: Detected architecture arm.
  823. [ 4.585054] systemd[1]: Set hostname to .
  824. [ 4.675703] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
  825. [ 4.675962] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
  826. [ 4.683311] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
  827. [ 4.705153] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  828. [ 4.781734] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  829. [ 4.782063] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  830. [ 4.782617] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  831. [ 4.783681] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  832. [ 4.805448] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  833. [ 4.805472] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  834. [ 4.807824] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  835. [ 4.808223] smsc95xx v1.0.4
  836. [ 4.867890] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:a3:c5:42
  837. [ 5.152546] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  838. [ 5.154748] systemd[1]: Created slice System Slice.
  839. [ 5.155639] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  840. [ 5.178246] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  841. [ 5.179257] systemd[1]: Created slice system-netctl\x2dauto.slice.
  842. [ 5.179587] systemd[1]: Listening on Journal Socket.
  843. [ 5.215721] systemd[1]: Starting Load Kernel Modules...
  844. [ 5.218617] systemd[1]: Starting Setup Virtual Console...
  845. [ 5.222646] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  846. [ 5.273327] systemd[1]: Starting RuneAudio shutdown script...
  847. [ 5.273728] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  848. [ 5.273870] systemd[1]: Reached target Paths.
  849. [ 5.274119] systemd[1]: Listening on Journal Socket (/dev/log).
  850. [ 5.274220] systemd[1]: Reached target Login Prompts.
  851. [ 5.282618] systemd[1]: Listening on Process Core Dump Socket.
  852. [ 5.286206] systemd[1]: Starting Remount Root and Kernel File Systems...
  853. [ 5.286537] systemd[1]: Listening on udev Kernel Socket.
  854. [ 5.290157] systemd[1]: Starting Journal Service...
  855. [ 5.294560] systemd[1]: Mounting POSIX Message Queue File System...
  856. [ 5.294777] systemd[1]: Reached target Slices.
  857. [ 5.295054] systemd[1]: Reached target Remote File Systems.
  858. [ 5.299559] systemd[1]: Mounting Debug File System...
  859. [ 5.336338] systemd[1]: Mounting Temporary Directory...
  860. [ 5.336518] systemd[1]: Reached target Swap.
  861. [ 5.336630] systemd[1]: Reached target Encrypted Volumes.
  862. [ 5.336944] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  863. [ 5.337866] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  864. [ 5.363453] systemd[1]: Reached target System Time Synchronized.
  865. [ 5.363802] systemd[1]: Listening on udev Control Socket.
  866. [ 5.373407] systemd[1]: Started Load Kernel Modules.
  867. [ 5.375046] systemd[1]: Started Create list of required static device nodes for the current kernel.
  868. [ 5.377210] systemd[1]: Started RuneAudio shutdown script.
  869. [ 5.379034] systemd[1]: Started Remount Root and Kernel File Systems.
  870. [ 5.379818] systemd[1]: Mounted Temporary Directory.
  871. [ 5.406468] systemd[1]: Mounted POSIX Message Queue File System.
  872. [ 5.406787] systemd[1]: Mounted Debug File System.
  873. [ 5.511121] systemd[1]: Started Journal Service.
  874. [ 6.315868] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  875. [ 6.326999] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  876. [ 6.332682] bcm2835-rng 3f104000.rng: hwrng registered
  877. [ 6.348570] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  878. [ 6.542930] snd-allo-boss-dac soc:sound: ASoC: CPU DAI (null) not registered
  879. [ 6.542946] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  880. [ 6.544654] snd-allo-boss-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  881. [ 6.544670] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  882. [ 6.642665] snd-allo-boss-dac soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  883. [ 6.721739] usbcore: registered new interface driver brcmfmac
  884. [ 6.733925] random: nonblocking pool is initialized
  885. [ 6.787230] cfg80211: World regulatory domain updated:
  886. [ 6.787246] cfg80211: DFS Master region: unset
  887. [ 6.787252] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  888. [ 6.787259] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  889. [ 6.787265] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  890. [ 6.787271] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  891. [ 6.787279] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  892. [ 6.787285] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  893. [ 6.787291] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  894. [ 6.787297] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  895. [ 6.787303] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  896. [ 6.810179] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  897. [ 6.826097] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  898. [ 6.826112] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  899. [ 6.826118] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  900. [ 6.826123] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  901. [ 6.826128] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  902. [ 6.826133] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  903. [ 6.826139] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  904. [ 6.826144] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  905. [ 6.826149] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  906. [ 6.826154] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  907. [ 6.826159] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  908. [ 6.826164] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  909. [ 6.826169] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  910. [ 6.826175] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  911. [ 6.826180] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  912. [ 6.826184] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  913. [ 6.826189] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  914. [ 6.826194] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  915. [ 6.826199] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  916. [ 6.826204] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  917. [ 6.826209] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  918. [ 6.826214] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  919. [ 6.826219] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  920. [ 6.826224] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  921. [ 6.826228] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  922. [ 6.826233] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  923. [ 6.826238] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  924. [ 6.826243] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  925. [ 6.826382] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  926. [ 6.826389] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  927. [ 7.451492] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  928. [ 8.003881] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  929. [ 8.003898] brcmfmac: brcmf_add_if: ignore IF event
  930. [ 8.009867] brcmfmac: power management disabled
  931. [ 8.157737] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  932. [ 8.157763] brcmfmac: brcmf_add_if: ignore IF event
  933. [ 9.503112] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
  934. [ 17.564899] brcmfmac: power management disabled
  935. [ 24.263477] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  936. [ 24.263520] brcmfmac: brcmf_add_if: ignore IF event
  937. [ 24.549657] nf_conntrack version 0.5.0 (14760 buckets, 59040 max)
  938.  
  939. ###### PHP backend ######
  940. php version: 5.5.19
  941. debug level: 0
  942.  
  943.  
  944. Debug data collected in 1.5 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement