Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.20 KB | None | 0 0
  1.  
  2. ########## wireless info START ##########
  3.  
  4. Report from: 21 Mar 2018 15:41 UTC +0000
  5.  
  6. Booted last: 21 Mar 2018 00:00 UTC +0000
  7.  
  8. Script from: 10 Jan 2018 20:04 UTC +0000
  9.  
  10. ##### release ###########################
  11.  
  12. Distributor ID: Ubuntu
  13. Description:    Ubuntu 17.10
  14. Release:    17.10
  15. Codename:   artful
  16.  
  17. ##### kernel ############################
  18.  
  19. Linux 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  20.  
  21. Parameters: file=/cdrom/preseed/ubuntu.seed, boot=casper, quiet, splash, ---
  22.  
  23. ##### desktop ###########################
  24.  
  25. Ubuntu on Xorg
  26.  
  27. ##### lspci #############################
  28.  
  29. 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
  30.     Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
  31.     Kernel driver in use: r8169
  32.  
  33. 03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev ff)
  34.     Kernel driver in use: ath10k_pci
  35.     Kernel modules: ath10k_pci
  36.  
  37. ##### lsusb #############################
  38.  
  39. Bus 001 Device 004: ID 04f2:b469 Chicony Electronics Co., Ltd
  40. Bus 001 Device 003: ID 04ca:3011 Lite-On Technology Corp.
  41. Bus 001 Device 002: ID 8087:8001 Intel Corp.
  42. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  43. Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  44. Bus 002 Device 003: ID 058f:6387 Alcor Micro Corp. Flash Drive
  45. Bus 002 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse (M-BT58)
  46. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  47.  
  48. ##### PCMCIA card info ##################
  49.  
  50. ##### rfkill ############################
  51.  
  52. 0: hci0: Bluetooth
  53.     Soft blocked: no
  54.     Hard blocked: no
  55. 1: acer-wireless: Wireless LAN
  56.     Soft blocked: no
  57.     Hard blocked: no
  58. 2: phy0: Wireless LAN
  59.     Soft blocked: no
  60.     Hard blocked: no
  61.  
  62. ##### lsmod #############################
  63.  
  64. ath10k_pci             45056  0
  65. ath10k_core           352256  1 ath10k_pci
  66. snd_soc_rt5640        118784  0
  67. snd_soc_rl6231         16384  1 snd_soc_rt5640
  68. ath                    28672  1 ath10k_core
  69. mac80211              778240  1 ath10k_core
  70. snd_soc_core          229376  2 snd_soc_ssm4567,snd_soc_rt5640
  71. acer_wmi               20480  0
  72. wmi_bmof               16384  0
  73. snd_pcm                98304  7 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_core,snd_soc_rt5640,snd_hda_codec_hdmi,snd_soc_core
  74. cfg80211              610304  3 mac80211,ath,ath10k_core
  75. sparse_keymap          16384  2 acer_wmi,intel_vbtn
  76. mxm_wmi                16384  1 nouveau
  77. wmi                    24576  4 wmi_bmof,acer_wmi,mxm_wmi,nouveau
  78. video                  40960  3 acer_wmi,nouveau,i915
  79.  
  80. ##### interfaces ########################
  81.  
  82. [/etc/network/interfaces]
  83. auto lo
  84. iface lo inet loopback
  85.  
  86. ##### ifconfig ##########################
  87.  
  88. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  89.     link/loopback <MAC address> brd 00:00:00:00:00:00
  90.     inet 127.0.0.1/8 scope host lo
  91.        valid_lft forever preferred_lft forever
  92.     inet6 ::1/128 scope host
  93.        valid_lft forever preferred_lft forever
  94. 2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  95.     link/ether <MAC 'enp2s0' [IF1]> brd <MAC address>
  96.     inet 192.168.1.219/24 brd 192.168.1.255 scope global dynamic enp2s0
  97.        valid_lft 86238sec preferred_lft 86238sec
  98.     inet6 fe80::757f:cdb6:4bb5:4c59/64 scope link
  99.        valid_lft forever preferred_lft forever
  100. 3: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  101.     link/ether <MAC 'wlp3s0' [IF2]> brd <MAC address>
  102.  
  103. ##### iwconfig ##########################
  104.  
  105. enp2s0    no wireless extensions.
  106.  
  107. lo        no wireless extensions.
  108.  
  109. wlp3s0    IEEE 802.11  ESSID:off/any  
  110.           Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm  
  111.           Retry short limit:7   RTS thr:off   Fragment thr:off
  112.           Power Management:on
  113.          
  114.  
  115. ##### route #############################
  116.  
  117. default via 192.168.1.1 dev enp2s0 proto static metric 20100
  118. 169.254.0.0/16 dev enp2s0 scope link metric 1000
  119. 192.168.1.0/24 dev enp2s0 proto kernel scope link src 192.168.1.219 metric 100
  120.  
  121. ##### resolv.conf #######################
  122.  
  123. nameserver 127.0.0.53
  124.  
  125. ##### network managers ##################
  126.  
  127. Installed:
  128.  
  129.     NetworkManager
  130.  
  131. Running:
  132.  
  133. root      1272     1  1 15:37 ?        00:00:03 /usr/sbin/NetworkManager --no-daemon
  134.  
  135. ##### NetworkManager info ###############
  136.  
  137. GENERAL.DEVICE:                         enp2s0
  138. GENERAL.TYPE:                           ethernet
  139. GENERAL.NM-TYPE:                        NMDeviceEthernet
  140. GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
  141. GENERAL.PRODUCT:                        RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  142. GENERAL.DRIVER:                         r8169
  143. GENERAL.DRIVER-VERSION:                 2.3LK-NAPI
  144. GENERAL.FIRMWARE-VERSION:               --
  145. GENERAL.HWADDR:                         <MAC 'enp2s0' [IF1]>
  146. GENERAL.MTU:                            1500
  147. GENERAL.STATE:                          100 (connected)
  148. GENERAL.REASON:                         0 (No reason given)
  149. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/enp2s0
  150. GENERAL.IP-IFACE:                       enp2s0
  151. GENERAL.IS-SOFTWARE:                    no
  152. GENERAL.NM-MANAGED:                     yes
  153. GENERAL.AUTOCONNECT:                    yes
  154. GENERAL.FIRMWARE-MISSING:               no
  155. GENERAL.NM-PLUGIN-MISSING:              no
  156. GENERAL.PHYS-PORT-ID:                   --
  157. GENERAL.CONNECTION:                     Wired connection 1
  158. GENERAL.CON-UUID:                       2b6dffbc-57a9-3c0c-ab88-ab3ba2a26cd1
  159. GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
  160. GENERAL.METERED:                        no (guessed)
  161. CAPABILITIES.CARRIER-DETECT:            yes
  162. CAPABILITIES.SPEED:                     1000 Mb/s
  163. CAPABILITIES.IS-SOFTWARE:               no
  164. CAPABILITIES.SRIOV:                     no
  165. WIRED-PROPERTIES.CARRIER:               on
  166. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
  167. CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   2b6dffbc-57a9-3c0c-ab88-ab3ba2a26cd1 | Wired connection 1
  168. IP4.ADDRESS[1]:                         192.168.1.219/24
  169. IP4.GATEWAY:                            192.168.1.1
  170. IP4.ROUTE[1]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
  171. IP4.DNS[1]:                             192.168.1.1
  172. DHCP4.OPTION[1]:                        requested_subnet_mask = 1
  173. DHCP4.OPTION[2]:                        requested_rfc3442_classless_static_routes = 1
  174. DHCP4.OPTION[3]:                        subnet_mask = 255.255.255.0
  175. DHCP4.OPTION[4]:                        domain_name_servers = 192.168.1.1
  176. DHCP4.OPTION[5]:                        ip_address = 192.168.1.219
  177. DHCP4.OPTION[6]:                        requested_static_routes = 1
  178. DHCP4.OPTION[7]:                        dhcp_server_identifier = 192.168.1.1
  179. DHCP4.OPTION[8]:                        requested_time_offset = 1
  180. DHCP4.OPTION[9]:                        broadcast_address = 192.168.1.255
  181. DHCP4.OPTION[10]:                       requested_interface_mtu = 1
  182. DHCP4.OPTION[11]:                       dhcp_rebinding_time = 75600
  183. DHCP4.OPTION[12]:                       requested_domain_name_servers = 1
  184. DHCP4.OPTION[13]:                       dhcp_message_type = 5
  185. DHCP4.OPTION[14]:                       requested_broadcast_address = 1
  186. DHCP4.OPTION[15]:                       routers = 192.168.1.1
  187. DHCP4.OPTION[16]:                       wpad = a
  188. DHCP4.OPTION[17]:                       dhcp_renewal_time = 43200
  189. DHCP4.OPTION[18]:                       requested_domain_name = 1
  190. DHCP4.OPTION[19]:                       requested_routers = 1
  191. DHCP4.OPTION[20]:                       expiry = 1521733120
  192. DHCP4.OPTION[21]:                       requested_wpad = 1
  193. DHCP4.OPTION[22]:                       host_name = ubuntu
  194. DHCP4.OPTION[23]:                       requested_netbios_scope = 1
  195. DHCP4.OPTION[24]:                       requested_ms_classless_static_routes = 1
  196. DHCP4.OPTION[25]:                       requested_netbios_name_servers = 1
  197. DHCP4.OPTION[26]:                       network_number = 192.168.1.0
  198. DHCP4.OPTION[27]:                       requested_domain_search = 1
  199. DHCP4.OPTION[28]:                       requested_ntp_servers = 1
  200. DHCP4.OPTION[29]:                       next_server = 192.168.1.1
  201. DHCP4.OPTION[30]:                       requested_host_name = 1
  202. DHCP4.OPTION[31]:                       dhcp_lease_time = 86400
  203. IP6.ADDRESS[1]:                         fe80::757f:cdb6:4bb5:4c59/64
  204. IP6.GATEWAY:                            --
  205.  
  206. GENERAL.DEVICE:                         wlp3s0
  207. GENERAL.TYPE:                           wifi
  208. GENERAL.NM-TYPE:                        NMDeviceWifi
  209. GENERAL.VENDOR:                         Qualcomm Atheros
  210. GENERAL.PRODUCT:                        QCA6174 802.11ac Wireless Network Adapter
  211. GENERAL.DRIVER:                         ath10k_pci
  212. GENERAL.DRIVER-VERSION:                 4.13.0-21-generic
  213. GENERAL.FIRMWARE-VERSION:               SW_RM.1.1.1-00157-QCARMSWPZ-1
  214. GENERAL.HWADDR:                         <MAC 'wlp3s0' [IF2]>
  215. GENERAL.MTU:                            1500
  216. GENERAL.STATE:                          20 (unavailable)
  217. GENERAL.REASON:                         2 (Device is now managed)
  218. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/wlp3s0
  219. GENERAL.IP-IFACE:                       --
  220. GENERAL.IS-SOFTWARE:                    no
  221. GENERAL.NM-MANAGED:                     yes
  222. GENERAL.AUTOCONNECT:                    yes
  223. GENERAL.FIRMWARE-MISSING:               no
  224. GENERAL.NM-PLUGIN-MISSING:              no
  225. GENERAL.PHYS-PORT-ID:                   --
  226. GENERAL.CONNECTION:                     --
  227. GENERAL.CON-UUID:                       --
  228. GENERAL.CON-PATH:                       --
  229. GENERAL.METERED:                        unknown
  230. CAPABILITIES.CARRIER-DETECT:            no
  231. CAPABILITIES.SPEED:                     unknown
  232. CAPABILITIES.IS-SOFTWARE:               no
  233. CAPABILITIES.SRIOV:                     no
  234. WIFI-PROPERTIES.WEP:                    yes
  235. WIFI-PROPERTIES.WPA:                    yes
  236. WIFI-PROPERTIES.WPA2:                   yes
  237. WIFI-PROPERTIES.TKIP:                   yes
  238. WIFI-PROPERTIES.CCMP:                   yes
  239. WIFI-PROPERTIES.AP:                     yes
  240. WIFI-PROPERTIES.ADHOC:                  yes
  241. WIFI-PROPERTIES.2GHZ:                   yes
  242. WIFI-PROPERTIES.5GHZ:                   yes
  243. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --
  244.  
  245. SSID  BSSID  MODE  CHAN  FREQ  RATE  SIGNAL  BARS  SECURITY  ACTIVE  *
  246.  
  247. ##### NetworkManager.state ##############
  248.  
  249. cat: /var/lib/NetworkManager/NetworkManager.state: No such file or directory
  250.  
  251. ##### NetworkManager.conf ###############
  252.  
  253. [main]
  254. plugins=ifupdown,keyfile
  255.  
  256. [ifupdown]
  257. managed=false
  258.  
  259. [device]
  260. wifi.scan-rand-mac-address=no
  261.  
  262. ##### NetworkManager profiles ###########
  263.  
  264. ##### Netplan config ####################
  265.  
  266. [/etc/netplan/01-network-manager-all.yaml]
  267. network:
  268.   version: 2
  269.   renderer: NetworkManager
  270.  
  271. ##### iw reg get ########################
  272.  
  273. Region: Etc/UTC (based on set time zone)
  274.  
  275. global
  276. country 00: DFS-UNSET
  277.     (2402 - 2472 @ 40), (N/A, 20), (N/A)
  278.     (2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, NO-IR
  279.     (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR
  280.     (5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, NO-IR
  281.     (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, NO-IR
  282.     (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR
  283.     (5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR
  284.     (57240 - 63720 @ 2160), (N/A, 0), (N/A)
  285.  
  286. ##### iwlist channels ###################
  287.  
  288. enp2s0    no frequency information.
  289.  
  290. lo        no frequency information.
  291.  
  292. wlp3s0    32 channels in total; available frequencies :
  293.           Channel 01 : 2.412 GHz
  294.           Channel 02 : 2.417 GHz
  295.           Channel 03 : 2.422 GHz
  296.           Channel 04 : 2.427 GHz
  297.           Channel 05 : 2.432 GHz
  298.           Channel 06 : 2.437 GHz
  299.           Channel 07 : 2.442 GHz
  300.           Channel 08 : 2.447 GHz
  301.           Channel 09 : 2.452 GHz
  302.           Channel 10 : 2.457 GHz
  303.           Channel 11 : 2.462 GHz
  304.           Channel 12 : 2.467 GHz
  305.           Channel 13 : 2.472 GHz
  306.           Channel 36 : 5.18 GHz
  307.           Channel 40 : 5.2 GHz
  308.           Channel 44 : 5.22 GHz
  309.           Channel 48 : 5.24 GHz
  310.           Channel 52 : 5.26 GHz
  311.           Channel 56 : 5.28 GHz
  312.           Channel 60 : 5.3 GHz
  313.           Channel 64 : 5.32 GHz
  314.           Channel 100 : 5.5 GHz
  315.           Channel 104 : 5.52 GHz
  316.           Channel 108 : 5.54 GHz
  317.           Channel 112 : 5.56 GHz
  318.           Channel 116 : 5.58 GHz
  319.           Channel 120 : 5.6 GHz
  320.           Channel 124 : 5.62 GHz
  321.           Channel 128 : 5.64 GHz
  322.           Channel 132 : 5.66 GHz
  323.           Channel 136 : 5.68 GHz
  324.           Channel 140 : 5.7 GHz
  325.  
  326. ##### iwlist scan #######################
  327.  
  328. enp2s0    Interface doesn't support scanning.
  329.  
  330. lo        Interface doesn't support scanning.
  331.  
  332. wlp3s0    Interface doesn't support scanning : Network is down
  333.  
  334. ##### module infos ######################
  335.  
  336. [ath10k_pci]
  337. filename:       /lib/modules/4.13.0-21-generic/kernel/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
  338. firmware:       ath10k/QCA9377/hw1.0/board.bin
  339. firmware:       ath10k/QCA9377/hw1.0/firmware-5.bin
  340. firmware:       ath10k/QCA6174/hw3.0/board-2.bin
  341. firmware:       ath10k/QCA6174/hw3.0/board.bin
  342. firmware:       ath10k/QCA6174/hw3.0/firmware-6.bin
  343. firmware:       ath10k/QCA6174/hw3.0/firmware-5.bin
  344. firmware:       ath10k/QCA6174/hw3.0/firmware-4.bin
  345. firmware:       ath10k/QCA6174/hw2.1/board-2.bin
  346. firmware:       ath10k/QCA6174/hw2.1/board.bin
  347. firmware:       ath10k/QCA6174/hw2.1/firmware-5.bin
  348. firmware:       ath10k/QCA6174/hw2.1/firmware-4.bin
  349. firmware:       ath10k/QCA9887/hw1.0/board-2.bin
  350. firmware:       ath10k/QCA9887/hw1.0/board.bin
  351. firmware:       ath10k/QCA9887/hw1.0/firmware-5.bin
  352. firmware:       ath10k/QCA988X/hw2.0/board-2.bin
  353. firmware:       ath10k/QCA988X/hw2.0/board.bin
  354. firmware:       ath10k/QCA988X/hw2.0/firmware-5.bin
  355. firmware:       ath10k/QCA988X/hw2.0/firmware-4.bin
  356. firmware:       ath10k/QCA988X/hw2.0/firmware-3.bin
  357. firmware:       ath10k/QCA988X/hw2.0/firmware-2.bin
  358. license:        Dual BSD/GPL
  359. description:    Driver support for Qualcomm Atheros 802.11ac WLAN PCIe/AHB devices
  360. author:         Qualcomm Atheros
  361. srcversion:     8D7A52EE462CD73D0445DB2
  362. depends:        ath10k_core
  363. intree:         Y
  364. name:           ath10k_pci
  365. vermagic:       4.13.0-21-generic SMP mod_unload
  366. signat:         PKCS#7
  367. signer:        
  368. sig_key:        
  369. sig_hashalgo:   md4
  370. parm:           irq_mode:0: auto, 1: legacy, 2: msi (default: 0) (uint)
  371. parm:           reset_mode:0: auto, 1: warm only (default: 0) (uint)
  372.  
  373. [ath10k_core]
  374. filename:       /lib/modules/4.13.0-21-generic/kernel/drivers/net/wireless/ath/ath10k/ath10k_core.ko
  375. license:        Dual BSD/GPL
  376. description:    Core module for Qualcomm Atheros 802.11ac wireless LAN cards.
  377. author:         Qualcomm Atheros
  378. srcversion:     7F06478F5745B064BF3BC89
  379. depends:        mac80211,cfg80211,ath
  380. intree:         Y
  381. name:           ath10k_core
  382. vermagic:       4.13.0-21-generic SMP mod_unload
  383. signat:         PKCS#7
  384. signer:        
  385. sig_key:        
  386. sig_hashalgo:   md4
  387. parm:           debug_mask:Debugging mask (uint)
  388. parm:           uart_print:Uart target debugging (bool)
  389. parm:           skip_otp:Skip otp failure for calibration in testmode (bool)
  390. parm:           cryptmode:Crypto mode: 0-hardware, 1-software (uint)
  391. parm:           rawmode:Use raw 802.11 frame datapath (bool)
  392.  
  393. [ath]
  394. filename:       /lib/modules/4.13.0-21-generic/kernel/drivers/net/wireless/ath/ath.ko
  395. license:        Dual BSD/GPL
  396. description:    Shared library for Atheros wireless LAN cards.
  397. author:         Atheros Communications
  398. srcversion:     555BBBB9D4FCA58A05E7C0D
  399. depends:        cfg80211
  400. intree:         Y
  401. name:           ath
  402. vermagic:       4.13.0-21-generic SMP mod_unload
  403. signat:         PKCS#7
  404. signer:        
  405. sig_key:        
  406. sig_hashalgo:   md4
  407.  
  408. [mac80211]
  409. filename:       /lib/modules/4.13.0-21-generic/kernel/net/mac80211/mac80211.ko
  410. license:        GPL
  411. description:    IEEE 802.11 subsystem
  412. srcversion:     B8F500F2EE3AF9C7436BAEE
  413. depends:        cfg80211
  414. intree:         Y
  415. name:           mac80211
  416. vermagic:       4.13.0-21-generic SMP mod_unload
  417. signat:         PKCS#7
  418. signer:        
  419. sig_key:        
  420. sig_hashalgo:   md4
  421. parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
  422. parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
  423. parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
  424. parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
  425. parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
  426. parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
  427.  
  428. [cfg80211]
  429. filename:       /lib/modules/4.13.0-21-generic/kernel/net/wireless/cfg80211.ko
  430. description:    wireless configuration support
  431. license:        GPL
  432. author:         Johannes Berg
  433. srcversion:     A5EDD7467E172A70410EBCD
  434. depends:        
  435. intree:         Y
  436. name:           cfg80211
  437. vermagic:       4.13.0-21-generic SMP mod_unload
  438. signat:         PKCS#7
  439. signer:        
  440. sig_key:        
  441. sig_hashalgo:   md4
  442. parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
  443. parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
  444. parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
  445.  
  446. ##### module parameters #################
  447.  
  448. [ath10k_pci]
  449. irq_mode: 0
  450. reset_mode: 0
  451.  
  452. [ath10k_core]
  453. cryptmode: 0
  454. debug_mask: 0
  455. rawmode: N
  456. skip_otp: N
  457. uart_print: N
  458.  
  459. [mac80211]
  460. beacon_loss_count: 7
  461. ieee80211_default_rc_algo: minstrel_ht
  462. max_nullfunc_tries: 2
  463. max_probe_tries: 5
  464. minstrel_vht_only: Y
  465. probe_wait_ms: 500
  466.  
  467. [cfg80211]
  468. bss_entries_limit: 1000
  469. cfg80211_disable_40mhz_24ghz: N
  470. ieee80211_regdom: 00
  471.  
  472. ##### /etc/modules ######################
  473.  
  474. ##### modprobe options ##################
  475.  
  476. [/etc/modprobe.d/blacklist-ath_pci.conf]
  477. blacklist ath_pci
  478.  
  479. [/etc/modprobe.d/blacklist.conf]
  480. blacklist evbug
  481. blacklist usbmouse
  482. blacklist usbkbd
  483. blacklist eepro100
  484. blacklist de4x5
  485. blacklist eth1394
  486. blacklist snd_intel8x0m
  487. blacklist snd_aw2
  488. blacklist i2c_i801
  489. blacklist prism54
  490. blacklist bcm43xx
  491. blacklist garmin_gps
  492. blacklist asus_acpi
  493. blacklist snd_pcsp
  494. blacklist pcspkr
  495. blacklist amd76x_edac
  496.  
  497. [/etc/modprobe.d/blacklist-rare-network.conf]
  498. alias net-pf-3 off
  499. alias net-pf-6 off
  500. alias net-pf-9 off
  501. alias net-pf-11 off
  502. alias net-pf-12 off
  503. alias net-pf-19 off
  504. alias net-pf-21 off
  505. alias net-pf-36 off
  506.  
  507. [/etc/modprobe.d/iwlwifi.conf]
  508. remove iwlwifi \
  509. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  510. && /sbin/modprobe -r mac80211
  511.  
  512. [/etc/modprobe.d/mlx4.conf]
  513. softdep mlx4_core post: mlx4_en
  514.  
  515. ##### rc.local ##########################
  516.  
  517. grep: /etc/rc.local: No such file or directory
  518.  
  519. ##### pm-utils ##########################
  520.  
  521. ##### udev rules ########################
  522.  
  523. ##### dmesg #############################
  524.  
  525. [  100.761129] ath10k_pci 0000:03:00.0: [02]: 0x00034c00 4294967295 4294967295 4294967295 4294967295
  526. [  100.881562] ath10k_pci 0000:03:00.0: [03]: 0x00035000 4294967295 4294967295 4294967295 4294967295
  527. [  101.001984] ath10k_pci 0000:03:00.0: [04]: 0x00035400 4294967295 4294967295 4294967295 4294967295
  528. [  101.122398] ath10k_pci 0000:03:00.0: [05]: 0x00035800 4294967295 4294967295 4294967295 4294967295
  529. [  101.242832] ath10k_pci 0000:03:00.0: [06]: 0x00035c00 4294967295 4294967295 4294967295 4294967295
  530. [  101.363243] ath10k_pci 0000:03:00.0: [07]: 0x00036000 4294967295 4294967295 4294967295 4294967295
  531. [  101.363247] ath10k_pci 0000:03:00.0: failed to reset chip: -5
  532. [  101.363248] ath10k_pci 0000:03:00.0: Could not init hif: -5
  533. [  102.046394] ath10k_warn: 156 callbacks suppressed
  534. [  102.046407] ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x0003a028: -110 (repeated 10 times)
  535. [  104.666194] ath10k_pci 0000:03:00.0: failed to read device register, device is gone
  536. [  104.756545] ath10k_pci 0000:03:00.0: firmware crashed! (uuid 16aa730f-68cc-42ff-b72d-fc812bf1382b)
  537. [  104.756548] ath10k_pci 0000:03:00.0: qca6174 hw2.1 target 0x05010000 chip_id 0x003405ff sub 11ad:0804
  538. [  104.756550] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
  539. [  104.756849] ath10k_pci 0000:03:00.0: firmware ver SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 features ignore-otp,no-4addr-pad crc32 10bf8e08
  540. [  104.757009] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 ae2e275a
  541. [  104.757010] ath10k_pci 0000:03:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
  542. [  104.757013] ath10k_pci 0000:03:00.0: failed to read firmware dump area: -28
  543. [  104.757015] ath10k_pci 0000:03:00.0: Copy Engine register dump:
  544. [  104.877469] ath10k_pci 0000:03:00.0: [00]: 0x00034400 4294967295 4294967295 4294967295 4294967295
  545. [  104.997948] ath10k_pci 0000:03:00.0: [01]: 0x00034800 4294967295 4294967295 4294967295 4294967295
  546. [  105.118428] ath10k_pci 0000:03:00.0: [02]: 0x00034c00 4294967295 4294967295 4294967295 4294967295
  547. [  105.238887] ath10k_pci 0000:03:00.0: [03]: 0x00035000 4294967295 4294967295 4294967295 4294967295
  548. [  105.359353] ath10k_pci 0000:03:00.0: [04]: 0x00035400 4294967295 4294967295 4294967295 4294967295
  549. [  105.479803] ath10k_pci 0000:03:00.0: [05]: 0x00035800 4294967295 4294967295 4294967295 4294967295
  550. [  105.600304] ath10k_pci 0000:03:00.0: [06]: 0x00035c00 4294967295 4294967295 4294967295 4294967295
  551. [  105.720784] ath10k_pci 0000:03:00.0: [07]: 0x00036000 4294967295 4294967295 4294967295 4294967295
  552. [  105.720787] ath10k_pci 0000:03:00.0: failed to reset chip: -5
  553. [  105.720789] ath10k_pci 0000:03:00.0: Could not init hif: -5
  554. [  116.034713] ath10k_warn: 118 callbacks suppressed
  555. [  116.034717] ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x00080008: -110
  556. [  116.064876] ath10k_pci 0000:03:00.0: failed to wake target for write32 of 0xffffffff at 0x00080008: -110
  557. [  116.122176] ath10k_pci 0000:03:00.0: failed to wake target for write32 of 0xfffffffe at 0x00080008: -110
  558. [  116.178133] ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x0003a028: -110 (repeated 7 times)
  559. [  119.311592] ath10k_pci 0000:03:00.0: failed to read device register, device is gone
  560. [  119.402082] ath10k_pci 0000:03:00.0: firmware crashed! (uuid 82cd0850-3cf1-47f4-8691-aafc6d935b29)
  561. [  119.402086] ath10k_pci 0000:03:00.0: qca6174 hw2.1 target 0x05010000 chip_id 0x003405ff sub 11ad:0804
  562. [  119.402087] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
  563. [  119.402416] ath10k_pci 0000:03:00.0: firmware ver SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 features ignore-otp,no-4addr-pad crc32 10bf8e08
  564. [  119.402574] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 ae2e275a
  565. [  119.402575] ath10k_pci 0000:03:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
  566. [  119.402579] ath10k_pci 0000:03:00.0: failed to read firmware dump area: -28
  567. [  119.402580] ath10k_pci 0000:03:00.0: Copy Engine register dump:
  568. [  119.523182] ath10k_pci 0000:03:00.0: [00]: 0x00034400 4294967295 4294967295 4294967295 4294967295
  569. [  119.643711] ath10k_pci 0000:03:00.0: [01]: 0x00034800 4294967295 4294967295 4294967295 4294967295
  570. [  119.764393] ath10k_pci 0000:03:00.0: [02]: 0x00034c00 4294967295 4294967295 4294967295 4294967295
  571. [  119.885085] ath10k_pci 0000:03:00.0: [03]: 0x00035000 4294967295 4294967295 4294967295 4294967295
  572. [  120.005673] ath10k_pci 0000:03:00.0: [04]: 0x00035400 4294967295 4294967295 4294967295 4294967295
  573. [  120.126198] ath10k_pci 0000:03:00.0: [05]: 0x00035800 4294967295 4294967295 4294967295 4294967295
  574. [  120.246764] ath10k_pci 0000:03:00.0: [06]: 0x00035c00 4294967295 4294967295 4294967295 4294967295
  575. [  120.367347] ath10k_pci 0000:03:00.0: [07]: 0x00036000 4294967295 4294967295 4294967295 4294967295
  576. [  120.367356] ath10k_pci 0000:03:00.0: failed to reset chip: -5
  577. [  120.367358] ath10k_pci 0000:03:00.0: Could not init hif: -5
  578. [  121.054456] ath10k_warn: 157 callbacks suppressed
  579. [  121.054458] ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x0003a028: -110 (repeated 10 times)
  580. [  123.675370] ath10k_pci 0000:03:00.0: failed to read device register, device is gone
  581. [  123.765755] ath10k_pci 0000:03:00.0: firmware crashed! (uuid 44ada952-627a-487d-8801-cbc1c59c3a6c)
  582. [  123.765760] ath10k_pci 0000:03:00.0: qca6174 hw2.1 target 0x05010000 chip_id 0x003405ff sub 11ad:0804
  583. [  123.765761] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
  584. [  123.766062] ath10k_pci 0000:03:00.0: firmware ver SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 features ignore-otp,no-4addr-pad crc32 10bf8e08
  585. [  123.766221] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 ae2e275a
  586. [  123.766222] ath10k_pci 0000:03:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
  587. [  123.766225] ath10k_pci 0000:03:00.0: failed to read firmware dump area: -28
  588. [  123.766226] ath10k_pci 0000:03:00.0: Copy Engine register dump:
  589. [  123.886666] ath10k_pci 0000:03:00.0: [00]: 0x00034400 4294967295 4294967295 4294967295 4294967295
  590. [  124.007169] ath10k_pci 0000:03:00.0: [01]: 0x00034800 4294967295 4294967295 4294967295 4294967295
  591. [  124.127669] ath10k_pci 0000:03:00.0: [02]: 0x00034c00 4294967295 4294967295 4294967295 4294967295
  592. [  124.248228] ath10k_pci 0000:03:00.0: [03]: 0x00035000 4294967295 4294967295 4294967295 4294967295
  593. [  124.368822] ath10k_pci 0000:03:00.0: [04]: 0x00035400 4294967295 4294967295 4294967295 4294967295
  594. [  124.489415] ath10k_pci 0000:03:00.0: [05]: 0x00035800 4294967295 4294967295 4294967295 4294967295
  595. [  124.610041] ath10k_pci 0000:03:00.0: [06]: 0x00035c00 4294967295 4294967295 4294967295 4294967295
  596. [  124.730574] ath10k_pci 0000:03:00.0: [07]: 0x00036000 4294967295 4294967295 4294967295 4294967295
  597. [  124.730584] ath10k_pci 0000:03:00.0: failed to reset chip: -5
  598. [  124.730586] ath10k_pci 0000:03:00.0: Could not init hif: -5
  599.  
  600. ########## wireless info END ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement