Advertisement
Guest User

rune audio debug data

a guest
May 29th, 2017
4,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.60 KB | None | 0 0
  1. ###### System info ######
  2. 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
  3.  
  4. system time: Mon Feb 22 14:42:51 GMT 2016
  5.  
  6. system load: 0.16 0.16 0.07 1/193 1123
  7.  
  8. HW platform: RaspberryPi2 (08)
  9.  
  10. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  11.  
  12.  
  13. ###### Boot configuration ######
  14. # Uncomment some or all of these to enable the optional hardware interfaces
  15. # Params:
  16. # i2c_arm Set to "on" to enable the ARM's i2c interface
  17. # (default "off")
  18. # i2c_vc Set to "on" to enable the i2c interface
  19. # usually reserved for the VideoCore processor
  20. # (default "off")
  21. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  22. # (default "100000")
  23. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  24. # (default "100000")
  25. # i2c_baudrate An alias for i2c_arm_baudrate
  26. # i2s Set to "on" to enable the i2s interface
  27. # (default "off")
  28. # spi Set to "on" to enable the spi interfaces
  29. # (default "off")
  30. # act_led_trigger Choose which activity the LED tracks.
  31. # Use "heartbeat" for a nice load indicator.
  32. # (default "mmc")
  33. # act_led_activelow Set to "on" to invert the sense of the LED
  34. # (default "off")
  35. # act_led_gpio Set which GPIO pin to use for the activity LED
  36. # (in case you want to connect it to an external
  37. # device)
  38. # (default "16" on a non-Plus board, "47" on a
  39. # Plus or Pi 2)
  40. # N.B. It is recommended to only enable those interfaces that are needed.
  41. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  42. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  43. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  44. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  45. # but deprecated because the ARM/VC assignments differ between board
  46. # revisions. The same board-specific mapping applies to i2c_baudrate,
  47. # and the other i2c baudrate parameters.
  48.  
  49. #dtparam=i2c_arm=on
  50. #dtparam=i2c_vc=on
  51. #dtparam=i2s=on
  52. #dtparam=spi=on
  53. #dtparam=act_led_trigger=mmc
  54. #dtdebug=on
  55.  
  56. #dtparam=uart1=off
  57. #dtoverlay=pi3-disable-bt-overlay
  58. #dtoverlay=pi3-miniuart-bt-overlay
  59.  
  60. ## RuneAudio HDMI & 3,5mm jack
  61. dtparam=audio=on
  62.  
  63. ## RuneAudio I2S-Settings
  64. dtoverlay=none
  65.  
  66. # Uncomment to enable the lirc-rpi module
  67. # Params: gpio_out_pin GPIO pin for output (default "17")
  68. # gpio_in_pin GPIO pin for input (default "18")
  69. # gpio_in_pull Pull up/down/off on the input pin
  70. # (default "down")
  71. # sense Override the IR receive auto-detection logic:
  72. # "1" = force active high
  73. # "0" = force active low
  74. # "-1" = use auto-detection
  75. # (default "-1")
  76. # softcarrier Turn the software carrier "on" or "off"
  77. # (default "on")
  78. # invert "on" = invert the output pin (default "off")
  79. # debug "on" = enable additional debug messages
  80. # (default "off")
  81. #dtoverlay=lirc-rpi
  82. #dtparam=gpio_out_pin=17
  83. #dtparam=gpio_in_pin=18
  84. #dtparam=gpio_in_pull=down
  85.  
  86. # LCD settings
  87. # 180 degrees
  88. #lcd_rotate=2
  89. # Normal
  90. lcd_rotate=0
  91. #dtoverlay=rpi-backlight
  92. #dtoverlay=rpi-ft5406
  93. disable_splash=1
  94.  
  95. # Uncomment if you get no picture on HDMI for a default "safe" mode
  96. #hdmi_safe=1
  97.  
  98. # Uncomment this if your display has a black border of unused pixels visible
  99. # and your display can output without overscan
  100. #disable_overscan=1
  101.  
  102. # Uncomment the following to adjust overscan. Use positive numbers if console
  103. # goes off screen, and negative if there is too much border
  104. #overscan_left=16
  105. #overscan_right=16
  106. #overscan_top=16
  107. #overscan_bottom=16
  108.  
  109. # Uncomment to force a console size. By default it will be display's size minus
  110. # overscan.
  111. #framebuffer_width=1280
  112. #framebuffer_height=720
  113.  
  114. # Uncomment if hdmi display is not detected and composite is being output
  115. hdmi_force_hotplug=1
  116.  
  117. # Uncomment to force a specific HDMI mode (this will force VGA)
  118. #hdmi_group=1
  119. hdmi_mode=1
  120.  
  121. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  122. # DMT (computer monitor) modes
  123. #hdmi_drive=2
  124.  
  125. # Uncomment to set monitor mode to DMT
  126. hdmi_group=2
  127.  
  128. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  129. # no display
  130. #config_hdmi_boost=4
  131.  
  132. # setting the max usb current to 1200mA
  133. max_usb_current=1
  134.  
  135. # memory options
  136. gpu_mem=64
  137.  
  138. # Overclocking options
  139. force_turbo=1
  140.  
  141. hdmi_mode=87
  142. hdmi_cvt 800 480 60 6 0 0 0
  143. display_rotate=2
  144.  
  145. ##################################################
  146.  
  147.  
  148. ###### System load statistics (procinfo -H) ######
  149. Memory: Total Used Free Buffers
  150. RAM: 922.56MiB 356.52MiB 566.05MiB 42.48MiB
  151. Swap: 0.00B 0.00B 0.00B
  152.  
  153. Bootup: Mon Feb 22 14:40:09 2016 Load average: 0.16 0.16 0.07 1/195 1125
  154.  
  155. user : 00:00:24.23 3.7% page in : 208657
  156. nice : 00:00:20.35 3.1% page out: 1661
  157. system: 00:00:16.86 2.6% page act: 11886
  158. IOwait: 00:00:15.10 2.3% page dea: 0
  159. hw irq: 00:00:00.00 0.0% page flt: 312319
  160. sw irq: 00:00:00.75 0.1% swap in : 0
  161. idle : 00:09:30.82 88.1% swap out: 0
  162. uptime: 00:02:41.22 context : 240774
  163.  
  164. irq 16: 0 irq 50: 0
  165. irq 17: 40202 irq 62: 74584
  166. irq 23: 23 irq 79: 0
  167. irq 24: 21165 irq 80: 0
  168. irq 39: 1 irq 86: 171
  169. irq 46: 0 irq 92: 32416
  170. irq 48: 4468
  171.  
  172. mmcblk0 4369r 1 mmcblk0p2 4263r
  173. mmcblk0p1 64r sda 2048r 1w
  174.  
  175. eth0 TX 0.00B RX 0.00B wlan0 TX 311.13KiB RX 2.22MiB
  176. lo TX 1.18MiB RX 1.18MiB
  177.  
  178.  
  179. ###### Active processes (pstree) ######
  180. systemd-+-at-spi-bus-laun-+-dbus-daemon
  181. | |-{dconf worker}
  182. | |-{gdbus}
  183. | `-{gmain}
  184. |-at-spi2-registr-+-{gdbus}
  185. | `-{gmain}
  186. |-avahi-daemon---avahi-daemon
  187. |-cmd_async---sh---sudo---xinit-+-Xorg-+-{llvmpipe-0}
  188. | | |-{llvmpipe-1}
  189. | | |-{llvmpipe-2}
  190. | | `-{llvmpipe-3}
  191. | `-sh-+-matchbox-window
  192. | `-midori-+-{dconf worker}
  193. | |-{gdbus}
  194. | |-{gmain}
  195. | |-{llvmpipe-0}
  196. | |-{llvmpipe-1}
  197. | |-{llvmpipe-2}
  198. | |-{llvmpipe-3}
  199. | |-2*[{midori}]
  200. | `-{pool}
  201. |-2*[dbus-daemon]
  202. |-dbus-launch
  203. |-devmon---udevil
  204. |-dhcpcd
  205. |-haveged
  206. |-ifplugd
  207. |-mpd-+-{decoder:mad}
  208. | |-{io}
  209. | |-{output:bcm2835 }
  210. | `-{player}
  211. |-nginx---nginx
  212. |-nmbd
  213. |-ntpd---{ntpd}
  214. |-php-fpm---3*[php-fpm]
  215. |-python
  216. |-redis-server---2*[{redis-server}]
  217. |-rune_PL_wrk
  218. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  219. |-sh---sleep
  220. |-sshd
  221. |-systemd-journal
  222. |-systemd-udevd
  223. |-upmpdcli---7*[{upmpdcli}]
  224. |-wpa_actiond
  225. |-wpa_supplicant
  226. `-xbindkeys
  227.  
  228.  
  229. ###### Audio backend ######
  230. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  231.  
  232. Card list: (/proc/asound/cards)
  233. --------------------------------------------------
  234. 0 [ALSA ]: bcm2835 - bcm2835 ALSA
  235. bcm2835 ALSA
  236.  
  237.  
  238. PLAYBACK devices: (aplay -l)
  239. --------------------------------------------------
  240. **** List of PLAYBACK Hardware Devices ****
  241. card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  242. Subdevices: 7/8
  243. Subdevice #0: subdevice #0
  244. Subdevice #1: subdevice #1
  245. Subdevice #2: subdevice #2
  246. Subdevice #3: subdevice #3
  247. Subdevice #4: subdevice #4
  248. Subdevice #5: subdevice #5
  249. Subdevice #6: subdevice #6
  250. Subdevice #7: subdevice #7
  251. card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  252. Subdevices: 1/1
  253. Subdevice #0: subdevice #0
  254.  
  255.  
  256. PCM devices: (aplay -L)
  257. --------------------------------------------------
  258. null
  259. Discard all samples (playback) or generate zero samples (capture)
  260. default:CARD=ALSA
  261. bcm2835 ALSA, bcm2835 ALSA
  262. Default Audio Device
  263. sysdefault:CARD=ALSA
  264. bcm2835 ALSA, bcm2835 ALSA
  265. Default Audio Device
  266.  
  267.  
  268. Simple mixer controls: (amixer scontrols)
  269. --------------------------------------------------
  270. card 0:
  271. Simple mixer control 'PCM',0
  272.  
  273.  
  274. Mixer controls: (amixer controls)
  275. --------------------------------------------------
  276. card 0:
  277. numid=3,iface=MIXER,name='PCM Playback Route'
  278. numid=2,iface=MIXER,name='PCM Playback Switch'
  279. numid=1,iface=MIXER,name='PCM Playback Volume'
  280. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  281. numid=4,iface=PCM,name='IEC958 Playback Default'
  282.  
  283.  
  284. MPD audio outputs status: (mpc outputs)
  285. --------------------------------------------------
  286. Output 1 (bcm2835 ALSA_2) is disabled
  287. Output 2 (bcm2835 ALSA_1) is enabled
  288.  
  289. MPD statistics: (mpc stats)
  290. --------------------------------------------------
  291. Artists: 242
  292. Albums: 406
  293. Songs: 4156
  294.  
  295. Play Time: 0 days, 0:01:58
  296. Uptime: 0 days, 0:02:28
  297. DB Updated: Mon May 29 10:43:48 2017
  298. DB Play Time: 12 days, 6:45:41
  299.  
  300. ###### mpd version ######
  301. Music Player Daemon 0.19.19-dsd
  302.  
  303. Copyright (C) 2003-2007 Warren Dukes
  304. Copyright (C) 2008-2014 Max Kellermann
  305. This is free software; see the source for copying conditions. There is NO
  306. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  307.  
  308.  
  309. Database plugins:
  310. simple proxy upnp
  311.  
  312. Storage plugins:
  313. local smbclient nfs
  314.  
  315. Neighbor plugins:
  316. smbclient upnp
  317.  
  318. Decoders plugins:
  319. [mad] mp3 mp2
  320. [vorbis] ogg oga
  321. [oggflac] ogg oga
  322. [flac] flac
  323. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  324. [audiofile] wav au aiff aif
  325. [dsdiff] dff
  326. [dsf] dsf
  327. [faad] aac
  328. [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
  329. [pcm]
  330.  
  331. Output plugins:
  332. null fifo pipe alsa jack httpd
  333.  
  334. Encoder plugins:
  335. null vorbis wave flac
  336.  
  337. Input plugins:
  338. file alsa curl ffmpeg smbclient nfs mms
  339.  
  340. Playlist plugins:
  341. extm3u m3u pls xspf asx rss soundcloud cue embcue
  342.  
  343. Protocols:
  344. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  345.  
  346. ###### mpd.conf ######
  347. ###################################
  348. # Auto generated mpd.conf file
  349. # please DO NOT edit it manually!
  350. # Use RuneUI MPD config section
  351. ###################################
  352.  
  353. log_level "default"
  354. log_file "/var/log/runeaudio/mpd.log"
  355. state_file "/var/lib/mpd/mpdstate"
  356. zeroconf_enabled "yes"
  357. zeroconf_name "runeaudio"
  358. bind_to_address "/run/mpd.sock"
  359. bind_to_address "any"
  360. port "6600"
  361. max_connections "20"
  362. user "mpd"
  363. group "audio"
  364. db_file "/var/lib/mpd/mpd.db"
  365. sticker_file "/var/lib/mpd/sticker.sql"
  366. pid_file "/var/run/mpd/pid"
  367. music_directory "/mnt/MPD"
  368. playlist_directory "/var/lib/mpd/playlists"
  369. follow_outside_symlinks "yes"
  370. follow_inside_symlinks "yes"
  371. auto_update "no"
  372. filesystem_charset "UTF-8"
  373. id3v1_encoding "UTF-8"
  374. volume_normalization "no"
  375. audio_buffer_size "4096"
  376. buffer_before_play "20%"
  377. gapless_mp3_playback "yes"
  378. mixer_type "disabled"
  379.  
  380. input {
  381. plugin "curl"
  382. }
  383.  
  384. decoder {
  385. plugin "ffmpeg"
  386. enabled "yes"
  387. }
  388. replaygain "off"
  389.  
  390. audio_output {
  391. name "bcm2835 ALSA_2"
  392. type "alsa"
  393. device "hw:0,0"
  394. auto_resample "no"
  395. auto_format "no"
  396. }
  397.  
  398. audio_output {
  399. name "bcm2835 ALSA_1"
  400. type "alsa"
  401. device "hw:0,0"
  402. auto_resample "no"
  403. auto_format "no"
  404. enabled "yes"
  405. }
  406.  
  407.  
  408. ###### Kernel optimization parameters ######
  409. hardware platform: RaspberryPi2
  410. current orionprofile: RuneAudio
  411.  
  412.  
  413. kernel scheduler for mmcblk0: [noop] deadline cfq
  414. /proc/sys/vm/swappiness: 0
  415. /proc/sys/kernel/sched_latency_ns: 4500000
  416. /proc/sys/kernel/sched_rt_period_us: 1000000
  417. /proc/sys/kernel/sched_rt_runtime_us: 950000
  418. /proc/sys/kernel/sched_autogroup_enabled: 1
  419. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  420. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  421. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  422.  
  423.  
  424. ###### Kernel module snd_usb_audio settings ######
  425. Error opening module snd_usb_audio
  426.  
  427. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  428. total 8.0K
  429. drwxr-xr-x 2 root root 4.0K May 29 2017 .
  430. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  431. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  432. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  433. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  434. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  435. lrwxrwxrwx 1 root root 44 May 29 2017 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  436. lrwxrwxrwx 1 root root 47 Feb 22 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  437. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  438. lrwxrwxrwx 1 root root 36 Feb 14 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  439. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  440. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  441. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  442. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  443. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  444. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  445. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  446.  
  447.  
  448. ###### Filesystem mounts ######
  449. /dev/root / ext4 rw,relatime,data=ordered 0 0
  450. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  451. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  452. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  453. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  454. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  455. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  456. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  457. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  458. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  459. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  460. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  461. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  462. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  463. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  464. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  465. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  466. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  467. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  468. mqueue /dev/mqueue mqueue rw,relatime 0 0
  469. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  470. tmpfs /tmp tmpfs rw 0 0
  471. configfs /sys/kernel/config configfs rw,relatime 0 0
  472. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  473. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  474. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  475. /dev/sda1 /mnt/MPD/USB/sda1-usb-SanDisk_Cruzer_B 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
  476.  
  477.  
  478. ###### Filesystem mounts - free space (df -h) ######
  479. Filesystem Size Used Avail Use% Mounted on
  480. /dev/root 1.9G 1.7G 100M 95% /
  481. devtmpfs 458M 0 458M 0% /dev
  482. tmpfs 462M 0 462M 0% /dev/shm
  483. tmpfs 462M 6.2M 456M 2% /run
  484. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  485. tmpfs 462M 8.0K 462M 1% /tmp
  486. logs 5.0M 24K 5.0M 1% /var/log
  487. rune-logs 5.0M 64K 5.0M 2% /var/log/runeaudio
  488. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  489. /dev/sda1 30G 25G 4.3G 86% /mnt/MPD/USB/sda1-usb-SanDisk_Cruzer_B
  490.  
  491.  
  492. ###### Loaded kernel modules ######
  493. Module Size Used by
  494. nls_utf8 1419 1
  495. brcmfmac 184455 0
  496. brcmutil 8379 1 brcmfmac
  497. cfg80211 498228 1 brcmfmac
  498. evdev 11396 1
  499. snd_bcm2835 21181 1
  500. joydev 9523 0
  501. snd_pcm 88980 2 snd_bcm2835
  502. snd_timer 22172 1 snd_pcm
  503. snd 63333 4 snd_bcm2835,snd_timer,snd_pcm
  504. bcm2835_rng 2167 0
  505. rng_core 8183 1 bcm2835_rng
  506. bcm2835_gpiomem 3638 0
  507. bcm2835_wdt 3756 0
  508. uio_pdrv_genirq 3539 0
  509. hid_multitouch 10226 0
  510. uio 9114 1 uio_pdrv_genirq
  511. sch_fq_codel 8174 3
  512. ip_tables 12147 0
  513. x_tables 18169 1 ip_tables
  514. ipv6 372060 0
  515.  
  516.  
  517. ###### Network listening sockets (netstat -lnp) ######
  518. Active Internet connections (only servers)
  519. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  520. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 454/mpd
  521. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 351/redis-server 12
  522. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 313/python
  523. tcp 1 0 0.0.0.0:80 0.0.0.0:* LISTEN 368/nginx: master p
  524. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 368/nginx: master p
  525. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 368/nginx: master p
  526. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 342/sshd
  527. tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 458/upmpdcli
  528. udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhcpcd
  529. udp 0 0 192.168.0.16:123 0.0.0.0:* 356/ntpd
  530. udp 0 0 127.0.0.1:123 0.0.0.0:* 356/ntpd
  531. udp 0 0 0.0.0.0:123 0.0.0.0:* 356/ntpd
  532. udp 0 0 192.168.0.255:137 0.0.0.0:* 419/nmbd
  533. udp 0 0 192.168.0.16:137 0.0.0.0:* 419/nmbd
  534. udp 0 0 0.0.0.0:137 0.0.0.0:* 419/nmbd
  535. udp 0 0 192.168.0.255:138 0.0.0.0:* 419/nmbd
  536. udp 0 0 192.168.0.16:138 0.0.0.0:* 419/nmbd
  537. udp 0 0 0.0.0.0:138 0.0.0.0:* 419/nmbd
  538. udp 0 0 0.0.0.0:46236 0.0.0.0:* 289/avahi-daemon: r
  539. udp 0 0 127.0.0.1:33983 0.0.0.0:* 458/upmpdcli
  540. udp 0 0 0.0.0.0:5353 0.0.0.0:* 289/avahi-daemon: r
  541. udp 0 0 0.0.0.0:1900 0.0.0.0:* 458/upmpdcli
  542. Active UNIX domain sockets (only servers)
  543. Proto RefCnt Flags Type State I-Node PID/Program name Path
  544. unix 2 [ ACC ] STREAM LISTENING 13837 557/Xorg /tmp/.X11-unix/X0
  545. unix 2 [ ACC ] STREAM LISTENING 13836 557/Xorg @/tmp/.X11-unix/X0
  546. unix 2 [ ACC ] STREAM LISTENING 11827 454/mpd /run/mpd.sock
  547. unix 2 [ ACC ] STREAM LISTENING 11327 351/redis-server 12 /tmp/redis.sock
  548. unix 2 [ ACC ] STREAM LISTENING 9797 1/init /var/run/avahi-daemon/socket
  549. unix 2 [ ACC ] STREAM LISTENING 11848 501/php-fpm: master /var/run/php-display.sock
  550. unix 2 [ ACC ] STREAM LISTENING 9800 1/init /run/dbus/system_bus_socket
  551. unix 2 [ ACC ] STREAM LISTENING 9803 1/init /var/run/rpcbind.sock
  552. unix 2 [ ACC ] STREAM LISTENING 11851 501/php-fpm: master /var/run/php-db.sock
  553. unix 2 [ ACC ] STREAM LISTENING 11854 501/php-fpm: master /var/run/php-command.sock
  554. unix 2 [ ACC ] STREAM LISTENING 8541 1/init /run/systemd/private
  555. unix 2 [ ACC ] STREAM LISTENING 8549 1/init /run/systemd/journal/stdout
  556. unix 2 [ ACC ] SEQPACKET LISTENING 8615 1/init /run/systemd/coredump
  557. unix 2 [ ACC ] SEQPACKET LISTENING 8621 1/init /run/udev/control
  558. unix 2 [ ACC ] STREAM LISTENING 12243 880/dbus-daemon @/tmp/dbus-DXjM5V6qJt
  559. unix 2 [ ACC ] STREAM LISTENING 12749 419/nmbd /var/run/samba/nmbd/unexpected
  560. unix 2 [ ACC ] STREAM LISTENING 12992 873/dbus-daemon @/tmp/dbus-43hTCsdxDa
  561.  
  562.  
  563. ###### Network established sockets (netstat -np) ######
  564. Active Internet connections (w/o servers)
  565. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  566. tcp 0 0 192.168.0.16:80 192.168.0.5:57833 TIME_WAIT -
  567. tcp 0 0 127.0.0.1:56926 127.0.0.1:6379 TIME_WAIT -
  568. tcp 0 0 127.0.0.1:60076 127.0.0.1:80 ESTABLISHED 731/midori
  569. tcp 0 0 127.0.0.1:56848 127.0.0.1:6379 TIME_WAIT -
  570. tcp 0 0 127.0.0.1:56792 127.0.0.1:6379 TIME_WAIT -
  571. tcp 0 0 127.0.0.1:56754 127.0.0.1:6379 TIME_WAIT -
  572. tcp 0 0 127.0.0.1:56862 127.0.0.1:6379 TIME_WAIT -
  573. tcp 0 0 127.0.0.1:56936 127.0.0.1:6379 TIME_WAIT -
  574. tcp 0 0 127.0.0.1:44756 127.0.0.1:6600 TIME_WAIT -
  575. tcp 0 0 127.0.0.1:44662 127.0.0.1:6600 TIME_WAIT -
  576. tcp 0 0 127.0.0.1:56780 127.0.0.1:6379 TIME_WAIT -
  577. tcp 0 0 127.0.0.1:56724 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:56922 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 192.168.0.16:57486 64.30.224.206:80 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:80 127.0.0.1:60426 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:56726 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:56828 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 127.0.0.1:56756 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:56878 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:56760 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 192.168.0.16:80 192.168.0.5:57845 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:56762 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:56734 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:56820 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:56822 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:56840 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:56914 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:56732 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:56832 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:56804 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:80 127.0.0.1:60078 ESTABLISHED 369/nginx: worker p
  597. tcp 0 17542 192.168.0.16:80 192.168.0.5:57847 FIN_WAIT1 -
  598. tcp 0 0 192.168.0.16:80 192.168.0.5:57827 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:56744 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:56870 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:44658 127.0.0.1:6600 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:56770 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:56880 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:6600 127.0.0.1:43872 ESTABLISHED 454/mpd
  605. tcp 0 0 127.0.0.1:80 127.0.0.1:60076 ESTABLISHED 369/nginx: worker p
  606. tcp 0 0 127.0.0.1:56838 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:56932 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:56746 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:56898 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:56766 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:56918 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:56810 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:56928 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:56844 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:80 127.0.0.1:60394 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:56902 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:56778 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 192.168.0.16:51478 178.79.206.138:80 ESTABLISHED 454/mpd
  619. tcp 0 0 127.0.0.1:56796 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 192.168.0.16:80 192.168.0.5:57831 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:80 127.0.0.1:60080 ESTABLISHED 369/nginx: worker p
  622. tcp 0 0 127.0.0.1:56924 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:43872 127.0.0.1:6600 ESTABLISHED 458/upmpdcli
  624. tcp 0 0 127.0.0.1:56768 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:56888 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:56798 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:44786 127.0.0.1:6600 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:56874 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:56856 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:56876 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:81 127.0.0.1:42714 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:56930 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:56872 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:56772 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:56916 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:82 127.0.0.1:51962 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:56884 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:56894 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:56812 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:56890 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:56892 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:56938 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:56808 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:44654 127.0.0.1:6600 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:80 127.0.0.1:60416 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:60080 127.0.0.1:80 ESTABLISHED 731/midori
  647. tcp 0 0 127.0.0.1:56742 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:56758 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 192.168.0.16:43432 104.24.14.89:80 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:56750 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:56866 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 192.168.0.16:80 192.168.0.5:57840 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:44758 127.0.0.1:6600 TIME_WAIT -
  654. tcp 0 0 192.168.0.16:80 192.168.0.5:57836 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:56830 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:56852 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:56776 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:56854 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:56842 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:56728 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:56802 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 192.168.0.16:80 192.168.0.5:57828 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:56836 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:81 127.0.0.1:42716 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:56794 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:44846 127.0.0.1:6600 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:56764 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:56864 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:60078 127.0.0.1:80 ESTABLISHED 731/midori
  670. tcp 0 0 192.168.0.16:80 192.168.0.5:57843 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:56920 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:56868 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:56782 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 12609 192.168.0.16:80 192.168.0.5:57849 FIN_WAIT1 -
  675. tcp 0 0 127.0.0.1:56860 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:56826 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:56850 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:56912 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:56814 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:56908 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 192.168.0.16:80 192.168.0.5:57834 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:56790 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:56896 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:56740 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:44656 127.0.0.1:6600 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:56904 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:56934 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:56730 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:56858 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:56736 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:44840 127.0.0.1:6600 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:44660 127.0.0.1:6600 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:56910 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:56882 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:56806 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:56800 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:56886 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:56824 127.0.0.1:6379 TIME_WAIT -
  699. Active UNIX domain sockets (w/o servers)
  700. Proto RefCnt Flags Type State I-Node PID/Program name Path
  701. unix 2 [ ] DGRAM 1827 334/wpa_supplicant /run/wpa_supplicant/p2p-dev-wlan0
  702. unix 2 [ ] DGRAM 1830 336/wpa_actiond /tmp/wpa_ctrl_336-1
  703. unix 2 [ ] DGRAM 13324 419/nmbd /var/lib/samba/private/msg.sock/419
  704. unix 3 [ ] DGRAM 11091 334/wpa_supplicant /run/wpa_supplicant/wlan0
  705. unix 3 [ ] DGRAM 8539 1/init /run/systemd/notify
  706. unix 4 [ ] DGRAM 8552 1/init /run/systemd/journal/socket
  707. unix 7 [ ] DGRAM 8617 1/init /run/systemd/journal/dev-log
  708. unix 3 [ ] STREAM CONNECTED 1447 222/systemd-udevd
  709. unix 3 [ ] STREAM CONNECTED 18434 873/dbus-daemon @/tmp/dbus-43hTCsdxDa
  710. unix 3 [ ] STREAM CONNECTED 1690 293/dbus-daemon
  711. unix 3 [ ] STREAM CONNECTED 9497 1/init /run/systemd/journal/stdout
  712. unix 2 [ ] DGRAM 14200 1/init
  713. unix 3 [ ] STREAM CONNECTED 12977 557/Xorg @/tmp/.X11-unix/X0
  714. unix 3 [ ] STREAM CONNECTED 1689 293/dbus-daemon
  715. unix 3 [ ] STREAM CONNECTED 14213 731/midori
  716. unix 3 [ ] STREAM CONNECTED 18036 379/php
  717. unix 3 [ ] STREAM CONNECTED 1805 312/sh
  718. unix 3 [ ] STREAM CONNECTED 17431 731/midori
  719. unix 3 [ ] STREAM CONNECTED 7959 1/init /run/systemd/journal/stdout
  720. unix 3 [ ] STREAM CONNECTED 1741 309/haveged
  721. unix 3 [ ] STREAM CONNECTED 13005 880/dbus-daemon @/tmp/dbus-DXjM5V6qJt
  722. unix 3 [ ] STREAM CONNECTED 12997 1/init /run/systemd/journal/stdout
  723. unix 3 [ ] STREAM CONNECTED 1691 293/dbus-daemon /run/dbus/system_bus_socket
  724. unix 3 [ ] STREAM CONNECTED 1678 1/init
  725. unix 3 [ ] STREAM CONNECTED 12705 454/mpd /run/mpd.sock
  726. unix 3 [ ] STREAM CONNECTED 14224 875/at-spi-bus-laun
  727. unix 3 [ ] STREAM CONNECTED 9908 1/init /run/systemd/journal/stdout
  728. unix 3 [ ] STREAM CONNECTED 12998 1/init /run/systemd/journal/stdout
  729. unix 3 [ ] STREAM CONNECTED 14223 875/at-spi-bus-laun
  730. unix 3 [ ] STREAM CONNECTED 18983 351/redis-server 12 /tmp/redis.sock
  731. unix 3 [ ] STREAM CONNECTED 14243 731/midori
  732. unix 3 [ ] STREAM CONNECTED 10997 289/avahi-daemon: r
  733. unix 3 [ ] STREAM CONNECTED 11303 1/init /run/systemd/journal/stdout
  734. unix 3 [ ] STREAM CONNECTED 10992 289/avahi-daemon: r
  735. unix 3 [ ] STREAM CONNECTED 11882 515/php
  736. unix 3 [ ] STREAM CONNECTED 10976 1/init /run/systemd/journal/stdout
  737. unix 3 [ ] STREAM CONNECTED 11302 351/redis-server 12
  738. unix 3 [ ] STREAM CONNECTED 18993 1117/php
  739. unix 3 [ ] STREAM CONNECTED 13800 351/redis-server 12 /tmp/redis.sock
  740. unix 3 [ ] STREAM CONNECTED 7889 293/dbus-daemon
  741. unix 3 [ ] STREAM CONNECTED 11832 454/mpd
  742. unix 3 [ ] STREAM CONNECTED 11847 501/php-fpm: master
  743. unix 3 [ ] STREAM CONNECTED 11372 368/nginx: master p
  744. unix 3 [ ] STREAM CONNECTED 12076 540/xinit
  745. unix 3 [ ] STREAM CONNECTED 20623 351/redis-server 12 /tmp/redis.sock
  746. unix 3 [ ] STREAM CONNECTED 15040 731/midori
  747. unix 3 [ ] STREAM CONNECTED 18530 293/dbus-daemon /run/dbus/system_bus_socket
  748. unix 3 [ ] STREAM CONNECTED 11371 368/nginx: master p
  749. unix 3 [ ] STREAM CONNECTED 14219 873/dbus-daemon @/tmp/dbus-43hTCsdxDa
  750. unix 2 [ ] DGRAM 10989 289/avahi-daemon: r
  751. unix 3 [ ] STREAM CONNECTED 10978 1/init /run/systemd/journal/stdout
  752. unix 3 [ ] STREAM CONNECTED 11846 501/php-fpm: master
  753. unix 3 [ ] STREAM CONNECTED 10993 300/avahi-daemon: c
  754. unix 3 [ ] STREAM CONNECTED 7839 290/ifplugd
  755. unix 2 [ ] DGRAM 8643 186/systemd-journal
  756. unix 3 [ ] STREAM CONNECTED 14548 293/dbus-daemon /run/dbus/system_bus_socket
  757. unix 3 [ ] STREAM CONNECTED 14034 557/Xorg @/tmp/.X11-unix/X0
  758. unix 2 [ ] DGRAM 11393 572/dhcpcd
  759. unix 3 [ ] STREAM CONNECTED 12232 731/midori
  760. unix 3 [ ] STREAM CONNECTED 1692 293/dbus-daemon /run/dbus/system_bus_socket
  761. unix 3 [ ] STREAM CONNECTED 10187 515/php
  762. unix 3 [ ] STREAM CONNECTED 13013 882/at-spi2-registr
  763. unix 3 [ ] STREAM CONNECTED 9896 289/avahi-daemon: r
  764. unix 3 [ ] STREAM CONNECTED 14756 811/xbindkeys
  765. unix 3 [ ] STREAM CONNECTED 14133 557/Xorg @/tmp/.X11-unix/X0
  766. unix 2 [ ] DGRAM 9946 336/wpa_actiond
  767. unix 3 [ ] STREAM CONNECTED 12249 880/dbus-daemon @/tmp/dbus-DXjM5V6qJt
  768. unix 3 [ ] STREAM CONNECTED 14829 873/dbus-daemon
  769. unix 3 [ ] STREAM CONNECTED 10974 1/init /run/systemd/journal/stdout
  770. unix 3 [ ] STREAM CONNECTED 10167 368/nginx: master p
  771. unix 3 [ ] STREAM CONNECTED 12689 293/dbus-daemon /run/dbus/system_bus_socket
  772. unix 3 [ ] STREAM CONNECTED 14445 464/bash
  773. unix 3 [ ] STREAM CONNECTED 11108 1/init /run/systemd/journal/stdout
  774. unix 3 [ ] STREAM CONNECTED 7958 313/python
  775. unix 3 [ ] STREAM CONNECTED 9924 1/init /run/systemd/journal/stdout
  776. unix 3 [ ] STREAM CONNECTED 13840 557/Xorg
  777. unix 2 [ ] DGRAM 14611 528/sudo
  778. unix 3 [ ] STREAM CONNECTED 12429 351/redis-server 12 /tmp/redis.sock
  779. unix 3 [ ] STREAM CONNECTED 13015 873/dbus-daemon @/tmp/dbus-43hTCsdxDa
  780. unix 3 [ ] STREAM CONNECTED 10064 342/sshd
  781. unix 3 [ ] STREAM CONNECTED 10168 368/nginx: master p
  782. unix 3 [ ] STREAM CONNECTED 13014 557/Xorg @/tmp/.X11-unix/X0
  783. unix 3 [ ] STREAM CONNECTED 12236 873/dbus-daemon @/tmp/dbus-43hTCsdxDa
  784. unix 3 [ ] STREAM CONNECTED 13012 882/at-spi2-registr
  785. unix 3 [ ] STREAM CONNECTED 11391 1/init /run/systemd/journal/stdout
  786. unix 3 [ ] STREAM CONNECTED 12600 1/init /run/systemd/journal/stdout
  787. unix 3 [ ] DGRAM 9518 222/systemd-udevd
  788. unix 3 [ ] STREAM CONNECTED 13754 1/init /run/systemd/journal/stdout
  789. unix 3 [ ] STREAM CONNECTED 14547 501/php-fpm: master
  790. unix 3 [ ] DGRAM 9517 222/systemd-udevd
  791. unix 3 [ ] STREAM CONNECTED 14831 875/at-spi-bus-laun
  792. unix 3 [ ] STREAM CONNECTED 13528 458/upmpdcli
  793. unix 2 [ ] DGRAM 9505 222/systemd-udevd
  794. unix 3 [ ] STREAM CONNECTED 13858 387/php
  795. unix 3 [ ] STREAM CONNECTED 13548 1/init /run/systemd/journal/stdout
  796. unix 3 [ ] STREAM CONNECTED 14830 873/dbus-daemon
  797. unix 3 [ ] STREAM CONNECTED 13860 387/php
  798. unix 3 [ ] STREAM CONNECTED 8039 379/php
  799. unix 2 [ ] DGRAM 10084 356/ntpd
  800. unix 2 [ ] STREAM CONNECTED 14609 528/sudo
  801. unix 3 [ ] STREAM CONNECTED 12699 351/redis-server 12 /tmp/redis.sock
  802. unix 3 [ ] STREAM CONNECTED 14894 882/at-spi2-registr
  803. unix 3 [ ] STREAM CONNECTED 13003 880/dbus-daemon
  804. unix 3 [ ] STREAM CONNECTED 14840 1/init /run/systemd/journal/stdout
  805. unix 3 [ ] STREAM CONNECTED 14112 557/Xorg @/tmp/.X11-unix/X0
  806. unix 3 [ ] STREAM CONNECTED 13004 880/dbus-daemon
  807. unix 3 [ ] STREAM CONNECTED 13010 882/at-spi2-registr
  808. unix 3 [ ] STREAM CONNECTED 14839 1/init /run/systemd/journal/stdout
  809. unix 3 [ ] STREAM CONNECTED 1996 356/ntpd
  810. unix 3 [ ] STREAM CONNECTED 1997 356/ntpd
  811. unix 3 [ ] STREAM CONNECTED 8046 1/init /run/systemd/journal/stdout
  812. unix 3 [ ] STREAM CONNECTED 13009 882/at-spi2-registr
  813. unix 3 [ ] STREAM CONNECTED 12377 387/php
  814. unix 3 [ ] STREAM CONNECTED 12994 557/Xorg @/tmp/.X11-unix/X0
  815. unix 3 [ ] STREAM CONNECTED 12230 557/Xorg @/tmp/.X11-unix/X0
  816. unix 3 [ ] STREAM CONNECTED 12993 872/dbus-launch
  817. unix 3 [ ] STREAM CONNECTED 12982 872/dbus-launch
  818. unix 3 [ ] STREAM CONNECTED 12884 729/matchbox-window
  819.  
  820.  
  821. ###### Network interfaces (ip addr) ######
  822. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  823. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  824. inet 127.0.0.1/8 scope host lo
  825. valid_lft forever preferred_lft forever
  826. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  827. link/ether b8:27:eb:da:37:1d brd ff:ff:ff:ff:ff:ff
  828. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  829. link/ether b8:27:eb:8f:62:48 brd ff:ff:ff:ff:ff:ff
  830. inet 192.168.0.16/24 brd 192.168.0.255 scope global wlan0
  831. valid_lft forever preferred_lft forever
  832.  
  833.  
  834. ###### Network interfaces (ifconfig) ######
  835. eth0: flags=4099 mtu 1500
  836. ether b8:27:eb:da:37:1d txqueuelen 1000 (Ethernet)
  837. RX packets 0 bytes 0 (0.0 B)
  838. RX errors 0 dropped 0 overruns 0 frame 0
  839. TX packets 0 bytes 0 (0.0 B)
  840. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  841.  
  842. lo: flags=73 mtu 65536
  843. inet 127.0.0.1 netmask 255.0.0.0
  844. loop txqueuelen 1 (Local Loopback)
  845. RX packets 8609 bytes 1358669 (1.2 MiB)
  846. RX errors 0 dropped 0 overruns 0 frame 0
  847. TX packets 8609 bytes 1358669 (1.2 MiB)
  848. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  849.  
  850. wlan0: flags=4163 mtu 1500
  851. inet 192.168.0.16 netmask 255.255.255.0 broadcast 192.168.0.255
  852. ether b8:27:eb:8f:62:48 txqueuelen 1000 (Ethernet)
  853. RX packets 2459 bytes 2336206 (2.2 MiB)
  854. RX errors 0 dropped 38 overruns 0 frame 0
  855. TX packets 2462 bytes 541393 (528.7 KiB)
  856. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  857.  
  858.  
  859. ###### Network netctl profiles (netctl list) ######
  860. eth0
  861. BTHomeSpot-HFQ
  862.  
  863. eth0 netctl status
  864. --------------------------------------------------------
  865. ● netctl@eth0.service - Networking for netctl profile eth0
  866. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  867. Active: inactive (dead)
  868. Docs: man:netctl.profile(5)
  869.  
  870. eth0 netctl profile
  871. --------------------------------------------------------
  872. Description='eth0 connection'
  873. Interface=eth0
  874. ForceConnect=yes
  875. SkipNoCarrier=yes
  876. Connection=ethernet
  877. IP=dhcp
  878.  
  879. BTHomeSpot-HFQ netctl status
  880. --------------------------------------------------------
  881. ● netctl@BTHomeSpot\x2dHFQ.service - Networking for netctl profile BTHomeSpot-HFQ
  882. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  883. Active: inactive (dead)
  884. Docs: man:netctl.profile(5)
  885.  
  886. BTHomeSpot-HFQ netctl profile
  887. --------------------------------------------------------
  888. Description='wlan0 connection'
  889. Interface=wlan0
  890. Connection=wireless
  891. Security=wpa-configsection
  892. IP=dhcp
  893. WPAConfigSection=(
  894. 'ssid="BTHomeSpot-HFQ"'
  895. 'psk="***************"'
  896. 'key_mgmt=WPA-PSK'
  897. 'proto=RSN'
  898. 'group=TKIP'
  899. 'pairwise=CCMP'
  900. 'priority=3'
  901. )
  902.  
  903.  
  904. ###### Network wifi status (iwconfig) ######
  905. lo no wireless extensions.
  906.  
  907. eth0 no wireless extensions.
  908.  
  909. wlan0 IEEE 802.11bgn ESSID:"BTHomeSpot-HFQ"
  910. Mode:Managed Frequency:2.412 GHz Access Point: 00:07:26:BD:AD:DD
  911. Bit Rate=72.2 Mb/s Tx-Power=31 dBm
  912. Retry short limit:7 RTS thr:off Fragment thr:off
  913. Encryption key:off
  914. Power Management:off
  915. Link Quality=70/70 Signal level=-30 dBm
  916. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  917. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  918.  
  919.  
  920. ###### List all USB devices (lsusb) ######
  921. Bus 001 Device 005: ID 0eef:0005 D-WAV Scientific Co., Ltd
  922. Bus 001 Device 004: ID 0781:5567 SanDisk Corp. Cruzer Blade
  923. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  924. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  925. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  926.  
  927. ###### Kernel status (dmesg) ######
  928. [ 0.000000] Booting Linux on physical CPU 0x0
  929. [ 0.000000] Initializing cgroup subsys cpuset
  930. [ 0.000000] Initializing cgroup subsys cpu
  931. [ 0.000000] Initializing cgroup subsys cpuacct
  932. [ 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
  933. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  934. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  935. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  936. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  937. [ 0.000000] Memory policy: Data cache writealloc
  938. [ 0.000000] On node 0 totalpages: 241664
  939. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  940. [ 0.000000] Normal zone: 2124 pages used for memmap
  941. [ 0.000000] Normal zone: 0 pages reserved
  942. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  943. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  944. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  945. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  946. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  947. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  948. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  949. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa02082 bcm2709.serial=0x80da371d smsc95xx.macaddr=B8:27:EB:DA:37:1D 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
  950. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  951. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  952. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  953. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  954. [ 0.000000] Virtual kernel memory layout:
  955. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  956. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  957. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  958. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  959. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  960. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  961. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  962. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  963. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  964. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  965. [ 0.000000] Hierarchical RCU implementation.
  966. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  967. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  968. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  969. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  970. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  971. [ 0.000013] Switching to timer-based delay loop, resolution 52ns
  972. [ 0.000150] Console: colour dummy device 80x30
  973. [ 0.000239] console [tty0] enabled
  974. [ 0.000254] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  975. [ 0.000264] pid_max: default: 32768 minimum: 301
  976. [ 0.000413] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  977. [ 0.000420] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  978. [ 0.000916] Disabling cpuset control group subsystem
  979. [ 0.000932] Initializing cgroup subsys io
  980. [ 0.000946] Initializing cgroup subsys memory
  981. [ 0.000968] Initializing cgroup subsys devices
  982. [ 0.000976] Initializing cgroup subsys freezer
  983. [ 0.000985] Initializing cgroup subsys net_cls
  984. [ 0.000993] Initializing cgroup subsys perf_event
  985. [ 0.001001] Initializing cgroup subsys net_prio
  986. [ 0.001014] Initializing cgroup subsys pids
  987. [ 0.001035] CPU: Testing write buffer coherency: ok
  988. [ 0.001325] CPU0: update cpu_capacity 1024
  989. [ 0.001331] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  990. [ 0.001336] [bcm2709_smp_prepare_cpus] enter
  991. [ 0.001404] Setting up static identity map for 0x8240 - 0x8274
  992. [ 0.002274] [bcm2709_boot_secondary] cpu:1 started (0) 18
  993. [ 0.002477] [bcm2709_secondary_init] enter cpu:1
  994. [ 0.002502] CPU1: update cpu_capacity 1024
  995. [ 0.002505] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  996. [ 0.002706] [bcm2709_boot_secondary] cpu:2 started (0) 18
  997. [ 0.002843] [bcm2709_secondary_init] enter cpu:2
  998. [ 0.002854] CPU2: update cpu_capacity 1024
  999. [ 0.002857] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1000. [ 0.003033] [bcm2709_boot_secondary] cpu:3 started (0) 17
  1001. [ 0.003159] [bcm2709_secondary_init] enter cpu:3
  1002. [ 0.003169] CPU3: update cpu_capacity 1024
  1003. [ 0.003172] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1004. [ 0.003201] Brought up 4 CPUs
  1005. [ 0.003212] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1006. [ 0.003216] CPU: All CPU(s) started in HYP mode.
  1007. [ 0.003219] CPU: Virtualization extensions available.
  1008. [ 0.003577] devtmpfs: initialized
  1009. [ 0.008824] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1010. [ 0.009002] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1011. [ 0.009291] xor: measuring software checksum speed
  1012. [ 0.099971] arm4regs : 2046.800 MB/sec
  1013. [ 0.200003] 8regs : 1198.800 MB/sec
  1014. [ 0.300038] 32regs : 1032.400 MB/sec
  1015. [ 0.400069] neon : 2092.400 MB/sec
  1016. [ 0.400074] xor: using function: neon (2092.400 MB/sec)
  1017. [ 0.400138] pinctrl core: initialized pinctrl subsystem
  1018. [ 0.400428] NET: Registered protocol family 16
  1019. [ 0.403618] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1020. [ 0.406788] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1021. [ 0.406794] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1022. [ 0.406867] Serial: AMBA PL011 UART driver
  1023. [ 0.406929] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1024. [ 0.407009] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1025. [ 0.620321] raid6: int32x1 gen() 182 MB/s
  1026. [ 0.790356] raid6: int32x1 xor() 168 MB/s
  1027. [ 0.960429] raid6: int32x2 gen() 279 MB/s
  1028. [ 1.130594] raid6: int32x2 xor() 214 MB/s
  1029. [ 1.300691] raid6: int32x4 gen() 301 MB/s
  1030. [ 1.470748] raid6: int32x4 xor() 225 MB/s
  1031. [ 1.640774] raid6: int32x8 gen() 303 MB/s
  1032. [ 1.810831] raid6: int32x8 xor() 206 MB/s
  1033. [ 1.980974] raid6: neonx1 gen() 751 MB/s
  1034. [ 2.151016] raid6: neonx1 xor() 724 MB/s
  1035. [ 2.321092] raid6: neonx2 gen() 1081 MB/s
  1036. [ 2.491168] raid6: neonx2 xor() 956 MB/s
  1037. [ 2.661277] raid6: neonx4 gen() 1463 MB/s
  1038. [ 2.831335] raid6: neonx4 xor() 1105 MB/s
  1039. [ 3.001449] raid6: neonx8 gen() 1019 MB/s
  1040. [ 3.171505] raid6: neonx8 xor() 840 MB/s
  1041. [ 3.171509] raid6: using algorithm neonx4 gen() 1463 MB/s
  1042. [ 3.171513] raid6: .... xor() 1105 MB/s, rmw enabled
  1043. [ 3.171516] raid6: using intx1 recovery algorithm
  1044. [ 3.172335] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1045. [ 3.172596] SCSI subsystem initialized
  1046. [ 3.172744] usbcore: registered new interface driver usbfs
  1047. [ 3.172780] usbcore: registered new interface driver hub
  1048. [ 3.172839] usbcore: registered new device driver usb
  1049. [ 3.181520] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1050. [ 3.208069] clocksource: Switched to clocksource arch_sys_counter
  1051. [ 3.236091] FS-Cache: Loaded
  1052. [ 3.236235] CacheFiles: Loaded
  1053. [ 3.241703] NET: Registered protocol family 2
  1054. [ 3.242128] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1055. [ 3.242185] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1056. [ 3.242279] TCP: Hash tables configured (established 8192 bind 8192)
  1057. [ 3.242336] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1058. [ 3.242359] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1059. [ 3.242478] NET: Registered protocol family 1
  1060. [ 3.242639] RPC: Registered named UNIX socket transport module.
  1061. [ 3.242644] RPC: Registered udp transport module.
  1062. [ 3.242648] RPC: Registered tcp transport module.
  1063. [ 3.242651] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1064. [ 3.243322] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1065. [ 3.244613] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1066. [ 3.250960] VFS: Disk quotas dquot_6.6.0
  1067. [ 3.251089] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1068. [ 3.252301] FS-Cache: Netfs 'nfs' registered for caching
  1069. [ 3.252679] NFS: Registering the id_resolver key type
  1070. [ 3.252704] Key type id_resolver registered
  1071. [ 3.252708] Key type id_legacy registered
  1072. [ 3.252723] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1073. [ 3.253114] JFS: nTxBlock = 7377, nTxLock = 59016
  1074. [ 3.257634] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1075. [ 3.261536] async_tx: api initialized (async)
  1076. [ 3.261682] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1077. [ 3.261747] io scheduler noop registered (default)
  1078. [ 3.261757] io scheduler deadline registered
  1079. [ 3.261784] io scheduler cfq registered
  1080. [ 3.263014] BCM2708FB: allocated DMA memory fac10000
  1081. [ 3.263028] BCM2708FB: allocated DMA channel 0 @ f3007000
  1082. [ 3.270094] Console: switching to colour frame buffer device 100x30
  1083. [ 3.273906] vc-cma: Videocore CMA driver
  1084. [ 3.273911] vc-cma: vc_cma_base = 0x00000000
  1085. [ 3.273915] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1086. [ 3.273920] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1087. [ 3.274012] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1088. [ 3.280915] brd: module loaded
  1089. [ 3.285061] loop: module loaded
  1090. [ 3.285552] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1091. [ 3.286526] Loading iSCSI transport class v2.0-870.
  1092. [ 3.286878] usbcore: registered new interface driver ax88179_178a
  1093. [ 3.286924] usbcore: registered new interface driver smsc95xx
  1094. [ 3.286986] usbcore: registered new interface driver cdc_ncm
  1095. [ 3.286997] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1096. [ 3.487133] Core Release: 2.80a
  1097. [ 3.487142] Setting default values for core params
  1098. [ 3.487162] Finished setting default values for core params
  1099. [ 3.687325] Using Buffer DMA mode
  1100. [ 3.687330] Periodic Transfer Interrupt Enhancement - disabled
  1101. [ 3.687334] Multiprocessor Interrupt Enhancement - disabled
  1102. [ 3.687338] OTG VER PARAM: 0, OTG VER FLAG: 0
  1103. [ 3.687354] Dedicated Tx FIFOs mode
  1104. [ 3.687522] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1105. [ 3.687538] FIQ FSM acceleration enabled for :
  1106. Non-periodic Split Transactions
  1107. Periodic Split Transactions
  1108. [ 3.687546] dwc_otg: Microframe scheduler enabled
  1109. [ 3.687570] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1110. [ 3.687577] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1111. [ 3.687584] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1112. [ 3.687613] dwc_otg 3f980000.usb: DWC OTG Controller
  1113. [ 3.687632] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1114. [ 3.687649] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1115. [ 3.687685] Init: Port Power? op_state=1
  1116. [ 3.687689] Init: Power Port (0)
  1117. [ 3.687792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1118. [ 3.687799] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1119. [ 3.687805] usb usb1: Product: DWC OTG Controller
  1120. [ 3.687810] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1121. [ 3.687815] usb usb1: SerialNumber: 3f980000.usb
  1122. [ 3.688205] hub 1-0:1.0: USB hub found
  1123. [ 3.688224] hub 1-0:1.0: 1 port detected
  1124. [ 3.688516] dwc_otg: FIQ enabled
  1125. [ 3.688520] dwc_otg: NAK holdoff enabled
  1126. [ 3.688524] dwc_otg: FIQ split-transaction FSM enabled
  1127. [ 3.688541] Module dwc_common_port init
  1128. [ 3.688649] usbcore: registered new interface driver usb-storage
  1129. [ 3.688685] usbcore: registered new interface driver ums-alauda
  1130. [ 3.688714] usbcore: registered new interface driver ums-cypress
  1131. [ 3.688744] usbcore: registered new interface driver ums-datafab
  1132. [ 3.688773] usbcore: registered new interface driver ums_eneub6250
  1133. [ 3.688801] usbcore: registered new interface driver ums-freecom
  1134. [ 3.688834] usbcore: registered new interface driver ums-isd200
  1135. [ 3.688863] usbcore: registered new interface driver ums-jumpshot
  1136. [ 3.688893] usbcore: registered new interface driver ums-karma
  1137. [ 3.688922] usbcore: registered new interface driver ums-onetouch
  1138. [ 3.688962] usbcore: registered new interface driver ums-realtek
  1139. [ 3.688992] usbcore: registered new interface driver ums-sddr09
  1140. [ 3.689021] usbcore: registered new interface driver ums-sddr55
  1141. [ 3.689050] usbcore: registered new interface driver ums-usbat
  1142. [ 3.689170] mousedev: PS/2 mouse device common for all mice
  1143. [ 3.689509] md: linear personality registered for level -1
  1144. [ 3.689518] md: raid0 personality registered for level 0
  1145. [ 3.689526] md: raid1 personality registered for level 1
  1146. [ 3.689533] md: raid10 personality registered for level 10
  1147. [ 3.689645] md: raid6 personality registered for level 6
  1148. [ 3.689650] md: raid5 personality registered for level 5
  1149. [ 3.689654] md: raid4 personality registered for level 4
  1150. [ 3.689663] md: multipath personality registered for level -4
  1151. [ 3.689671] md: faulty personality registered for level -5
  1152. [ 3.689836] device-mapper: uevent: version 1.0.3
  1153. [ 3.690055] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1154. [ 3.690336] device-mapper: multipath: version 1.10.0 loaded
  1155. [ 3.690346] device-mapper: multipath round-robin: version 1.0.0 loaded
  1156. [ 3.690355] device-mapper: multipath queue-length: version 0.1.0 loaded
  1157. [ 3.690363] device-mapper: multipath service-time: version 0.2.0 loaded
  1158. [ 3.690381] device-mapper: raid: Loading target version 1.7.0
  1159. [ 3.690478] bcm2835-cpufreq: min=1200000 max=1200000
  1160. [ 3.690663] sdhci: Secure Digital Host Controller Interface driver
  1161. [ 3.690666] sdhci: Copyright(c) Pierre Ossman
  1162. [ 3.690831] sdhost: log_buf @ bac07000 (fac07000)
  1163. [ 3.748099] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1164. [ 3.750129] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1165. [ 3.750135] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1166. [ 3.788170] sdhci-pltfm: SDHCI platform and OF driver helper
  1167. [ 3.788372] ledtrig-cpu: registered to indicate activity on CPUs
  1168. [ 3.788445] hidraw: raw HID events driver (C) Jiri Kosina
  1169. [ 3.788647] usbcore: registered new interface driver usbhid
  1170. [ 3.788651] usbhid: USB HID core driver
  1171. [ 3.788931] Initializing XFRM netlink socket
  1172. [ 3.788947] NET: Registered protocol family 17
  1173. [ 3.789022] Key type dns_resolver registered
  1174. [ 3.789423] Registering SWP/SWPB emulation handler
  1175. [ 3.789801] registered taskstats version 1
  1176. [ 3.791471] Btrfs loaded
  1177. [ 3.792056] Key type encrypted registered
  1178. [ 3.792103] vc-sm: Videocore shared memory driver
  1179. [ 3.792110] [vc_sm_connected_init]: start
  1180. [ 3.792356] [vc_sm_connected_init]: end - returning 0
  1181. [ 3.793450] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1182. [ 3.793646] of_cfs_init
  1183. [ 3.793713] of_cfs_init: OK
  1184. [ 3.794085] md: Waiting for all devices to be available before autodetect
  1185. [ 3.794089] md: If you don't use raid, use raid=noautodetect
  1186. [ 3.794619] md: Autodetecting RAID arrays.
  1187. [ 3.794624] md: Scanned 0 and added 0 devices.
  1188. [ 3.794627] md: autorun ...
  1189. [ 3.794630] md: ... autorun DONE.
  1190. [ 3.794708] Waiting for root device /dev/mmcblk0p2...
  1191. [ 3.848398] mmc0: host does not support reading read-only switch, assuming write-enable
  1192. [ 3.850969] mmc0: new high speed SDHC card at address aaaa
  1193. [ 3.851248] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  1194. [ 3.853601] mmcblk0: p1 p2
  1195. [ 3.869470] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1196. [ 3.870958] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1197. [ 3.872448] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1198. [ 3.875115] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1199. [ 3.888120] Indeed it is in host mode hprt0 = 00021501
  1200. [ 3.911920] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1201. [ 3.911945] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1202. [ 3.919498] devtmpfs: mounted
  1203. [ 3.919824] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1204. [ 3.960498] mmc1: new high speed SDIO card at address 0001
  1205. [ 4.068095] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1206. [ 4.068177] Indeed it is in host mode hprt0 = 00001101
  1207. [ 4.200368] systemd[1]: System time before build time, advancing clock.
  1208. [ 4.268231] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1209. [ 4.268241] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1210. [ 4.268639] hub 1-1:1.0: USB hub found
  1211. [ 4.268683] hub 1-1:1.0: 5 ports detected
  1212. [ 4.286295] IPv6: Loaded, but administratively disabled, reboot required to enable
  1213. [ 4.294499] ip_tables: (C) 2000-2006 Netfilter Core Team
  1214. [ 4.298026] random: systemd: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
  1215. [ 4.307952] random: systemd: uninitialized urandom read (16 bytes read, 48 bits of entropy available)
  1216. [ 4.309603] 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)
  1217. [ 4.309896] systemd[1]: Detected architecture arm.
  1218. [ 4.310513] systemd[1]: Set hostname to .
  1219. [ 4.376313] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1220. [ 4.376444] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1221. [ 4.381944] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 58 bits of entropy available)
  1222. [ 4.450370] random: systemd: uninitialized urandom read (16 bytes read, 67 bits of entropy available)
  1223. [ 4.450534] random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
  1224. [ 4.450820] random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
  1225. [ 4.451365] random: systemd: uninitialized urandom read (16 bytes read, 68 bits of entropy available)
  1226. [ 4.468871] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1227. [ 4.548104] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1228. [ 4.648263] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1229. [ 4.648277] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1230. [ 4.650690] smsc95xx v1.0.4
  1231. [ 4.709632] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:da:37:1d
  1232. [ 4.716772] systemd[1]: Reached target Encrypted Volumes.
  1233. [ 4.717080] systemd[1]: Listening on Journal Socket.
  1234. [ 4.717183] systemd[1]: Listening on udev Kernel Socket.
  1235. [ 4.717565] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1236. [ 4.717704] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1237. [ 4.717750] systemd[1]: Reached target Swap.
  1238. [ 4.717791] systemd[1]: Reached target Login Prompts.
  1239. [ 4.717832] systemd[1]: Reached target System Time Synchronized.
  1240. [ 4.717932] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1241. [ 4.735928] systemd[1]: Created slice System Slice.
  1242. [ 4.736385] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1243. [ 4.736937] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1244. [ 4.768510] systemd[1]: Starting Remount Root and Kernel File Systems...
  1245. [ 4.782145] systemd[1]: Mounting Temporary Directory...
  1246. [ 4.782236] systemd[1]: Reached target Slices.
  1247. [ 4.784392] systemd[1]: Mounting Debug File System...
  1248. [ 4.787119] systemd[1]: Mounting POSIX Message Queue File System...
  1249. [ 4.788198] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
  1250. [ 4.805524] systemd[1]: Starting Load Kernel Modules...
  1251. [ 4.833210] systemd[1]: Starting RuneAudio shutdown script...
  1252. [ 4.835037] systemd[1]: Starting Setup Virtual Console...
  1253. [ 4.837233] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1254. [ 4.848775] systemd[1]: Listening on Process Core Dump Socket.
  1255. [ 4.848866] systemd[1]: Reached target Remote File Systems.
  1256. [ 4.848996] systemd[1]: Listening on Journal Socket (/dev/log).
  1257. [ 4.851292] systemd[1]: Starting Journal Service...
  1258. [ 4.851515] systemd[1]: Listening on udev Control Socket.
  1259. [ 4.851694] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1260. [ 4.851860] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1261. [ 4.851913] systemd[1]: Reached target Paths.
  1262. [ 4.864843] systemd[1]: Started Remount Root and Kernel File Systems.
  1263. [ 4.865886] systemd[1]: Started Load Kernel Modules.
  1264. [ 4.867046] systemd[1]: Started RuneAudio shutdown script.
  1265. [ 4.867771] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1266. [ 4.888567] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5567
  1267. [ 4.888579] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1268. [ 4.888585] usb 1-1.3: Product: Cruzer Blade
  1269. [ 4.888590] usb 1-1.3: Manufacturer: SanDisk
  1270. [ 4.888596] usb 1-1.3: SerialNumber: 4C531001400329107110
  1271. [ 4.889152] usb-storage 1-1.3:1.0: USB Mass Storage device detected
  1272. [ 4.889831] scsi host0: usb-storage 1-1.3:1.0
  1273. [ 4.890934] systemd[1]: Mounted POSIX Message Queue File System.
  1274. [ 4.902419] systemd[1]: Mounted Debug File System.
  1275. [ 4.902591] systemd[1]: Mounted Temporary Directory.
  1276. [ 4.968119] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
  1277. [ 4.981867] systemd[1]: Started Journal Service.
  1278. [ 5.071823] usb 1-1.5: New USB device found, idVendor=0eef, idProduct=0005
  1279. [ 5.071836] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1280. [ 5.071842] usb 1-1.5: Product: By ZH851
  1281. [ 5.071848] usb 1-1.5: Manufacturer: BYZHYYZHY
  1282. [ 5.071853] usb 1-1.5: SerialNumber: vìP35761683
  1283. [ 5.551798] input: BYZHYYZHY By ZH851 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:0EEF:0005.0001/input/input0
  1284. [ 5.552336] hid-multitouch 0003:0EEF:0005.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [BYZHYYZHY By ZH851] on usb-3f980000.usb-1.5/input0
  1285. [ 5.586297] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1286. [ 5.592526] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1287. [ 5.595875] bcm2835-rng 3f104000.rng: hwrng registered
  1288. [ 5.885707] usbcore: registered new interface driver brcmfmac
  1289. [ 5.889296] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Blade 1.27 PQ: 0 ANSI: 6
  1290. [ 5.891068] sd 0:0:0:0: [sda] 61056064 512-byte logical blocks: (31.3 GB/29.1 GiB)
  1291. [ 5.892190] sd 0:0:0:0: [sda] Write Protect is off
  1292. [ 5.892200] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  1293. [ 5.892416] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  1294. [ 5.901813] random: nonblocking pool is initialized
  1295. [ 5.912512] sda: sda1
  1296. [ 5.914167] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1297. [ 5.942082] cfg80211: World regulatory domain updated:
  1298. [ 5.942096] cfg80211: DFS Master region: unset
  1299. [ 5.942101] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1300. [ 5.942111] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1301. [ 5.942117] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1302. [ 5.942122] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1303. [ 5.942129] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1304. [ 5.942137] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1305. [ 5.942144] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1306. [ 5.942149] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1307. [ 5.942155] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1308. [ 5.976772] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1309. [ 5.993592] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1310. [ 5.993605] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1311. [ 5.993611] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1312. [ 5.993616] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1313. [ 5.993621] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1314. [ 5.993626] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1315. [ 5.993631] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1316. [ 5.993636] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1317. [ 5.993640] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1318. [ 5.993645] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1319. [ 5.993650] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1320. [ 5.993655] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1321. [ 5.993660] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1322. [ 5.993665] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1323. [ 5.993670] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1324. [ 5.993675] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1325. [ 5.993679] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1326. [ 5.993684] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1327. [ 5.993689] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1328. [ 5.993694] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1329. [ 5.993699] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1330. [ 5.993704] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1331. [ 5.993708] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1332. [ 5.993713] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1333. [ 5.993718] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1334. [ 5.993723] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1335. [ 5.993728] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1336. [ 5.993733] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1337. [ 5.993867] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1338. [ 5.993874] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1339. [ 6.099781] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1340. [ 6.389160] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1341. [ 6.778408] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1342. [ 6.778429] brcmfmac: brcmf_add_if: ignore IF event
  1343. [ 6.791215] brcmfmac: power management disabled
  1344. [ 6.991675] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1345. [ 6.991695] brcmfmac: brcmf_add_if: ignore IF event
  1346. [ 7.732536] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1347. [ 7.732563] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1348. [ 7.732575] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1349. [ 7.732585] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1350. [ 7.732594] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1351. [ 7.732604] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1352. [ 7.732613] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1353. [ 7.732623] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1354. [ 7.732632] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1355. [ 7.732644] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1356. [ 7.732653] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1357. [ 7.732663] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1358. [ 7.732672] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1359. [ 7.732682] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1360. [ 7.732691] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1361. [ 7.732701] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1362. [ 7.732710] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1363. [ 7.732720] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1364. [ 7.732728] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1365. [ 7.732744] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1366. [ 7.732753] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1367. [ 7.732762] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1368. [ 7.732773] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1369. [ 7.732783] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1370. [ 7.732793] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1371. [ 7.732802] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1372. [ 7.732811] cfg80211: Disabling freq 2484 MHz
  1373. [ 7.778852] cfg80211: Regulatory domain changed to country: GB
  1374. [ 7.778874] cfg80211: DFS Master region: ETSI
  1375. [ 7.778883] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1376. [ 7.778899] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1377. [ 7.778913] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1378. [ 7.778926] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1379. [ 7.778938] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
  1380. [ 7.778950] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  1381. [ 13.881839] brcmfmac: power management disabled
  1382. [ 15.824146] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  1383. [ 15.843023] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1384. [ 17.268174] usb 1-1.5: reset full-speed USB device number 5 using dwc_otg
  1385. [ 19.228196] usb 1-1.5: reset full-speed USB device number 5 using dwc_otg
  1386. [ 68.008438] cfg80211: Verifying active interfaces after reg change
  1387.  
  1388. ###### PHP backend ######
  1389. php version: 5.5.19
  1390. debug level: 0
  1391.  
  1392.  
  1393. Debug data collected in 1.132 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement