Advertisement
napretep2

Untitled

Jul 26th, 2019
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 23.68 KB | None | 0 0
  1. ```
  2. ########## wireless info START ##########
  3.  
  4. Report from: 26 Jul 2019 12:38 CST +0800
  5.  
  6. Booted last: 26 Jul 2019 00:00 CST +0800
  7.  
  8. Script from: 22 Oct 2018 03:34 UTC +0000
  9.  
  10. ##### release ###########################
  11.  
  12. Distributor ID: Ubuntu
  13. Description:    Ubuntu 18.04.2 LTS
  14. Release:    18.04
  15. Codename:   bionic
  16.  
  17. ##### kernel ############################
  18.  
  19. Linux 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  20.  
  21. Parameters: ro, quiet, splash, vt.handoff=1
  22.  
  23. ##### desktop ###########################
  24.  
  25. Ubuntu
  26.  
  27. ##### lspci #############################
  28.  
  29. 00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
  30.     Subsystem: Intel Corporation Device [8086:0034]
  31.     Kernel driver in use: iwlwifi
  32.  
  33. 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
  34.     Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38c2]
  35.     Kernel driver in use: r8169
  36.  
  37. ##### lsusb #############################
  38.  
  39. Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
  40. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  41. Bus 001 Device 004: ID 13d3:56a6 IMC Networks
  42. Bus 001 Device 003: ID 05ac:12ab Apple, Inc. iPad 4/Mini1
  43. Bus 001 Device 005: ID 8087:0aaa Intel Corp.
  44. Bus 001 Device 002: ID 25a7:fa67  
  45. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  46.  
  47. ##### PCMCIA card info ##################
  48.  
  49. ##### rfkill ############################
  50.  
  51. 0: ideapad_wlan: Wireless LAN
  52.     Soft blocked: no
  53.     Hard blocked: yes
  54. 1: ideapad_bluetooth: Bluetooth
  55.     Soft blocked: yes
  56.     Hard blocked: yes
  57. 2: hci0: Bluetooth
  58.     Soft blocked: yes
  59.     Hard blocked: no
  60. 3: phy0: Wireless LAN
  61.     Soft blocked: no
  62.     Hard blocked: no
  63.  
  64. ##### secure boot #######################
  65.  
  66. 'mokutil' is not installed (package "mokutil").
  67.  
  68. ##### lsmod #############################
  69.  
  70. intel_wmi_thunderbolt    16384  0
  71. wmi_bmof               16384  0
  72. iwlmvm                376832  0
  73. mac80211              802816  1 iwlmvm
  74. mxm_wmi                16384  1 nouveau
  75. iwlwifi               299008  1 iwlmvm
  76. cfg80211              667648  3 iwlmvm,iwlwifi,mac80211
  77. ideapad_laptop         36864  0
  78. sparse_keymap          16384  1 ideapad_laptop
  79. video                  45056  3 ideapad_laptop,i915,nouveau
  80. wmi                    24576  5 intel_wmi_thunderbolt,wmi_bmof,ideapad_laptop,mxm_wmi,nouveau
  81.  
  82. ##### interfaces ########################
  83.  
  84. [/etc/network/interfaces]
  85. auto lo
  86. iface lo inet loopback
  87.  
  88. ##### ifconfig ##########################
  89.  
  90. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  91.     link/loopback <MAC address> brd <MAC address>
  92.     inet 127.0.0.1/8 scope host lo
  93.        valid_lft forever preferred_lft forever
  94.     inet6 ::1/128 scope host
  95.        valid_lft forever preferred_lft forever
  96. 2: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  97.     link/ether <MAC 'enp7s0' [IF1]> brd <MAC address>
  98. 3: wlp0s20f3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  99.     link/ether <MAC 'wlp0s20f3' [IF2]> brd <MAC address>
  100. 4: enp0s20f0u3c4i2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
  101.     link/ether <MAC 'enp0s20f0u3c4i2' [IF3]> brd <MAC address>
  102.     inet 172.20.10.2/28 brd 172.20.10.15 scope global dynamic noprefixroute enp0s20f0u3c4i2
  103.        valid_lft 84268sec preferred_lft 84268sec
  104.     inet6 fe80::a96e:b2a4:f5ba:a31b/64 scope link noprefixroute
  105.        valid_lft forever preferred_lft forever
  106.  
  107. ##### iwconfig ##########################
  108.  
  109. enp7s0    no wireless extensions.
  110.  
  111. enp0s20f0u3c4i2  no wireless extensions.
  112.  
  113. lo        no wireless extensions.
  114.  
  115. wlp0s20f3  IEEE 802.11  ESSID:off/any  
  116.           Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm  
  117.           Retry short limit:7   RTS thr:off   Fragment thr:off
  118.           Power Management:on
  119.          
  120.  
  121. ##### route #############################
  122.  
  123. default via 172.20.10.1 dev enp0s20f0u3c4i2 proto dhcp metric 20100
  124. 169.254.0.0/16 dev enp0s20f0u3c4i2 scope link metric 1000
  125. 172.20.10.0/28 dev enp0s20f0u3c4i2 proto kernel scope link src 172.20.10.2 metric 100
  126.  
  127. ##### resolv.conf #######################
  128.  
  129. [777 root '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf']
  130.  
  131. nameserver 127.0.0.53
  132. options edns0
  133.  
  134. ##### network managers ##################
  135.  
  136. Installed:
  137.  
  138.     NetworkManager
  139.  
  140. Running:
  141.  
  142. root       972     1  0 12:17 ?        00:00:00 /usr/sbin/NetworkManager --no-daemon
  143.  
  144. ##### NetworkManager info ###############
  145.  
  146. GENERAL.DEVICE:                         enp0s20f0u3c4i2
  147. GENERAL.TYPE:                           ethernet
  148. GENERAL.NM-TYPE:                        NMDeviceEthernet
  149. GENERAL.VENDOR:                         Apple Inc.
  150. GENERAL.PRODUCT:                        iPad
  151. GENERAL.DRIVER:                         ipheth
  152. GENERAL.DRIVER-VERSION:                 --
  153. GENERAL.FIRMWARE-VERSION:               --
  154. GENERAL.HWADDR:                         <MAC 'enp0s20f0u3c4i2' [IF3]>
  155. GENERAL.MTU:                            1500
  156. GENERAL.STATE:                          100 (connected)
  157. GENERAL.REASON:                         0 (No reason given)
  158. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:4.2/net/enp0s20f0u3c4i2
  159. GENERAL.IP-IFACE:                       enp0s20f0u3c4i2
  160. GENERAL.IS-SOFTWARE:                    no
  161. GENERAL.NM-MANAGED:                     yes
  162. GENERAL.AUTOCONNECT:                    yes
  163. GENERAL.FIRMWARE-MISSING:               no
  164. GENERAL.NM-PLUGIN-MISSING:              no
  165. GENERAL.PHYS-PORT-ID:                   --
  166. GENERAL.CONNECTION:                     有线连接 1
  167. GENERAL.CON-UUID:                       7dc8a8aa-e7a4-33c0-9475-664b8b40c7ac
  168. GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
  169. GENERAL.METERED:                        no (guessed)
  170. CAPABILITIES.CARRIER-DETECT:            yes
  171. CAPABILITIES.SPEED:                     unknown
  172. CAPABILITIES.IS-SOFTWARE:               no
  173. CAPABILITIES.SRIOV:                     no
  174. WIRED-PROPERTIES.CARRIER:               on
  175. IP4.ADDRESS[1]:                         172.20.10.2/28
  176. IP4.GATEWAY:                            172.20.10.1
  177. IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 172.20.10.1, mt = 20100
  178. IP4.ROUTE[2]:                           dst = 172.20.10.0/28, nh = 0.0.0.0, mt = 100
  179. IP4.ROUTE[3]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
  180. IP4.DNS[1]:                             172.20.10.1
  181. DHCP4.OPTION[1]:                        requested_routers = 1
  182. DHCP4.OPTION[2]:                        requested_domain_search = 1
  183. DHCP4.OPTION[3]:                        server_name = tenchihitogekiryo
  184. DHCP4.OPTION[4]:                        requested_time_offset = 1
  185. DHCP4.OPTION[5]:                        requested_broadcast_address = 1
  186. DHCP4.OPTION[6]:                        requested_rfc3442_classless_static_routes = 1
  187. DHCP4.OPTION[7]:                        requested_static_routes = 1
  188. DHCP4.OPTION[8]:                        requested_domain_name = 1
  189. DHCP4.OPTION[9]:                        requested_wpad = 1
  190. DHCP4.OPTION[10]:                       requested_netbios_scope = 1
  191. DHCP4.OPTION[11]:                       next_server = 172.20.10.1
  192. DHCP4.OPTION[12]:                       broadcast_address = 172.20.10.15
  193. DHCP4.OPTION[13]:                       dhcp_message_type = 5
  194. DHCP4.OPTION[14]:                       requested_subnet_mask = 1
  195. DHCP4.OPTION[15]:                       routers = 172.20.10.1
  196. DHCP4.OPTION[16]:                       ip_address = 172.20.10.2
  197. DHCP4.OPTION[17]:                       requested_domain_name_servers = 1
  198. DHCP4.OPTION[18]:                       subnet_mask = 255.255.255.240
  199. DHCP4.OPTION[19]:                       dhcp_lease_time = 85536
  200. DHCP4.OPTION[20]:                       expiry = 1564200192
  201. DHCP4.OPTION[21]:                       requested_ntp_servers = 1
  202. DHCP4.OPTION[22]:                       requested_netbios_name_servers = 1
  203. DHCP4.OPTION[23]:                       domain_name_servers = 172.20.10.1
  204. DHCP4.OPTION[24]:                       requested_ms_classless_static_routes = 1
  205. DHCP4.OPTION[25]:                       requested_interface_mtu = 1
  206. DHCP4.OPTION[26]:                       network_number = 172.20.10.0
  207. DHCP4.OPTION[27]:                       requested_host_name = 1
  208. DHCP4.OPTION[28]:                       dhcp_server_identifier = 172.20.10.1
  209. IP6.ADDRESS[1]:                         fe80::a96e:b2a4:f5ba:a31b/64
  210. IP6.GATEWAY:                            --
  211. IP6.ROUTE[1]:                           dst = ff00::/8, nh = ::, mt = 256, table=255
  212. IP6.ROUTE[2]:                           dst = fe80::/64, nh = ::, mt = 256
  213. IP6.ROUTE[3]:                           dst = fe80::/64, nh = ::, mt = 100
  214. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
  215. CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   7dc8a8aa-e7a4-33c0-9475-664b8b40c7ac | 有线连接 1
  216.  
  217. GENERAL.DEVICE:                         enp7s0
  218. GENERAL.TYPE:                           ethernet
  219. GENERAL.NM-TYPE:                        NMDeviceEthernet
  220. GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
  221. GENERAL.PRODUCT:                        RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  222. GENERAL.DRIVER:                         r8169
  223. GENERAL.DRIVER-VERSION:                 2.3LK-NAPI
  224. GENERAL.FIRMWARE-VERSION:               --
  225. GENERAL.HWADDR:                         <MAC 'enp7s0' [IF1]>
  226. GENERAL.MTU:                            1500
  227. GENERAL.STATE:                          20 (unavailable)
  228. GENERAL.REASON:                         2 (Device is now managed)
  229. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1d.5/0000:07:00.0/net/enp7s0
  230. GENERAL.IP-IFACE:                       --
  231. GENERAL.IS-SOFTWARE:                    no
  232. GENERAL.NM-MANAGED:                     yes
  233. GENERAL.AUTOCONNECT:                    yes
  234. GENERAL.FIRMWARE-MISSING:               no
  235. GENERAL.NM-PLUGIN-MISSING:              no
  236. GENERAL.PHYS-PORT-ID:                   --
  237. GENERAL.CONNECTION:                     --
  238. GENERAL.CON-UUID:                       --
  239. GENERAL.CON-PATH:                       --
  240. GENERAL.METERED:                        unknown
  241. CAPABILITIES.CARRIER-DETECT:            yes
  242. CAPABILITIES.SPEED:                     unknown
  243. CAPABILITIES.IS-SOFTWARE:               no
  244. CAPABILITIES.SRIOV:                     no
  245. WIRED-PROPERTIES.CARRIER:               off
  246. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --
  247.  
  248. GENERAL.DEVICE:                         wlp0s20f3
  249. GENERAL.TYPE:                           wifi
  250. GENERAL.NM-TYPE:                        NMDeviceWifi
  251. GENERAL.VENDOR:                         Intel Corporation
  252. GENERAL.PRODUCT:                        --
  253. GENERAL.DRIVER:                         iwlwifi
  254. GENERAL.DRIVER-VERSION:                 4.18.0-25-generic
  255. GENERAL.FIRMWARE-VERSION:               38.c0e03d94.0
  256. GENERAL.HWADDR:                         <MAC 'wlp0s20f3' [IF2]>
  257. GENERAL.MTU:                            1500
  258. GENERAL.STATE:                          20 (unavailable)
  259. GENERAL.REASON:                         2 (Device is now managed)
  260. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
  261. GENERAL.IP-IFACE:                       --
  262. GENERAL.IS-SOFTWARE:                    no
  263. GENERAL.NM-MANAGED:                     yes
  264. GENERAL.AUTOCONNECT:                    yes
  265. GENERAL.FIRMWARE-MISSING:               no
  266. GENERAL.NM-PLUGIN-MISSING:              no
  267. GENERAL.PHYS-PORT-ID:                   --
  268. GENERAL.CONNECTION:                     --
  269. GENERAL.CON-UUID:                       --
  270. GENERAL.CON-PATH:                       --
  271. GENERAL.METERED:                        unknown
  272. CAPABILITIES.CARRIER-DETECT:            no
  273. CAPABILITIES.SPEED:                     unknown
  274. CAPABILITIES.IS-SOFTWARE:               no
  275. CAPABILITIES.SRIOV:                     no
  276. WIFI-PROPERTIES.WEP:                    yes
  277. WIFI-PROPERTIES.WPA:                    yes
  278. WIFI-PROPERTIES.WPA2:                   yes
  279. WIFI-PROPERTIES.TKIP:                   yes
  280. WIFI-PROPERTIES.CCMP:                   yes
  281. WIFI-PROPERTIES.AP:                     yes
  282. WIFI-PROPERTIES.ADHOC:                  yes
  283. WIFI-PROPERTIES.2GHZ:                   yes
  284. WIFI-PROPERTIES.5GHZ:                   yes
  285. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --
  286.  
  287. SSID  BSSID  MODE  CHAN  FREQ  RATE  SIGNAL  BARS  SECURITY  ACTIVE  IN-USE
  288.  
  289. ##### NetworkManager.state ##############
  290.  
  291. cat: /var/lib/NetworkManager/NetworkManager.state: No such file or directory
  292.  
  293. ##### NetworkManager config #############
  294.  
  295. [[/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf]]
  296. [connection]
  297. wifi.powersave = 3
  298.  
  299. [[/etc/NetworkManager/NetworkManager.conf]]
  300. [main]
  301. plugins=ifupdown,keyfile
  302. [ifupdown]
  303. managed=false
  304. [device]
  305. wifi.scan-rand-mac-address=no
  306.  
  307. [[/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf]]
  308. [main]
  309. dns=systemd-resolved
  310.  
  311. [[/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf]]
  312. [keyfile]
  313. unmanaged-devices=*,except:type:wifi,except:type:wwan
  314.  
  315. [[/usr/lib/NetworkManager/conf.d/20-connectivity-ubuntu.conf]]
  316. [connectivity]
  317. uri=http://connectivity-check.ubuntu.com/
  318.  
  319. [[/usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf]]
  320. [device-mac-addr-change-wifi]
  321. match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
  322. wifi.scan-rand-mac-address=no
  323. wifi.cloned-mac-address=preserve
  324. ethernet.cloned-mac-address=preserve
  325.  
  326. ##### NetworkManager profiles ###########
  327.  
  328. ##### Netplan config ####################
  329.  
  330. [/etc/netplan/01-network-manager-all.yaml]
  331. network:
  332.   version: 2
  333.   renderer: NetworkManager
  334.  
  335. ##### iw reg get ########################
  336.  
  337. Region: Asia/Shanghai (based on set time zone)
  338.  
  339. global
  340. country 00: DFS-UNSET
  341.     (2402 - 2472 @ 40), (N/A, 20), (N/A)
  342.     (2457 - 2482 @ 20), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
  343.     (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
  344.     (5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW, PASSIVE-SCAN
  345.     (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
  346.     (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, PASSIVE-SCAN
  347.     (5735 - 5835 @ 80), (N/A, 20), (N/A), PASSIVE-SCAN
  348.     (57240 - 63720 @ 2160), (N/A, 0), (N/A)
  349.  
  350. ##### iwlist channels ###################
  351.  
  352. enp7s0    no frequency information.
  353.  
  354. enp0s20f0u3c4i2  no frequency information.
  355.  
  356. lo        no frequency information.
  357.  
  358. wlp0s20f3  32 channels in total; available frequencies :
  359.           Channel 01 : 2.412 GHz
  360.           Channel 02 : 2.417 GHz
  361.           Channel 03 : 2.422 GHz
  362.           Channel 04 : 2.427 GHz
  363.           Channel 05 : 2.432 GHz
  364.           Channel 06 : 2.437 GHz
  365.           Channel 07 : 2.442 GHz
  366.           Channel 08 : 2.447 GHz
  367.           Channel 09 : 2.452 GHz
  368.           Channel 10 : 2.457 GHz
  369.           Channel 11 : 2.462 GHz
  370.           Channel 12 : 2.467 GHz
  371.           Channel 13 : 2.472 GHz
  372.           Channel 14 : 2.484 GHz
  373.           Channel 36 : 5.18 GHz
  374.           Channel 40 : 5.2 GHz
  375.           Channel 44 : 5.22 GHz
  376.           Channel 48 : 5.24 GHz
  377.           Channel 52 : 5.26 GHz
  378.           Channel 56 : 5.28 GHz
  379.           Channel 60 : 5.3 GHz
  380.           Channel 64 : 5.32 GHz
  381.           Channel 68 : 5.34 GHz
  382.           Channel 72 : 5.36 GHz
  383.           Channel 76 : 5.38 GHz
  384.           Channel 80 : 5.4 GHz
  385.           Channel 84 : 5.42 GHz
  386.           Channel 88 : 5.44 GHz
  387.           Channel 92 : 5.46 GHz
  388.           Channel 96 : 5.48 GHz
  389.           Channel 100 : 5.5 GHz
  390.           Channel 104 : 5.52 GHz
  391.  
  392. ##### iwlist scan #######################
  393.  
  394. enp7s0    Interface doesn't support scanning.
  395.  
  396. enp0s20f0u3c4i2  Interface doesn't support scanning.
  397.  
  398. lo        Interface doesn't support scanning.
  399.  
  400. wlp0s20f3  Interface doesn't support scanning : Network is down
  401.  
  402. ##### module infos ######################
  403.  
  404. [iwlmvm]
  405. filename:       /lib/modules/4.18.0-25-generic/kernel/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
  406. license:        GPL
  407. author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@intel.com>
  408. description:    The new Intel(R) wireless AGN driver for Linux
  409. srcversion:     4DAD4F3B58FCA15965D5AC4
  410. depends:        iwlwifi,mac80211,cfg80211
  411. retpoline:      Y
  412. intree:         Y
  413. name:           iwlmvm
  414. vermagic:       4.18.0-25-generic SMP mod_unload
  415. signat:         PKCS#7
  416. signer:        
  417. sig_key:        
  418. sig_hashalgo:   md4
  419. parm:           init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
  420. parm:           power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
  421. parm:           tfd_q_hang_detect:TFD queues hang detection (default: true (bool)
  422.  
  423. [mac80211]
  424. filename:       /lib/modules/4.18.0-25-generic/kernel/net/mac80211/mac80211.ko
  425. license:        GPL
  426. description:    IEEE 802.11 subsystem
  427. srcversion:     C5D73328CD704BB6E363074
  428. depends:        cfg80211
  429. retpoline:      Y
  430. intree:         Y
  431. name:           mac80211
  432. vermagic:       4.18.0-25-generic SMP mod_unload
  433. signat:         PKCS#7
  434. signer:        
  435. sig_key:        
  436. sig_hashalgo:   md4
  437. parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
  438. parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
  439. parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
  440. parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
  441. parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
  442. parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
  443.  
  444. [iwlwifi]
  445. filename:       /lib/modules/4.18.0-25-generic/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
  446. license:        GPL
  447. author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@intel.com>
  448. description:    Intel(R) Wireless WiFi driver for Linux
  449. firmware:       iwlwifi-100-5.ucode
  450. firmware:       iwlwifi-1000-5.ucode
  451. firmware:       iwlwifi-135-6.ucode
  452. firmware:       iwlwifi-105-6.ucode
  453. firmware:       iwlwifi-2030-6.ucode
  454. firmware:       iwlwifi-2000-6.ucode
  455. firmware:       iwlwifi-5150-2.ucode
  456. firmware:       iwlwifi-5000-5.ucode
  457. firmware:       iwlwifi-6000g2b-6.ucode
  458. firmware:       iwlwifi-6000g2a-6.ucode
  459. firmware:       iwlwifi-6050-5.ucode
  460. firmware:       iwlwifi-6000-6.ucode
  461. firmware:       iwlwifi-7265D-29.ucode
  462. firmware:       iwlwifi-7265-17.ucode
  463. firmware:       iwlwifi-3168-29.ucode
  464. firmware:       iwlwifi-3160-17.ucode
  465. firmware:       iwlwifi-7260-17.ucode
  466. firmware:       iwlwifi-8265-36.ucode
  467. firmware:       iwlwifi-8000C-36.ucode
  468. firmware:       iwlwifi-9260-th-b0-jf-b0-38.ucode
  469. firmware:       iwlwifi-9260-th-a0-jf-a0-38.ucode
  470. firmware:       iwlwifi-9000-pu-a0-jf-b0-38.ucode
  471. firmware:       iwlwifi-9000-pu-b0-jf-b0-38.ucode
  472. firmware:       iwlwifi-9000-pu-a0-jf-a0-38.ucode
  473. firmware:       iwlwifi-QuQnj-a0-hr-a0-38.ucode
  474. firmware:       iwlwifi-QuQnj-a0-jf-b0-38.ucode
  475. firmware:       iwlwifi-QuQnj-f0-hr-a0-38.ucode
  476. firmware:       iwlwifi-Qu-a0-jf-b0-38.ucode
  477. firmware:       iwlwifi-Qu-a0-hr-a0-38.ucode
  478. srcversion:     0508ACA666DD494A0FC0FCA
  479. depends:        cfg80211
  480. retpoline:      Y
  481. intree:         Y
  482. name:           iwlwifi
  483. vermagic:       4.18.0-25-generic SMP mod_unload
  484. signat:         PKCS#7
  485. signer:        
  486. sig_key:        
  487. sig_hashalgo:   md4
  488. parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
  489. parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
  490. parm:           amsdu_size:amsdu size 0: 12K for multi Rx queue devices, 4K for other devices 1:4K 2:8K 3:12K (default 0) (int)
  491. parm:           fw_restart:restart firmware in case of error (default true) (bool)
  492. parm:           antenna_coupling:specify antenna coupling in dB (default: 0 dB) (int)
  493. parm:           nvm_file:NVM file name (charp)
  494. parm:           d0i3_disable:disable d0i3 functionality (default: Y) (bool)
  495. parm:           lar_disable:disable LAR functionality (default: N) (bool)
  496. parm:           uapsd_disable:disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3) (uint)
  497. parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
  498. parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
  499. parm:           power_save:enable WiFi power management (default: disable) (bool)
  500. parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
  501. parm:           fw_monitor:firmware monitor - to debug FW (default: false - needs lots of memory) (bool)
  502. parm:           d0i3_timeout:Timeout to D0i3 entry when idle (ms) (uint)
  503. parm:           disable_11ac:Disable VHT capabilities (default: false) (bool)
  504. parm:           remove_when_gone:Remove dev from PCIe bus if it is deemed inaccessible (default: false) (bool)
  505.  
  506. [cfg80211]
  507. filename:       /lib/modules/4.18.0-25-generic/kernel/net/wireless/cfg80211.ko
  508. description:    wireless configuration support
  509. license:        GPL
  510. author:         Johannes Berg
  511. srcversion:     9388DCE7F64620803B0EC6E
  512. depends:        
  513. retpoline:      Y
  514. intree:         Y
  515. name:           cfg80211
  516. vermagic:       4.18.0-25-generic SMP mod_unload
  517. signat:         PKCS#7
  518. signer:        
  519. sig_key:        
  520. sig_hashalgo:   md4
  521. parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
  522. parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
  523. parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
  524.  
  525. ##### module parameters #################
  526.  
  527. [iwlmvm]
  528. init_dbg: N
  529. power_scheme: 2
  530. tfd_q_hang_detect: Y
  531.  
  532. [mac80211]
  533. beacon_loss_count: 7
  534. ieee80211_default_rc_algo: minstrel_ht
  535. max_nullfunc_tries: 2
  536. max_probe_tries: 5
  537. minstrel_vht_only: Y
  538. probe_wait_ms: 500
  539.  
  540. [iwlwifi]
  541. 11n_disable: 0
  542. amsdu_size: 0
  543. antenna_coupling: 0
  544. bt_coex_active: Y
  545. d0i3_disable: Y
  546. d0i3_timeout: 1000
  547. disable_11ac: N
  548. fw_monitor: N
  549. fw_restart: Y
  550. lar_disable: N
  551. led_mode: 0
  552. nvm_file: (null)
  553. power_level: 0
  554. power_save: N
  555. remove_when_gone: N
  556. swcrypto: 0
  557. uapsd_disable: 3
  558.  
  559. [cfg80211]
  560. bss_entries_limit: 1000
  561. cfg80211_disable_40mhz_24ghz: N
  562. ieee80211_regdom: 00
  563.  
  564. ##### /etc/modules ######################
  565.  
  566. ##### modprobe options ##################
  567.  
  568. [/etc/modprobe.d/amd64-microcode-blacklist.conf]
  569. blacklist microcode
  570.  
  571. [/etc/modprobe.d/blacklist-ath_pci.conf]
  572. blacklist ath_pci
  573.  
  574. [/etc/modprobe.d/blacklist.conf]
  575. blacklist evbug
  576. blacklist usbmouse
  577. blacklist usbkbd
  578. blacklist eepro100
  579. blacklist de4x5
  580. blacklist eth1394
  581. blacklist snd_intel8x0m
  582. blacklist snd_aw2
  583. blacklist i2c_i801
  584. blacklist prism54
  585. blacklist bcm43xx
  586. blacklist garmin_gps
  587. blacklist asus_acpi
  588. blacklist snd_pcsp
  589. blacklist pcspkr
  590. blacklist amd76x_edac
  591.  
  592. [/etc/modprobe.d/blacklist-rare-network.conf]
  593. alias net-pf-3 off
  594. alias net-pf-6 off
  595. alias net-pf-9 off
  596. alias net-pf-11 off
  597. alias net-pf-12 off
  598. alias net-pf-19 off
  599. alias net-pf-21 off
  600. alias net-pf-36 off
  601.  
  602. [/etc/modprobe.d/intel-microcode-blacklist.conf]
  603. blacklist microcode
  604.  
  605. [/etc/modprobe.d/iwlwifi.conf]
  606. remove iwlwifi \
  607. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  608. && /sbin/modprobe -r mac80211
  609.  
  610. ##### rc.local ##########################
  611.  
  612. grep: /etc/rc.local: No such file or directory
  613.  
  614. ##### pm-utils ##########################
  615.  
  616. ##### udev rules ########################
  617.  
  618. ##### dmesg #############################
  619.  
  620. [   21.762549] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u3c4i2: link becomes ready
  621.  
  622. ########## wireless info END ############
  623.  
  624. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement