Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
2,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.63 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 09:40:39 EST 2016
  5.  
  6. system load: 0.62 0.16 0.05 1/203 1038
  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=off
  62.  
  63. ## RuneAudio I2S-Settings
  64. dtoverlay=hifiberry-dacplus
  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.  
  142. ##################################################
  143.  
  144.  
  145. ###### System load statistics (procinfo -H) ######
  146. Memory: Total Used Free Buffers
  147. RAM: 922.56MiB 294.79MiB 627.77MiB 35.24MiB
  148. Swap: 0.00B 0.00B 0.00B
  149.  
  150. Bootup: Mon Feb 22 09:39:56 2016 Load average: 0.62 0.16 0.05 1/205 1040
  151.  
  152. user : 00:00:09.72 5.7% page in : 183235
  153. nice : 00:00:03.09 1.8% page out: 1896
  154. system: 00:00:08.25 4.8% page act: 10276
  155. IOwait: 00:00:24.81 14.6% page dea: 0
  156. hw irq: 00:00:00.00 0.0% page flt: 165943
  157. sw irq: 00:00:00.28 0.2% swap in : 0
  158. idle : 00:02:04.29 72.9% swap out: 0
  159. uptime: 00:00:42.85 context : 82301
  160.  
  161. irq 16: 0 irq 51: 0
  162. irq 17: 15048 irq 54: 0
  163. irq 23: 23 irq 62: 26021
  164. irq 24: 2 irq 79: 0
  165. irq 39: 1 irq 80: 0
  166. irq 46: 0 irq 83: 123
  167. irq 48: 4506 irq 86: 194
  168. irq 50: 0 irq 92: 6523
  169.  
  170. mmcblk0 4385r 1 mmcblk0p2 4281r
  171. mmcblk0p1 62r
  172.  
  173. eth0 TX 0.00B RX 0.00B wlan0 TX 195.64KiB RX 53.51KiB
  174. lo TX 175.56KiB RX 175.56KiB wlan1 TX 0.00B RX 3.91KiB
  175.  
  176.  
  177. ###### Active processes (pstree) ######
  178. systemd-+-at-spi-bus-laun-+-dbus-daemon
  179. | |-{dconf worker}
  180. | |-{gdbus}
  181. | |-{gmain}
  182. | `-{pool}
  183. |-at-spi2-registr-+-{gdbus}
  184. | `-{gmain}
  185. |-avahi-daemon---avahi-daemon
  186. |-cmd_async---sh---sudo---xinit-+-Xorg-+-{llvmpipe-0}
  187. | | |-{llvmpipe-1}
  188. | | |-{llvmpipe-2}
  189. | | `-{llvmpipe-3}
  190. | `-sh-+-matchbox-window
  191. | `-midori-+-{dconf worker}
  192. | |-{gdbus}
  193. | |-{gmain}
  194. | |-{llvmpipe-0}
  195. | |-{llvmpipe-1}
  196. | |-{llvmpipe-2}
  197. | |-{llvmpipe-3}
  198. | |-{midori}
  199. | `-{pool}
  200. |-cmd_async---sh---debug_collector---sh---pstree
  201. |-2*[dbus-daemon]
  202. |-dbus-launch
  203. |-devmon---udevil
  204. |-dhcpcd
  205. |-haveged
  206. |-ifplugd
  207. |-mpd-+-{decoder}
  208. | |-{io}
  209. | |-{output:snd_rpi_}
  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
  219. |-sh---sleep
  220. |-shairport---{shairport}
  221. |-smbd---smbd
  222. |-sshd
  223. |-systemd-journal
  224. |-systemd-udevd
  225. |-upmpdcli---11*[{upmpdcli}]
  226. |-2*[wpa_supplicant]
  227. `-xbindkeys
  228.  
  229.  
  230. ###### Audio backend ######
  231. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  232.  
  233. Card list: (/proc/asound/cards)
  234. --------------------------------------------------
  235. 0 [sndrpihifiberry]: snd_rpi_hifiber - snd_rpi_hifiberry_dacplus
  236. snd_rpi_hifiberry_dacplus
  237.  
  238.  
  239. PLAYBACK devices: (aplay -l)
  240. --------------------------------------------------
  241. **** List of PLAYBACK Hardware Devices ****
  242. card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplus], device 0: HiFiBerry DAC+ HiFi pcm512x-hifi-0 []
  243. Subdevices: 1/1
  244. Subdevice #0: subdevice #0
  245.  
  246.  
  247. PCM devices: (aplay -L)
  248. --------------------------------------------------
  249. null
  250. Discard all samples (playback) or generate zero samples (capture)
  251. default:CARD=sndrpihifiberry
  252. snd_rpi_hifiberry_dacplus,
  253. Default Audio Device
  254. sysdefault:CARD=sndrpihifiberry
  255. snd_rpi_hifiberry_dacplus,
  256. Default Audio Device
  257.  
  258.  
  259. Simple mixer controls: (amixer scontrols)
  260. --------------------------------------------------
  261. card 0:
  262. Simple mixer control 'DSP Program',0
  263. Simple mixer control 'Analogue',0
  264. Simple mixer control 'Analogue Playback Boost',0
  265. Simple mixer control 'Auto Mute',0
  266. Simple mixer control 'Auto Mute Mono',0
  267. Simple mixer control 'Auto Mute Time Left',0
  268. Simple mixer control 'Auto Mute Time Right',0
  269. Simple mixer control 'Clock Missing Period',0
  270. Simple mixer control 'Deemphasis',0
  271. Simple mixer control 'Digital',0
  272. Simple mixer control 'Max Overclock DAC',0
  273. Simple mixer control 'Max Overclock DSP',0
  274. Simple mixer control 'Max Overclock PLL',0
  275. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  276. Simple mixer control 'Volume Ramp Down Emergency Step',0
  277. Simple mixer control 'Volume Ramp Down Rate',0
  278. Simple mixer control 'Volume Ramp Down Step',0
  279. Simple mixer control 'Volume Ramp Up Rate',0
  280. Simple mixer control 'Volume Ramp Up Step',0
  281.  
  282.  
  283. Mixer controls: (amixer controls)
  284. --------------------------------------------------
  285. card 0:
  286. numid=6,iface=MIXER,name='DSP Program'
  287. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  288. numid=2,iface=MIXER,name='Analogue Playback Volume'
  289. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  290. numid=11,iface=MIXER,name='Auto Mute Switch'
  291. numid=8,iface=MIXER,name='Auto Mute Time Left'
  292. numid=9,iface=MIXER,name='Auto Mute Time Right'
  293. numid=7,iface=MIXER,name='Clock Missing Period'
  294. numid=5,iface=MIXER,name='Deemphasis Switch'
  295. numid=4,iface=MIXER,name='Digital Playback Switch'
  296. numid=1,iface=MIXER,name='Digital Playback Volume'
  297. numid=20,iface=MIXER,name='Max Overclock DAC'
  298. numid=19,iface=MIXER,name='Max Overclock DSP'
  299. numid=18,iface=MIXER,name='Max Overclock PLL'
  300. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  301. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  302. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  303. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  304. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  305. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  306.  
  307.  
  308. MPD audio outputs status: (mpc outputs)
  309. --------------------------------------------------
  310. Output 1 (snd_rpi_hifiberry_dacplus) is enabled
  311.  
  312. MPD statistics: (mpc stats)
  313. --------------------------------------------------
  314. Artists: 1118
  315. Albums: 1096
  316. Songs: 8418
  317.  
  318. Play Time: 0 days, 0:00:00
  319. Uptime: 0 days, 0:00:06
  320. DB Updated: Tue Mar 21 09:01:30 2017
  321. DB Play Time: 207 days, 23:28:27
  322.  
  323. ###### mpd version ######
  324. Music Player Daemon 0.19.19-dsd
  325.  
  326. Copyright (C) 2003-2007 Warren Dukes
  327. Copyright (C) 2008-2014 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.  
  332. Database plugins:
  333. simple proxy upnp
  334.  
  335. Storage plugins:
  336. local smbclient nfs
  337.  
  338. Neighbor plugins:
  339. smbclient upnp
  340.  
  341. Decoders plugins:
  342. [mad] mp3 mp2
  343. [vorbis] ogg oga
  344. [oggflac] ogg oga
  345. [flac] flac
  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. [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
  352. [pcm]
  353.  
  354. Output plugins:
  355. null fifo pipe alsa jack httpd
  356.  
  357. Encoder plugins:
  358. null vorbis wave flac
  359.  
  360. Input plugins:
  361. file alsa curl ffmpeg smbclient nfs mms
  362.  
  363. Playlist plugins:
  364. extm3u m3u pls xspf asx rss soundcloud cue embcue
  365.  
  366. Protocols:
  367. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  368.  
  369. ###### mpd.conf ######
  370. ###################################
  371. # Auto generated mpd.conf file
  372. # please DO NOT edit it manually!
  373. # Use RuneUI MPD config section
  374. ###################################
  375.  
  376. log_level "default"
  377. log_file "/var/log/runeaudio/mpd.log"
  378. state_file "/var/lib/mpd/mpdstate"
  379. zeroconf_enabled "yes"
  380. zeroconf_name "runeaudio"
  381. bind_to_address "/run/mpd.sock"
  382. bind_to_address "any"
  383. port "6600"
  384. max_connections "20"
  385. user "mpd"
  386. group "audio"
  387. db_file "/var/lib/mpd/mpd.db"
  388. sticker_file "/var/lib/mpd/sticker.sql"
  389. pid_file "/var/run/mpd/pid"
  390. music_directory "/mnt/MPD"
  391. playlist_directory "/var/lib/mpd/playlists"
  392. follow_outside_symlinks "yes"
  393. follow_inside_symlinks "yes"
  394. auto_update "no"
  395. filesystem_charset "UTF-8"
  396. id3v1_encoding "UTF-8"
  397. volume_normalization "no"
  398. audio_buffer_size "4096"
  399. buffer_before_play "20%"
  400. gapless_mp3_playback "yes"
  401.  
  402. input {
  403. plugin "curl"
  404. }
  405.  
  406. decoder {
  407. plugin "ffmpeg"
  408. enabled "yes"
  409. }
  410. replaygain "off"
  411.  
  412. audio_output {
  413. name "snd_rpi_hifiberry_dacplus"
  414. type "alsa"
  415. device "hw:0,0"
  416. mixer_control "Digital"
  417. mixer_type "hardware"
  418. mixer_device "hw:0"
  419. auto_resample "no"
  420. auto_format "no"
  421. enabled "yes"
  422. }
  423.  
  424.  
  425. ###### Kernel optimization parameters ######
  426. hardware platform: RaspberryPi2
  427. current orionprofile: RuneAudio
  428.  
  429.  
  430. kernel scheduler for mmcblk0: [noop] deadline cfq
  431. /proc/sys/vm/swappiness: 0
  432. /proc/sys/kernel/sched_latency_ns: 4500000
  433. /proc/sys/kernel/sched_rt_period_us: 1000000
  434. /proc/sys/kernel/sched_rt_runtime_us: 950000
  435. /proc/sys/kernel/sched_autogroup_enabled: 1
  436. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  437. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  438. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  439.  
  440.  
  441. ###### Kernel module snd_usb_audio settings ######
  442. Error opening module snd_usb_audio
  443.  
  444. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  445. total 8.0K
  446. drwxr-xr-x 2 root root 4.0K Mar 20 2017 .
  447. drwxr-xr-x 6 root root 4.0K Mar 20 2017 ..
  448. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  449. lrwxrwxrwx 1 root root 44 Feb 14 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  450. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  451. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  452. lrwxrwxrwx 1 root root 44 Mar 20 2017 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  453. lrwxrwxrwx 1 root root 44 Feb 22 09:40 netctl-auto@wlan1.service -> /usr/lib/systemd/system/netctl-auto@.service
  454. lrwxrwxrwx 1 root root 48 Mar 20 2017 netctl@dodgy\x20wifi.service -> /etc/systemd/system/netctl@dodgy\x20wifi.service
  455. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  456. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  457. lrwxrwxrwx 1 root root 36 Feb 14 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  458. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  459. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  460. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  461. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  462. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  463. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  464. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  465.  
  466.  
  467. ###### Filesystem mounts ######
  468. /dev/root / ext4 rw,relatime,data=ordered 0 0
  469. devtmpfs /dev devtmpfs rw,relatime,size=468032k,nr_inodes=117008,mode=755 0 0
  470. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  471. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  472. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  473. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  474. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  475. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  476. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  477. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  478. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  479. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  480. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  481. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  482. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  483. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  484. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  485. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  486. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  487. mqueue /dev/mqueue mqueue rw,relatime 0 0
  488. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  489. tmpfs /tmp tmpfs rw 0 0
  490. configfs /sys/kernel/config configfs rw,relatime 0 0
  491. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  492. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  493. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  494. //192.168.2.100/Public /mnt/MPD/NAS/MyCloud cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,uid=1000,forceuid,gid=92,forcegid,addr=192.168.2.100,file_mode=0755,dir_mode=0755,nounix,mapposix,rsize=16384,wsize=17408,actimeo=1 0 0
  495.  
  496.  
  497. ###### Filesystem mounts - free space (df -h) ######
  498. Filesystem Size Used Avail Use% Mounted on
  499. /dev/root 1.9G 1.7G 91M 95% /
  500. devtmpfs 458M 0 458M 0% /dev
  501. tmpfs 462M 0 462M 0% /dev/shm
  502. tmpfs 462M 6.2M 456M 2% /run
  503. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  504. tmpfs 462M 12K 462M 1% /tmp
  505. logs 5.0M 24K 5.0M 1% /var/log
  506. rune-logs 5.0M 36K 5.0M 1% /var/log/runeaudio
  507. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  508. //192.168.2.100/Public 1.8T 1.5T 325G 83% /mnt/MPD/NAS/MyCloud
  509.  
  510.  
  511. ###### Loaded kernel modules ######
  512. Module Size Used by
  513. nls_utf8 1419 1
  514. cifs 392255 2
  515. 8192cu 543951 0
  516. brcmfmac 184455 0
  517. snd_soc_pcm512x_i2c 2609 1
  518. snd_soc_hifiberry_dacplus 4587 1
  519. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  520. snd_soc_bcm2835_i2s 6278 2
  521. snd_soc_hifiberry_dac 2887 0
  522. brcmutil 8379 1 brcmfmac
  523. snd_soc_core 153224 4 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_hifiberry_dac,snd_soc_hifiberry_dacplus
  524. cfg80211 498228 2 brcmfmac,8192cu
  525. snd_pcm_dmaengine 5503 1 snd_soc_core
  526. snd_pcm 88980 5 snd_soc_pcm512x,snd_soc_core,snd_soc_hifiberry_dac,snd_pcm_dmaengine,snd_soc_hifiberry_dacplus
  527. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  528. snd_timer 22172 1 snd_pcm
  529. snd 63333 5 snd_soc_core,snd_timer,snd_pcm
  530. i2c_bcm2708 5382 0
  531. bcm2835_gpiomem 3638 0
  532. clk_hifiberry_dacpro 2557 1
  533. bcm2835_rng 2167 0
  534. rng_core 8183 1 bcm2835_rng
  535. bcm2835_wdt 3756 0
  536. uio_pdrv_genirq 3539 0
  537. uio 9114 1 uio_pdrv_genirq
  538. sch_fq_codel 8174 7
  539. ip_tables 12147 0
  540. x_tables 18169 1 ip_tables
  541. ipv6 372060 0
  542.  
  543.  
  544. ###### Network listening sockets (netstat -lnp) ######
  545. Active Internet connections (only servers)
  546. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  547. tcp 0 0 0.0.0.0:49153 0.0.0.0:* LISTEN 589/upmpdcli
  548. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 585/mpd
  549. tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 599/shairport
  550. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 526/smbd
  551. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 461/redis-server 12
  552. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 475/nginx: master p
  553. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 309/python
  554. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 475/nginx: master p
  555. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 475/nginx: master p
  556. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 451/sshd
  557. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 526/smbd
  558. udp 0 0 0.0.0.0:68 0.0.0.0:* 445/dhcpcd
  559. udp 0 0 0.0.0.0:32853 0.0.0.0:* 305/avahi-daemon: r
  560. udp 0 0 192.168.2.107:123 0.0.0.0:* 464/ntpd
  561. udp 0 0 127.0.0.1:123 0.0.0.0:* 464/ntpd
  562. udp 0 0 0.0.0.0:123 0.0.0.0:* 464/ntpd
  563. udp 0 0 192.168.2.255:137 0.0.0.0:* 535/nmbd
  564. udp 0 0 192.168.2.107:137 0.0.0.0:* 535/nmbd
  565. udp 0 0 0.0.0.0:137 0.0.0.0:* 535/nmbd
  566. udp 0 0 192.168.2.255:138 0.0.0.0:* 535/nmbd
  567. udp 0 0 192.168.2.107:138 0.0.0.0:* 535/nmbd
  568. udp 0 0 0.0.0.0:138 0.0.0.0:* 535/nmbd
  569. udp 0 0 0.0.0.0:5353 0.0.0.0:* 305/avahi-daemon: r
  570. udp 0 0 127.0.0.1:58112 0.0.0.0:* 589/upmpdcli
  571. udp 0 0 0.0.0.0:1900 0.0.0.0:* 589/upmpdcli
  572. Active UNIX domain sockets (only servers)
  573. Proto RefCnt Flags Type State I-Node PID/Program name Path
  574. unix 2 [ ACC ] STREAM LISTENING 9745 1/init /var/run/rpcbind.sock
  575. unix 2 [ ACC ] STREAM LISTENING 9747 1/init /var/run/avahi-daemon/socket
  576. unix 2 [ ACC ] STREAM LISTENING 9750 1/init /run/dbus/system_bus_socket
  577. unix 2 [ ACC ] STREAM LISTENING 15133 643/php-fpm: master /var/run/php-display.sock
  578. unix 2 [ ACC ] STREAM LISTENING 15136 643/php-fpm: master /var/run/php-db.sock
  579. unix 2 [ ACC ] STREAM LISTENING 12111 690/Xorg @/tmp/.X11-unix/X0
  580. unix 2 [ ACC ] STREAM LISTENING 15139 643/php-fpm: master /var/run/php-command.sock
  581. unix 2 [ ACC ] STREAM LISTENING 11566 535/nmbd /var/run/samba/nmbd/unexpected
  582. unix 2 [ ACC ] STREAM LISTENING 12112 690/Xorg /tmp/.X11-unix/X0
  583. unix 2 [ ACC ] STREAM LISTENING 9300 1/init /run/systemd/private
  584. unix 2 [ ACC ] STREAM LISTENING 9313 1/init /run/systemd/journal/stdout
  585. unix 2 [ ACC ] SEQPACKET LISTENING 9322 1/init /run/udev/control
  586. unix 2 [ ACC ] SEQPACKET LISTENING 1202 1/init /run/systemd/coredump
  587. unix 2 [ ACC ] STREAM LISTENING 10193 461/redis-server 12 /tmp/redis.sock
  588. unix 2 [ ACC ] STREAM LISTENING 16517 985/dbus-daemon @/tmp/dbus-2WkfNiNIv2
  589. unix 2 [ ACC ] STREAM LISTENING 13959 992/dbus-daemon @/tmp/dbus-3lgFyYlLLA
  590. unix 2 [ ACC ] STREAM LISTENING 13554 585/mpd /run/mpd.sock
  591.  
  592.  
  593. ###### Network established sockets (netstat -np) ######
  594. Active Internet connections (w/o servers)
  595. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  596. tcp 0 0 127.0.0.1:33498 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:33860 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:33790 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:34054 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:33546 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:33486 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:33844 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:33676 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:33664 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:34000 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:33830 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:33614 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:33940 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 192.168.2.107:49153 192.168.2.101:52766 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:34052 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 192.168.2.107:49153 192.168.2.101:52763 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:33682 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:34060 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:33322 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:33822 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 192.168.2.107:49153 192.168.2.100:34198 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:33386 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:33978 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 192.168.2.107:49153 192.168.2.100:34200 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:33604 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:33316 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:33278 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:33738 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:33424 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:33686 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:33438 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:33654 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:33936 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:33690 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:33308 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:33834 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 192.168.2.107:49153 192.168.2.100:34193 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:33862 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:34014 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:33568 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:33572 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:51206 127.0.0.1:6600 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:33828 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:34010 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:33268 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:33610 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:33542 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:33590 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:33886 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:33340 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:33488 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:33942 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:33394 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:33402 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 192.168.2.107:49153 192.168.2.100:34204 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:33640 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:33466 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:34004 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:33938 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:33874 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:33646 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:34012 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:33706 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:33718 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:33462 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:33854 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:33346 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:33786 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:34032 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:33544 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:33992 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:33620 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:33714 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:33704 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:33276 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:34016 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:33482 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:33758 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:80 127.0.0.1:50880 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:33696 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:33916 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:33788 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:33372 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:33530 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 192.168.2.107:38426 192.168.2.100:9000 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:33324 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:33480 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:33794 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:33478 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:33270 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:33752 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:34008 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:34058 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 192.168.2.107:49152 192.168.2.100:41598 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:33996 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:33418 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:33484 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:33378 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:33334 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:33762 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:33356 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 192.168.2.107:49152 192.168.2.100:41595 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:33264 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:33848 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:51616 127.0.0.1:6600 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:33600 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:33732 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:33892 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:33344 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:33674 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:33776 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:33360 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:33650 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:33442 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:33720 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:33406 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:33436 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:33302 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:33950 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:34056 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:33528 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:33716 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:33904 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:33504 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:33846 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 192.168.2.107:49152 192.168.2.100:41593 TIME_WAIT -
  722. tcp 0 0 192.168.2.107:49153 192.168.2.100:34202 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:33408 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:33444 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:33522 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:33870 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:33628 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:33926 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:33858 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:33582 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:33304 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:33930 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:33274 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 192.168.2.107:38644 104.24.14.89:80 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:34046 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:33516 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:33398 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:33962 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:33968 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:33518 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:33970 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:33644 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:33852 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:33538 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:33972 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:33622 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:33740 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:34006 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:33756 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:33656 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:33684 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:33964 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:33998 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:33490 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:33946 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 192.168.2.107:49153 192.168.2.100:34203 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:33994 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:33798 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:33914 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:33906 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:33784 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:33426 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:6600 127.0.0.1:51398 ESTABLISHED 585/mpd
  764. tcp 0 0 127.0.0.1:33866 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:33364 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:33734 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:33618 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:33586 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:33288 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:33708 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:33400 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:33826 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:34024 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:33806 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:33838 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:33878 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:34062 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:33376 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 192.168.2.107:49152 192.168.2.100:41592 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:33934 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:33374 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:33770 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:33634 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:33966 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:33514 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:33856 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:34042 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:33580 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:33428 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:33688 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:51154 127.0.0.1:6600 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:33540 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:33922 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:33896 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:33898 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:33976 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:33328 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:33350 127.0.0.1:6379 TIME_WAIT -
  799. tcp 0 0 192.168.2.107:49152 192.168.2.100:41599 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:33446 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:34022 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:33608 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:33880 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:33802 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:33832 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:33422 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:33280 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:33298 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:33458 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:33404 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:33910 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:33812 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:33876 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:34044 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:33556 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:33496 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:33352 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:33578 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 192.168.2.107:49153 192.168.2.100:34201 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:33362 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:33924 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:33666 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:33726 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:33460 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:33948 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:33612 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:33670 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:33526 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:33724 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:33952 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:33440 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:33990 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:33796 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:33532 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:34026 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:33630 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:33314 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:34002 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:33850 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:33554 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:33954 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:33548 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:33524 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:33760 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:33382 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:33494 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:33602 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 192.168.2.107:49153 192.168.2.100:34197 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:33694 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 192.168.2.107:49153 192.168.2.137:59670 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:33984 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:33642 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:33668 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:33536 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:33742 127.0.0.1:6379 TIME_WAIT -
  856. tcp 0 0 127.0.0.1:33342 127.0.0.1:6379 TIME_WAIT -
  857. tcp 0 0 192.168.2.107:49152 192.168.2.100:41590 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:33596 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:33534 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:33804 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 192.168.2.107:49152 192.168.2.100:41591 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:33336 127.0.0.1:6379 TIME_WAIT -
  863. tcp 0 0 127.0.0.1:33980 127.0.0.1:6379 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:33348 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:33358 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:33748 127.0.0.1:6379 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:33678 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:33864 127.0.0.1:6379 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:33658 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:33330 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:33562 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:33792 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:33558 127.0.0.1:6379 TIME_WAIT -
  874. tcp 0 0 127.0.0.1:33818 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:33520 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:80 127.0.0.1:50566 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:33506 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:33780 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:33616 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:33470 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:33810 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 127.0.0.1:33722 127.0.0.1:6379 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:33836 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:33294 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:33754 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:33698 127.0.0.1:6379 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:33420 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:33918 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 192.168.2.107:49153 192.168.2.100:34196 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:33594 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 192.168.2.107:41770 192.168.2.100:445 ESTABLISHED -
  892. tcp 0 0 127.0.0.1:34048 127.0.0.1:6379 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:33416 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:33662 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:33588 127.0.0.1:6379 TIME_WAIT -
  896. tcp 0 0 127.0.0.1:33988 127.0.0.1:6379 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:33598 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 192.168.2.107:49152 192.168.2.100:41594 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:33492 127.0.0.1:6379 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:33332 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:33284 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 127.0.0.1:33550 127.0.0.1:6379 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:33956 127.0.0.1:6379 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:33912 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:33512 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 127.0.0.1:33800 127.0.0.1:6379 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:33286 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 192.168.2.107:38432 192.168.2.100:9000 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:33606 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:33468 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:33282 127.0.0.1:6379 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:33814 127.0.0.1:6379 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:33396 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 127.0.0.1:34040 127.0.0.1:6379 TIME_WAIT -
  915. tcp 0 0 127.0.0.1:33292 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:33370 127.0.0.1:6379 TIME_WAIT -
  917. tcp 0 0 127.0.0.1:33908 127.0.0.1:6379 TIME_WAIT -
  918. tcp 0 0 127.0.0.1:33354 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:33772 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 127.0.0.1:33782 127.0.0.1:6379 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:33472 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 127.0.0.1:80 127.0.0.1:50538 TIME_WAIT -
  923. tcp 0 0 127.0.0.1:33290 127.0.0.1:6379 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:33388 127.0.0.1:6379 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:33736 127.0.0.1:6379 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:33414 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:33746 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 127.0.0.1:33510 127.0.0.1:6379 TIME_WAIT -
  929. tcp 0 0 127.0.0.1:33728 127.0.0.1:6379 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:51398 127.0.0.1:6600 ESTABLISHED 589/upmpdcli
  931. tcp 0 0 192.168.2.107:38132 192.168.2.100:9000 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:33326 127.0.0.1:6379 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:51802 127.0.0.1:6600 TIME_WAIT -
  934. tcp 0 0 127.0.0.1:33890 127.0.0.1:6379 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:33928 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:33574 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:33306 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:33564 127.0.0.1:6379 TIME_WAIT -
  939. tcp 0 0 127.0.0.1:33318 127.0.0.1:6379 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:33764 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:33320 127.0.0.1:6379 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:33502 127.0.0.1:6379 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:34018 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:33266 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:33872 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 192.168.2.107:49153 192.168.2.101:52765 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:33626 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:51808 127.0.0.1:6600 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:33368 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:33692 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 192.168.2.107:49153 192.168.2.101:52769 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:33636 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:33882 127.0.0.1:6379 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:33768 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:33710 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:33816 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 127.0.0.1:33552 127.0.0.1:6379 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:33840 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:33434 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:34050 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 192.168.2.107:49153 192.168.2.101:52768 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:33638 127.0.0.1:6379 TIME_WAIT -
  963. tcp 0 0 192.168.2.107:49152 192.168.2.100:41596 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:33944 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 192.168.2.107:49152 192.168.2.100:41597 TIME_WAIT -
  966. tcp 0 0 127.0.0.1:33958 127.0.0.1:6379 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:33932 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:33888 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 127.0.0.1:33272 127.0.0.1:6379 TIME_WAIT -
  970. tcp 0 0 127.0.0.1:34036 127.0.0.1:6379 TIME_WAIT -
  971. tcp 0 0 192.168.2.107:49153 192.168.2.100:34199 TIME_WAIT -
  972. tcp 0 0 127.0.0.1:33680 127.0.0.1:6379 TIME_WAIT -
  973. tcp 0 0 127.0.0.1:33820 127.0.0.1:6379 TIME_WAIT -
  974. tcp 0 0 127.0.0.1:33900 127.0.0.1:6379 TIME_WAIT -
  975. tcp 0 0 127.0.0.1:33808 127.0.0.1:6379 TIME_WAIT -
  976. tcp 0 0 127.0.0.1:33392 127.0.0.1:6379 TIME_WAIT -
  977. tcp 0 0 127.0.0.1:33702 127.0.0.1:6379 TIME_WAIT -
  978. tcp 0 0 127.0.0.1:33960 127.0.0.1:6379 TIME_WAIT -
  979. tcp 0 0 127.0.0.1:33824 127.0.0.1:6379 TIME_WAIT -
  980. tcp 0 0 127.0.0.1:33576 127.0.0.1:6379 TIME_WAIT -
  981. tcp 0 0 127.0.0.1:33312 127.0.0.1:6379 TIME_WAIT -
  982. tcp 0 0 127.0.0.1:33982 127.0.0.1:6379 TIME_WAIT -
  983. tcp 0 0 127.0.0.1:33430 127.0.0.1:6379 TIME_WAIT -
  984. tcp 0 0 127.0.0.1:33652 127.0.0.1:6379 TIME_WAIT -
  985. tcp 0 0 192.168.2.107:49152 192.168.2.137:56939 TIME_WAIT -
  986. tcp 0 0 127.0.0.1:33570 127.0.0.1:6379 TIME_WAIT -
  987. tcp 0 0 127.0.0.1:33920 127.0.0.1:6379 TIME_WAIT -
  988. tcp 0 0 127.0.0.1:33384 127.0.0.1:6379 TIME_WAIT -
  989. tcp 0 0 127.0.0.1:33390 127.0.0.1:6379 TIME_WAIT -
  990. tcp 0 0 127.0.0.1:33778 127.0.0.1:6379 TIME_WAIT -
  991. tcp 0 0 127.0.0.1:33412 127.0.0.1:6379 TIME_WAIT -
  992. tcp 0 0 127.0.0.1:33902 127.0.0.1:6379 TIME_WAIT -
  993. tcp 0 0 192.168.2.107:49152 192.168.2.100:41589 TIME_WAIT -
  994. tcp 0 0 127.0.0.1:33500 127.0.0.1:6379 TIME_WAIT -
  995. tcp 0 0 127.0.0.1:33338 127.0.0.1:6379 TIME_WAIT -
  996. tcp 0 0 127.0.0.1:33508 127.0.0.1:6379 TIME_WAIT -
  997. tcp 0 0 127.0.0.1:33884 127.0.0.1:6379 TIME_WAIT -
  998. tcp 0 0 192.168.2.107:49153 192.168.2.101:52767 TIME_WAIT -
  999. tcp 0 0 127.0.0.1:33464 127.0.0.1:6379 TIME_WAIT -
  1000. tcp 0 0 127.0.0.1:33310 127.0.0.1:6379 TIME_WAIT -
  1001. tcp 0 0 127.0.0.1:33560 127.0.0.1:6379 TIME_WAIT -
  1002. tcp 0 0 127.0.0.1:33700 127.0.0.1:6379 TIME_WAIT -
  1003. tcp 0 0 127.0.0.1:33300 127.0.0.1:6379 TIME_WAIT -
  1004. tcp 0 0 127.0.0.1:33474 127.0.0.1:6379 TIME_WAIT -
  1005. tcp 0 0 127.0.0.1:33366 127.0.0.1:6379 TIME_WAIT -
  1006. tcp 0 0 127.0.0.1:33296 127.0.0.1:6379 TIME_WAIT -
  1007. tcp 0 0 127.0.0.1:33730 127.0.0.1:6379 TIME_WAIT -
  1008. tcp 0 0 127.0.0.1:34030 127.0.0.1:6379 TIME_WAIT -
  1009. tcp 0 0 127.0.0.1:33986 127.0.0.1:6379 TIME_WAIT -
  1010. tcp 0 0 192.168.2.107:49153 192.168.2.101:52764 TIME_WAIT -
  1011. tcp 0 0 127.0.0.1:33712 127.0.0.1:6379 TIME_WAIT -
  1012. tcp 0 0 127.0.0.1:33894 127.0.0.1:6379 TIME_WAIT -
  1013. tcp 0 0 127.0.0.1:33774 127.0.0.1:6379 TIME_WAIT -
  1014. tcp 0 0 127.0.0.1:34020 127.0.0.1:6379 TIME_WAIT -
  1015. tcp 0 0 192.168.2.107:49153 192.168.2.100:34194 TIME_WAIT -
  1016. tcp 0 0 127.0.0.1:33648 127.0.0.1:6379 TIME_WAIT -
  1017. tcp 0 0 127.0.0.1:33766 127.0.0.1:6379 TIME_WAIT -
  1018. tcp 0 0 127.0.0.1:34038 127.0.0.1:6379 TIME_WAIT -
  1019. tcp 0 0 127.0.0.1:33672 127.0.0.1:6379 TIME_WAIT -
  1020. tcp 0 0 127.0.0.1:33584 127.0.0.1:6379 TIME_WAIT -
  1021. tcp 0 0 192.168.2.107:49153 192.168.2.100:34195 TIME_WAIT -
  1022. tcp 0 0 127.0.0.1:33868 127.0.0.1:6379 TIME_WAIT -
  1023. Active UNIX domain sockets (w/o servers)
  1024. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1025. unix 2 [ ] DGRAM 11063 349/wpa_supplicant /run/wpa_supplicant/wlan1
  1026. unix 2 [ ] DGRAM 11072 349/wpa_supplicant /run/wpa_supplicant/p2p-dev-wlan1
  1027. unix 3 [ ] DGRAM 9298 1/init /run/systemd/notify
  1028. unix 2 [ ] DGRAM 10069 344/wpa_supplicant /run/wpa_supplicant/wlan0
  1029. unix 6 [ ] DGRAM 9307 1/init /run/systemd/journal/dev-log
  1030. unix 4 [ ] DGRAM 9315 1/init /run/systemd/journal/socket
  1031. unix 2 [ ] DGRAM 11555 535/nmbd /var/lib/samba/private/msg.sock/535
  1032. unix 2 [ ] DGRAM 13457 526/smbd /var/lib/samba/private/msg.sock/526
  1033. unix 2 [ ] DGRAM 11541 532/smbd /var/lib/samba/private/msg.sock/532
  1034. unix 3 [ ] STREAM CONNECTED 12492 485/php
  1035. unix 3 [ ] STREAM CONNECTED 12788 461/redis-server 12 /tmp/redis.sock
  1036. unix 3 [ ] STREAM CONNECTED 12787 659/php
  1037. unix 3 [ ] STREAM CONNECTED 13653 520/php
  1038. unix 3 [ ] STREAM CONNECTED 13074 845/midori
  1039. unix 3 [ ] STREAM CONNECTED 15337 690/Xorg @/tmp/.X11-unix/X0
  1040. unix 3 [ ] STREAM CONNECTED 12837 461/redis-server 12 /tmp/redis.sock
  1041. unix 3 [ ] STREAM CONNECTED 13335 1/init /run/systemd/journal/stdout
  1042. unix 3 [ ] STREAM CONNECTED 1351 218/systemd-udevd
  1043. unix 3 [ ] STREAM CONNECTED 13010 843/matchbox-window
  1044. unix 3 [ ] STREAM CONNECTED 13071 845/midori
  1045. unix 3 [ ] STREAM CONNECTED 13941 985/dbus-daemon
  1046. unix 3 [ ] STREAM CONNECTED 11404 461/redis-server 12 /tmp/redis.sock
  1047. unix 2 [ ] STREAM CONNECTED 12817 665/sudo
  1048. unix 3 [ ] STREAM CONNECTED 2041 475/nginx: master p
  1049. unix 3 [ ] STREAM CONNECTED 16521 992/dbus-daemon @/tmp/dbus-3lgFyYlLLA
  1050. unix 3 [ ] STREAM CONNECTED 13016 935/xbindkeys
  1051. unix 3 [ ] STREAM CONNECTED 13559 585/mpd
  1052. unix 3 [ ] STREAM CONNECTED 11710 1/init /run/systemd/journal/stdout
  1053. unix 3 [ ] STREAM CONNECTED 15400 690/Xorg @/tmp/.X11-unix/X0
  1054. unix 3 [ ] STREAM CONNECTED 13651 520/php
  1055. unix 3 [ ] STREAM CONNECTED 12126 585/mpd /run/mpd.sock
  1056. unix 3 [ ] STREAM CONNECTED 12689 589/upmpdcli
  1057. unix 3 [ ] STREAM CONNECTED 13940 985/dbus-daemon
  1058. unix 3 [ ] STREAM CONNECTED 13962 992/dbus-daemon @/tmp/dbus-3lgFyYlLLA
  1059. unix 3 [ ] STREAM CONNECTED 16425 690/Xorg @/tmp/.X11-unix/X0
  1060. unix 3 [ ] STREAM CONNECTED 13809 688/xinit
  1061. unix 3 [ ] STREAM CONNECTED 2042 475/nginx: master p
  1062. unix 2 [ ] DGRAM 12823 665/sudo
  1063. unix 3 [ ] STREAM CONNECTED 13076 994/at-spi2-registr
  1064. unix 3 [ ] STREAM CONNECTED 8578 1/init /run/systemd/journal/stdout
  1065. unix 3 [ ] STREAM CONNECTED 13362 655/php
  1066. unix 3 [ ] STREAM CONNECTED 12047 286/dbus-daemon /run/dbus/system_bus_socket
  1067. unix 3 [ ] STREAM CONNECTED 13945 985/dbus-daemon @/tmp/dbus-2WkfNiNIv2
  1068. unix 3 [ ] STREAM CONNECTED 13159 1032/php
  1069. unix 3 [ ] STREAM CONNECTED 13961 992/dbus-daemon
  1070. unix 3 [ ] STREAM CONNECTED 15620 461/redis-server 12 /tmp/redis.sock
  1071. unix 3 [ ] STREAM CONNECTED 9163 451/sshd
  1072. unix 3 [ ] STREAM CONNECTED 15117 1/init /run/systemd/journal/stdout
  1073. unix 3 [ ] STREAM CONNECTED 12046 643/php-fpm: master
  1074. unix 3 [ ] STREAM CONNECTED 13950 987/at-spi-bus-laun
  1075. unix 3 [ ] STREAM CONNECTED 10035 1/init /run/systemd/journal/stdout
  1076. unix 3 [ ] STREAM CONNECTED 9024 311/sh
  1077. unix 3 [ ] STREAM CONNECTED 15599 985/dbus-daemon @/tmp/dbus-2WkfNiNIv2
  1078. unix 3 [ ] STREAM CONNECTED 13949 987/at-spi-bus-laun
  1079. unix 3 [ ] STREAM CONNECTED 13154 845/midori
  1080. unix 3 [ ] STREAM CONNECTED 9166 1/init /run/systemd/journal/stdout
  1081. unix 2 [ ] DGRAM 9086 445/dhcpcd
  1082. unix 3 [ ] STREAM CONNECTED 15438 1/init /run/systemd/journal/stdout
  1083. unix 3 [ ] STREAM CONNECTED 15437 1/init /run/systemd/journal/stdout
  1084. unix 3 [ ] STREAM CONNECTED 13960 992/dbus-daemon
  1085. unix 3 [ ] DGRAM 7850 218/systemd-udevd
  1086. unix 2 [ ] DGRAM 11037 305/avahi-daemon: r
  1087. unix 2 [ ] DGRAM 16574 1/init
  1088. unix 3 [ ] STREAM CONNECTED 13969 994/at-spi2-registr
  1089. unix 3 [ ] STREAM CONNECTED 11045 305/avahi-daemon: r
  1090. unix 3 [ ] STREAM CONNECTED 15474 690/Xorg @/tmp/.X11-unix/X0
  1091. unix 3 [ ] STREAM CONNECTED 15467 1/init /run/systemd/journal/stdout
  1092. unix 3 [ ] STREAM CONNECTED 10220 475/nginx: master p
  1093. unix 3 [ ] STREAM CONNECTED 13968 994/at-spi2-registr
  1094. unix 3 [ ] STREAM CONNECTED 15442 987/at-spi-bus-laun
  1095. unix 3 [ ] STREAM CONNECTED 13938 690/Xorg @/tmp/.X11-unix/X0
  1096. unix 3 [ ] STREAM CONNECTED 16511 984/dbus-launch
  1097. unix 3 [ ] STREAM CONNECTED 15432 845/midori
  1098. unix 2 [ ] DGRAM 7839 218/systemd-udevd
  1099. unix 3 [ ] STREAM CONNECTED 13954 985/dbus-daemon @/tmp/dbus-2WkfNiNIv2
  1100. unix 2 [ ] DGRAM 7718 175/systemd-journal
  1101. unix 3 [ ] STREAM CONNECTED 13388 1/init /run/systemd/journal/stdout
  1102. unix 3 [ ] STREAM CONNECTED 13195 - /tmp/redis.sock
  1103. unix 3 [ ] STREAM CONNECTED 11040 305/avahi-daemon: r
  1104. unix 3 [ ] STREAM CONNECTED 13052 690/Xorg @/tmp/.X11-unix/X0
  1105. unix 3 [ ] STREAM CONNECTED 11298 464/ntpd
  1106. unix 3 [ ] STREAM CONNECTED 11041 338/avahi-daemon: c
  1107. unix 3 [ ] DGRAM 7849 218/systemd-udevd
  1108. unix 3 [ ] STREAM CONNECTED 14669 520/php
  1109. unix 3 [ ] STREAM CONNECTED 16199 485/php
  1110. unix 3 [ ] STREAM CONNECTED 15475 985/dbus-daemon @/tmp/dbus-2WkfNiNIv2
  1111. unix 3 [ ] STREAM CONNECTED 13966 994/at-spi2-registr
  1112. unix 3 [ ] STREAM CONNECTED 10219 475/nginx: master p
  1113. unix 3 [ ] STREAM CONNECTED 11297 464/ntpd
  1114. unix 3 [ ] STREAM CONNECTED 15466 1/init /run/systemd/journal/stdout
  1115. unix 3 [ ] STREAM CONNECTED 13942 690/Xorg @/tmp/.X11-unix/X0
  1116. unix 3 [ ] STREAM CONNECTED 10061 286/dbus-daemon /run/dbus/system_bus_socket
  1117. unix 3 [ ] STREAM CONNECTED 13967 994/at-spi2-registr
  1118. unix 3 [ ] STREAM CONNECTED 15436 984/dbus-launch
  1119. unix 3 [ ] STREAM CONNECTED 8973 309/python
  1120. unix 3 [ ] STREAM CONNECTED 9774 286/dbus-daemon
  1121. unix 3 [ ] STREAM CONNECTED 8908 1/init /run/systemd/journal/stdout
  1122. unix 3 [ ] STREAM CONNECTED 13583 461/redis-server 12 /tmp/redis.sock
  1123. unix 3 [ ] STREAM CONNECTED 15148 655/php
  1124. unix 3 [ ] STREAM CONNECTED 12388 461/redis-server 12
  1125. unix 3 [ ] STREAM CONNECTED 9873 1/init /run/systemd/journal/stdout
  1126. unix 3 [ ] STREAM CONNECTED 12712 1/init /run/systemd/journal/stdout
  1127. unix 3 [ ] STREAM CONNECTED 10031 1/init /run/systemd/journal/stdout
  1128. unix 3 [ ] STREAM CONNECTED 15002 599/shairport
  1129. unix 3 [ ] STREAM CONNECTED 8892 286/dbus-daemon
  1130. unix 3 [ ] STREAM CONNECTED 15131 643/php-fpm: master
  1131. unix 3 [ ] STREAM CONNECTED 15193 690/Xorg
  1132. unix 3 [ ] STREAM CONNECTED 14709 526/smbd
  1133. unix 3 [ ] STREAM CONNECTED 9775 286/dbus-daemon
  1134. unix 3 [ ] STREAM CONNECTED 12710 286/dbus-daemon /run/dbus/system_bus_socket
  1135. unix 3 [ ] STREAM CONNECTED 9759 1/init /run/systemd/journal/stdout
  1136. unix 3 [ ] STREAM CONNECTED 8846 283/haveged
  1137. unix 3 [ ] STREAM CONNECTED 10017 305/avahi-daemon: r
  1138. unix 2 [ ] DGRAM 12400 464/ntpd
  1139. unix 3 [ ] STREAM CONNECTED 10172 1/init /run/systemd/journal/stdout
  1140. unix 3 [ ] STREAM CONNECTED 15132 643/php-fpm: master
  1141. unix 3 [ ] STREAM CONNECTED 10984 1/init /run/systemd/journal/stdout
  1142. unix 3 [ ] STREAM CONNECTED 15070 608/bash
  1143. unix 3 [ ] STREAM CONNECTED 11789 1/init /run/systemd/journal/stdout
  1144. unix 3 [ ] STREAM CONNECTED 13647 286/dbus-daemon /run/dbus/system_bus_socket
  1145. unix 3 [ ] STREAM CONNECTED 9872 298/ifplugd
  1146. unix 3 [ ] STREAM CONNECTED 13477 286/dbus-daemon /run/dbus/system_bus_socket
  1147. unix 3 [ ] STREAM CONNECTED 9761 1/init
  1148. unix 3 [ ] STREAM CONNECTED 9776 286/dbus-daemon /run/dbus/system_bus_socket
  1149. unix 3 [ ] STREAM CONNECTED 14979 599/shairport
  1150.  
  1151.  
  1152. ###### Network interfaces (ip addr) ######
  1153. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  1154. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1155. inet 127.0.0.1/8 scope host lo
  1156. valid_lft forever preferred_lft forever
  1157. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  1158. link/ether b8:27:eb:cb:9b:62 brd ff:ff:ff:ff:ff:ff
  1159. 3: wlan0: mtu 1500 qdisc mq state UP group default qlen 1000
  1160. link/ether 80:1f:02:cc:3b:ff brd ff:ff:ff:ff:ff:ff
  1161. inet 192.168.2.107/24 brd 192.168.2.255 scope global wlan0
  1162. valid_lft forever preferred_lft forever
  1163. 4: wlan1: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  1164. link/ether b8:27:eb:9e:ce:37 brd ff:ff:ff:ff:ff:ff
  1165.  
  1166.  
  1167. ###### Network interfaces (ifconfig) ######
  1168. eth0: flags=4099 mtu 1500
  1169. ether b8:27:eb:cb:9b:62 txqueuelen 1000 (Ethernet)
  1170. RX packets 0 bytes 0 (0.0 B)
  1171. RX errors 0 dropped 0 overruns 0 frame 0
  1172. TX packets 0 bytes 0 (0.0 B)
  1173. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1174.  
  1175. lo: flags=73 mtu 65536
  1176. inet 127.0.0.1 netmask 255.0.0.0
  1177. loop txqueuelen 1 (Local Loopback)
  1178. RX packets 4035 bytes 196386 (191.7 KiB)
  1179. RX errors 0 dropped 0 overruns 0 frame 0
  1180. TX packets 4035 bytes 196386 (191.7 KiB)
  1181. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1182.  
  1183. wlan0: flags=4163 mtu 1500
  1184. inet 192.168.2.107 netmask 255.255.255.0 broadcast 192.168.2.255
  1185. ether 80:1f:02:cc:3b:ff txqueuelen 1000 (Ethernet)
  1186. RX packets 391 bytes 55927 (54.6 KiB)
  1187. RX errors 0 dropped 127 overruns 0 frame 0
  1188. TX packets 457 bytes 200818 (196.1 KiB)
  1189. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1190.  
  1191. wlan1: flags=4099 mtu 1500
  1192. ether b8:27:eb:9e:ce:37 txqueuelen 1000 (Ethernet)
  1193. RX packets 19 bytes 4000 (3.9 KiB)
  1194. RX errors 0 dropped 19 overruns 0 frame 0
  1195. TX packets 0 bytes 0 (0.0 B)
  1196. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1197.  
  1198.  
  1199. ###### Network netctl profiles (netctl list) ######
  1200. * dodgy wifi
  1201. eth0
  1202.  
  1203. dodgy wifi netctl status
  1204. --------------------------------------------------------
  1205. ● netctl@dodgy\x20wifi.service - wlan1 connection
  1206. Loaded: loaded (/etc/systemd/system/netctl@dodgy\x20wifi.service; enabled; vendor preset: disabled)
  1207. Active: active (exited) since Mon 2016-02-22 09:40:28 EST; 12s ago
  1208. Docs: man:netctl.profile(5)
  1209. Main PID: 282 (code=exited, status=0/SUCCESS)
  1210. CGroup: /system.slice/system-netctl.slice/netctl@dodgy\x20wifi.service
  1211. ├─344 wpa_supplicant -q -B -P /run/wpa_supplicant_wlan0.pid -i wlan0 -D nl80211,wext -c/run/network/wpa_supplicant_wlan0.conf
  1212. └─445 dhcpcd -4 -q -t 30 -L wlan0
  1213.  
  1214. Feb 22 09:40:16 runeaudio network[282]: Starting network profile 'dodgy wifi'...
  1215. Feb 22 09:40:19 runeaudio dhcpcd[396]: DUID 00:01:00:01:1c:72:2b:ea:06:92:c5:a0:0d:d6
  1216. Feb 22 09:40:19 runeaudio dhcpcd[396]: wlan0: IAID 02:cc:3b:ff
  1217. Feb 22 09:40:19 runeaudio dhcpcd[396]: wlan0: rebinding lease of 192.168.2.107
  1218. Feb 22 09:40:22 runeaudio dhcpcd[396]: wlan0: probing address 192.168.2.107/24
  1219. Feb 22 09:40:27 runeaudio dhcpcd[396]: wlan0: leased 192.168.2.107 for 86400 seconds
  1220. Feb 22 09:40:27 runeaudio dhcpcd[396]: wlan0: adding route to 192.168.2.0/24
  1221. Feb 22 09:40:27 runeaudio dhcpcd[396]: wlan0: adding default route via 192.168.2.1
  1222. Feb 22 09:40:28 runeaudio network[282]: Started network profile 'dodgy wifi'
  1223. Feb 22 09:40:28 runeaudio systemd[1]: Started wlan1 connection.
  1224.  
  1225. dodgy wifi netctl profile
  1226. --------------------------------------------------------
  1227. Description='wlan0 connection'
  1228. Interface=wlan0
  1229. Connection=wireless
  1230. Security=wpa-configsection
  1231. IP=dhcp
  1232. WPAConfigSection=(
  1233. 'ssid="dodgy wifi"'
  1234. 'psk="***************"'
  1235. 'key_mgmt=WPA-PSK'
  1236. 'proto=RSN'
  1237. 'group=CCMP'
  1238. 'pairwise=CCMP'
  1239. 'priority=3'
  1240. )
  1241.  
  1242. eth0 netctl status
  1243. --------------------------------------------------------
  1244. ● netctl@eth0.service - Networking for netctl profile eth0
  1245. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1246. Active: inactive (dead)
  1247. Docs: man:netctl.profile(5)
  1248.  
  1249. eth0 netctl profile
  1250. --------------------------------------------------------
  1251. Description='eth0 connection'
  1252. Interface=eth0
  1253. ForceConnect=yes
  1254. SkipNoCarrier=yes
  1255. Connection=ethernet
  1256. IP=dhcp
  1257.  
  1258.  
  1259. ###### Network wifi status (iwconfig) ######
  1260. lo no wireless extensions.
  1261.  
  1262. eth0 no wireless extensions.
  1263.  
  1264. wlan0 IEEE 802.11bgn ESSID:"dodgy wifi" Nickname:""
  1265. Mode:Managed Frequency:2.412 GHz Access Point: 04:A1:51:11:6E:DB
  1266. Bit Rate:150 Mb/s Sensitivity:0/0
  1267. Retry:off RTS thr:off Fragment thr:off
  1268. Encryption key:****-****-****-****-****-****-****-**** Security mode:open
  1269. Power Management:off
  1270. Link Quality=100/100 Signal level=100/100 Noise level=0/100
  1271. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  1272. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  1273.  
  1274. wlan1 IEEE 802.11bgn ESSID:off/any
  1275. Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
  1276. Retry short limit:7 RTS thr:off Fragment thr:off
  1277. Encryption key:off
  1278. Power Management:on
  1279.  
  1280.  
  1281. ###### List all USB devices (lsusb) ######
  1282. Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
  1283. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1284. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1285. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1286.  
  1287. ###### Kernel status (dmesg) ######
  1288. [ 0.000000] Booting Linux on physical CPU 0x0
  1289. [ 0.000000] Initializing cgroup subsys cpuset
  1290. [ 0.000000] Initializing cgroup subsys cpu
  1291. [ 0.000000] Initializing cgroup subsys cpuacct
  1292. [ 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
  1293. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1294. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1295. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  1296. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  1297. [ 0.000000] Memory policy: Data cache writealloc
  1298. [ 0.000000] On node 0 totalpages: 241664
  1299. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  1300. [ 0.000000] Normal zone: 2124 pages used for memmap
  1301. [ 0.000000] Normal zone: 0 pages reserved
  1302. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  1303. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  1304. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  1305. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f61000 s22656 r8192 d22400 u53248
  1306. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1307. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1308. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1309. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa22082 bcm2709.serial=0x6ccb9b62 smsc95xx.macaddr=B8:27:EB:CB:9B:62 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
  1310. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1311. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1312. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1313. [ 0.000000] Memory: 936068K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22396K reserved, 8192K cma-reserved)
  1314. [ 0.000000] Virtual kernel memory layout:
  1315. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1316. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1317. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1318. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1319. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1320. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1321. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1322. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1323. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1324. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1325. [ 0.000000] Hierarchical RCU implementation.
  1326. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1327. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1328. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1329. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1330. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1331. [ 0.000013] Switching to timer-based delay loop, resolution 52ns
  1332. [ 0.000149] Console: colour dummy device 80x30
  1333. [ 0.000238] console [tty0] enabled
  1334. [ 0.000255] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1335. [ 0.000265] pid_max: default: 32768 minimum: 301
  1336. [ 0.000416] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1337. [ 0.000423] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1338. [ 0.000912] Disabling cpuset control group subsystem
  1339. [ 0.000928] Initializing cgroup subsys io
  1340. [ 0.000942] Initializing cgroup subsys memory
  1341. [ 0.000964] Initializing cgroup subsys devices
  1342. [ 0.000973] Initializing cgroup subsys freezer
  1343. [ 0.000981] Initializing cgroup subsys net_cls
  1344. [ 0.000989] Initializing cgroup subsys perf_event
  1345. [ 0.000997] Initializing cgroup subsys net_prio
  1346. [ 0.001011] Initializing cgroup subsys pids
  1347. [ 0.001032] CPU: Testing write buffer coherency: ok
  1348. [ 0.001327] CPU0: update cpu_capacity 1024
  1349. [ 0.001333] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1350. [ 0.001338] [bcm2709_smp_prepare_cpus] enter
  1351. [ 0.001406] Setting up static identity map for 0x8240 - 0x8274
  1352. [ 0.002275] [bcm2709_boot_secondary] cpu:1 started (0) 18
  1353. [ 0.002482] [bcm2709_secondary_init] enter cpu:1
  1354. [ 0.002506] CPU1: update cpu_capacity 1024
  1355. [ 0.002509] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1356. [ 0.002711] [bcm2709_boot_secondary] cpu:2 started (0) 17
  1357. [ 0.002850] [bcm2709_secondary_init] enter cpu:2
  1358. [ 0.002860] CPU2: update cpu_capacity 1024
  1359. [ 0.002863] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1360. [ 0.003041] [bcm2709_boot_secondary] cpu:3 started (0) 16
  1361. [ 0.003167] [bcm2709_secondary_init] enter cpu:3
  1362. [ 0.003178] CPU3: update cpu_capacity 1024
  1363. [ 0.003180] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1364. [ 0.003209] Brought up 4 CPUs
  1365. [ 0.003220] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1366. [ 0.003224] CPU: All CPU(s) started in HYP mode.
  1367. [ 0.003227] CPU: Virtualization extensions available.
  1368. [ 0.003582] devtmpfs: initialized
  1369. [ 0.008901] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1370. [ 0.009074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1371. [ 0.009360] xor: measuring software checksum speed
  1372. [ 0.099969] arm4regs : 2046.800 MB/sec
  1373. [ 0.200000] 8regs : 1198.800 MB/sec
  1374. [ 0.300035] 32regs : 1032.400 MB/sec
  1375. [ 0.400066] neon : 2092.400 MB/sec
  1376. [ 0.400071] xor: using function: neon (2092.400 MB/sec)
  1377. [ 0.400139] pinctrl core: initialized pinctrl subsystem
  1378. [ 0.400428] NET: Registered protocol family 16
  1379. [ 0.403615] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1380. [ 0.407010] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1381. [ 0.407015] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1382. [ 0.407089] Serial: AMBA PL011 UART driver
  1383. [ 0.407157] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1384. [ 0.407236] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1385. [ 0.620210] raid6: int32x1 gen() 182 MB/s
  1386. [ 0.790332] raid6: int32x1 xor() 168 MB/s
  1387. [ 0.960418] raid6: int32x2 gen() 279 MB/s
  1388. [ 1.130512] raid6: int32x2 xor() 214 MB/s
  1389. [ 1.300704] raid6: int32x4 gen() 301 MB/s
  1390. [ 1.470700] raid6: int32x4 xor() 225 MB/s
  1391. [ 1.640769] raid6: int32x8 gen() 303 MB/s
  1392. [ 1.810849] raid6: int32x8 xor() 206 MB/s
  1393. [ 1.980903] raid6: neonx1 gen() 751 MB/s
  1394. [ 2.150976] raid6: neonx1 xor() 724 MB/s
  1395. [ 2.321075] raid6: neonx2 gen() 1080 MB/s
  1396. [ 2.491159] raid6: neonx2 xor() 955 MB/s
  1397. [ 2.661252] raid6: neonx4 gen() 1463 MB/s
  1398. [ 2.831328] raid6: neonx4 xor() 1105 MB/s
  1399. [ 3.001420] raid6: neonx8 gen() 1019 MB/s
  1400. [ 3.171522] raid6: neonx8 xor() 840 MB/s
  1401. [ 3.171527] raid6: using algorithm neonx4 gen() 1463 MB/s
  1402. [ 3.171531] raid6: .... xor() 1105 MB/s, rmw enabled
  1403. [ 3.171534] raid6: using intx1 recovery algorithm
  1404. [ 3.172322] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1405. [ 3.172590] SCSI subsystem initialized
  1406. [ 3.172741] usbcore: registered new interface driver usbfs
  1407. [ 3.172778] usbcore: registered new interface driver hub
  1408. [ 3.172836] usbcore: registered new device driver usb
  1409. [ 3.181517] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1410. [ 3.208081] clocksource: Switched to clocksource arch_sys_counter
  1411. [ 3.236083] FS-Cache: Loaded
  1412. [ 3.236228] CacheFiles: Loaded
  1413. [ 3.241702] NET: Registered protocol family 2
  1414. [ 3.242120] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1415. [ 3.242179] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1416. [ 3.242273] TCP: Hash tables configured (established 8192 bind 8192)
  1417. [ 3.242329] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1418. [ 3.242353] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1419. [ 3.242469] NET: Registered protocol family 1
  1420. [ 3.242632] RPC: Registered named UNIX socket transport module.
  1421. [ 3.242637] RPC: Registered udp transport module.
  1422. [ 3.242641] RPC: Registered tcp transport module.
  1423. [ 3.242645] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1424. [ 3.243320] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1425. [ 3.244621] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1426. [ 3.250950] VFS: Disk quotas dquot_6.6.0
  1427. [ 3.251082] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1428. [ 3.252302] FS-Cache: Netfs 'nfs' registered for caching
  1429. [ 3.252689] NFS: Registering the id_resolver key type
  1430. [ 3.252714] Key type id_resolver registered
  1431. [ 3.252719] Key type id_legacy registered
  1432. [ 3.252734] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1433. [ 3.253129] JFS: nTxBlock = 7377, nTxLock = 59016
  1434. [ 3.257676] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1435. [ 3.261545] async_tx: api initialized (async)
  1436. [ 3.261690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1437. [ 3.261756] io scheduler noop registered (default)
  1438. [ 3.261765] io scheduler deadline registered
  1439. [ 3.261790] io scheduler cfq registered
  1440. [ 3.263040] BCM2708FB: allocated DMA memory fac10000
  1441. [ 3.263054] BCM2708FB: allocated DMA channel 0 @ f3007000
  1442. [ 3.268302] Console: switching to colour frame buffer device 82x26
  1443. [ 3.271232] vc-cma: Videocore CMA driver
  1444. [ 3.271237] vc-cma: vc_cma_base = 0x00000000
  1445. [ 3.271241] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1446. [ 3.271245] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1447. [ 3.271334] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1448. [ 3.278259] brd: module loaded
  1449. [ 3.282398] loop: module loaded
  1450. [ 3.282890] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1451. [ 3.283875] Loading iSCSI transport class v2.0-870.
  1452. [ 3.284224] usbcore: registered new interface driver ax88179_178a
  1453. [ 3.284270] usbcore: registered new interface driver smsc95xx
  1454. [ 3.284333] usbcore: registered new interface driver cdc_ncm
  1455. [ 3.284343] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1456. [ 3.484473] Core Release: 2.80a
  1457. [ 3.484479] Setting default values for core params
  1458. [ 3.484499] Finished setting default values for core params
  1459. [ 3.684664] Using Buffer DMA mode
  1460. [ 3.684669] Periodic Transfer Interrupt Enhancement - disabled
  1461. [ 3.684673] Multiprocessor Interrupt Enhancement - disabled
  1462. [ 3.684677] OTG VER PARAM: 0, OTG VER FLAG: 0
  1463. [ 3.684692] Dedicated Tx FIFOs mode
  1464. [ 3.684859] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1465. [ 3.684875] FIQ FSM acceleration enabled for :
  1466. Non-periodic Split Transactions
  1467. Periodic Split Transactions
  1468. [ 3.684883] dwc_otg: Microframe scheduler enabled
  1469. [ 3.684907] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1470. [ 3.684914] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1471. [ 3.684920] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1472. [ 3.684950] dwc_otg 3f980000.usb: DWC OTG Controller
  1473. [ 3.684969] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1474. [ 3.684987] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1475. [ 3.685022] Init: Port Power? op_state=1
  1476. [ 3.685026] Init: Power Port (0)
  1477. [ 3.685127] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1478. [ 3.685133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1479. [ 3.685139] usb usb1: Product: DWC OTG Controller
  1480. [ 3.685145] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1481. [ 3.685150] usb usb1: SerialNumber: 3f980000.usb
  1482. [ 3.685527] hub 1-0:1.0: USB hub found
  1483. [ 3.685547] hub 1-0:1.0: 1 port detected
  1484. [ 3.685847] dwc_otg: FIQ enabled
  1485. [ 3.685851] dwc_otg: NAK holdoff enabled
  1486. [ 3.685855] dwc_otg: FIQ split-transaction FSM enabled
  1487. [ 3.685872] Module dwc_common_port init
  1488. [ 3.685980] usbcore: registered new interface driver usb-storage
  1489. [ 3.686015] usbcore: registered new interface driver ums-alauda
  1490. [ 3.686045] usbcore: registered new interface driver ums-cypress
  1491. [ 3.686074] usbcore: registered new interface driver ums-datafab
  1492. [ 3.686103] usbcore: registered new interface driver ums_eneub6250
  1493. [ 3.686132] usbcore: registered new interface driver ums-freecom
  1494. [ 3.686165] usbcore: registered new interface driver ums-isd200
  1495. [ 3.686195] usbcore: registered new interface driver ums-jumpshot
  1496. [ 3.686224] usbcore: registered new interface driver ums-karma
  1497. [ 3.686253] usbcore: registered new interface driver ums-onetouch
  1498. [ 3.686294] usbcore: registered new interface driver ums-realtek
  1499. [ 3.686324] usbcore: registered new interface driver ums-sddr09
  1500. [ 3.686354] usbcore: registered new interface driver ums-sddr55
  1501. [ 3.686383] usbcore: registered new interface driver ums-usbat
  1502. [ 3.686501] mousedev: PS/2 mouse device common for all mice
  1503. [ 3.686854] md: linear personality registered for level -1
  1504. [ 3.686863] md: raid0 personality registered for level 0
  1505. [ 3.686871] md: raid1 personality registered for level 1
  1506. [ 3.686879] md: raid10 personality registered for level 10
  1507. [ 3.687008] md: raid6 personality registered for level 6
  1508. [ 3.687013] md: raid5 personality registered for level 5
  1509. [ 3.687017] md: raid4 personality registered for level 4
  1510. [ 3.687026] md: multipath personality registered for level -4
  1511. [ 3.687034] md: faulty personality registered for level -5
  1512. [ 3.687206] device-mapper: uevent: version 1.0.3
  1513. [ 3.687430] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1514. [ 3.687713] device-mapper: multipath: version 1.10.0 loaded
  1515. [ 3.687723] device-mapper: multipath round-robin: version 1.0.0 loaded
  1516. [ 3.687732] device-mapper: multipath queue-length: version 0.1.0 loaded
  1517. [ 3.687740] device-mapper: multipath service-time: version 0.2.0 loaded
  1518. [ 3.687758] device-mapper: raid: Loading target version 1.7.0
  1519. [ 3.687861] bcm2835-cpufreq: min=1200000 max=1200000
  1520. [ 3.688051] sdhci: Secure Digital Host Controller Interface driver
  1521. [ 3.688055] sdhci: Copyright(c) Pierre Ossman
  1522. [ 3.688280] sdhost: log_buf @ bac07000 (fac07000)
  1523. [ 3.748098] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1524. [ 3.750132] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1525. [ 3.750139] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1526. [ 3.788140] sdhci-pltfm: SDHCI platform and OF driver helper
  1527. [ 3.788345] ledtrig-cpu: registered to indicate activity on CPUs
  1528. [ 3.788422] hidraw: raw HID events driver (C) Jiri Kosina
  1529. [ 3.788622] usbcore: registered new interface driver usbhid
  1530. [ 3.788626] usbhid: USB HID core driver
  1531. [ 3.788891] Initializing XFRM netlink socket
  1532. [ 3.788907] NET: Registered protocol family 17
  1533. [ 3.788982] Key type dns_resolver registered
  1534. [ 3.789380] Registering SWP/SWPB emulation handler
  1535. [ 3.789759] registered taskstats version 1
  1536. [ 3.791389] Btrfs loaded
  1537. [ 3.791980] Key type encrypted registered
  1538. [ 3.792026] vc-sm: Videocore shared memory driver
  1539. [ 3.792033] [vc_sm_connected_init]: start
  1540. [ 3.792278] [vc_sm_connected_init]: end - returning 0
  1541. [ 3.793371] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1542. [ 3.793545] of_cfs_init
  1543. [ 3.793587] of_cfs_init: OK
  1544. [ 3.793951] md: Waiting for all devices to be available before autodetect
  1545. [ 3.793955] md: If you don't use raid, use raid=noautodetect
  1546. [ 3.794499] md: Autodetecting RAID arrays.
  1547. [ 3.794504] md: Scanned 0 and added 0 devices.
  1548. [ 3.794508] md: autorun ...
  1549. [ 3.794511] md: ... autorun DONE.
  1550. [ 3.794604] Waiting for root device /dev/mmcblk0p2...
  1551. [ 3.805129] mmc0: host does not support reading read-only switch, assuming write-enable
  1552. [ 3.807043] mmc0: new high speed SDHC card at address 0007
  1553. [ 3.807312] mmcblk0: mmc0:0007 SL16G 14.5 GiB
  1554. [ 3.808434] mmcblk0: p1 p2
  1555. [ 3.827307] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1556. [ 3.828796] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1557. [ 3.830281] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1558. [ 3.832945] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1559. [ 3.878140] Indeed it is in host mode hprt0 = 00021501
  1560. [ 3.918347] mmc1: new high speed SDIO card at address 0001
  1561. [ 4.058097] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1562. [ 4.058165] Indeed it is in host mode hprt0 = 00001101
  1563. [ 4.258222] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1564. [ 4.258230] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1565. [ 4.258654] hub 1-1:1.0: USB hub found
  1566. [ 4.258698] hub 1-1:1.0: 5 ports detected
  1567. [ 4.538097] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1568. [ 4.638215] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1569. [ 4.638223] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1570. [ 4.640657] smsc95xx v1.0.4
  1571. [ 4.699587] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:cb:9b:62
  1572. [ 4.778099] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  1573. [ 4.879236] usb 1-1.2: New USB device found, idVendor=7392, idProduct=7811
  1574. [ 4.879244] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1575. [ 4.879250] usb 1-1.2: Product: 802.11n WLAN Adapter
  1576. [ 4.879255] usb 1-1.2: Manufacturer: Realtek
  1577. [ 4.879261] usb 1-1.2: SerialNumber: 00e04c000001
  1578. [ 17.012332] EXT4-fs (mmcblk0p2): recovery complete
  1579. [ 17.020076] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1580. [ 17.020108] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1581. [ 17.020821] devtmpfs: mounted
  1582. [ 17.021139] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1583. [ 17.348156] systemd[1]: System time before build time, advancing clock.
  1584. [ 17.455043] IPv6: Loaded, but administratively disabled, reboot required to enable
  1585. [ 17.464696] ip_tables: (C) 2000-2006 Netfilter Core Team
  1586. [ 17.468368] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
  1587. [ 17.478902] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
  1588. [ 17.480530] 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)
  1589. [ 17.480833] systemd[1]: Detected architecture arm.
  1590. [ 17.481697] systemd[1]: Set hostname to .
  1591. [ 17.554111] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
  1592. [ 17.556214] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
  1593. [ 17.556338] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
  1594. [ 17.644095] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  1595. [ 17.644266] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  1596. [ 17.644555] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  1597. [ 17.645088] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  1598. [ 17.664461] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  1599. [ 17.945877] systemd[1]: Listening on Journal Socket (/dev/log).
  1600. [ 17.946073] systemd[1]: Reached target Login Prompts.
  1601. [ 17.946164] systemd[1]: Listening on udev Kernel Socket.
  1602. [ 17.946269] systemd[1]: Listening on Journal Socket.
  1603. [ 17.946385] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1604. [ 17.946474] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1605. [ 17.946565] systemd[1]: Listening on udev Control Socket.
  1606. [ 17.946607] systemd[1]: Reached target Encrypted Volumes.
  1607. [ 17.946649] systemd[1]: Reached target System Time Synchronized.
  1608. [ 17.966183] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1609. [ 17.966250] systemd[1]: Reached target Swap.
  1610. [ 17.967339] systemd[1]: Created slice System Slice.
  1611. [ 17.998316] systemd[1]: Mounting POSIX Message Queue File System...
  1612. [ 18.003860] systemd[1]: Starting Load Kernel Modules...
  1613. [ 18.067781] systemd[1]: Starting RuneAudio shutdown script...
  1614. [ 18.085150] systemd[1]: Mounting Temporary Directory...
  1615. [ 18.087130] systemd[1]: Starting Remount Root and Kernel File Systems...
  1616. [ 18.087991] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1617. [ 18.090297] systemd[1]: Starting Setup Virtual Console...
  1618. [ 18.090382] systemd[1]: Reached target Slices.
  1619. [ 18.091235] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1620. [ 18.093570] systemd[1]: Starting Journal Service...
  1621. [ 18.094520] systemd[1]: Created slice system-netctl.slice.
  1622. [ 18.108324] systemd[1]: Listening on Process Core Dump Socket.
  1623. [ 18.110319] systemd[1]: Mounting Debug File System...
  1624. [ 18.112584] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1625. [ 18.113317] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1626. [ 18.135282] systemd[1]: Reached target Remote File Systems.
  1627. [ 18.135473] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1628. [ 18.135522] systemd[1]: Reached target Paths.
  1629. [ 18.139786] systemd[1]: Mounted POSIX Message Queue File System.
  1630. [ 18.139899] systemd[1]: Mounted Debug File System.
  1631. [ 18.139959] systemd[1]: Mounted Temporary Directory.
  1632. [ 18.141107] systemd[1]: Started Load Kernel Modules.
  1633. [ 18.142135] systemd[1]: Started RuneAudio shutdown script.
  1634. [ 18.143100] systemd[1]: Started Remount Root and Kernel File Systems.
  1635. [ 18.143970] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1636. [ 18.242759] systemd[1]: Started Journal Service.
  1637. [ 18.819512] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1638. [ 18.824551] bcm2835-rng 3f104000.rng: hwrng registered
  1639. [ 18.846333] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1640. [ 18.864959] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  1641. [ 19.113370] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  1642. [ 19.113384] snd-rpi-hifiberry-dacplus soc:sound: snd_soc_register_card() failed: -517
  1643. [ 19.183223] snd-rpi-hifiberry-dacplus soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1644. [ 19.217076] usbcore: registered new interface driver brcmfmac
  1645. [ 19.226061] random: nonblocking pool is initialized
  1646. [ 19.284897] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1647. [ 19.284911] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1648. [ 19.284918] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1649. [ 19.284923] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1650. [ 19.284928] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1651. [ 19.284934] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1652. [ 19.284939] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1653. [ 19.284945] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1654. [ 19.284950] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1655. [ 19.284955] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1656. [ 19.284960] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1657. [ 19.284965] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1658. [ 19.284970] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1659. [ 19.284975] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1660. [ 19.284980] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1661. [ 19.284985] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1662. [ 19.284990] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1663. [ 19.284995] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1664. [ 19.284999] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1665. [ 19.285004] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1666. [ 19.285009] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1667. [ 19.285014] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1668. [ 19.285019] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1669. [ 19.285024] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1670. [ 19.285029] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1671. [ 19.285034] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1672. [ 19.285040] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1673. [ 19.285045] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1674. [ 19.285050] cfg80211: Disabling freq 5170 MHz
  1675. [ 19.285055] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  1676. [ 19.285060] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1677. [ 19.285065] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  1678. [ 19.285070] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1679. [ 19.285075] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  1680. [ 19.285080] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1681. [ 19.285085] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
  1682. [ 19.285090] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1683. [ 19.285095] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  1684. [ 19.285100] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1685. [ 19.285105] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  1686. [ 19.285110] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1687. [ 19.285115] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  1688. [ 19.285120] cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1689. [ 19.285125] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
  1690. [ 19.285130] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1691. [ 19.285135] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
  1692. [ 19.285140] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1693. [ 19.285145] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
  1694. [ 19.285150] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1695. [ 19.285155] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
  1696. [ 19.285160] cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1697. [ 19.285166] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
  1698. [ 19.285171] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1699. [ 19.285176] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
  1700. [ 19.285181] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1701. [ 19.285186] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
  1702. [ 19.285191] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1703. [ 19.285196] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
  1704. [ 19.285201] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1705. [ 19.285206] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
  1706. [ 19.285211] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1707. [ 19.285216] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
  1708. [ 19.285221] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1709. [ 19.285226] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
  1710. [ 19.285231] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1711. [ 19.285236] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
  1712. [ 19.285240] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1713. [ 19.285245] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
  1714. [ 19.285250] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1715. [ 19.285255] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
  1716. [ 19.285260] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1717. [ 19.285265] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
  1718. [ 19.285270] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (600 mBi, 2000 mBm)
  1719. [ 19.285275] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  1720. [ 19.285280] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (600 mBi, 2000 mBm)
  1721. [ 19.285285] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  1722. [ 19.285291] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (600 mBi, 2000 mBm)
  1723. [ 19.285296] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  1724. [ 19.285301] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (600 mBi, 2000 mBm)
  1725. [ 19.285306] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  1726. [ 19.285311] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (600 mBi, 2000 mBm)
  1727. [ 19.285316] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  1728. [ 19.285321] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (600 mBi, 2000 mBm)
  1729. [ 19.285325] cfg80211: Disabling freq 5920 MHz
  1730. [ 19.285329] cfg80211: Disabling freq 5940 MHz
  1731. [ 19.285332] cfg80211: Disabling freq 5960 MHz
  1732. [ 19.285336] cfg80211: Disabling freq 5980 MHz
  1733. [ 19.285339] cfg80211: Disabling freq 6000 MHz
  1734. [ 19.285343] cfg80211: Disabling freq 6020 MHz
  1735. [ 19.285347] cfg80211: Disabling freq 6040 MHz
  1736. [ 19.285350] cfg80211: Disabling freq 6060 MHz
  1737. [ 19.285354] cfg80211: Disabling freq 6080 MHz
  1738. [ 19.286741] usbcore: registered new interface driver rtl8192cu
  1739. [ 19.292224] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1740. [ 19.292236] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1741. [ 19.292243] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1742. [ 19.292248] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1743. [ 19.292253] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1744. [ 19.292258] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1745. [ 19.292265] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1746. [ 19.292270] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1747. [ 19.292274] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1748. [ 19.292279] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1749. [ 19.292284] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1750. [ 19.292289] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1751. [ 19.292294] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1752. [ 19.292299] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1753. [ 19.292303] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1754. [ 19.292308] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1755. [ 19.292313] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1756. [ 19.292318] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1757. [ 19.292323] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1758. [ 19.292331] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1759. [ 19.292335] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1760. [ 19.292340] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1761. [ 19.292345] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1762. [ 19.292350] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1763. [ 19.292355] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1764. [ 19.292360] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1765. [ 19.292364] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1766. [ 19.292369] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
  1767. [ 19.292374] cfg80211: Disabling freq 5170 MHz
  1768. [ 19.292380] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  1769. [ 19.292385] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1770. [ 19.292390] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  1771. [ 19.292395] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1772. [ 19.292403] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  1773. [ 19.292408] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1774. [ 19.292414] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
  1775. [ 19.292419] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1776. [ 19.292424] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  1777. [ 19.292429] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1778. [ 19.292435] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  1779. [ 19.292440] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1780. [ 19.292445] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  1781. [ 19.292450] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1782. [ 19.292455] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
  1783. [ 19.292461] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1784. [ 19.292469] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
  1785. [ 19.292474] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1786. [ 19.292479] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
  1787. [ 19.292484] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1788. [ 19.292490] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
  1789. [ 19.292495] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1790. [ 19.292500] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
  1791. [ 19.292505] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1792. [ 19.292509] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
  1793. [ 19.292514] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1794. [ 19.292519] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
  1795. [ 19.292524] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1796. [ 19.292528] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
  1797. [ 19.292533] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1798. [ 19.292541] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
  1799. [ 19.292546] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1800. [ 19.292551] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
  1801. [ 19.292556] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1802. [ 19.292560] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
  1803. [ 19.292565] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1804. [ 19.292570] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
  1805. [ 19.292575] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1806. [ 19.292580] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
  1807. [ 19.292585] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1808. [ 19.292590] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
  1809. [ 19.292595] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1810. [ 19.292600] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
  1811. [ 19.292605] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1812. [ 19.292612] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  1813. [ 19.292617] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1814. [ 19.292622] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  1815. [ 19.292627] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1816. [ 19.292631] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  1817. [ 19.292636] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1818. [ 19.292641] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  1819. [ 19.292646] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1820. [ 19.292651] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  1821. [ 19.292656] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1822. [ 19.292660] cfg80211: Disabling freq 5920 MHz
  1823. [ 19.292663] cfg80211: Disabling freq 5940 MHz
  1824. [ 19.292667] cfg80211: Disabling freq 5960 MHz
  1825. [ 19.292671] cfg80211: Disabling freq 5980 MHz
  1826. [ 19.292675] cfg80211: Disabling freq 6000 MHz
  1827. [ 19.292681] cfg80211: Disabling freq 6020 MHz
  1828. [ 19.292685] cfg80211: Disabling freq 6040 MHz
  1829. [ 19.292689] cfg80211: Disabling freq 6060 MHz
  1830. [ 19.292692] cfg80211: Disabling freq 6080 MHz
  1831. [ 19.292708] cfg80211: World regulatory domain updated:
  1832. [ 19.292712] cfg80211: DFS Master region: unset
  1833. [ 19.292717] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1834. [ 19.292724] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1835. [ 19.292729] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1836. [ 19.292735] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1837. [ 19.292741] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1838. [ 19.292750] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1839. [ 19.292756] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1840. [ 19.292762] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1841. [ 19.292768] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1842. [ 19.310965] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1843. [ 19.326801] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1844. [ 19.326815] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1845. [ 19.326822] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1846. [ 19.326828] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1847. [ 19.326833] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1848. [ 19.326838] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1849. [ 19.326843] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1850. [ 19.326848] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1851. [ 19.326853] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1852. [ 19.326858] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1853. [ 19.326862] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1854. [ 19.326867] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1855. [ 19.326872] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1856. [ 19.326877] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1857. [ 19.326882] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1858. [ 19.326887] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1859. [ 19.326892] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1860. [ 19.326897] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1861. [ 19.326902] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1862. [ 19.326907] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1863. [ 19.326912] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1864. [ 19.326917] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1865. [ 19.326923] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1866. [ 19.326928] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1867. [ 19.326933] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1868. [ 19.326938] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1869. [ 19.326943] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1870. [ 19.326948] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1871. [ 19.327087] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1872. [ 19.327095] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1873. [ 19.555099] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1874. [ 20.720556] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1875. [ 20.762974] brcmfmac: brcmf_add_if: ERROR: netdev:wlan1 already exists
  1876. [ 20.763003] brcmfmac: brcmf_add_if: ignore IF event
  1877. [ 20.767184] brcmfmac: power management disabled
  1878. [ 20.924356] brcmfmac: brcmf_add_if: ERROR: netdev:wlan1 already exists
  1879. [ 20.924372] brcmfmac: brcmf_add_if: ignore IF event
  1880. [ 22.175783] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1881. [ 22.175795] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1882. [ 22.175801] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1883. [ 22.175806] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1884. [ 22.175811] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1885. [ 22.175816] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1886. [ 22.175820] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1887. [ 22.175825] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1888. [ 22.175830] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1889. [ 22.175835] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1890. [ 22.175839] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1891. [ 22.175844] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1892. [ 22.175849] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1893. [ 22.175854] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1894. [ 22.175859] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1895. [ 22.175863] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1896. [ 22.175868] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1897. [ 22.175873] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1898. [ 22.175878] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1899. [ 22.175883] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1900. [ 22.175887] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1901. [ 22.175892] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1902. [ 22.175898] cfg80211: Disabling freq 2467 MHz
  1903. [ 22.175902] cfg80211: Disabling freq 2472 MHz
  1904. [ 22.175906] cfg80211: Disabling freq 2484 MHz
  1905. [ 22.192246] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1906. [ 22.192259] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1907. [ 22.192265] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1908. [ 22.192270] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1909. [ 22.192275] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1910. [ 22.192280] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1911. [ 22.192285] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1912. [ 22.192290] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1913. [ 22.192294] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1914. [ 22.192299] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1915. [ 22.192304] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1916. [ 22.192309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1917. [ 22.192314] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1918. [ 22.192319] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1919. [ 22.192324] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1920. [ 22.192328] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1921. [ 22.192333] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1922. [ 22.192338] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1923. [ 22.192342] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1924. [ 22.192347] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1925. [ 22.192352] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1926. [ 22.192357] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
  1927. [ 22.192362] cfg80211: Disabling freq 2467 MHz
  1928. [ 22.192365] cfg80211: Disabling freq 2472 MHz
  1929. [ 22.192369] cfg80211: Disabling freq 2484 MHz
  1930. [ 22.192373] cfg80211: Disabling freq 5170 MHz
  1931. [ 22.192379] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  1932. [ 22.192384] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1933. [ 22.192389] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  1934. [ 22.192394] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1935. [ 22.192400] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  1936. [ 22.192405] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1937. [ 22.192410] cfg80211: Updating information on frequency 5210 MHz with regulatory rule:
  1938. [ 22.192415] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1939. [ 22.192421] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  1940. [ 22.192426] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1941. [ 22.192431] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  1942. [ 22.192436] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1943. [ 22.192441] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  1944. [ 22.192446] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm)
  1945. [ 22.192452] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
  1946. [ 22.192457] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm)
  1947. [ 22.192462] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
  1948. [ 22.192467] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm)
  1949. [ 22.192472] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
  1950. [ 22.192478] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm)
  1951. [ 22.192483] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
  1952. [ 22.192488] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm)
  1953. [ 22.192493] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
  1954. [ 22.192498] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1955. [ 22.192502] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
  1956. [ 22.192508] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1957. [ 22.192512] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
  1958. [ 22.192517] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1959. [ 22.192522] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
  1960. [ 22.192527] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1961. [ 22.192532] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
  1962. [ 22.192537] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1963. [ 22.192541] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
  1964. [ 22.192546] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1965. [ 22.192551] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
  1966. [ 22.192556] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1967. [ 22.192561] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
  1968. [ 22.192566] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1969. [ 22.192570] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
  1970. [ 22.192575] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1971. [ 22.192580] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
  1972. [ 22.192585] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1973. [ 22.192590] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
  1974. [ 22.192595] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
  1975. [ 22.192599] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  1976. [ 22.192604] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
  1977. [ 22.192609] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  1978. [ 22.192614] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
  1979. [ 22.192619] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  1980. [ 22.192624] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
  1981. [ 22.192628] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  1982. [ 22.192633] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
  1983. [ 22.192638] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  1984. [ 22.192643] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
  1985. [ 22.192647] cfg80211: Disabling freq 5920 MHz
  1986. [ 22.192651] cfg80211: Disabling freq 5940 MHz
  1987. [ 22.192655] cfg80211: Disabling freq 5960 MHz
  1988. [ 22.192658] cfg80211: Disabling freq 5980 MHz
  1989. [ 22.192662] cfg80211: Disabling freq 6000 MHz
  1990. [ 22.192666] cfg80211: Disabling freq 6020 MHz
  1991. [ 22.192669] cfg80211: Disabling freq 6040 MHz
  1992. [ 22.192673] cfg80211: Disabling freq 6060 MHz
  1993. [ 22.192677] cfg80211: Disabling freq 6080 MHz
  1994. [ 22.192693] cfg80211: Regulatory domain changed to country: US
  1995. [ 22.192697] cfg80211: DFS Master region: FCC
  1996. [ 22.192701] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1997. [ 22.192708] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
  1998. [ 22.192714] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
  1999. [ 22.192721] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
  2000. [ 22.192727] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
  2001. [ 22.192732] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
  2002. [ 22.192738] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
  2003. [ 37.797481] FS-Cache: Netfs 'cifs' registered for caching
  2004. [ 37.797908] Key type cifs.spnego registered
  2005. [ 37.797960] Key type cifs.idmap registered
  2006.  
  2007. ###### PHP backend ######
  2008. php version: 5.5.19
  2009. debug level: 0
  2010.  
  2011.  
  2012. Debug data collected in 1.378 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement