Advertisement
Guest User

Rune Audio Debug

a guest
Jul 23rd, 2018
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.52 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. 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
  4.  
  5. system time: Mon Jul 23 20:07:46 BST 2018
  6.  
  7. system load: 0.10 0.06 0.01 1/157 2362
  8.  
  9. HW platform: RaspberryPi2 (08)
  10.  
  11. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  12.  
  13.  
  14. ###### Boot configuration ######
  15. # Uncomment some or all of these to enable the optional hardware interfaces
  16. # Params:
  17. # i2c_arm Set to "on" to enable the ARM's i2c interface
  18. # (default "off")
  19. # i2c_vc Set to "on" to enable the i2c interface
  20. # usually reserved for the VideoCore processor
  21. # (default "off")
  22. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  23. # (default "100000")
  24. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  25. # (default "100000")
  26. # i2c_baudrate An alias for i2c_arm_baudrate
  27. # i2s Set to "on" to enable the i2s interface
  28. # (default "off")
  29. # spi Set to "on" to enable the spi interfaces
  30. # (default "off")
  31. # act_led_trigger Choose which activity the LED tracks.
  32. # Use "heartbeat" for a nice load indicator.
  33. # (default "mmc")
  34. # act_led_activelow Set to "on" to invert the sense of the LED
  35. # (default "off")
  36. # act_led_gpio Set which GPIO pin to use for the activity LED
  37. # (in case you want to connect it to an external
  38. # device)
  39. # (default "16" on a non-Plus board, "47" on a
  40. # Plus or Pi 2)
  41. # N.B. It is recommended to only enable those interfaces that are needed.
  42. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  43. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  44. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  45. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  46. # but deprecated because the ARM/VC assignments differ between board
  47. # revisions. The same board-specific mapping applies to i2c_baudrate,
  48. # and the other i2c baudrate parameters.
  49.  
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2c_vc=on
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54. #dtparam=act_led_trigger=mmc
  55. #dtdebug=on
  56.  
  57. #dtparam=uart1=off
  58. #dtoverlay=pi3-disable-bt-overlay
  59. #dtoverlay=pi3-miniuart-bt-overlay
  60.  
  61. ## RuneAudio HDMI & 3,5mm jack
  62. dtparam=audio=on
  63.  
  64. ## RuneAudio I2S-Settings
  65. dtoverlay=none
  66.  
  67. # Uncomment to enable the lirc-rpi module
  68. # Params: gpio_out_pin GPIO pin for output (default "17")
  69. # gpio_in_pin GPIO pin for input (default "18")
  70. # gpio_in_pull Pull up/down/off on the input pin
  71. # (default "down")
  72. # sense Override the IR receive auto-detection logic:
  73. # "1" = force active high
  74. # "0" = force active low
  75. # "-1" = use auto-detection
  76. # (default "-1")
  77. # softcarrier Turn the software carrier "on" or "off"
  78. # (default "on")
  79. # invert "on" = invert the output pin (default "off")
  80. # debug "on" = enable additional debug messages
  81. # (default "off")
  82. #dtoverlay=lirc-rpi
  83. #dtparam=gpio_out_pin=17
  84. #dtparam=gpio_in_pin=18
  85. #dtparam=gpio_in_pull=down
  86.  
  87. # LCD settings
  88. # 180 degrees
  89. #lcd_rotate=2
  90. # Normal
  91. lcd_rotate=0
  92. #dtoverlay=rpi-backlight
  93. #dtoverlay=rpi-ft5406
  94. disable_splash=1
  95.  
  96. # Uncomment if you get no picture on HDMI for a default "safe" mode
  97. #hdmi_safe=1
  98.  
  99. # Uncomment this if your display has a black border of unused pixels visible
  100. # and your display can output without overscan
  101. #disable_overscan=1
  102.  
  103. # Uncomment the following to adjust overscan. Use positive numbers if console
  104. # goes off screen, and negative if there is too much border
  105. #overscan_left=16
  106. #overscan_right=16
  107. #overscan_top=16
  108. #overscan_bottom=16
  109.  
  110. # Uncomment to force a console size. By default it will be display's size minus
  111. # overscan.
  112. #framebuffer_width=1280
  113. #framebuffer_height=720
  114.  
  115. # Uncomment if hdmi display is not detected and composite is being output
  116. #hdmi_force_hotplug=1
  117.  
  118. # Uncomment to force a specific HDMI mode (this will force VGA)
  119. #hdmi_group=1
  120. #hdmi_mode=1
  121.  
  122. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  123. # DMT (computer monitor) modes
  124. hdmi_drive=2
  125.  
  126. # Uncomment to set monitor mode to DMT
  127. #hdmi_group=2
  128.  
  129. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  130. # no display
  131. #config_hdmi_boost=4
  132.  
  133. # setting the max usb current to 1200mA
  134. max_usb_current=1
  135.  
  136. # memory options
  137. gpu_mem=64
  138.  
  139. # Overclocking options
  140. force_turbo=1
  141.  
  142.  
  143. ##################################################
  144.  
  145.  
  146. ###### System load statistics (procinfo -H) ######
  147. Memory: Total Used Free Buffers
  148. RAM: 922.56MiB 247.28MiB 675.29MiB 26.80MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Mon Jul 23 19:45:33 2018 Load average: 0.10 0.06 0.01 2/159 2364
  152.  
  153. user : 00:01:19.87 1.5% page in : 160311
  154. nice : 00:00:10.02 0.2% page out: 5749
  155. system: 00:00:31.09 0.6% page act: 14960
  156. IOwait: 00:00:13.33 0.3% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 513100
  158. sw irq: 00:00:18.89 0.4% swap in : 0
  159. idle : 01:24:26.75 97.1% swap out: 0
  160. uptime: 00:22:12.10 context : 820869
  161.  
  162. irq 16: 0 irq 48: 3993
  163. irq 17: 205342 irq 62: 7247538
  164. irq 23: 32 irq 79: 0
  165. irq 24: 2 irq 80: 0
  166. irq 39: 1 irq 86: 493
  167. irq 46: 0
  168.  
  169. mmcblk0 3579r 4 mmcblk0p2 3500r
  170. mmcblk0p1 66r sda 409r 1w
  171.  
  172. eth0 TX 0.00B RX 0.00B wlan0 TX 1.76MiB RX 36.62MiB
  173. lo TX 839.61KiB RX 839.61KiB
  174.  
  175.  
  176. ###### Active processes (pstree) ######
  177. systemd-+-avahi-daemon---avahi-daemon
  178. |-crond
  179. |-dbus-daemon
  180. |-devmon---udevil
  181. |-dhcpcd
  182. |-haveged
  183. |-ifplugd
  184. |-mpd-+-{decoder:mad}
  185. | |-{io}
  186. | |-{output:JLsounds}
  187. | `-{player}
  188. |-nginx---nginx
  189. |-nmbd
  190. |-ntpd---{ntpd}
  191. |-php-fpm---3*[php-fpm]
  192. |-polkitd-+-{JS GC Helper}
  193. | |-{JS Sour~ Thread}
  194. | |-{gdbus}
  195. | |-{gmain}
  196. | `-{runaway-killer-}
  197. |-redis-server---2*[{redis-server}]
  198. |-rune_PL_wrk
  199. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  200. |-sh---sleep
  201. |-smbd-+-cleanupd
  202. | `-smbd-notifyd
  203. |-sshd
  204. |-systemd-journal
  205. |-systemd-udevd
  206. |-wpa_actiond
  207. `-wpa_supplicant
  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 [J20 ]: USB-Audio - JLsounds Hi-Rez Audio 2.0
  216. XMOS JLsounds Hi-Rez Audio 2.0 at usb-3f980000.usb-1.2, high speed
  217. 1 [ALSA ]: bcm2835 - bcm2835 ALSA
  218. bcm2835 ALSA
  219.  
  220.  
  221. PLAYBACK devices: (aplay -l)
  222. --------------------------------------------------
  223. **** List of PLAYBACK Hardware Devices ****
  224. card 0: J20 [JLsounds Hi-Rez Audio 2.0], device 0: USB Audio [USB Audio]
  225. Subdevices: 0/1
  226. Subdevice #0: subdevice #0
  227. card 1: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  228. Subdevices: 8/8
  229. Subdevice #0: subdevice #0
  230. Subdevice #1: subdevice #1
  231. Subdevice #2: subdevice #2
  232. Subdevice #3: subdevice #3
  233. Subdevice #4: subdevice #4
  234. Subdevice #5: subdevice #5
  235. Subdevice #6: subdevice #6
  236. Subdevice #7: subdevice #7
  237. card 1: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  238. Subdevices: 1/1
  239. Subdevice #0: subdevice #0
  240.  
  241.  
  242. PCM devices: (aplay -L)
  243. --------------------------------------------------
  244. null
  245. Discard all samples (playback) or generate zero samples (capture)
  246. default:CARD=J20
  247. JLsounds Hi-Rez Audio 2.0, USB Audio
  248. Default Audio Device
  249. sysdefault:CARD=J20
  250. JLsounds Hi-Rez Audio 2.0, USB Audio
  251. Default Audio Device
  252. front:CARD=J20,DEV=0
  253. JLsounds Hi-Rez Audio 2.0, USB Audio
  254. Front speakers
  255. surround21:CARD=J20,DEV=0
  256. JLsounds Hi-Rez Audio 2.0, USB Audio
  257. 2.1 Surround output to Front and Subwoofer speakers
  258. surround40:CARD=J20,DEV=0
  259. JLsounds Hi-Rez Audio 2.0, USB Audio
  260. 4.0 Surround output to Front and Rear speakers
  261. surround41:CARD=J20,DEV=0
  262. JLsounds Hi-Rez Audio 2.0, USB Audio
  263. 4.1 Surround output to Front, Rear and Subwoofer speakers
  264. surround50:CARD=J20,DEV=0
  265. JLsounds Hi-Rez Audio 2.0, USB Audio
  266. 5.0 Surround output to Front, Center and Rear speakers
  267. surround51:CARD=J20,DEV=0
  268. JLsounds Hi-Rez Audio 2.0, USB Audio
  269. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  270. surround71:CARD=J20,DEV=0
  271. JLsounds Hi-Rez Audio 2.0, USB Audio
  272. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  273. iec958:CARD=J20,DEV=0
  274. JLsounds Hi-Rez Audio 2.0, USB Audio
  275. IEC958 (S/PDIF) Digital Audio Output
  276. default:CARD=ALSA
  277. bcm2835 ALSA, bcm2835 ALSA
  278. Default Audio Device
  279. sysdefault:CARD=ALSA
  280. bcm2835 ALSA, bcm2835 ALSA
  281. Default Audio Device
  282.  
  283.  
  284. Simple mixer controls: (amixer scontrols)
  285. --------------------------------------------------
  286. card 0:
  287. no mixer scontrols
  288.  
  289. card 1:
  290. Simple mixer control 'PCM',0
  291.  
  292.  
  293. Mixer controls: (amixer controls)
  294. --------------------------------------------------
  295. card 0:
  296. numid=1,iface=PCM,name='Playback Channel Map'
  297.  
  298. card 1:
  299. numid=3,iface=MIXER,name='PCM Playback Route'
  300. numid=2,iface=MIXER,name='PCM Playback Switch'
  301. numid=1,iface=MIXER,name='PCM Playback Volume'
  302. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  303. numid=4,iface=PCM,name='IEC958 Playback Default'
  304.  
  305.  
  306. MPD audio outputs status: (mpc outputs)
  307. --------------------------------------------------
  308. Output 1 (JLsounds Hi-Rez Audio 2.0) is enabled
  309. Output 2 (bcm2835 ALSA_2) is disabled
  310. Output 3 (bcm2835 ALSA_1) is disabled
  311.  
  312. MPD statistics: (mpc stats)
  313. --------------------------------------------------
  314. Artists: 1
  315. Albums: 1
  316. Songs: 4
  317.  
  318. Play Time: 0 days, 0:10:11
  319. Uptime: 0 days, 0:10:22
  320. DB Updated: Mon Feb 22 14:42:12 2016
  321. DB Play Time: 0 days, 0:14:42
  322.  
  323. ###### mpd version ######
  324. Music Player Daemon 0.20.20
  325.  
  326. Copyright (C) 2003-2007 Warren Dukes
  327. Copyright 2008-2017 Max Kellermann
  328. This is free software; see the source for copying conditions. There is NO
  329. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  330.  
  331. Database plugins:
  332. simple proxy upnp
  333.  
  334. Storage plugins:
  335. local smbclient nfs curl
  336.  
  337. Neighbor plugins:
  338. smbclient upnp
  339.  
  340. Decoders plugins:
  341. [mad] mp3 mp2
  342. [vorbis] ogg oga
  343. [oggflac] ogg oga
  344. [flac] flac
  345. [opus] opus ogg oga
  346. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  347. [audiofile] wav au aiff aif
  348. [dsdiff] dff
  349. [dsf] dsf
  350. [faad] aac
  351. [wavpack] wv
  352. [modplug] 669 amf ams dbm dfm dsm far it med mdl mod mtm mt2 okt s3m stm ult umx xm
  353. [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 adx 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
  354. [gme] ay gbs gym hes kss nsf nsfe sap spc vgm vgz
  355. [pcm]
  356.  
  357. Filters:
  358. libsamplerate soxr
  359.  
  360. Tag plugins:
  361. id3tag
  362.  
  363. Output plugins:
  364. shout null fifo pipe alsa ao oss pulse jack httpd recorder
  365.  
  366. Encoder plugins:
  367. null vorbis opus lame wave flac
  368.  
  369. Archive plugins:
  370. [bz2] bz2
  371. [zzip] zip
  372.  
  373. Input plugins:
  374. file alsa archive curl ffmpeg smbclient nfs mms
  375.  
  376. Playlist plugins:
  377. extm3u m3u pls xspf asx rss soundcloud flac cue embcue
  378.  
  379. Protocols:
  380. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  381.  
  382. Other features:
  383. avahi epoll icu inotify ipv6 systemd tcp un
  384.  
  385. ###### mpd.conf ######
  386. ###################################
  387. # Auto generated mpd.conf file
  388. # please DO NOT edit it manually!
  389. # Use RuneUI MPD config section
  390. ###################################
  391.  
  392. log_level "default"
  393. log_file "/var/log/runeaudio/mpd.log"
  394. state_file "/var/lib/mpd/mpdstate"
  395. zeroconf_enabled "yes"
  396. zeroconf_name "runeaudio"
  397. bind_to_address "/run/mpd.sock"
  398. bind_to_address "any"
  399. port "6600"
  400. max_connections "20"
  401. user "mpd"
  402. group "audio"
  403. db_file "/var/lib/mpd/mpd.db"
  404. sticker_file "/var/lib/mpd/sticker.sql"
  405. pid_file "/var/run/mpd/pid"
  406. music_directory "/mnt/MPD"
  407. playlist_directory "/var/lib/mpd/playlists"
  408. follow_outside_symlinks "yes"
  409. follow_inside_symlinks "yes"
  410. auto_update "yes"
  411. filesystem_charset "UTF-8"
  412. id3v1_encoding "UTF-8"
  413. volume_normalization "no"
  414. audio_buffer_size "4096"
  415. buffer_before_play "20%"
  416. gapless_mp3_playback "yes"
  417. mixer_type "disabled"
  418.  
  419. input {
  420. plugin "curl"
  421. }
  422.  
  423. decoder {
  424. plugin "ffmpeg"
  425. enabled "yes"
  426. }
  427. replaygain "off"
  428.  
  429. audio_output {
  430. name "JLsounds Hi-Rez Audio 2.0"
  431. type "alsa"
  432. device "hw:0,0"
  433. auto_resample "no"
  434. auto_format "no"
  435. format "*:16:*"
  436. enabled "yes"
  437. }
  438.  
  439. audio_output {
  440. name "bcm2835 ALSA_2"
  441. type "alsa"
  442. device "hw:1,0"
  443. auto_resample "no"
  444. auto_format "no"
  445. }
  446.  
  447. audio_output {
  448. name "bcm2835 ALSA_1"
  449. type "alsa"
  450. device "hw:1,0"
  451. auto_resample "no"
  452. auto_format "no"
  453. }
  454.  
  455.  
  456. ###### Kernel optimization parameters ######
  457. hardware platform: RaspberryPi2
  458. current orionprofile: RuneAudio
  459.  
  460.  
  461. kernel scheduler for mmcblk0: [noop] deadline cfq
  462. /proc/sys/vm/swappiness: 0
  463. /proc/sys/kernel/sched_latency_ns: 4500000
  464. /proc/sys/kernel/sched_rt_period_us: 1000000
  465. /proc/sys/kernel/sched_rt_runtime_us: 950000
  466. /proc/sys/kernel/sched_autogroup_enabled: 1
  467. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  468. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  469. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  470.  
  471.  
  472. ###### Kernel module snd_usb_audio settings ######
  473. Module = "snd_usb_audio"
  474.  
  475. Attributes:
  476. coresize = "134121"
  477. initsize = "0"
  478. initstate = "live"
  479. refcnt = "1"
  480. srcversion = "5579E819524D483DA4FDE14"
  481. taint = ""
  482. uevent =
  483.  
  484. Parameters:
  485. autoclock = "Y"
  486. device_setup = "0,0,0,0,0,0,0,0"
  487. enable = "Y,Y,Y,Y,Y,Y,Y,Y"
  488. id = "(null),(null),(null),(null),(null),(null),(null),(null)"
  489. ignore_ctl_error = "N"
  490. index = "-1,-1,-1,-1,-1,-1,-1,-1"
  491. pid = "-1,-1,-1,-1,-1,-1,-1,-1"
  492. vid = "-1,-1,-1,-1,-1,-1,-1,-1"
  493.  
  494. Sections:
  495. .ARM.exidx.exit.text= "0x7f264050"
  496. .ARM.exidx.init.text= "0x7f264048"
  497. .ARM.exidx = "0x7f266aa0"
  498. .ARM.extab = "0x7f266a1c"
  499. .alt.smp.init = "0x7f263fd8"
  500. .bss = "0x7f26a600"
  501. .data = "0x7f267154"
  502. .exit.text = "0x7f261174"
  503. .gnu.linkonce.this_module= "0x7f26a400"
  504. .init.text = "0x7f274000"
  505. .note.gnu.build-id = "0x7f267130"
  506. .rodata = "0x7f261180"
  507. .rodata.str1.4 = "0x7f264058"
  508. .strtab = "0x7f279cdc"
  509. .symtab = "0x7f27401c"
  510. .text = "0x7f252000"
  511. __param = "0x7f26697c"
  512.  
  513.  
  514. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  515. total 8.0K
  516. drwxr-xr-x 2 root root 4.0K Jul 2 00:13 .
  517. drwxr-xr-x 6 root root 4.0K Feb 22 2016 ..
  518. lrwxrwxrwx 1 root root 34 Jul 1 23:49 addons.service -> /etc/systemd/system/addons.service
  519. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  520. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  521. lrwxrwxrwx 1 root root 38 Jul 1 23:49 cronie.service -> /usr/lib/systemd/system/cronie.service
  522. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  523. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  524. lrwxrwxrwx 1 root root 44 Feb 22 2016 [email protected] -> /usr/lib/systemd/system/[email protected]
  525. lrwxrwxrwx 1 root root 47 Oct 19 2016 [email protected] -> /usr/lib/systemd/system/[email protected]
  526. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  527. lrwxrwxrwx 1 root root 35 Jul 2 00:13 nmb.service -> /usr/lib/systemd/system/nmb.service
  528. lrwxrwxrwx 1 root root 36 Feb 14 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  529. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  530. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  531. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  532. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  533. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  534. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  535. lrwxrwxrwx 1 root root 35 Jul 2 00:13 smb.service -> /usr/lib/systemd/system/smb.service
  536. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  537.  
  538.  
  539. ###### Filesystem mounts ######
  540. /dev/root / ext4 rw,relatime,data=ordered 0 0
  541. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  542. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  543. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  544. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  545. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  546. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  547. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  548. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  549. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  550. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  551. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  552. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  553. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  554. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  555. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  556. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  557. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  558. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  559. mqueue /dev/mqueue mqueue rw,relatime 0 0
  560. tmpfs /tmp tmpfs rw 0 0
  561. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  562. configfs /sys/kernel/config configfs rw,relatime 0 0
  563. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  564. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  565. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  566. /dev/sda1 /mnt/MPD/USB/sda1-usb-0930_USB_Flash_M vfat rw,nosuid,nodev,noexec,noatime,uid=1000,gid=92,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
  567.  
  568.  
  569. ###### Filesystem mounts - free space (df -h) ######
  570. Filesystem Size Used Avail Use% Mounted on
  571. /dev/root 7.1G 2.3G 4.6G 34% /
  572. devtmpfs 458M 0 458M 0% /dev
  573. tmpfs 462M 0 462M 0% /dev/shm
  574. tmpfs 462M 12M 450M 3% /run
  575. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  576. tmpfs 462M 0 462M 0% /tmp
  577. logs 5.0M 36K 5.0M 1% /var/log
  578. rune-logs 5.0M 48K 5.0M 1% /var/log/runeaudio
  579. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  580. /dev/sda1 7.6G 30M 7.6G 1% /mnt/MPD/USB/sda1-usb-0930_USB_Flash_M
  581.  
  582.  
  583. ###### Loaded kernel modules ######
  584. Module Size Used by
  585. nls_utf8 1419 1
  586. snd_bcm2835 21181 0
  587. bcm2835_rng 2167 0
  588. rng_core 8183 1 bcm2835_rng
  589. bcm2835_gpiomem 3638 0
  590. bcm2835_wdt 3756 0
  591. evdev 11396 0
  592. joydev 9523 0
  593. snd_usb_audio 134121 1
  594. 8192cu 543951 0
  595. snd_pcm 88980 3 snd_bcm2835,snd_usb_audio
  596. snd_timer 22172 1 snd_pcm
  597. snd_usbmidi_lib 20594 1 snd_usb_audio
  598. uio_pdrv_genirq 3539 0
  599. snd_rawmidi 21951 1 snd_usbmidi_lib
  600. rpi_backlight 2347 0
  601. rpi_ft5406 4175 0
  602. uio 9114 1 uio_pdrv_genirq
  603. snd_seq_device 4945 1 snd_rawmidi
  604. snd_hwdep 5878 1 snd_usb_audio
  605. snd 63333 9 snd_bcm2835,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_seq_device
  606. cfg80211 498228 1 8192cu
  607. sch_fq_codel 8174 6
  608. ip_tables 12147 0
  609. x_tables 18169 1 ip_tables
  610. ipv6 372060 0
  611.  
  612.  
  613. ###### Network listening sockets (netstat -lnp) ######
  614. Active Internet connections (only servers)
  615. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  616. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 1584/mpd
  617. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 446/smbd
  618. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 356/redis-server 12
  619. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 372/nginx: master p
  620. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 372/nginx: master p
  621. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 372/nginx: master p
  622. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 342/sshd
  623. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 446/smbd
  624. udp 0 0 0.0.0.0:39329 0.0.0.0:* 289/avahi-daemon: r
  625. udp 0 0 0.0.0.0:68 0.0.0.0:* 432/dhcpcd
  626. udp 0 0 192.168.1.254:123 0.0.0.0:* 362/ntpd
  627. udp 0 0 127.0.0.1:123 0.0.0.0:* 362/ntpd
  628. udp 0 0 0.0.0.0:123 0.0.0.0:* 362/ntpd
  629. udp 0 0 192.168.1.255:137 0.0.0.0:* 344/nmbd
  630. udp 0 0 192.168.1.254:137 0.0.0.0:* 344/nmbd
  631. udp 0 0 0.0.0.0:137 0.0.0.0:* 344/nmbd
  632. udp 0 0 192.168.1.255:138 0.0.0.0:* 344/nmbd
  633. udp 0 0 192.168.1.254:138 0.0.0.0:* 344/nmbd
  634. udp 0 0 0.0.0.0:138 0.0.0.0:* 344/nmbd
  635. udp 0 0 0.0.0.0:5353 0.0.0.0:* 289/avahi-daemon: r
  636. Active UNIX domain sockets (only servers)
  637. Proto RefCnt Flags Type State I-Node PID/Program name Path
  638. unix 2 [ ACC ] STREAM LISTENING 10807 356/redis-server 12 /tmp/redis.sock
  639. unix 2 [ ACC ] STREAM LISTENING 10564 1/init /run/dbus/system_bus_socket
  640. unix 2 [ ACC ] STREAM LISTENING 10567 1/init /var/run/rpcbind.sock
  641. unix 2 [ ACC ] STREAM LISTENING 7771 1/init /var/run/avahi-daemon/socket
  642. unix 2 [ ACC ] STREAM LISTENING 12924 583/php-fpm: master /var/run/php-display.sock
  643. unix 2 [ ACC ] STREAM LISTENING 12927 583/php-fpm: master /var/run/php-db.sock
  644. unix 2 [ ACC ] STREAM LISTENING 12930 583/php-fpm: master /var/run/php-command.sock
  645. unix 2 [ ACC ] STREAM LISTENING 27524 1584/mpd /run/mpd.sock
  646. unix 2 [ ACC ] STREAM LISTENING 1415 1/init /run/systemd/private
  647. unix 2 [ ACC ] SEQPACKET LISTENING 1424 1/init /run/systemd/coredump
  648. unix 2 [ ACC ] STREAM LISTENING 1428 1/init /run/systemd/journal/stdout
  649. unix 2 [ ACC ] SEQPACKET LISTENING 8348 1/init /run/udev/control
  650. unix 2 [ ACC ] STREAM LISTENING 11488 344/nmbd /var/run/samba/nmbd/unexpected
  651.  
  652.  
  653. ###### Network established sockets (netstat -np) ######
  654. Active Internet connections (w/o servers)
  655. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  656. tcp 0 0 127.0.0.1:36144 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:36152 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:34482 127.0.0.1:6600 TIME_WAIT -
  659. tcp 0 0 192.168.1.254:80 192.168.1.12:43172 ESTABLISHED 373/nginx: worker p
  660. tcp 0 0 127.0.0.1:36046 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 192.168.1.254:80 192.168.1.12:43160 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:36130 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:34474 127.0.0.1:6600 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:36036 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:36028 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:34528 127.0.0.1:6600 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:36044 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:36048 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:36058 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:36138 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:36122 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:36114 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:36128 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:36112 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:36184 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:36034 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:36190 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:36120 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 192.168.1.254:47500 104.24.15.89:80 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:36140 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:36064 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 192.168.1.254:80 192.168.1.12:43124 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:36108 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:36078 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:34550 127.0.0.1:6600 TIME_WAIT -
  686. tcp 0 0 192.168.1.254:80 192.168.1.12:43176 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:36032 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:36146 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:34478 127.0.0.1:6600 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:36156 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:36118 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 192.168.1.254:80 192.168.1.12:43146 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:36124 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:36194 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 192.168.1.254:80 192.168.1.12:43150 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:36154 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 192.168.1.254:80 192.168.1.12:43138 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:36104 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:36096 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:36080 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:80 127.0.0.1:52752 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:36054 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:36196 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 192.168.1.254:80 192.168.1.12:43178 ESTABLISHED 373/nginx: worker p
  705. tcp 0 0 127.0.0.1:36030 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:80 127.0.0.1:52790 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:36160 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 192.168.1.254:80 192.168.1.12:43144 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:80 127.0.0.1:52768 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:36070 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:36158 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:36176 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:36162 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 192.168.1.254:80 192.168.1.12:43158 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:36180 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:36098 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:36040 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:36134 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 192.168.1.254:80 192.168.1.12:43174 ESTABLISHED 373/nginx: worker p
  720. tcp 0 0 127.0.0.1:36082 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:36052 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:36102 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:36056 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:36150 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:36110 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:36090 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:36188 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:34556 127.0.0.1:6600 TIME_WAIT -
  729. tcp 0 0 192.168.1.254:80 192.168.1.12:43140 TIME_WAIT -
  730. tcp 0 0 192.168.1.254:80 192.168.1.12:43166 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:36170 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:36084 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:36076 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 192.168.1.254:80 192.168.1.12:43142 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:36174 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 192.168.1.254:80 192.168.1.12:43170 TIME_WAIT -
  737. tcp 0 0 192.168.1.254:80 192.168.1.12:43168 TIME_WAIT -
  738. tcp 0 0 192.168.1.254:80 192.168.1.12:43164 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:36148 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 192.168.1.254:80 192.168.1.12:43148 TIME_WAIT -
  741. tcp 0 0 192.168.1.254:80 192.168.1.12:43156 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:36068 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:36088 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:36062 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:36132 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 192.168.1.254:80 192.168.1.12:43136 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:36182 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:34476 127.0.0.1:6600 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:36166 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:36178 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 192.168.1.254:53168 8.38.78.173:8240 ESTABLISHED 1584/mpd
  752. tcp 0 0 127.0.0.1:36186 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 192.168.1.254:80 192.168.1.12:43162 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:82 127.0.0.1:52772 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:34480 127.0.0.1:6600 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:36092 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:36042 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 192.168.1.254:80 192.168.1.12:43118 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:36050 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:36066 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:36038 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:36074 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:36168 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:36172 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 192.168.1.254:80 192.168.1.12:43154 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:36136 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:36192 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:36086 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 192.168.1.254:80 192.168.1.12:43120 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:36060 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 192.168.1.254:80 192.168.1.12:43152 TIME_WAIT -
  772. Active UNIX domain sockets (w/o servers)
  773. Proto RefCnt Flags Type State I-Node PID/Program name Path
  774. unix 3 [ ] DGRAM 12307 337/wpa_supplicant /run/wpa_supplicant/wlan0
  775. unix 2 [ ] DGRAM 11417 344/nmbd /var/lib/samba/private/msg.sock/344
  776. unix 2 [ ] DGRAM 11113 446/smbd /var/lib/samba/private/msg.sock/446
  777. unix 2 [ ] DGRAM 11496 449/smbd /var/lib/samba/private/msg.sock/449
  778. unix 2 [ ] DGRAM 11497 450/smbd /var/lib/samba/private/msg.sock/450
  779. unix 3 [ ] DGRAM 1413 1/init /run/systemd/notify
  780. unix 4 [ ] DGRAM 1431 1/init /run/systemd/journal/socket
  781. unix 2 [ ] DGRAM 10650 339/wpa_actiond /tmp/wpa_ctrl_339-1
  782. unix 9 [ ] DGRAM 9370 1/init /run/systemd/journal/dev-log
  783. unix 3 [ ] STREAM CONNECTED 28249 296/dbus-daemon /run/dbus/system_bus_socket
  784. unix 3 [ ] STREAM CONNECTED 10906 377/php
  785. unix 3 [ ] STREAM CONNECTED 26359 296/dbus-daemon /run/dbus/system_bus_socket
  786. unix 2 [ ] DGRAM 8363 190/systemd-journal
  787. unix 3 [ ] STREAM CONNECTED 11174 452/php
  788. unix 2 [ ] DGRAM 8440 230/systemd-udevd
  789. unix 3 [ ] STREAM CONNECTED 10579 1/init
  790. unix 3 [ ] STREAM CONNECTED 27503 1572/polkitd
  791. unix 3 [ ] STREAM CONNECTED 11507 1/init /run/systemd/journal/stdout
  792. unix 2 [ ] DGRAM 27505 1572/polkitd
  793. unix 3 [ ] STREAM CONNECTED 27534 1584/mpd
  794. unix 3 [ ] STREAM CONNECTED 10120 296/dbus-daemon /run/dbus/system_bus_socket
  795. unix 3 [ ] STREAM CONNECTED 11426 1/init /run/systemd/journal/stdout
  796. unix 3 [ ] STREAM CONNECTED 12556 372/nginx: master p
  797. unix 3 [ ] STREAM CONNECTED 12923 583/php-fpm: master
  798. unix 3 [ ] STREAM CONNECTED 12555 372/nginx: master p
  799. unix 3 [ ] STREAM CONNECTED 12426 342/sshd
  800. unix 3 [ ] STREAM CONNECTED 11311 1/init /run/systemd/journal/stdout
  801. unix 3 [ ] STREAM CONNECTED 10661 1/init /run/systemd/journal/stdout
  802. unix 3 [ ] STREAM CONNECTED 12922 583/php-fpm: master
  803. unix 3 [ ] STREAM CONNECTED 12539 356/redis-server 12
  804. unix 2 [ ] DGRAM 1971 289/avahi-daemon: r
  805. unix 3 [ ] STREAM CONNECTED 10077 1/init /run/systemd/journal/stdout
  806. unix 3 [ ] STREAM CONNECTED 1974 289/avahi-daemon: r
  807. unix 3 [ ] STREAM CONNECTED 1975 306/avahi-daemon: c
  808. unix 3 [ ] STREAM CONNECTED 10076 295/crond
  809. unix 3 [ ] STREAM CONNECTED 10121 296/dbus-daemon /run/dbus/system_bus_socket
  810. unix 3 [ ] STREAM CONNECTED 40257 356/redis-server 12 /tmp/redis.sock
  811. unix 3 [ ] DGRAM 1635 230/systemd-udevd
  812. unix 3 [ ] STREAM CONNECTED 2015 1/init /run/systemd/journal/stdout
  813. unix 3 [ ] STREAM CONNECTED 39534 2356/php
  814. unix 3 [ ] STREAM CONNECTED 9981 1/init /run/systemd/journal/stdout
  815. unix 3 [ ] STREAM CONNECTED 10029 296/dbus-daemon
  816. unix 3 [ ] STREAM CONNECTED 10118 296/dbus-daemon
  817. unix 3 [ ] STREAM CONNECTED 10119 296/dbus-daemon
  818. unix 2 [ ] DGRAM 14989 1/init
  819. unix 2 [ ] DGRAM 1953 295/crond
  820. unix 3 [ ] DGRAM 1634 230/systemd-udevd
  821. unix 3 [ ] STREAM CONNECTED 1979 289/avahi-daemon: r
  822. unix 3 [ ] STREAM CONNECTED 10236 318/haveged
  823. unix 3 [ ] STREAM CONNECTED 1937 292/sh
  824. unix 3 [ ] STREAM CONNECTED 39527 452/php
  825. unix 3 [ ] STREAM CONNECTED 40249 356/redis-server 12 /tmp/redis.sock
  826. unix 2 [ ] DGRAM 25651 296/dbus-daemon
  827. unix 3 [ ] STREAM CONNECTED 1942 1/init /run/systemd/journal/stdout
  828. unix 3 [ ] STREAM CONNECTED 29108 356/redis-server 12 /tmp/redis.sock
  829. unix 2 [ ] DGRAM 8020 339/wpa_actiond
  830. unix 3 [ ] STREAM CONNECTED 11511 446/smbd
  831. unix 3 [ ] STREAM CONNECTED 11175 296/dbus-daemon /run/dbus/system_bus_socket
  832. unix 3 [ ] STREAM CONNECTED 8434 1/init /run/systemd/journal/stdout
  833. unix 3 [ ] STREAM CONNECTED 11333 362/ntpd
  834. unix 3 [ ] STREAM CONNECTED 13334 372/nginx: master p
  835. unix 3 [ ] STREAM CONNECTED 7820 289/avahi-daemon: r
  836. unix 3 [ ] STREAM CONNECTED 7624 230/systemd-udevd
  837. unix 3 [ ] STREAM CONNECTED 7948 311/ifplugd
  838. unix 3 [ ] STREAM CONNECTED 14634 1/init /run/systemd/journal/stdout
  839. unix 2 [ ] DGRAM 13353 432/dhcpcd
  840. unix 3 [ ] STREAM CONNECTED 28320 377/php
  841. unix 3 [ ] STREAM CONNECTED 11332 362/ntpd
  842. unix 3 [ ] STREAM CONNECTED 1993 1/init /run/systemd/journal/stdout
  843. unix 3 [ ] STREAM CONNECTED 28322 377/php
  844. unix 2 [ ] DGRAM 8166 362/ntpd
  845. unix 3 [ ] STREAM CONNECTED 13643 536/bash
  846. unix 3 [ ] STREAM CONNECTED 11982 583/php-fpm: master
  847. unix 3 [ ] STREAM CONNECTED 13335 372/nginx: master p
  848. unix 3 [ ] STREAM CONNECTED 1887 1/init /run/systemd/journal/stdout
  849. unix 3 [ ] STREAM CONNECTED 26369 1584/mpd /run/mpd.sock
  850. unix 3 [ ] STREAM CONNECTED 12906 1/init /run/systemd/journal/stdout
  851.  
  852.  
  853. ###### Network interfaces (ip addr) ######
  854. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  855. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  856. inet 127.0.0.1/8 scope host lo
  857. valid_lft forever preferred_lft forever
  858. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  859. link/ether b8:27:eb:5c:db:d5 brd ff:ff:ff:ff:ff:ff
  860. 3: wlan0: mtu 1500 qdisc mq state UP group default qlen 1000
  861. link/ether 74:da:38:d4:1f:79 brd ff:ff:ff:ff:ff:ff
  862. inet 192.168.1.254/24 brd 192.168.1.255 scope global wlan0
  863. valid_lft forever preferred_lft forever
  864.  
  865.  
  866. ###### Network interfaces (ifconfig) ######
  867. eth0: flags=4099 mtu 1500
  868. ether b8:27:eb:5c:db:d5 txqueuelen 1000 (Ethernet)
  869. RX packets 0 bytes 0 (0.0 B)
  870. RX errors 0 dropped 0 overruns 0 frame 0
  871. TX packets 0 bytes 0 (0.0 B)
  872. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  873.  
  874. lo: flags=73 mtu 65536
  875. inet 127.0.0.1 netmask 255.0.0.0
  876. loop txqueuelen 1 (Local Loopback)
  877. RX packets 13775 bytes 977709 (954.7 KiB)
  878. RX errors 0 dropped 0 overruns 0 frame 0
  879. TX packets 13775 bytes 977709 (954.7 KiB)
  880. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  881.  
  882. wlan0: flags=4163 mtu 1500
  883. inet 192.168.1.254 netmask 255.255.255.0 broadcast 192.168.1.255
  884. ether 74:da:38:d4:1f:79 txqueuelen 1000 (Ethernet)
  885. RX packets 30656 bytes 38497721 (36.7 MiB)
  886. RX errors 0 dropped 821 overruns 0 frame 0
  887. TX packets 15850 bytes 1954986 (1.8 MiB)
  888. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  889.  
  890.  
  891. ###### Network netctl profiles (netctl list) ######
  892. eth0
  893. Buffy
  894.  
  895. eth0 netctl status
  896. --------------------------------------------------------
  897. [email protected] - Networking for netctl profile eth0
  898. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  899. Active: inactive (dead)
  900. Docs: man:netctl.profile(5)
  901.  
  902. eth0 netctl profile
  903. --------------------------------------------------------
  904. Description='eth0 connection'
  905. Interface=eth0
  906. ForceConnect=yes
  907. SkipNoCarrier=yes
  908. Connection=ethernet
  909. IP=dhcp
  910.  
  911. Buffy netctl status
  912. --------------------------------------------------------
  913. [email protected] - Networking for netctl profile Buffy
  914. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  915. Active: inactive (dead)
  916. Docs: man:netctl.profile(5)
  917.  
  918. Buffy netctl profile
  919. --------------------------------------------------------
  920. Description='wlan0 connection'
  921. Interface=wlan0
  922. Connection=wireless
  923. Security=wpa-configsection
  924. IP=dhcp
  925. WPAConfigSection=(
  926. 'ssid="Buffy"'
  927. 'scan_ssid=1'
  928. 'psk="***************"'
  929. 'key_mgmt=WPA-PSK'
  930. 'proto=RSN WPA'
  931. 'group=CCMP TKIP'
  932. 'pairwise=CCMP TKIP'
  933. 'priority=3'
  934. )
  935.  
  936.  
  937. ###### Network wifi status (iwconfig) ######
  938. lo no wireless extensions.
  939.  
  940. eth0 no wireless extensions.
  941.  
  942. wlan0 IEEE 802.11bgn ESSID:"Buffy" Nickname:""
  943. Mode:Managed Frequency:2.417 GHz Access Point: 2C:4D:54:96:FF:E8
  944. Bit Rate:72.2 Mb/s Sensitivity:0/0
  945. Retry:off RTS thr:off Fragment thr:off
  946. Encryption key:****-****-****-****-****-****-****-**** Security mode:open
  947. Power Management:off
  948. Link Quality=100/100 Signal level=74/100 Noise level=0/100
  949. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  950. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  951.  
  952.  
  953. ###### List all USB devices (lsusb) ######
  954. Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
  955. Bus 001 Device 004: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
  956. Bus 001 Device 006: ID 20b1:2023 XMOS Ltd
  957. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  958. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  959. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  960.  
  961. ###### Kernel status (dmesg) ######
  962. [ 0.000000] Booting Linux on physical CPU 0xf00
  963. [ 0.000000] Initializing cgroup subsys cpuset
  964. [ 0.000000] Initializing cgroup subsys cpu
  965. [ 0.000000] Initializing cgroup subsys cpuacct
  966. [ 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
  967. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  968. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  969. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  970. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  971. [ 0.000000] Memory policy: Data cache writealloc
  972. [ 0.000000] On node 0 totalpages: 241664
  973. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  974. [ 0.000000] Normal zone: 2124 pages used for memmap
  975. [ 0.000000] Normal zone: 0 pages reserved
  976. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  977. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  978. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  979. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  980. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  981. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  982. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  983. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0x2a01041 bcm2709.serial=0x995cdbd5 smsc95xx.macaddr=B8:27:EB:5C:DB:D5 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 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
  984. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  985. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  986. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  987. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  988. [ 0.000000] Virtual kernel memory layout:
  989. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  990. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  991. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  992. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  993. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  994. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  995. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  996. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  997. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  998. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  999. [ 0.000000] Hierarchical RCU implementation.
  1000. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1001. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1002. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1003. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1004. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1005. [ 0.000020] Switching to timer-based delay loop, resolution 52ns
  1006. [ 0.000245] Console: colour dummy device 80x30
  1007. [ 0.000381] console [tty0] enabled
  1008. [ 0.000410] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1009. [ 0.000424] pid_max: default: 32768 minimum: 301
  1010. [ 0.000681] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1011. [ 0.000696] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1012. [ 0.001573] Disabling cpuset control group subsystem
  1013. [ 0.001606] Initializing cgroup subsys io
  1014. [ 0.001629] Initializing cgroup subsys memory
  1015. [ 0.001671] Initializing cgroup subsys devices
  1016. [ 0.001688] Initializing cgroup subsys freezer
  1017. [ 0.001704] Initializing cgroup subsys net_cls
  1018. [ 0.001718] Initializing cgroup subsys perf_event
  1019. [ 0.001732] Initializing cgroup subsys net_prio
  1020. [ 0.001757] Initializing cgroup subsys pids
  1021. [ 0.001810] CPU: Testing write buffer coherency: ok
  1022. [ 0.002336] CPU0: update cpu_capacity 1024
  1023. [ 0.002348] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  1024. [ 0.002356] [bcm2709_smp_prepare_cpus] enter
  1025. [ 0.002458] Setting up static identity map for 0x8240 - 0x8274
  1026. [ 0.004213] [bcm2709_boot_secondary] cpu:1 started (0) 17
  1027. [ 0.004542] [bcm2709_secondary_init] enter cpu:1
  1028. [ 0.004582] CPU1: update cpu_capacity 1024
  1029. [ 0.004587] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  1030. [ 0.004995] [bcm2709_boot_secondary] cpu:2 started (0) 18
  1031. [ 0.005228] [bcm2709_secondary_init] enter cpu:2
  1032. [ 0.005248] CPU2: update cpu_capacity 1024
  1033. [ 0.005253] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  1034. [ 0.005606] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1035. [ 0.005827] [bcm2709_secondary_init] enter cpu:3
  1036. [ 0.005844] CPU3: update cpu_capacity 1024
  1037. [ 0.005849] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  1038. [ 0.005905] Brought up 4 CPUs
  1039. [ 0.005924] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1040. [ 0.005930] CPU: All CPU(s) started in HYP mode.
  1041. [ 0.005935] CPU: Virtualization extensions available.
  1042. [ 0.006615] devtmpfs: initialized
  1043. [ 0.015161] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1044. [ 0.015489] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1045. [ 0.016055] xor: measuring software checksum speed
  1046. [ 0.109995] arm4regs : 1248.400 MB/sec
  1047. [ 0.210059] 8regs : 730.800 MB/sec
  1048. [ 0.310116] 32regs : 631.600 MB/sec
  1049. [ 0.410174] neon : 1214.000 MB/sec
  1050. [ 0.410183] xor: using function: arm4regs (1248.400 MB/sec)
  1051. [ 0.410302] pinctrl core: initialized pinctrl subsystem
  1052. [ 0.410857] NET: Registered protocol family 16
  1053. [ 0.415735] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1054. [ 0.421103] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1055. [ 0.421116] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1056. [ 0.421250] Serial: AMBA PL011 UART driver
  1057. [ 0.421461] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1058. [ 0.421886] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1059. [ 0.650713] raid6: int32x1 gen() 134 MB/s
  1060. [ 0.820627] raid6: int32x1 xor() 108 MB/s
  1061. [ 0.990730] raid6: int32x2 gen() 175 MB/s
  1062. [ 1.160841] raid6: int32x2 xor() 115 MB/s
  1063. [ 1.330888] raid6: int32x4 gen() 179 MB/s
  1064. [ 1.500993] raid6: int32x4 xor() 116 MB/s
  1065. [ 1.671193] raid6: int32x8 gen() 168 MB/s
  1066. [ 1.841254] raid6: int32x8 xor() 108 MB/s
  1067. [ 2.011406] raid6: neonx1 gen() 441 MB/s
  1068. [ 2.181513] raid6: neonx1 xor() 321 MB/s
  1069. [ 2.351575] raid6: neonx2 gen() 578 MB/s
  1070. [ 2.521683] raid6: neonx2 xor() 417 MB/s
  1071. [ 2.691828] raid6: neonx4 gen() 721 MB/s
  1072. [ 2.861906] raid6: neonx4 xor() 480 MB/s
  1073. [ 3.032112] raid6: neonx8 gen() 476 MB/s
  1074. [ 3.202210] raid6: neonx8 xor() 342 MB/s
  1075. [ 3.202218] raid6: using algorithm neonx4 gen() 721 MB/s
  1076. [ 3.202224] raid6: .... xor() 480 MB/s, rmw enabled
  1077. [ 3.202230] raid6: using intx1 recovery algorithm
  1078. [ 3.203623] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1079. [ 3.204092] SCSI subsystem initialized
  1080. [ 3.204350] usbcore: registered new interface driver usbfs
  1081. [ 3.204421] usbcore: registered new interface driver hub
  1082. [ 3.204545] usbcore: registered new device driver usb
  1083. [ 3.206957] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1084. [ 3.234226] clocksource: Switched to clocksource arch_sys_counter
  1085. [ 3.279250] FS-Cache: Loaded
  1086. [ 3.279503] CacheFiles: Loaded
  1087. [ 3.289243] NET: Registered protocol family 2
  1088. [ 3.290016] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1089. [ 3.290123] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1090. [ 3.290261] TCP: Hash tables configured (established 8192 bind 8192)
  1091. [ 3.290367] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1092. [ 3.290419] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1093. [ 3.290662] NET: Registered protocol family 1
  1094. [ 3.291001] RPC: Registered named UNIX socket transport module.
  1095. [ 3.291011] RPC: Registered udp transport module.
  1096. [ 3.291018] RPC: Registered tcp transport module.
  1097. [ 3.291024] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1098. [ 3.292090] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1099. [ 3.294532] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1100. [ 3.304777] VFS: Disk quotas dquot_6.6.0
  1101. [ 3.305004] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1102. [ 3.306926] FS-Cache: Netfs 'nfs' registered for caching
  1103. [ 3.307634] NFS: Registering the id_resolver key type
  1104. [ 3.307690] Key type id_resolver registered
  1105. [ 3.307698] Key type id_legacy registered
  1106. [ 3.307724] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1107. [ 3.308388] JFS: nTxBlock = 7377, nTxLock = 59016
  1108. [ 3.315664] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1109. [ 3.322187] async_tx: api initialized (async)
  1110. [ 3.322449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1111. [ 3.322592] io scheduler noop registered (default)
  1112. [ 3.322609] io scheduler deadline registered
  1113. [ 3.322657] io scheduler cfq registered
  1114. [ 3.324561] BCM2708FB: allocated DMA memory fac00000
  1115. [ 3.324596] BCM2708FB: allocated DMA channel 0 @ f3007000
  1116. [ 3.334541] Console: switching to colour frame buffer device 100x30
  1117. [ 3.340621] vc-cma: Videocore CMA driver
  1118. [ 3.340632] vc-cma: vc_cma_base = 0x00000000
  1119. [ 3.340639] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1120. [ 3.340645] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1121. [ 3.340804] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1122. [ 3.354311] brd: module loaded
  1123. [ 3.361634] loop: module loaded
  1124. [ 3.362453] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1125. [ 3.363910] Loading iSCSI transport class v2.0-870.
  1126. [ 3.364634] usbcore: registered new interface driver ax88179_178a
  1127. [ 3.364715] usbcore: registered new interface driver smsc95xx
  1128. [ 3.364833] usbcore: registered new interface driver cdc_ncm
  1129. [ 3.364849] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1130. [ 3.565094] Core Release: 2.80a
  1131. [ 3.565107] Setting default values for core params
  1132. [ 3.565142] Finished setting default values for core params
  1133. [ 3.765408] Using Buffer DMA mode
  1134. [ 3.765419] Periodic Transfer Interrupt Enhancement - disabled
  1135. [ 3.765426] Multiprocessor Interrupt Enhancement - disabled
  1136. [ 3.765432] OTG VER PARAM: 0, OTG VER FLAG: 0
  1137. [ 3.765446] Dedicated Tx FIFOs mode
  1138. [ 3.765747] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  1139. [ 3.765777] FIQ FSM acceleration enabled for :
  1140. Non-periodic Split Transactions
  1141. Periodic Split Transactions
  1142. [ 3.765791] dwc_otg: Microframe scheduler enabled
  1143. [ 3.765827] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1144. [ 3.765838] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1145. [ 3.765849] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1146. [ 3.765898] dwc_otg 3f980000.usb: DWC OTG Controller
  1147. [ 3.765931] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1148. [ 3.765965] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1149. [ 3.766009] Init: Port Power? op_state=1
  1150. [ 3.766015] Init: Power Port (0)
  1151. [ 3.766206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1152. [ 3.766218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1153. [ 3.766228] usb usb1: Product: DWC OTG Controller
  1154. [ 3.766237] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1155. [ 3.766247] usb usb1: SerialNumber: 3f980000.usb
  1156. [ 3.766902] hub 1-0:1.0: USB hub found
  1157. [ 3.766945] hub 1-0:1.0: 1 port detected
  1158. [ 3.767469] dwc_otg: FIQ enabled
  1159. [ 3.767478] dwc_otg: NAK holdoff enabled
  1160. [ 3.767483] dwc_otg: FIQ split-transaction FSM enabled
  1161. [ 3.767511] Module dwc_common_port init
  1162. [ 3.767723] usbcore: registered new interface driver usb-storage
  1163. [ 3.767780] usbcore: registered new interface driver ums-alauda
  1164. [ 3.767832] usbcore: registered new interface driver ums-cypress
  1165. [ 3.767883] usbcore: registered new interface driver ums-datafab
  1166. [ 3.767942] usbcore: registered new interface driver ums_eneub6250
  1167. [ 3.767994] usbcore: registered new interface driver ums-freecom
  1168. [ 3.768045] usbcore: registered new interface driver ums-isd200
  1169. [ 3.768096] usbcore: registered new interface driver ums-jumpshot
  1170. [ 3.768147] usbcore: registered new interface driver ums-karma
  1171. [ 3.768199] usbcore: registered new interface driver ums-onetouch
  1172. [ 3.768268] usbcore: registered new interface driver ums-realtek
  1173. [ 3.768321] usbcore: registered new interface driver ums-sddr09
  1174. [ 3.768372] usbcore: registered new interface driver ums-sddr55
  1175. [ 3.768422] usbcore: registered new interface driver ums-usbat
  1176. [ 3.768679] mousedev: PS/2 mouse device common for all mice
  1177. [ 3.769248] md: linear personality registered for level -1
  1178. [ 3.769265] md: raid0 personality registered for level 0
  1179. [ 3.769278] md: raid1 personality registered for level 1
  1180. [ 3.769291] md: raid10 personality registered for level 10
  1181. [ 3.769527] md: raid6 personality registered for level 6
  1182. [ 3.769536] md: raid5 personality registered for level 5
  1183. [ 3.769543] md: raid4 personality registered for level 4
  1184. [ 3.769558] md: multipath personality registered for level -4
  1185. [ 3.769572] md: faulty personality registered for level -5
  1186. [ 3.769828] device-mapper: uevent: version 1.0.3
  1187. [ 3.770211] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  1188. [ 3.770729] device-mapper: multipath: version 1.10.0 loaded
  1189. [ 3.770748] device-mapper: multipath round-robin: version 1.0.0 loaded
  1190. [ 3.770762] device-mapper: multipath queue-length: version 0.1.0 loaded
  1191. [ 3.770776] device-mapper: multipath service-time: version 0.2.0 loaded
  1192. [ 3.770806] device-mapper: raid: Loading target version 1.7.0
  1193. [ 3.770976] bcm2835-cpufreq: min=900000 max=900000
  1194. [ 3.771291] sdhci: Secure Digital Host Controller Interface driver
  1195. [ 3.771299] sdhci: Copyright(c) Pierre Ossman
  1196. [ 3.771580] sdhost: log_buf @ bac13000 (fac13000)
  1197. [ 3.824258] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1198. [ 3.824458] sdhci-pltfm: SDHCI platform and OF driver helper
  1199. [ 3.824930] ledtrig-cpu: registered to indicate activity on CPUs
  1200. [ 3.825104] hidraw: raw HID events driver (C) Jiri Kosina
  1201. [ 3.825451] usbcore: registered new interface driver usbhid
  1202. [ 3.825459] usbhid: USB HID core driver
  1203. [ 3.825934] Initializing XFRM netlink socket
  1204. [ 3.825965] NET: Registered protocol family 17
  1205. [ 3.826106] Key type dns_resolver registered
  1206. [ 3.826693] Registering SWP/SWPB emulation handler
  1207. [ 3.827408] registered taskstats version 1
  1208. [ 3.830235] Btrfs loaded
  1209. [ 3.831424] Key type encrypted registered
  1210. [ 3.831518] vc-sm: Videocore shared memory driver
  1211. [ 3.831530] [vc_sm_connected_init]: start
  1212. [ 3.844810] [vc_sm_connected_init]: end - returning 0
  1213. [ 3.845002] of_cfs_init
  1214. [ 3.845123] of_cfs_init: OK
  1215. [ 3.845803] md: Waiting for all devices to be available before autodetect
  1216. [ 3.845812] md: If you don't use raid, use raid=noautodetect
  1217. [ 3.846775] md: Autodetecting RAID arrays.
  1218. [ 3.846787] md: Scanned 0 and added 0 devices.
  1219. [ 3.846792] md: autorun ...
  1220. [ 3.846797] md: ... autorun DONE.
  1221. [ 3.846968] Waiting for root device /dev/mmcblk0p2...
  1222. [ 3.922895] mmc0: host does not support reading read-only switch, assuming write-enable
  1223. [ 3.926426] mmc0: new high speed SDHC card at address aaaa
  1224. [ 3.926988] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
  1225. [ 3.928406] mmcblk0: p1 p2
  1226. [ 3.964335] Indeed it is in host mode hprt0 = 00021501
  1227. [ 3.975051] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1228. [ 3.975105] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1229. [ 3.985261] devtmpfs: mounted
  1230. [ 3.985764] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1231. [ 4.144280] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1232. [ 4.144435] Indeed it is in host mode hprt0 = 00001101
  1233. [ 4.314671] systemd[1]: System time before build time, advancing clock.
  1234. [ 4.344505] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1235. [ 4.344522] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1236. [ 4.345207] hub 1-1:1.0: USB hub found
  1237. [ 4.345295] hub 1-1:1.0: 5 ports detected
  1238. [ 4.415214] IPv6: Loaded, but administratively disabled, reboot required to enable
  1239. [ 4.425107] ip_tables: (C) 2000-2006 Netfilter Core Team
  1240. [ 4.430516] random: systemd: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
  1241. [ 4.438918] random: systemd: uninitialized urandom read (16 bytes read, 48 bits of entropy available)
  1242. [ 4.441961] 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)
  1243. [ 4.442493] systemd[1]: Detected architecture arm.
  1244. [ 4.443452] systemd[1]: Set hostname to .
  1245. [ 4.515699] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 58 bits of entropy available)
  1246. [ 4.516052] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 58 bits of entropy available)
  1247. [ 4.525386] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 59 bits of entropy available)
  1248. [ 4.604916] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1249. [ 4.605240] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1250. [ 4.605766] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1251. [ 4.606756] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1252. [ 4.624278] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1253. [ 4.628632] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1254. [ 4.724547] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1255. [ 4.724566] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1256. [ 4.727353] smsc95xx v1.0.4
  1257. [ 4.786893] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:5c:db:d5
  1258. [ 4.864277] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
  1259. [ 4.961909] systemd[1]: Reached target Swap.
  1260. [ 4.962306] systemd[1]: Reached target System Time Synchronized.
  1261. [ 4.964385] systemd[1]: Created slice System Slice.
  1262. [ 4.964521] systemd[1]: Reached target Slices.
  1263. [ 4.965379] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1264. [ 4.966149] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1265. [ 4.966222] usb 1-1.3: New USB device found, idVendor=0930, idProduct=6545
  1266. [ 4.966235] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1267. [ 4.966245] usb 1-1.3: Product: USB Flash Memory
  1268. [ 4.966254] usb 1-1.3: SerialNumber: 000AEB91EC065B8A130500C6
  1269. [ 4.966381] systemd[1]: Listening on udev Kernel Socket.
  1270. [ 4.967057] usb-storage 1-1.3:1.0: USB Mass Storage device detected
  1271. [ 4.967740] scsi host0: usb-storage 1-1.3:1.0
  1272. [ 4.971415] systemd[1]: Listening on Process Core Dump Socket.
  1273. [ 4.971693] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1274. [ 4.972024] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1275. [ 4.972311] systemd[1]: Listening on Journal Socket.
  1276. [ 5.024816] systemd[1]: Starting Setup Virtual Console...
  1277. [ 5.028365] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1278. [ 5.044351] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
  1279. [ 5.046492] systemd[1]: Mounting Temporary Directory...
  1280. [ 5.050782] systemd[1]: Mounting Debug File System...
  1281. [ 5.124046] systemd[1]: Starting RuneAudio shutdown script...
  1282. [ 5.127794] systemd[1]: Mounting POSIX Message Queue File System...
  1283. [ 5.128533] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1284. [ 5.129000] systemd[1]: Listening on Journal Socket (/dev/log).
  1285. [ 5.129147] systemd[1]: Reached target Paths.
  1286. [ 5.142256] systemd[1]: Starting Load Kernel Modules...
  1287. [ 5.142636] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1288. [ 5.142865] systemd[1]: Reached target Login Prompts.
  1289. [ 5.147913] usb 1-1.4: New USB device found, idVendor=7392, idProduct=7811
  1290. [ 5.147937] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1291. [ 5.147949] usb 1-1.4: Product: 802.11n IA@IA@pter
  1292. [ 5.147958] usb 1-1.4: Manufacturer: Realtek
  1293. [ 5.147967] usb 1-1.4: SerialNumber: 00e04c000001
  1294. [ 5.174473] systemd[1]: Starting Journal Service...
  1295. [ 5.174659] systemd[1]: Reached target Encrypted Volumes.
  1296. [ 5.183972] systemd[1]: Starting Remount Root and Kernel File Systems...
  1297. [ 5.184743] systemd[1]: Listening on udev Control Socket.
  1298. [ 5.185026] systemd[1]: Reached target Remote File Systems.
  1299. [ 5.186253] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1300. [ 5.222214] systemd[1]: Mounted POSIX Message Queue File System.
  1301. [ 5.222508] systemd[1]: Mounted Debug File System.
  1302. [ 5.222683] systemd[1]: Mounted Temporary Directory.
  1303. [ 5.224356] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1304. [ 5.226883] systemd[1]: Started RuneAudio shutdown script.
  1305. [ 5.228723] systemd[1]: Started Load Kernel Modules.
  1306. [ 5.230046] systemd[1]: Started Remount Root and Kernel File Systems.
  1307. [ 5.340274] systemd[1]: Started Journal Service.
  1308. [ 5.384314] usb 1-1.2: new high-speed USB device number 6 using dwc_otg
  1309. [ 5.485021] usb 1-1.2: New USB device found, idVendor=20b1, idProduct=2023
  1310. [ 5.485044] usb 1-1.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
  1311. [ 5.485056] usb 1-1.2: Product: JLsounds Hi-Rez Audio 2.0
  1312. [ 5.485066] usb 1-1.2: Manufacturer: XMOS
  1313. [ 5.965348] scsi 0:0:0:0: Direct-Access USB Flash Memory PMAP PQ: 0 ANSI: 0 CCS
  1314. [ 6.463433] rpi-ft5406 rpi_ft5406: Probing device
  1315. [ 6.466033] input: FT5406 memory based driver as /devices/virtual/input/input0
  1316. [ 6.537671] snd_usb_audio: unknown parameter 'nrpacks' ignored
  1317. [ 6.573037] usbcore: registered new interface driver snd-usb-audio
  1318. [ 6.709639] cfg80211: World regulatory domain updated:
  1319. [ 6.709673] cfg80211: DFS Master region: unset
  1320. [ 6.709689] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1321. [ 6.709705] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1322. [ 6.709715] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1323. [ 6.709725] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1324. [ 6.709737] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1325. [ 6.709748] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1326. [ 6.709759] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1327. [ 6.709771] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1328. [ 6.709781] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1329. [ 6.730399] random: nonblocking pool is initialized
  1330. [ 6.766517] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1331. [ 6.766540] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1332. [ 6.766551] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1333. [ 6.766559] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1334. [ 6.766567] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1335. [ 6.766576] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1336. [ 6.766583] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1337. [ 6.766592] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1338. [ 6.766599] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1339. [ 6.766608] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1340. [ 6.766615] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1341. [ 6.766623] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1342. [ 6.766631] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1343. [ 6.766639] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1344. [ 6.766647] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1345. [ 6.766656] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1346. [ 6.766663] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1347. [ 6.766671] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1348. [ 6.766679] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1349. [ 6.766687] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1350. [ 6.766695] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1351. [ 6.766703] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1352. [ 6.766711] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1353. [ 6.766719] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1354. [ 6.766727] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1355. [ 6.766735] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1356. [ 6.766743] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1357. [ 6.766751] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
  1358. [ 6.766759] cfg80211: Disabling freq 5170 MHz
  1359. [ 6.766769] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  1360. [ 6.766777] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1361. [ 6.766786] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  1362. [ 6.766795] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1363. [ 6.766804] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  1364. [ 6.766812] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1365. [ 6.766821] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
  1366. [ 6.766830] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1367. [ 6.766839] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  1368. [ 6.766847] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1369. [ 6.766856] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  1370. [ 6.766865] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1371. [ 6.766874] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  1372. [ 6.766882] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1373. [ 6.766891] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
  1374. [ 6.766900] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1375. [ 6.766909] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
  1376. [ 6.766918] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1377. [ 6.766926] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
  1378. [ 6.766935] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1379. [ 6.766944] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
  1380. [ 6.766953] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1381. [ 6.766961] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
  1382. [ 6.766969] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1383. [ 6.766977] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
  1384. [ 6.766985] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1385. [ 6.766993] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
  1386. [ 6.767001] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1387. [ 6.767009] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
  1388. [ 6.767018] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1389. [ 6.767025] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
  1390. [ 6.767034] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1391. [ 6.767041] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
  1392. [ 6.767050] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1393. [ 6.767057] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
  1394. [ 6.767066] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1395. [ 6.767074] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
  1396. [ 6.767082] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1397. [ 6.767090] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
  1398. [ 6.767098] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1399. [ 6.767106] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
  1400. [ 6.767114] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1401. [ 6.767122] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
  1402. [ 6.767130] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1403. [ 6.767138] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  1404. [ 6.767146] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1405. [ 6.767154] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  1406. [ 6.767162] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1407. [ 6.767170] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  1408. [ 6.767178] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1409. [ 6.767186] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  1410. [ 6.767194] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1411. [ 6.767202] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  1412. [ 6.767211] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1413. [ 6.767218] cfg80211: Disabling freq 5920 MHz
  1414. [ 6.767224] cfg80211: Disabling freq 5940 MHz
  1415. [ 6.767230] cfg80211: Disabling freq 5960 MHz
  1416. [ 6.767236] cfg80211: Disabling freq 5980 MHz
  1417. [ 6.767242] cfg80211: Disabling freq 6000 MHz
  1418. [ 6.767248] cfg80211: Disabling freq 6020 MHz
  1419. [ 6.767254] cfg80211: Disabling freq 6040 MHz
  1420. [ 6.767260] cfg80211: Disabling freq 6060 MHz
  1421. [ 6.767266] cfg80211: Disabling freq 6080 MHz
  1422. [ 6.769730] usbcore: registered new interface driver rtl8192cu
  1423. [ 6.801404] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1424. [ 6.802556] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1425. [ 6.805314] bcm2835-rng 3f104000.rng: hwrng registered
  1426. [ 7.046216] sd 0:0:0:0: [sda] 15874048 512-byte logical blocks: (8.13 GB/7.57 GiB)
  1427. [ 7.046439] sd 0:0:0:0: [sda] Write Protect is off
  1428. [ 7.046455] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
  1429. [ 7.046656] sd 0:0:0:0: [sda] No Caching mode page found
  1430. [ 7.046669] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1431. [ 7.303833] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1432. [ 7.647873] sda: sda1
  1433. [ 7.650118] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1434. [ 8.198331] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1435. [ 31.416545] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  1436. [ 31.430844] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1437. [ 66.874419] cfg80211: Verifying active interfaces after reg change
  1438.  
  1439. ###### PHP backend ######
  1440. php version: 5.5.19
  1441. debug level: 0
  1442.  
  1443.  
  1444. Debug data collected in 2.636 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement