Advertisement
Guest User

some useful info i hope

a guest
Mar 26th, 2018
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.41 KB | None | 0 0
  1. ########## wireless info START ##########
  2.  
  3. Report from: 26 Mar 2018 00:46 AKDT -0800
  4.  
  5. Booted last: 26 Mar 2018 00:00 AKDT -0800
  6.  
  7. Script from: 10 Jan 2018 20:04 UTC +0000
  8.  
  9. #### note: ThisNetworkWorks is my phone's hotspot, Redacted1 is my home wifi, and Redacted2 should be ignored, its weird.
  10.  
  11. ##### release ###########################
  12.  
  13. Distributor ID: Ubuntu
  14. Description: Ubuntu 17.10
  15. Release: 17.10
  16. Codename: artful
  17.  
  18. ##### kernel ############################
  19.  
  20. Linux 4.13.0-36-generic #40-Ubuntu SMP Fri Feb 16 20:07:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  21.  
  22. Parameters: ro, quiet, splash, vt.handoff=7
  23.  
  24. ##### desktop ###########################
  25.  
  26. Ubuntu on Xorg
  27.  
  28. ##### lspci #############################
  29.  
  30. 09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 11)
  31. Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
  32. Kernel driver in use: r8169
  33.  
  34. ##### lsusb #############################
  35.  
  36. Bus 004 Device 002: ID 0bc2:ab28 Seagate RSS LLC
  37. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  38. Bus 003 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
  39. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  40. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  41. Bus 001 Device 004: ID 0483:5710 STMicroelectronics Joystick in FS Mode
  42. Bus 001 Device 003: ID 1bcf:0005 Sunplus Innovation Technology Inc. Optical Mouse
  43. Bus 001 Device 002: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
  44. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  45.  
  46. ##### PCMCIA card info ##################
  47.  
  48. ##### rfkill ############################
  49.  
  50. 0: phy0: Wireless LAN
  51. Soft blocked: no
  52. Hard blocked: no
  53.  
  54. ##### lsmod #############################
  55.  
  56. ath9k_htc 77824 0
  57. ath9k_common 36864 1 ath9k_htc
  58. ath9k_hw 471040 2 ath9k_htc,ath9k_common
  59. ath 28672 3 ath9k_htc,ath9k_hw,ath9k_common
  60. mac80211 782336 1 ath9k_htc
  61. wmi_bmof 16384 0
  62. cfg80211 614400 4 ath9k_htc,mac80211,ath,ath9k_common
  63. mxm_wmi 16384 1 nouveau
  64. wmi 24576 3 wmi_bmof,mxm_wmi,nouveau
  65.  
  66. ##### interfaces ########################
  67.  
  68. [/etc/network/interfaces]
  69. auto lo
  70. iface lo inet loopback
  71. auto wlan0
  72. iface wlan0 inet dhcp
  73.  
  74. ##### ifconfig ##########################
  75.  
  76. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  77. link/loopback <MAC address> brd 00:00:00:00:00:00
  78. inet 127.0.0.1/8 scope host lo
  79. valid_lft forever preferred_lft forever
  80. inet6 ::1/128 scope host
  81. valid_lft forever preferred_lft forever
  82. 2: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
  83. link/ether <MAC 'enp9s0' [IF1]> brd <MAC address>
  84. 3: wlx<IF from MAC [IF2]>: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
  85. link/ether <MAC 'wlx<IF from MAC [IF2]>' [IF2]> brd <MAC address>
  86. inet 172.20.10.2/28 brd 172.20.10.15 scope global dynamic wlx<IF from MAC [IF2]>
  87. valid_lft 85178sec preferred_lft 85178sec
  88. inet6 fe80::7fce:7b44:ea63:f07b/64 scope link
  89. valid_lft forever preferred_lft forever
  90.  
  91. ##### iwconfig ##########################
  92.  
  93. enp9s0 no wireless extensions.
  94.  
  95. lo no wireless extensions.
  96.  
  97. wlx<IF from MAC [IF2]> IEEE 802.11 ESSID:"ThisNetworkWorks"
  98. Mode:Managed Frequency:2.437 GHz Access Point: <MAC 'ThisNetworkWorks' [AC1]>
  99. Bit Rate=72.2 Mb/s Tx-Power=20 dBm
  100. Retry short limit:7 RTS thr:off Fragment thr:off
  101. Power Management:off
  102. Link Quality=62/70 Signal level=-48 dBm
  103. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  104. Tx excessive retries:1 Invalid misc:84 Missed beacon:0
  105.  
  106. ##### route #############################
  107.  
  108. default via 172.20.10.1 dev wlx<IF from MAC [IF2]> proto static metric 600
  109. 169.254.0.0/16 dev wlx<IF from MAC [IF2]> scope link metric 1000
  110. 172.20.10.0/28 dev wlx<IF from MAC [IF2]> proto kernel scope link src 172.20.10.2 metric 600
  111.  
  112. ##### resolv.conf #######################
  113.  
  114. nameserver 127.0.0.53
  115.  
  116. ##### network managers ##################
  117.  
  118. Installed:
  119.  
  120. NetworkManager
  121.  
  122. Running:
  123.  
  124. root 836 1 0 00:15 ? 00:00:01 /usr/sbin/NetworkManager --no-daemon
  125.  
  126. ##### NetworkManager info ###############
  127.  
  128. GENERAL.DEVICE: wlx<IF from MAC [IF2]>
  129. GENERAL.TYPE: wifi
  130. GENERAL.NM-TYPE: NMDeviceWifi
  131. GENERAL.VENDOR: ATHEROS
  132. GENERAL.PRODUCT: USB2.0 WLAN
  133. GENERAL.DRIVER: ath9k_htc
  134. GENERAL.DRIVER-VERSION: 4.13.0-36-generic
  135. GENERAL.FIRMWARE-VERSION: 1.4
  136. GENERAL.HWADDR: <MAC 'wlx<IF from MAC [IF2]>' [IF2]>
  137. GENERAL.MTU: 1500
  138. GENERAL.STATE: 100 (connected)
  139. GENERAL.REASON: 0 (No reason given)
  140. GENERAL.UDI: /sys/devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-3/3-3:1.0/net/wlx<IF from MAC [IF2]>
  141. GENERAL.IP-IFACE: wlx<IF from MAC [IF2]>
  142. GENERAL.IS-SOFTWARE: no
  143. GENERAL.NM-MANAGED: yes
  144. GENERAL.AUTOCONNECT: yes
  145. GENERAL.FIRMWARE-MISSING: no
  146. GENERAL.NM-PLUGIN-MISSING: no
  147. GENERAL.PHYS-PORT-ID: --
  148. GENERAL.CONNECTION: ThisNetworkWorks
  149. GENERAL.CON-UUID: 2b7d7c0b-a979-443f-b0c2-4cc6d1ec652a
  150. GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/19
  151. GENERAL.METERED: no (guessed)
  152. CAPABILITIES.CARRIER-DETECT: no
  153. CAPABILITIES.SPEED: 72 Mb/s
  154. CAPABILITIES.IS-SOFTWARE: no
  155. CAPABILITIES.SRIOV: no
  156. WIFI-PROPERTIES.WEP: yes
  157. WIFI-PROPERTIES.WPA: yes
  158. WIFI-PROPERTIES.WPA2: yes
  159. WIFI-PROPERTIES.TKIP: yes
  160. WIFI-PROPERTIES.CCMP: yes
  161. WIFI-PROPERTIES.AP: yes
  162. WIFI-PROPERTIES.ADHOC: yes
  163. WIFI-PROPERTIES.2GHZ: yes
  164. WIFI-PROPERTIES.5GHZ: no
  165. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{6,5}
  166. CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 2b7d7c0b-a979-443f-b0c2-4cc6d1ec652a | ThisNetworkWorks
  167. CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 76ec0475-9177-462d-9418-74eca4931769 | Redacted1
  168. IP4.ADDRESS[1]: 172.20.10.2/28
  169. IP4.GATEWAY: 172.20.10.1
  170. IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
  171. IP4.DNS[1]: 172.20.10.1
  172. DHCP4.OPTION[1]: requested_routers = 1
  173. DHCP4.OPTION[2]: requested_domain_search = 1
  174. DHCP4.OPTION[3]: server_name = ThisNetworkWorks
  175. DHCP4.OPTION[4]: requested_time_offset = 1
  176. DHCP4.OPTION[5]: requested_domain_name = 1
  177. DHCP4.OPTION[6]: requested_rfc3442_classless_static_routes = 1
  178. DHCP4.OPTION[7]: requested_broadcast_address = 1
  179. DHCP4.OPTION[8]: requested_wpad = 1
  180. DHCP4.OPTION[9]: requested_netbios_scope = 1
  181. DHCP4.OPTION[10]: next_server = 172.20.10.1
  182. DHCP4.OPTION[11]: expiry = 1522139148
  183. DHCP4.OPTION[12]: requested_interface_mtu = 1
  184. DHCP4.OPTION[13]: requested_subnet_mask = 1
  185. DHCP4.OPTION[14]: dhcp_lease_time = 85536
  186. DHCP4.OPTION[15]: dhcp_message_type = 5
  187. DHCP4.OPTION[16]: ip_address = 172.20.10.2
  188. DHCP4.OPTION[17]: requested_static_routes = 1
  189. DHCP4.OPTION[18]: requested_domain_name_servers = 1
  190. DHCP4.OPTION[19]: routers = 172.20.10.1
  191. DHCP4.OPTION[20]: broadcast_address = 172.20.10.15
  192. DHCP4.OPTION[21]: requested_ntp_servers = 1
  193. DHCP4.OPTION[22]: requested_netbios_name_servers = 1
  194. DHCP4.OPTION[23]: domain_name_servers = 172.20.10.1
  195. DHCP4.OPTION[24]: requested_ms_classless_static_routes = 1
  196. DHCP4.OPTION[25]: subnet_mask = 255.255.255.240
  197. DHCP4.OPTION[26]: network_number = 172.20.10.0
  198. DHCP4.OPTION[27]: requested_host_name = 1
  199. DHCP4.OPTION[28]: dhcp_server_identifier = 172.20.10.1
  200. IP6.ADDRESS[1]: fe80::7fce:7b44:ea63:f07b/64
  201. IP6.GATEWAY: --
  202.  
  203. GENERAL.DEVICE: enp9s0
  204. GENERAL.TYPE: ethernet
  205. GENERAL.NM-TYPE: NMDeviceEthernet
  206. GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
  207. GENERAL.PRODUCT: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many))
  208. GENERAL.DRIVER: r8169
  209. GENERAL.DRIVER-VERSION: 2.3LK-NAPI
  210. GENERAL.FIRMWARE-VERSION: --
  211. GENERAL.HWADDR: <MAC 'enp9s0' [IF1]>
  212. GENERAL.MTU: 1500
  213. GENERAL.STATE: 20 (unavailable)
  214. GENERAL.REASON: 2 (Device is now managed)
  215. GENERAL.UDI: /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:04:07.0/0000:09:00.0/net/enp9s0
  216. GENERAL.IP-IFACE: --
  217. GENERAL.IS-SOFTWARE: no
  218. GENERAL.NM-MANAGED: yes
  219. GENERAL.AUTOCONNECT: yes
  220. GENERAL.FIRMWARE-MISSING: no
  221. GENERAL.NM-PLUGIN-MISSING: no
  222. GENERAL.PHYS-PORT-ID: --
  223. GENERAL.CONNECTION: --
  224. GENERAL.CON-UUID: --
  225. GENERAL.CON-PATH: --
  226. GENERAL.METERED: unknown
  227. CAPABILITIES.CARRIER-DETECT: yes
  228. CAPABILITIES.SPEED: unknown
  229. CAPABILITIES.IS-SOFTWARE: no
  230. CAPABILITIES.SRIOV: no
  231. WIRED-PROPERTIES.CARRIER: off
  232. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --
  233.  
  234. SSID BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY ACTIVE *
  235. Redacted1 <MAC 'Redacted1' [AC2]> Infra 1 2412 MHz 54 Mbit/s 80 ▂▄▆_ WPA1 WPA2 no
  236. ThisNetworkWorks <MAC 'ThisNetworkWorks' [AC1]> Infra 6 2437 MHz 54 Mbit/s 71 ▂▄▆_ WPA2 yes *
  237. -- <MAC '--' [AN3]> Infra 1 2412 MHz 54 Mbit/s 59 ▂▄▆_ WPA2 no
  238. Redacted3 <MAC 'Redacted3' [AC3]> Infra 1 2412 MHz 54 Mbit/s 34 ▂▄__ -- no
  239.  
  240. ##### NetworkManager.state ##############
  241.  
  242. [main]
  243. NetworkingEnabled=true
  244. WirelessEnabled=true
  245. WWANEnabled=true
  246.  
  247. ##### NetworkManager.conf ###############
  248.  
  249. [main]
  250. plugins=ifupdown,keyfile
  251.  
  252. [ifupdown]
  253. managed=false
  254.  
  255. [device]
  256. wifi.scan-rand-mac-address=no
  257.  
  258. ##### NetworkManager profiles ###########
  259.  
  260. [[/etc/NetworkManager/system-connections/Redacted1]] (600 root)
  261. [connection] id=Redacted1 | type=wifi | permissions=
  262. [wifi] mac-address=<MAC 'wlx<IF from MAC [IF2]>' [IF2]> | mac-address-blacklist= | ssid=Redacted1
  263. [ipv4] method=auto
  264. [ipv6] method=auto
  265.  
  266. [[/etc/NetworkManager/system-connections/ThisNetworkWorks]] (600 root)
  267. [connection] id=ThisNetworkWorks | type=wifi | permissions=
  268. [wifi] mac-address=<MAC 'wlx<IF from MAC [IF2]>' [IF2]> | mac-address-blacklist= | ssid=ThisNetworkWorks
  269. [ipv4] method=auto
  270. [ipv6] method=auto
  271.  
  272. ##### Netplan config ####################
  273.  
  274. [/etc/netplan/01-network-manager-all.yaml]
  275. network:
  276. version: 2
  277. renderer: NetworkManager
  278.  
  279. ##### iw reg get ########################
  280.  
  281. Region: America/Anchorage (based on set time zone)
  282.  
  283. global
  284. country US: DFS-FCC
  285. (2402 - 2472 @ 40), (N/A, 30), (N/A)
  286. (5170 - 5250 @ 80), (N/A, 23), (N/A), AUTO-BW
  287. (5250 - 5330 @ 80), (N/A, 23), (0 ms), DFS, AUTO-BW
  288. (5490 - 5730 @ 160), (N/A, 23), (0 ms), DFS
  289. (5735 - 5835 @ 80), (N/A, 30), (N/A)
  290. (57240 - 63720 @ 2160), (N/A, 40), (N/A)
  291.  
  292. phy#0
  293. country CN: DFS-FCC
  294. (2402 - 2482 @ 40), (N/A, 20), (N/A)
  295. (5170 - 5250 @ 80), (N/A, 23), (N/A), AUTO-BW
  296. (5250 - 5330 @ 80), (N/A, 23), (0 ms), DFS, AUTO-BW
  297. (5735 - 5835 @ 80), (N/A, 30), (N/A)
  298. (57240 - 59400 @ 2160), (N/A, 28), (N/A)
  299. (59400 - 63720 @ 2160), (N/A, 44), (N/A)
  300. (63720 - 65880 @ 2160), (N/A, 28), (N/A)
  301.  
  302. ##### iwlist channels ###################
  303.  
  304. enp9s0 no frequency information.
  305.  
  306. lo no frequency information.
  307.  
  308. wlx<IF from MAC [IF2]> 11 channels in total; available frequencies :
  309. Channel 01 : 2.412 GHz
  310. Channel 02 : 2.417 GHz
  311. Channel 03 : 2.422 GHz
  312. Channel 04 : 2.427 GHz
  313. Channel 05 : 2.432 GHz
  314. Channel 06 : 2.437 GHz
  315. Channel 07 : 2.442 GHz
  316. Channel 08 : 2.447 GHz
  317. Channel 09 : 2.452 GHz
  318. Channel 10 : 2.457 GHz
  319. Channel 11 : 2.462 GHz
  320. Current Frequency:2.437 GHz (Channel 6)
  321.  
  322. ##### iwlist scan #######################
  323.  
  324. enp9s0 Interface doesn't support scanning.
  325.  
  326. lo Interface doesn't support scanning.
  327.  
  328. Channel occupancy:
  329.  
  330. 2 APs on Frequency:2.412 GHz (Channel 1)
  331. 1 APs on Frequency:2.437 GHz (Channel 6)
  332.  
  333. wlx<IF from MAC [IF2]> Scan completed :
  334. Cell 01 - Address: <MAC 'ThisNetworkWorks' [AC1]>
  335. Channel:6
  336. Frequency:2.437 GHz (Channel 6)
  337. Quality=40/70 Signal level=-70 dBm
  338. Encryption key:on
  339. ESSID:"ThisNetworkWorks"
  340. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
  341. 24 Mb/s; 36 Mb/s; 54 Mb/s
  342. Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
  343. Mode:Master
  344. Extra:tsf=0000000017572dad
  345. Extra: Last beacon: 4ms ago
  346. IE: IEEE 802.11i/WPA2 Version 1
  347. Group Cipher : CCMP
  348. Pairwise Ciphers (1) : CCMP
  349. Authentication Suites (1) : PSK
  350. Cell 02 - Address: <MAC 'Redacted1' [AC2]>
  351. Channel:1
  352. Frequency:2.412 GHz (Channel 1)
  353. Quality=53/70 Signal level=-57 dBm
  354. Encryption key:on
  355. ESSID:"Redacted1"
  356. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
  357. 24 Mb/s; 36 Mb/s; 54 Mb/s
  358. Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
  359. Mode:Master
  360. Extra:tsf=00000000c378c995
  361. Extra: Last beacon: 28ms ago
  362. IE: IEEE 802.11i/WPA2 Version 1
  363. Group Cipher : TKIP
  364. Pairwise Ciphers (2) : CCMP TKIP
  365. Authentication Suites (1) : PSK
  366. IE: WPA Version 1
  367. Group Cipher : TKIP
  368. Pairwise Ciphers (2) : CCMP TKIP
  369. Authentication Suites (1) : PSK
  370. Cell 03 - Address: <MAC 'Redacted2' [AC3]>
  371. Channel:1
  372. Frequency:2.412 GHz (Channel 1)
  373. Quality=31/70 Signal level=-79 dBm
  374. Encryption key:off
  375. ESSID:"Redacted2"
  376. Bit Rates:5.5 Mb/s; 11 Mb/s; 1 Mb/s; 2 Mb/s; 6 Mb/s
  377. 12 Mb/s; 24 Mb/s; 48 Mb/s
  378. Bit Rates:54 Mb/s; 9 Mb/s; 18 Mb/s; 36 Mb/s
  379. Mode:Master
  380. Extra:tsf=0000017e3ac8a6d8
  381. Extra: Last beacon: 28ms ago
  382.  
  383. ##### module infos ######################
  384.  
  385. [ath9k_htc]
  386. filename: /lib/modules/4.13.0-36-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
  387. firmware: ath9k_htc/htc_9271-1.4.0.fw
  388. firmware: ath9k_htc/htc_7010-1.4.0.fw
  389. description: Atheros driver 802.11n HTC based wireless devices
  390. license: Dual BSD/GPL
  391. author: Atheros Communications
  392. srcversion: C0C9EF11E206C5B6CC5E11C
  393. depends: mac80211,ath9k_hw,ath9k_common,ath,cfg80211
  394. intree: Y
  395. name: ath9k_htc
  396. vermagic: 4.13.0-36-generic SMP mod_unload
  397. signat: PKCS#7
  398. signer:
  399. sig_key:
  400. sig_hashalgo: md4
  401. parm: debug:Debugging mask (uint)
  402. parm: nohwcrypt:Disable hardware encryption (int)
  403. parm: btcoex_enable:Enable wifi-BT coexistence (int)
  404. parm: ps_enable:Enable WLAN PowerSave (int)
  405. parm: use_dev_fw:Use development FW version (int)
  406. parm: blink:Enable LED blink on activity (int)
  407.  
  408. [ath9k_common]
  409. filename: /lib/modules/4.13.0-36-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko
  410. license: Dual BSD/GPL
  411. description: Shared library for Atheros wireless 802.11n LAN cards.
  412. author: Atheros Communications
  413. srcversion: 8A1D2C60031409F8A50F895
  414. depends: ath9k_hw,cfg80211,ath
  415. intree: Y
  416. name: ath9k_common
  417. vermagic: 4.13.0-36-generic SMP mod_unload
  418. signat: PKCS#7
  419. signer:
  420. sig_key:
  421. sig_hashalgo: md4
  422.  
  423. [ath9k_hw]
  424. filename: /lib/modules/4.13.0-36-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko
  425. license: Dual BSD/GPL
  426. description: Support for Atheros 802.11n wireless LAN cards.
  427. author: Atheros Communications
  428. srcversion: BF13127B5F7FC2736913C0C
  429. depends: ath
  430. intree: Y
  431. name: ath9k_hw
  432. vermagic: 4.13.0-36-generic SMP mod_unload
  433. signat: PKCS#7
  434. signer:
  435. sig_key:
  436. sig_hashalgo: md4
  437.  
  438. [ath]
  439. filename: /lib/modules/4.13.0-36-generic/kernel/drivers/net/wireless/ath/ath.ko
  440. license: Dual BSD/GPL
  441. description: Shared library for Atheros wireless LAN cards.
  442. author: Atheros Communications
  443. srcversion: 555BBBB9D4FCA58A05E7C0D
  444. depends: cfg80211
  445. intree: Y
  446. name: ath
  447. vermagic: 4.13.0-36-generic SMP mod_unload
  448. signat: PKCS#7
  449. signer:
  450. sig_key:
  451. sig_hashalgo: md4
  452.  
  453. [mac80211]
  454. filename: /lib/modules/4.13.0-36-generic/kernel/net/mac80211/mac80211.ko
  455. license: GPL
  456. description: IEEE 802.11 subsystem
  457. srcversion: B8F500F2EE3AF9C7436BAEE
  458. depends: cfg80211
  459. intree: Y
  460. name: mac80211
  461. vermagic: 4.13.0-36-generic SMP mod_unload
  462. signat: PKCS#7
  463. signer:
  464. sig_key:
  465. sig_hashalgo: md4
  466. parm: minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
  467. parm: max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
  468. parm: max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
  469. parm: beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
  470. parm: probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
  471. parm: ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
  472.  
  473. [cfg80211]
  474. filename: /lib/modules/4.13.0-36-generic/kernel/net/wireless/cfg80211.ko
  475. description: wireless configuration support
  476. license: GPL
  477. author: Johannes Berg
  478. srcversion: A5EDD7467E172A70410EBCD
  479. depends:
  480. intree: Y
  481. name: cfg80211
  482. vermagic: 4.13.0-36-generic SMP mod_unload
  483. signat: PKCS#7
  484. signer:
  485. sig_key:
  486. sig_hashalgo: md4
  487. parm: bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
  488. parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
  489. parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
  490.  
  491. ##### module parameters #################
  492.  
  493. [ath9k_htc]
  494. blink: 1
  495. btcoex_enable: 0
  496. nohwcrypt: 0
  497. ps_enable: 0
  498. use_dev_fw: 0
  499.  
  500. [mac80211]
  501. beacon_loss_count: 7
  502. ieee80211_default_rc_algo: minstrel_ht
  503. max_nullfunc_tries: 2
  504. max_probe_tries: 5
  505. minstrel_vht_only: Y
  506. probe_wait_ms: 500
  507.  
  508. [cfg80211]
  509. bss_entries_limit: 1000
  510. cfg80211_disable_40mhz_24ghz: N
  511. ieee80211_regdom: 00
  512.  
  513. ##### /etc/modules ######################
  514.  
  515. ##### modprobe options ##################
  516.  
  517. [/etc/modprobe.d/blacklist-ath_pci.conf]
  518. blacklist ath_pci
  519.  
  520. [/etc/modprobe.d/blacklist.conf]
  521. blacklist evbug
  522. blacklist usbmouse
  523. blacklist usbkbd
  524. blacklist eepro100
  525. blacklist de4x5
  526. blacklist eth1394
  527. blacklist snd_intel8x0m
  528. blacklist snd_aw2
  529. blacklist i2c_i801
  530. blacklist prism54
  531. blacklist bcm43xx
  532. blacklist garmin_gps
  533. blacklist asus_acpi
  534. blacklist snd_pcsp
  535. blacklist pcspkr
  536. blacklist amd76x_edac
  537.  
  538. [/etc/modprobe.d/blacklist-rare-network.conf]
  539. alias net-pf-3 off
  540. alias net-pf-6 off
  541. alias net-pf-9 off
  542. alias net-pf-11 off
  543. alias net-pf-12 off
  544. alias net-pf-19 off
  545. alias net-pf-21 off
  546. alias net-pf-36 off
  547.  
  548. [/etc/modprobe.d/iwlwifi.conf]
  549. remove iwlwifi \
  550. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  551. && /sbin/modprobe -r mac80211
  552.  
  553. [/etc/modprobe.d/mlx4.conf]
  554. softdep mlx4_core post: mlx4_en
  555.  
  556. ##### rc.local ##########################
  557.  
  558. grep: /etc/rc.local: No such file or directory
  559.  
  560. ##### pm-utils ##########################
  561.  
  562. ##### udev rules ########################
  563.  
  564. ##### dmesg #############################
  565.  
  566. [ 197.470189] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted2' [AC3]> (capab=0x1 status=0 aid=1)
  567. [ 197.473651] wlx<IF from MAC [IF2]>: associated
  568. [ 279.688528] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted2' [AC3]> by local choice (Reason: 3=DEAUTH_LEAVING)
  569. [ 280.646344] IPv6: ADDRCONF(NETDEV_UP): wlx<IF from MAC [IF2]>: link is not ready
  570. [ 280.924627] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  571. [ 281.111828] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  572. [ 281.113852] wlx<IF from MAC [IF2]>: authenticated
  573. [ 281.116033] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  574. [ 281.119572] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  575. [ 281.123172] wlx<IF from MAC [IF2]>: associated
  576. [ 281.123224] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
  577. [ 281.157672] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  578. [ 282.180710] IPv6: ADDRCONF(NETDEV_UP): wlx<IF from MAC [IF2]>: link is not ready
  579. [ 282.208439] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  580. [ 282.412313] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  581. [ 282.414226] wlx<IF from MAC [IF2]>: authenticated
  582. [ 282.416002] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  583. [ 282.419953] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  584. [ 282.423552] wlx<IF from MAC [IF2]>: associated
  585. [ 282.423608] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
  586. [ 282.797418] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  587. [ 284.024402] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  588. [ 284.211069] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  589. [ 284.212940] wlx<IF from MAC [IF2]>: authenticated
  590. [ 284.219984] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  591. [ 284.223446] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  592. [ 284.227176] wlx<IF from MAC [IF2]>: associated
  593. [ 287.094888] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  594. [ 287.713984] IPv6: ADDRCONF(NETDEV_UP): wlx<IF from MAC [IF2]>: link is not ready
  595. [ 287.741431] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  596. [ 287.929191] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  597. [ 287.931080] wlx<IF from MAC [IF2]>: authenticated
  598. [ 287.931996] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  599. [ 287.935478] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  600. [ 287.939052] wlx<IF from MAC [IF2]>: associated
  601. [ 287.939064] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
  602. [ 288.210663] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  603. [ 288.722584] IPv6: ADDRCONF(NETDEV_UP): wlx<IF from MAC [IF2]>: link is not ready
  604. [ 288.757925] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  605. [ 288.945690] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  606. [ 288.947574] wlx<IF from MAC [IF2]>: authenticated
  607. [ 288.947997] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  608. [ 288.951477] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  609. [ 288.955053] wlx<IF from MAC [IF2]>: associated
  610. [ 288.955066] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
  611. [ 334.024080] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  612. [ 335.269406] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted2' [AC3]>
  613. [ 335.450229] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted2' [AC3]> (try 1/3)
  614. [ 335.451463] wlx<IF from MAC [IF2]>: authenticated
  615. [ 335.451623] ath9k_htc 3-3:1.0 wlx<IF from MAC [IF2]>: disabling HT as WMM/QoS is not supported by the AP
  616. [ 335.451627] ath9k_htc 3-3:1.0 wlx<IF from MAC [IF2]>: disabling VHT as WMM/QoS is not supported by the AP
  617. [ 335.451998] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted2' [AC3]> (try 1/3)
  618. [ 335.453713] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted2' [AC3]> (capab=0x1 status=0 aid=1)
  619. [ 335.457193] wlx<IF from MAC [IF2]>: associated
  620. [ 718.280483] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted2' [AC3]> by local choice (Reason: 3=DEAUTH_LEAVING)
  621. [ 719.516663] wlx<IF from MAC [IF2]>: authenticate with <MAC 'ThisNetworkWorks' [AC1]>
  622. [ 719.704340] wlx<IF from MAC [IF2]>: send auth to <MAC 'ThisNetworkWorks' [AC1]> (try 1/3)
  623. [ 719.706349] wlx<IF from MAC [IF2]>: authenticated
  624. [ 719.707981] wlx<IF from MAC [IF2]>: associate with <MAC 'ThisNetworkWorks' [AC1]> (try 1/3)
  625. [ 719.715487] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'ThisNetworkWorks' [AC1]> (capab=0x411 status=0 aid=1)
  626. [ 719.721311] wlx<IF from MAC [IF2]>: associated
  627. [ 719.785394] wlx<IF from MAC [IF2]>: Limiting TX power to 30 (30 - 0) dBm as advertised by <MAC 'ThisNetworkWorks' [AC1]>
  628. [ 806.645383] wlx<IF from MAC [IF2]>: deauthenticated from <MAC 'ThisNetworkWorks' [AC1]> (Reason: 3=DEAUTH_LEAVING)
  629. [ 808.030512] wlx<IF from MAC [IF2]>: authenticate with <MAC 'ThisNetworkWorks' [AC1]>
  630. [ 808.224627] wlx<IF from MAC [IF2]>: send auth to <MAC 'ThisNetworkWorks' [AC1]> (try 1/3)
  631. [ 808.230239] wlx<IF from MAC [IF2]>: send auth to <MAC 'ThisNetworkWorks' [AC1]> (try 2/3)
  632. [ 808.236092] wlx<IF from MAC [IF2]>: send auth to <MAC 'ThisNetworkWorks' [AC1]> (try 3/3)
  633. [ 808.241600] wlx<IF from MAC [IF2]>: authentication with <MAC 'ThisNetworkWorks' [AC1]> timed out
  634. [ 821.896097] IPv6: ADDRCONF(NETDEV_UP): wlx<IF from MAC [IF2]>: link is not ready
  635. [ 822.300956] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted2' [AC3]>
  636. [ 822.482510] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted2' [AC3]> (try 1/3)
  637. [ 822.483868] wlx<IF from MAC [IF2]>: authenticated
  638. [ 822.484067] ath9k_htc 3-3:1.0 wlx<IF from MAC [IF2]>: disabling HT as WMM/QoS is not supported by the AP
  639. [ 822.484070] ath9k_htc 3-3:1.0 wlx<IF from MAC [IF2]>: disabling VHT as WMM/QoS is not supported by the AP
  640. [ 822.486517] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted2' [AC3]> (try 1/3)
  641. [ 822.489788] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted2' [AC3]> (capab=0x1 status=0 aid=1)
  642. [ 822.493345] wlx<IF from MAC [IF2]>: associated
  643. [ 822.493359] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
  644. [ 1085.009201] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted2' [AC3]> by local choice (Reason: 3=DEAUTH_LEAVING)
  645. [ 1103.418525] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  646. [ 1103.605192] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  647. [ 1103.607064] wlx<IF from MAC [IF2]>: authenticated
  648. [ 1103.609715] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  649. [ 1103.613200] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  650. [ 1103.616802] wlx<IF from MAC [IF2]>: associated
  651. [ 1111.715607] wlx<IF from MAC [IF2]>: deauthenticated from <MAC 'Redacted1' [AC2]> (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
  652. [ 1118.910190] wlx<IF from MAC [IF2]>: authenticate with <MAC 'Redacted1' [AC2]>
  653. [ 1119.100464] wlx<IF from MAC [IF2]>: send auth to <MAC 'Redacted1' [AC2]> (try 1/3)
  654. [ 1119.102352] wlx<IF from MAC [IF2]>: authenticated
  655. [ 1119.105719] wlx<IF from MAC [IF2]>: associate with <MAC 'Redacted1' [AC2]> (try 1/3)
  656. [ 1119.109202] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'Redacted1' [AC2]> (capab=0x11 status=0 aid=10)
  657. [ 1119.112810] wlx<IF from MAC [IF2]>: associated
  658. [ 1486.171499] wlx<IF from MAC [IF2]>: deauthenticating from <MAC 'Redacted1' [AC2]> by local choice (Reason: 3=DEAUTH_LEAVING)
  659. [ 1491.268732] wlx<IF from MAC [IF2]>: authenticate with <MAC 'ThisNetworkWorks' [AC1]>
  660. [ 1491.393841] wlx<IF from MAC [IF2]>: send auth to <MAC 'ThisNetworkWorks' [AC1]> (try 1/3)
  661. [ 1491.395862] wlx<IF from MAC [IF2]>: authenticated
  662. [ 1491.397964] wlx<IF from MAC [IF2]>: associate with <MAC 'ThisNetworkWorks' [AC1]> (try 1/3)
  663. [ 1491.405857] wlx<IF from MAC [IF2]>: RX AssocResp from <MAC 'ThisNetworkWorks' [AC1]> (capab=0x411 status=0 aid=1)
  664. [ 1491.411680] wlx<IF from MAC [IF2]>: associated
  665. [ 1491.501049] wlx<IF from MAC [IF2]>: Limiting TX power to 30 (30 - 0) dBm as advertised by <MAC 'ThisNetworkWorks' [AC1]>
  666.  
  667. ########## wireless info END ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement