Advertisement
Guest User

Info

a guest
Mar 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.48 KB | None | 0 0
  1. ########## wireless info START ##########
  2.  
  3. Report from: 19 Mar 2018 23:17 CET +0100
  4.  
  5. Booted last: 19 Mar 2018 00:00 CET +0100
  6.  
  7. Script from: 10 Jan 2018 20:04 UTC +0000
  8.  
  9. ##### release ###########################
  10.  
  11. Distributor ID: LinuxMint
  12. Description:    Linux Mint 18.3 Sylvia
  13. Release:    18.3
  14. Codename:   sylvia
  15.  
  16. ##### kernel ############################
  17.  
  18. Linux 4.13.0-37-generic #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  19.  
  20. Parameters: ro, quiet, splash
  21.  
  22. ##### desktop ###########################
  23.  
  24. Cinnamon
  25.  
  26. ##### lspci #############################
  27.  
  28. 02:08.0 Ethernet controller [0200]: Intel Corporation NM10/ICH7 Family LAN Controller [8086:27dc] (rev 01)
  29.     Subsystem: Micro-Star International Co., Ltd. [MSI] NM10/ICH7 Family LAN Controller [1462:204c]
  30.     Kernel driver in use: e100
  31.  
  32. ##### lsusb #############################
  33.  
  34. Bus 001 Device 012: ID 04e8:6863 Samsung Electronics Co., Ltd GT-I9500 [Galaxy S4] / GT-I9250 [Galaxy Nexus] (network tethering)
  35. Bus 001 Device 005: ID 0424:2228 Standard Microsystems Corp. 9-in-2 Card Reader
  36. Bus 001 Device 004: ID 148f:2570 Ralink Technology, Corp. RT2570 Wireless Adapter
  37. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  38. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  39. Bus 004 Device 002: ID 093a:2621 Pixart Imaging, Inc. PAC731x Trust Webcam
  40. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  41. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  42. Bus 002 Device 003: ID 1a2c:4c5e China Resource Semico Co., Ltd
  43. Bus 002 Device 002: ID 1d57:ad17 Xenta
  44. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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. rt2500usb              28672  0
  57. rt2x00usb              20480  1 rt2500usb
  58. rt2x00lib              53248  2 rt2x00usb,rt2500usb
  59. mac80211              782336  2 rt2x00lib,rt2x00usb
  60. cfg80211              614400  2 rt2x00lib,mac80211
  61.  
  62. ##### interfaces ########################
  63.  
  64. [/etc/network/interfaces]
  65. auto lo
  66. iface lo inet loopback
  67.  
  68. ##### ifconfig ##########################
  69.  
  70. enp0s29f7u7 Link encap:Ethernet  HWaddr <MAC 'enp0s29f7u7' [IF1]>  
  71.           inet addr:192.168.42.23  Bcast:192.168.42.255  Mask:255.255.255.0
  72.           inet6 addr: 2003:da:abdd:a234:3123:a46a:9849:f1eb/64 Scope:Global
  73.           inet6 addr: fe80::381b:c7fd:6ff9:a836/64 Scope:Link
  74.           inet6 addr: 2003:da:abdd:a234:ac48:1d84:9e1e:580a/64 Scope:Global
  75.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  76.           RX packets:80488 errors:2 dropped:0 overruns:0 frame:2
  77.           TX packets:57096 errors:0 dropped:0 overruns:0 carrier:0
  78.           collisions:0 txqueuelen:1000
  79.           RX bytes:102968360 (102.9 MB)  TX bytes:7611935 (7.6 MB)
  80.  
  81. enp2s8    Link encap:Ethernet  HWaddr <MAC 'enp2s8' [IF2]>  
  82.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  83.           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  84.           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  85.           collisions:0 txqueuelen:1000
  86.           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  87.  
  88. lo        Link encap:Local Loopback  
  89.           inet addr:127.0.0.1  Mask:255.0.0.0
  90.           inet6 addr: ::1/128 Scope:Host
  91.           UP LOOPBACK RUNNING  MTU:65536  Metric:1
  92.           RX packets:3780 errors:0 dropped:0 overruns:0 frame:0
  93.           TX packets:3780 errors:0 dropped:0 overruns:0 carrier:0
  94.           collisions:0 txqueuelen:1000
  95.           RX bytes:283825 (283.8 KB)  TX bytes:283825 (283.8 KB)
  96.  
  97. wlx<IF from MAC [IF3]> Link encap:Ethernet  HWaddr <MAC 'wlx<IF from MAC [IF3]>' [IF3]>  
  98.           UP BROADCAST MULTICAST  MTU:1500  Metric:1
  99.           RX packets:1241 errors:0 dropped:0 overruns:0 frame:0
  100.           TX packets:1248 errors:0 dropped:0 overruns:0 carrier:0
  101.           collisions:0 txqueuelen:1000
  102.           RX bytes:193765 (193.7 KB)  TX bytes:128324 (128.3 KB)
  103.  
  104. ##### iwconfig ##########################
  105.  
  106. lo        no wireless extensions.
  107.  
  108. enp2s8    no wireless extensions.
  109.  
  110. enp0s29f7u7  no wireless extensions.
  111.  
  112. wlx<IF from MAC [IF3]>  IEEE 802.11  ESSID:off/any  
  113.           Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm  
  114.           Retry short limit:7   RTS thr:off   Fragment thr:off
  115.           Power Management:on
  116.          
  117.  
  118. ##### route #############################
  119.  
  120. Kernel IP routing table
  121. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  122. 0.0.0.0         192.168.42.129  0.0.0.0         UG    100    0        0 enp0s29f7u7
  123. 192.168.42.0    0.0.0.0         255.255.255.0   U     100    0        0 enp0s29f7u7
  124.  
  125. ##### resolv.conf #######################
  126.  
  127. nameserver 127.0.1.1
  128.  
  129. ##### network managers ##################
  130.  
  131. Installed:
  132.  
  133.     NetworkManager
  134.  
  135. Running:
  136.  
  137. root       958     1  0 20:43 ?        00:00:02 /usr/sbin/NetworkManager --no-daemon
  138.  
  139. ##### NetworkManager info ###############
  140.  
  141. GENERAL.DEVICE:                         enp0s29f7u7
  142. GENERAL.TYPE:                           ethernet
  143. GENERAL.NM-TYPE:                        NMDeviceEthernet
  144. GENERAL.VENDOR:                         SAMSUNG
  145. GENERAL.PRODUCT:                        SAMSUNG_Android
  146. GENERAL.DRIVER:                         rndis_host
  147. GENERAL.DRIVER-VERSION:                 22-Aug-2005
  148. GENERAL.FIRMWARE-VERSION:               RNDIS device
  149. GENERAL.HWADDR:                         <MAC 'enp0s29f7u7' [IF1]>
  150. GENERAL.MTU:                            1500
  151. GENERAL.STATE:                          100 (connected)
  152. GENERAL.REASON:                         0 (No reason given)
  153. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7/1-7:1.0/net/enp0s29f7u7
  154. GENERAL.IP-IFACE:                       enp0s29f7u7
  155. GENERAL.IS-SOFTWARE:                    no
  156. GENERAL.NM-MANAGED:                     yes
  157. GENERAL.AUTOCONNECT:                    yes
  158. GENERAL.FIRMWARE-MISSING:               no
  159. GENERAL.NM-PLUGIN-MISSING:              no
  160. GENERAL.PHYS-PORT-ID:                   --
  161. GENERAL.CONNECTION:                     Wired connection 1
  162. GENERAL.CON-UUID:                       d25f61e2-c97f-3232-a3e1-391abd16ce95
  163. GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/2
  164. GENERAL.METERED:                        yes (guessed)
  165. CAPABILITIES.CARRIER-DETECT:            yes
  166. CAPABILITIES.SPEED:                     unknown
  167. CAPABILITIES.IS-SOFTWARE:               no
  168. WIRED-PROPERTIES.CARRIER:               on
  169. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{3}
  170. CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   d25f61e2-c97f-3232-a3e1-391abd16ce95 | Wired connection 1
  171. IP4.ADDRESS[1]:                         192.168.42.23/24
  172. IP4.GATEWAY:                            192.168.42.129
  173. IP4.DNS[1]:                             192.168.42.129
  174. DHCP4.OPTION[1]:                        requested_subnet_mask = 1
  175. DHCP4.OPTION[2]:                        requested_rfc3442_classless_static_routes = 1
  176. DHCP4.OPTION[3]:                        subnet_mask = 255.255.255.0
  177. DHCP4.OPTION[4]:                        domain_name_servers = 192.168.42.129
  178. DHCP4.OPTION[5]:                        ip_address = 192.168.42.23
  179. DHCP4.OPTION[6]:                        requested_static_routes = 1
  180. DHCP4.OPTION[7]:                        dhcp_server_identifier = 192.168.42.129
  181. DHCP4.OPTION[8]:                        requested_time_offset = 1
  182. DHCP4.OPTION[9]:                        broadcast_address = 192.168.42.255
  183. DHCP4.OPTION[10]:                       requested_interface_mtu = 1
  184. DHCP4.OPTION[11]:                       dhcp_rebinding_time = 3063
  185. DHCP4.OPTION[12]:                       requested_domain_name_servers = 1
  186. DHCP4.OPTION[13]:                       dhcp_message_type = 5
  187. DHCP4.OPTION[14]:                       requested_broadcast_address = 1
  188. DHCP4.OPTION[15]:                       routers = 192.168.42.129
  189. DHCP4.OPTION[16]:                       dhcp_renewal_time = 1713
  190. DHCP4.OPTION[17]:                       requested_domain_name = 1
  191. DHCP4.OPTION[18]:                       requested_routers = 1
  192. DHCP4.OPTION[19]:                       expiry = 1521501389
  193. DHCP4.OPTION[20]:                       requested_wpad = 1
  194. DHCP4.OPTION[21]:                       host_name = antinggaming-MS-7204
  195. DHCP4.OPTION[22]:                       requested_netbios_scope = 1
  196. DHCP4.OPTION[23]:                       requested_ms_classless_static_routes = 1
  197. DHCP4.OPTION[24]:                       requested_netbios_name_servers = 1
  198. DHCP4.OPTION[25]:                       network_number = 192.168.42.0
  199. DHCP4.OPTION[26]:                       requested_domain_search = 1
  200. DHCP4.OPTION[27]:                       vendor_encapsulated_options = ANDROID_METERED
  201. DHCP4.OPTION[28]:                       next_server = 192.168.42.129
  202. DHCP4.OPTION[29]:                       requested_host_name = 1
  203. DHCP4.OPTION[30]:                       dhcp_lease_time = 3600
  204. DHCP4.OPTION[31]:                       requested_ntp_servers = 1
  205. IP6.ADDRESS[1]:                         2003:da:abdd:a234:ac48:1d84:9e1e:580a/64
  206. IP6.ADDRESS[2]:                         2003:da:abdd:a234:3123:a46a:9849:f1eb/64
  207. IP6.ADDRESS[3]:                         fe80::381b:c7fd:6ff9:a836/64
  208. IP6.GATEWAY:                            fe80::b4f6:b7ff:fec2:b5a6
  209. IP6.DNS[1]:                             2001:4860:4860::8888
  210. IP6.DNS[2]:                             fe80::b4f6:b7ff:fec2:b5a6
  211. DHCP6.OPTION[1]:                        requested_dhcp6_domain_search = 1
  212. DHCP6.OPTION[2]:                        dhcp6_name_servers = fe80::b4f6:b7ff:fec2:b5a6
  213. DHCP6.OPTION[3]:                        dhcp6_server_id = 0:1:0:1:21:be:f1:4c:6e:2f:2c:45:2c:81
  214. DHCP6.OPTION[4]:                        requested_dhcp6_client_id = 1
  215. DHCP6.OPTION[5]:                        requested_dhcp6_name_servers = 1
  216. DHCP6.OPTION[6]:                        dhcp6_client_id = 0:4:4c:3:8:8a:ae:71:c:e0:64:36:a0:13:2d:87:4b:6f
  217.  
  218. GENERAL.DEVICE:                         wlx<IF from MAC [IF3]>
  219. GENERAL.TYPE:                           wifi
  220. GENERAL.NM-TYPE:                        NMDeviceWifi
  221. GENERAL.VENDOR:                         Ralink
  222. GENERAL.PRODUCT:                        802.11g WLAN
  223. GENERAL.DRIVER:                         rt2500usb
  224. GENERAL.DRIVER-VERSION:                 4.13.0-37-generic
  225. GENERAL.FIRMWARE-VERSION:               N/A
  226. GENERAL.HWADDR:                         <MAC 'wlx<IF from MAC [IF3]>' [IF3]>
  227. GENERAL.MTU:                            0
  228. GENERAL.STATE:                          30 (disconnected)
  229. GENERAL.REASON:                         0 (No reason given)
  230. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlx<IF from MAC [IF3]>
  231. GENERAL.IP-IFACE:                      
  232. GENERAL.IS-SOFTWARE:                    no
  233. GENERAL.NM-MANAGED:                     yes
  234. GENERAL.AUTOCONNECT:                    yes
  235. GENERAL.FIRMWARE-MISSING:               no
  236. GENERAL.NM-PLUGIN-MISSING:              no
  237. GENERAL.PHYS-PORT-ID:                   --
  238. GENERAL.CONNECTION:                     --
  239. GENERAL.CON-UUID:                       --
  240. GENERAL.CON-PATH:                       --
  241. GENERAL.METERED:                        unknown
  242. CAPABILITIES.CARRIER-DETECT:            no
  243. CAPABILITIES.SPEED:                     unknown
  244. CAPABILITIES.IS-SOFTWARE:               no
  245. WIFI-PROPERTIES.WEP:                    yes
  246. WIFI-PROPERTIES.WPA:                    yes
  247. WIFI-PROPERTIES.WPA2:                   yes
  248. WIFI-PROPERTIES.TKIP:                   yes
  249. WIFI-PROPERTIES.CCMP:                   yes
  250. WIFI-PROPERTIES.AP:                     yes
  251. WIFI-PROPERTIES.ADHOC:                  yes
  252. WIFI-PROPERTIES.2GHZ:                   yes
  253. WIFI-PROPERTIES.5GHZ:                   no
  254. CONNECTIONS.AVAILABLE-CONNECTION-PATHS:
  255.  
  256. GENERAL.DEVICE:                         enp2s8
  257. GENERAL.TYPE:                           ethernet
  258. GENERAL.NM-TYPE:                        NMDeviceEthernet
  259. GENERAL.VENDOR:                         Intel Corporation
  260. GENERAL.PRODUCT:                        NM10/ICH7 Family LAN Controller
  261. GENERAL.DRIVER:                         e100
  262. GENERAL.DRIVER-VERSION:                 3.5.24-k2-NAPI
  263. GENERAL.FIRMWARE-VERSION:              
  264. GENERAL.HWADDR:                         <MAC 'enp2s8' [IF2]>
  265. GENERAL.MTU:                            1500
  266. GENERAL.STATE:                          20 (unavailable)
  267. GENERAL.REASON:                         2 (Device is now managed)
  268. GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0/net/enp2s8
  269. GENERAL.IP-IFACE:                      
  270. GENERAL.IS-SOFTWARE:                    no
  271. GENERAL.NM-MANAGED:                     yes
  272. GENERAL.AUTOCONNECT:                    yes
  273. GENERAL.FIRMWARE-MISSING:               no
  274. GENERAL.NM-PLUGIN-MISSING:              no
  275. GENERAL.PHYS-PORT-ID:                   --
  276. GENERAL.CONNECTION:                     --
  277. GENERAL.CON-UUID:                       --
  278. GENERAL.CON-PATH:                       --
  279. GENERAL.METERED:                        unknown
  280. CAPABILITIES.CARRIER-DETECT:            yes
  281. CAPABILITIES.SPEED:                     unknown
  282. CAPABILITIES.IS-SOFTWARE:               no
  283. WIRED-PROPERTIES.CARRIER:               off
  284. CONNECTIONS.AVAILABLE-CONNECTION-PATHS:
  285.  
  286. SSID  BSSID  MODE  CHAN  FREQ  RATE  SIGNAL  BARS  SECURITY  ACTIVE  *
  287.  
  288. ##### NetworkManager.state ##############
  289.  
  290. [main]
  291. NetworkingEnabled=true
  292. WirelessEnabled=true
  293. WWANEnabled=true
  294.  
  295. ##### NetworkManager.conf ###############
  296.  
  297. [main]
  298. plugins=ifupdown,keyfile,ofono
  299. dns=dnsmasq
  300.  
  301. [ifupdown]
  302. managed=false
  303.  
  304. ##### NetworkManager profiles ###########
  305.  
  306. [[/etc/NetworkManager/system-connections/Automatisch WLAN-6LP7QB]] (600 root)
  307. [connection] id=Automatisch WLAN-6LP7QB | type=wifi | permissions=
  308. [wifi] mac-address=<MAC 'wlx<IF from MAC [IF3]>' [IF3]> | mac-address-blacklist= | ssid=WLAN-6LP7QB
  309. [ipv4] method=auto
  310. [ipv6] method=auto
  311.  
  312. ##### Netplan config ####################
  313.  
  314. ##### iw reg get ########################
  315.  
  316. Region: Europe/Berlin (based on set time zone)
  317.  
  318. country 00: DFS-UNSET
  319.     (2402 - 2472 @ 40), (N/A, 20), (N/A)
  320.     (2457 - 2482 @ 40), (N/A, 20), (N/A), NO-IR
  321.     (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR
  322.     (5170 - 5250 @ 80), (N/A, 20), (N/A), NO-IR
  323.     (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, NO-IR
  324.     (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR
  325.     (5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR
  326.     (57240 - 63720 @ 2160), (N/A, 0), (N/A)
  327.  
  328. ##### iwlist channels ###################
  329.  
  330. lo        no frequency information.
  331.  
  332. enp2s8    no frequency information.
  333.  
  334. enp0s29f7u7  no frequency information.
  335.  
  336. wlx<IF from MAC [IF3]>  14 channels in total; available frequencies :
  337.           Channel 01 : 2.412 GHz
  338.           Channel 02 : 2.417 GHz
  339.           Channel 03 : 2.422 GHz
  340.           Channel 04 : 2.427 GHz
  341.           Channel 05 : 2.432 GHz
  342.           Channel 06 : 2.437 GHz
  343.           Channel 07 : 2.442 GHz
  344.           Channel 08 : 2.447 GHz
  345.           Channel 09 : 2.452 GHz
  346.           Channel 10 : 2.457 GHz
  347.           Channel 11 : 2.462 GHz
  348.           Channel 12 : 2.467 GHz
  349.           Channel 13 : 2.472 GHz
  350.           Channel 14 : 2.484 GHz
  351.  
  352. ##### iwlist scan #######################
  353.  
  354. lo        Interface doesn't support scanning.
  355.  
  356. enp2s8    Interface doesn't support scanning.
  357.  
  358. enp0s29f7u7  Interface doesn't support scanning.
  359.  
  360. wlx<IF from MAC [IF3]>  No scan results
  361.  
  362. ##### module infos ######################
  363.  
  364. [rt2500usb]
  365. filename:       /lib/modules/4.13.0-37-generic/kernel/drivers/net/wireless/ralink/rt2x00/rt2500usb.ko
  366. license:        GPL
  367. description:    Ralink RT2500 USB Wireless LAN driver.
  368. version:        2.3.0
  369. author:         http://rt2x00.serialmonkey.com
  370. srcversion:     18C3BDC02AD999471E234BC
  371. depends:        rt2x00lib,rt2x00usb
  372. intree:         Y
  373. name:           rt2500usb
  374. vermagic:       4.13.0-37-generic SMP mod_unload
  375. parm:           nohwcrypt:Disable hardware encryption. (bool)
  376.  
  377. [rt2x00usb]
  378. filename:       /lib/modules/4.13.0-37-generic/kernel/drivers/net/wireless/ralink/rt2x00/rt2x00usb.ko
  379. license:        GPL
  380. description:    rt2x00 usb library
  381. version:        2.3.0
  382. author:         http://rt2x00.serialmonkey.com
  383. srcversion:     CF81CEFEDB55E644BB144E0
  384. depends:        rt2x00lib,mac80211
  385. intree:         Y
  386. name:           rt2x00usb
  387. vermagic:       4.13.0-37-generic SMP mod_unload
  388.  
  389. [rt2x00lib]
  390. filename:       /lib/modules/4.13.0-37-generic/kernel/drivers/net/wireless/ralink/rt2x00/rt2x00lib.ko
  391. license:        GPL
  392. description:    rt2x00 library
  393. version:        2.3.0
  394. author:         http://rt2x00.serialmonkey.com
  395. srcversion:     F1F2B8EB285836F753AEC3E
  396. depends:        mac80211,cfg80211
  397. intree:         Y
  398. name:           rt2x00lib
  399. vermagic:       4.13.0-37-generic SMP mod_unload
  400.  
  401. [mac80211]
  402. filename:       /lib/modules/4.13.0-37-generic/kernel/net/mac80211/mac80211.ko
  403. license:        GPL
  404. description:    IEEE 802.11 subsystem
  405. srcversion:     B8F500F2EE3AF9C7436BAEE
  406. depends:        cfg80211
  407. intree:         Y
  408. name:           mac80211
  409. vermagic:       4.13.0-37-generic SMP mod_unload
  410. parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
  411. parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
  412. parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
  413. parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
  414. parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
  415. parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
  416.  
  417. [cfg80211]
  418. filename:       /lib/modules/4.13.0-37-generic/kernel/net/wireless/cfg80211.ko
  419. description:    wireless configuration support
  420. license:        GPL
  421. author:         Johannes Berg
  422. srcversion:     A5EDD7467E172A70410EBCD
  423. depends:        
  424. intree:         Y
  425. name:           cfg80211
  426. vermagic:       4.13.0-37-generic SMP mod_unload
  427. parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
  428. parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
  429. parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
  430.  
  431. ##### module parameters #################
  432.  
  433. [rt2500usb]
  434. nohwcrypt: N
  435.  
  436. [mac80211]
  437. beacon_loss_count: 7
  438. ieee80211_default_rc_algo: minstrel_ht
  439. max_nullfunc_tries: 2
  440. max_probe_tries: 5
  441. minstrel_vht_only: Y
  442. probe_wait_ms: 500
  443.  
  444. [cfg80211]
  445. bss_entries_limit: 1000
  446. cfg80211_disable_40mhz_24ghz: N
  447. ieee80211_regdom: 00
  448.  
  449. ##### /etc/modules ######################
  450.  
  451. ##### modprobe options ##################
  452.  
  453. [/etc/modprobe.d/blacklist-ath_pci.conf]
  454. blacklist ath_pci
  455.  
  456. [/etc/modprobe.d/blacklist.conf]
  457. blacklist evbug
  458. blacklist usbmouse
  459. blacklist usbkbd
  460. blacklist eepro100
  461. blacklist de4x5
  462. blacklist eth1394
  463. blacklist snd_intel8x0m
  464. blacklist snd_aw2
  465. blacklist i2c_i801
  466. blacklist prism54
  467. blacklist bcm43xx
  468. blacklist garmin_gps
  469. blacklist asus_acpi
  470. blacklist snd_pcsp
  471. blacklist pcspkr
  472. blacklist amd76x_edac
  473.  
  474. [/etc/modprobe.d/blacklist-rare-network.conf]
  475. alias net-pf-3 off
  476. alias net-pf-6 off
  477. alias net-pf-9 off
  478. alias net-pf-11 off
  479. alias net-pf-12 off
  480. alias net-pf-19 off
  481. alias net-pf-21 off
  482. alias net-pf-36 off
  483.  
  484. [/etc/modprobe.d/intel-microcode-blacklist.conf]
  485. blacklist microcode
  486.  
  487. [/etc/modprobe.d/iwlwifi.conf]
  488. remove iwlwifi \
  489. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  490. && /sbin/modprobe -r mac80211
  491.  
  492. [/etc/modprobe.d/mlx4.conf]
  493. softdep mlx4_core post: mlx4_en
  494.  
  495. ##### rc.local ##########################
  496.  
  497. exit 0
  498.  
  499. ##### pm-utils ##########################
  500.  
  501. ##### udev rules ########################
  502.  
  503. ##### dmesg #############################
  504.  
  505. [ 7008.171377] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  506. [ 7071.186379] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  507. [ 7071.193689] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 3 times)
  508. [ 7197.175048] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  509. [ 7197.182313] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 3 times)
  510. [ 7323.255683] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  511. [ 7323.262659] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  512. [ 7386.174027] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  513. [ 7386.181712] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  514. [ 7449.152374] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  515. [ 7449.159643] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  516. [ 7512.202721] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  517. [ 7512.210202] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  518. [ 7575.169083] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  519. [ 7575.176265] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  520. [ 7638.235437] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  521. [ 7638.242941] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  522. [ 7701.149803] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  523. [ 7701.156876] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  524. [ 7764.160207] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  525. [ 7764.167189] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  526. [ 7827.254585] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  527. [ 7827.262255] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 4 times)
  528. [ 8016.297690] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  529. [ 8016.304664] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 4 times)
  530. [ 8205.196856] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  531. [ 8205.204326] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 3 times)
  532. [ 8331.265696] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  533. [ 8331.273079] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  534. [ 8394.216123] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  535. [ 8394.223636] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  536. [ 8457.230508] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  537. [ 8457.242690] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  538. [ 8520.264935] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  539. [ 8520.275977] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  540. [ 8583.275368] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  541. [ 8583.283057] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  542. [ 8646.253765] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  543. [ 8646.261110] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 4 times)
  544. [ 8835.308999] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  545. [ 8835.316646] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 3 times)
  546. [ 8961.261852] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  547. [ 8961.269512] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  548. [ 9024.268410] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  549. [ 9024.276453] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  550. [ 9087.275008] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  551. [ 9087.283902] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  552. [ 9150.241606] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  553. [ 9150.252946] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  554. [ 9213.284159] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  555. [ 9213.291371] ieee80211 phy0: rt2x00usb_watchdog_tx_dma: Warning - TX queue 0 DMA timed out, invoke forced forced reset (repeated 2 times)
  556.  
  557. ########## wireless info END ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement