Advertisement
Guest User

Wireless Info Script

a guest
May 23rd, 2016
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.50 KB | None | 0 0
  1.  
  2. ########## wireless info START ##########
  3.  
  4. Report from: 23 May 2016 13:25 CEST +0200
  5.  
  6. Booted last: 23 May 2016 00:00 CEST +0200
  7.  
  8. Script from: 27 Sep 2015 00:34 UTC +0000
  9.  
  10. ##### release ###########################
  11.  
  12. Distributor ID: Ubuntu
  13. Description: Ubuntu 16.04 LTS
  14. Release: 16.04
  15. Codename: xenial
  16.  
  17. ##### kernel ############################
  18.  
  19. Linux 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  20.  
  21. Parameters: ro, quiet, splash, vt.handoff=7
  22.  
  23. ##### desktop ###########################
  24.  
  25. Ubuntu
  26.  
  27. ##### lspci #############################
  28.  
  29. 01:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
  30. DeviceName: Realtek PCIe GBE Family Controller
  31. Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:18a4]
  32.  
  33. 02:00.0 Network controller [0280]: Ralink corp. RT5390R 802.11bgn PCIe Wireless Network Adapter [1814:539b]
  34. DeviceName: Ralink RT5390R 802.11bgn 1x1 Wi-Fi Adapter
  35. Subsystem: Hewlett-Packard Company RT5390R 802.11bgn PCIe Wireless Network Adapter [103c:18ed]
  36.  
  37. ##### lsusb #############################
  38.  
  39. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  40. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  41. Bus 001 Device 003: ID 064e:c336 Suyin Corp.
  42. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  43. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  44. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  45. Bus 003 Device 002: ID 138a:0018 Validity Sensors, Inc. Fingerprint scanner
  46. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  47.  
  48. ##### PCMCIA card info ##################
  49.  
  50. ##### rfkill ############################
  51.  
  52. 0: phy0: Wireless LAN
  53. Soft blocked: no
  54. Hard blocked: no
  55.  
  56. ##### lsmod #############################
  57.  
  58. rt2800pci 16384 0
  59. rt2800mmio 20480 1 rt2800pci
  60. rt2800lib 94208 2 rt2800pci,rt2800mmio
  61. rt2x00pci 16384 1 rt2800pci
  62. rt2x00mmio 16384 2 rt2800pci,rt2800mmio
  63. hp_wmi 16384 0
  64. rt2x00lib 57344 5 rt2x00pci,rt2800lib,rt2800pci,rt2800mmio,rt2x00mmio
  65. sparse_keymap 16384 1 hp_wmi
  66. mac80211 737280 3 rt2x00lib,rt2x00pci,rt2800lib
  67. cfg80211 565248 2 mac80211,rt2x00lib
  68. eeprom_93cx6 16384 1 rt2800pci
  69. crc_ccitt 16384 1 rt2800lib
  70. wmi 20480 1 hp_wmi
  71.  
  72. ##### interfaces ########################
  73.  
  74. auto lo
  75. iface lo inet loopback
  76.  
  77. ##### ifconfig ##########################
  78.  
  79. eno1 Link encap:Ethernet HWaddr <MAC 'eno1' [IF]>
  80. inet addr:192.168.2.102 Bcast:192.168.2.255 Mask:255.255.255.0
  81. inet6 addr: fe80::88cb:4b8b:e513:2e30/64 Scope:Link
  82. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  83. RX packets:15913 errors:0 dropped:0 overruns:0 frame:0
  84. TX packets:12275 errors:0 dropped:0 overruns:0 carrier:0
  85. collisions:0 txqueuelen:1000
  86. RX bytes:16768949 (16.7 MB) TX bytes:1248257 (1.2 MB)
  87.  
  88. wlo1 Link encap:Ethernet HWaddr <MAC 'wlo1' [IF]>
  89. UP BROADCAST MULTICAST MTU:1500 Metric:1
  90. RX packets:586 errors:0 dropped:0 overruns:0 frame:0
  91. TX packets:203 errors:0 dropped:0 overruns:0 carrier:0
  92. collisions:0 txqueuelen:1000
  93. RX bytes:86381 (86.3 KB) TX bytes:40191 (40.1 KB)
  94.  
  95. ##### iwconfig ##########################
  96.  
  97. eno1 no wireless extensions.
  98.  
  99. lo no wireless extensions.
  100.  
  101. wlo1 IEEE 802.11bgn ESSID:off/any
  102. Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
  103. Retry short limit:7 RTS thr:off Fragment thr:off
  104. Power Management:off
  105.  
  106.  
  107. ##### route #############################
  108.  
  109. Kernel IP routing table
  110. Destination Gateway Genmask Flags Metric Ref Use Iface
  111. 0.0.0.0 192.168.2.1 0.0.0.0 UG 100 0 0 eno1
  112. 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eno1
  113. 192.168.2.0 0.0.0.0 255.255.255.0 U 100 0 0 eno1
  114.  
  115. ##### resolv.conf #######################
  116.  
  117. nameserver 127.0.1.1
  118. search local
  119.  
  120. ##### network managers ##################
  121.  
  122. Installed:
  123.  
  124. NetworkManager
  125.  
  126. Running:
  127.  
  128. root 722 1 0 12:04 ? 00:00:02 /usr/sbin/NetworkManager --no-daemon
  129.  
  130. ##### NetworkManager info ###############
  131.  
  132. GENERAL.DEVICE: eno1
  133. GENERAL.TYPE: ethernet
  134. GENERAL.NM-TYPE: NMDeviceEthernet
  135. GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
  136. GENERAL.PRODUCT: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  137. GENERAL.DRIVER: r8169
  138. GENERAL.DRIVER-VERSION: 2.3LK-NAPI
  139. GENERAL.FIRMWARE-VERSION:
  140. GENERAL.HWADDR: <MAC 'eno1' [IF]>
  141. GENERAL.MTU: 1500
  142. GENERAL.STATE: 100 (connected)
  143. GENERAL.REASON: 0 (No reason given)
  144. GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.2/net/eno1
  145. GENERAL.IP-IFACE: eno1
  146. GENERAL.IS-SOFTWARE: no
  147. GENERAL.NM-MANAGED: yes
  148. GENERAL.AUTOCONNECT: yes
  149. GENERAL.FIRMWARE-MISSING: no
  150. GENERAL.NM-PLUGIN-MISSING: no
  151. GENERAL.PHYS-PORT-ID: --
  152. GENERAL.CONNECTION: Wired connection 1
  153. GENERAL.CON-UUID: 4e0b5d45-482d-4d3c-b806-7731d326a60c
  154. GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/10
  155. GENERAL.METERED: no (guessed)
  156. CAPABILITIES.CARRIER-DETECT: yes
  157. CAPABILITIES.SPEED: 1000 Mb/s
  158. CAPABILITIES.IS-SOFTWARE: no
  159. WIRED-PROPERTIES.CARRIER: on
  160. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2}
  161. CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 4e0b5d45-482d-4d3c-b806-7731d326a60c | Wired connection 1
  162. IP4.ADDRESS[1]: 192.168.2.102/24
  163. IP4.GATEWAY: 192.168.2.1
  164. IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
  165. IP4.DNS[1]: 192.168.2.1
  166. IP4.DOMAIN[1]: local
  167. DHCP4.OPTION[1]: requested_subnet_mask = 1
  168. DHCP4.OPTION[2]: requested_rfc3442_classless_static_routes = 1
  169. DHCP4.OPTION[3]: subnet_mask = 255.255.255.0
  170. DHCP4.OPTION[4]: domain_name_servers = 192.168.2.1
  171. DHCP4.OPTION[5]: ip_address = 192.168.2.102
  172. DHCP4.OPTION[6]: requested_static_routes = 1
  173. DHCP4.OPTION[7]: dhcp_server_identifier = 192.168.2.1
  174. DHCP4.OPTION[8]: requested_time_offset = 1
  175. DHCP4.OPTION[9]: time_offset = 0
  176. DHCP4.OPTION[10]: broadcast_address = 192.168.2.255
  177. DHCP4.OPTION[11]: requested_interface_mtu = 1
  178. DHCP4.OPTION[12]: requested_domain_name_servers = 1
  179. DHCP4.OPTION[13]: dhcp_rebinding_time = 2477097494
  180. DHCP4.OPTION[14]: dhcp_message_type = 5
  181. DHCP4.OPTION[15]: requested_broadcast_address = 1
  182. DHCP4.OPTION[16]: routers = 192.168.2.1
  183. DHCP4.OPTION[17]: dhcp_renewal_time = 1415484283
  184. DHCP4.OPTION[18]: requested_domain_name = 1
  185. DHCP4.OPTION[19]: domain_name = local
  186. DHCP4.OPTION[20]: requested_routers = 1
  187. DHCP4.OPTION[21]: expiry = 0
  188. DHCP4.OPTION[22]: host_name = sven-HP-ENVY-m6-Notebook-PC
  189. DHCP4.OPTION[23]: requested_netbios_scope = 1
  190. DHCP4.OPTION[24]: requested_wpad = 1
  191. DHCP4.OPTION[25]: requested_ms_classless_static_routes = 1
  192. DHCP4.OPTION[26]: requested_netbios_name_servers = 1
  193. DHCP4.OPTION[27]: network_number = 192.168.2.0
  194. DHCP4.OPTION[28]: requested_domain_search = 1
  195. DHCP4.OPTION[29]: requested_ntp_servers = 1
  196. DHCP4.OPTION[30]: ntp_servers = 192.168.2.1
  197. DHCP4.OPTION[31]: dhcp_lease_time = 2830968566
  198. DHCP4.OPTION[32]: requested_host_name = 1
  199. DHCP4.OPTION[33]: next_server = 192.168.2.1
  200. IP6.ADDRESS[1]: fe80::88cb:4b8b:e513:2e30/64
  201. IP6.GATEWAY:
  202.  
  203. GENERAL.DEVICE: wlo1
  204. GENERAL.TYPE: wifi
  205. GENERAL.NM-TYPE: NMDeviceWifi
  206. GENERAL.VENDOR: Ralink corp.
  207. GENERAL.PRODUCT: RT5390R 802.11bgn PCIe Wireless Network Adapter
  208. GENERAL.DRIVER: rt2800pci
  209. GENERAL.DRIVER-VERSION: 4.4.0-22-generic
  210. GENERAL.FIRMWARE-VERSION: N/A
  211. GENERAL.HWADDR: <MAC 'wlo1' [IF]>
  212. GENERAL.MTU: 0
  213. GENERAL.STATE: 30 (disconnected)
  214. GENERAL.REASON: 0 (No reason given)
  215. GENERAL.UDI: /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlo1
  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: no
  228. CAPABILITIES.SPEED: unknown
  229. CAPABILITIES.IS-SOFTWARE: no
  230. WIFI-PROPERTIES.WEP: yes
  231. WIFI-PROPERTIES.WPA: yes
  232. WIFI-PROPERTIES.WPA2: yes
  233. WIFI-PROPERTIES.TKIP: yes
  234. WIFI-PROPERTIES.CCMP: yes
  235. WIFI-PROPERTIES.AP: yes
  236. WIFI-PROPERTIES.ADHOC: yes
  237. WIFI-PROPERTIES.2GHZ: yes
  238. WIFI-PROPERTIES.5GHZ: no
  239. CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1,0}
  240. CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 2d6865d6-8dcf-4db4-b4e0-7a703b3db14e | EasyBox-075441
  241. CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 6676c660-4dac-4851-8701-3e00d4b5c3c5 | EasyBox-248529
  242.  
  243. SSID BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY ACTIVE *
  244. EasyBox-248529 <MAC 'EasyBox-248529' [AC1]> Infra 11 2462 MHz 54 Mbit/s 82 ▂▄▆█ WPA1 WPA2 no
  245. HP-Print-65-Photosmart 5520 <MAC 'HP-Print-65-Photosmart 5520' [AC2]> Infra 1 2412 MHz 54 Mbit/s 55 ▂▄__ WPA2 no
  246. EasyBox-075441 <MAC 'EasyBox-075441' [AC3]> Infra 1 2412 MHz 54 Mbit/s 42 ▂▄__ WPA1 WPA2 no
  247. FRITZ!Box 7272 <MAC 'FRITZ!Box 7272' [AC4]> Infra 1 2412 MHz 54 Mbit/s 22 ▂___ WPA2 no
  248.  
  249. ##### NetworkManager.state ##############
  250.  
  251. [main]
  252. NetworkingEnabled=true
  253. WirelessEnabled=true
  254. WWANEnabled=true
  255.  
  256. ##### NetworkManager.conf ###############
  257.  
  258. [main]
  259. plugins=ifupdown,keyfile,ofono
  260. dns=dnsmasq
  261.  
  262. [ifupdown]
  263. managed=false
  264.  
  265. ##### NetworkManager profiles ###########
  266.  
  267. [[/etc/NetworkManager/system-connections/EasyBox-075441]] (600 root)
  268. [connection] id=EasyBox-075441 | type=wifi | permissions=user:sven:;
  269. [wifi] mac-address=<MAC 'wlo1' [IF]> | mac-address-blacklist= | ssid=EasyBox-075441
  270. [ipv4] method=auto
  271. [ipv6] method=auto
  272.  
  273. [[/etc/NetworkManager/system-connections/EasyBox-248529]] (600 root)
  274. [connection] id=EasyBox-248529 | type=wifi | permissions=user:sven:;
  275. [wifi] mac-address=<MAC 'wlo1' [IF]> | mac-address-blacklist= | ssid=EasyBox-248529
  276. [ipv4] method=auto
  277. [ipv6] method=auto
  278.  
  279. ##### iw reg get ########################
  280.  
  281. Region: Europe/Berlin (based on set time zone)
  282.  
  283. country 00: DFS-UNSET
  284. (2402 - 2472 @ 40), (N/A, 20), (N/A)
  285. (2457 - 2482 @ 40), (N/A, 20), (N/A), NO-IR
  286. (2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR
  287. (5170 - 5250 @ 80), (N/A, 20), (N/A), NO-IR
  288. (5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, NO-IR
  289. (5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR
  290. (5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR
  291. (57240 - 63720 @ 2160), (N/A, 0), (N/A)
  292.  
  293. ##### iwlist channels ###################
  294.  
  295. eno1 no frequency information.
  296.  
  297. lo no frequency information.
  298.  
  299. wlo1 14 channels in total; available frequencies :
  300. Channel 01 : 2.412 GHz
  301. Channel 02 : 2.417 GHz
  302. Channel 03 : 2.422 GHz
  303. Channel 04 : 2.427 GHz
  304. Channel 05 : 2.432 GHz
  305. Channel 06 : 2.437 GHz
  306. Channel 07 : 2.442 GHz
  307. Channel 08 : 2.447 GHz
  308. Channel 09 : 2.452 GHz
  309. Channel 10 : 2.457 GHz
  310. Channel 11 : 2.462 GHz
  311. Channel 12 : 2.467 GHz
  312. Channel 13 : 2.472 GHz
  313. Channel 14 : 2.484 GHz
  314.  
  315. ##### iwlist scan #######################
  316.  
  317. eno1 Interface doesn't support scanning.
  318.  
  319. lo Interface doesn't support scanning.
  320.  
  321. Channel occupancy:
  322.  
  323. 4 APs on Frequency:2.412 GHz (Channel 1)
  324. 1 APs on Frequency:2.462 GHz (Channel 11)
  325.  
  326. wlo1 Scan completed :
  327. Cell 01 - Address: <MAC 'EasyBox-248529' [AC1]>
  328. Channel:11
  329. Frequency:2.462 GHz (Channel 11)
  330. Quality=55/70 Signal level=-55 dBm
  331. Encryption key:on
  332. ESSID:"EasyBox-248529"
  333. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
  334. 24 Mb/s; 36 Mb/s; 54 Mb/s
  335. Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
  336. Mode:Master
  337. Extra:tsf=0000004928a0545d
  338. Extra: Last beacon: 376ms ago
  339. IE: IEEE 802.11i/WPA2 Version 1
  340. Group Cipher : TKIP
  341. Pairwise Ciphers (2) : CCMP TKIP
  342. Authentication Suites (1) : PSK
  343. IE: WPA Version 1
  344. Group Cipher : TKIP
  345. Pairwise Ciphers (2) : CCMP TKIP
  346. Authentication Suites (1) : PSK
  347. Cell 02 - Address: <MAC 'HP-Print-65-Photosmart 5520' [AC2]>
  348. Channel:1
  349. Frequency:2.412 GHz (Channel 1)
  350. Quality=43/70 Signal level=-67 dBm
  351. Encryption key:on
  352. ESSID:"HP-Print-65-Photosmart 5520"
  353. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
  354. 11 Mb/s; 12 Mb/s; 18 Mb/s
  355. Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
  356. Mode:Master
  357. Extra:tsf=00000036ac35e033
  358. Extra: Last beacon: 11936ms ago
  359. IE: IEEE 802.11i/WPA2 Version 1
  360. Group Cipher : CCMP
  361. Pairwise Ciphers (1) : CCMP
  362. Authentication Suites (1) : PSK
  363. Cell 03 - Address: <MAC 'EasyBox-075441' [AC3]>
  364. Channel:1
  365. Frequency:2.412 GHz (Channel 1)
  366. Quality=37/70 Signal level=-73 dBm
  367. Encryption key:on
  368. ESSID:"EasyBox-075441"
  369. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
  370. 24 Mb/s; 36 Mb/s; 54 Mb/s
  371. Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
  372. Mode:Master
  373. Extra:tsf=00000036acec0e3f
  374. Extra: Last beacon: 1008ms ago
  375. IE: IEEE 802.11i/WPA2 Version 1
  376. Group Cipher : TKIP
  377. Pairwise Ciphers (2) : CCMP TKIP
  378. Authentication Suites (1) : PSK
  379. IE: WPA Version 1
  380. Group Cipher : TKIP
  381. Pairwise Ciphers (2) : CCMP TKIP
  382. Authentication Suites (1) : PSK
  383. Cell 04 - Address: <MAC 'FRITZ!Box 7272' [AC4]>
  384. Channel:1
  385. Frequency:2.412 GHz (Channel 1)
  386. Quality=23/70 Signal level=-87 dBm
  387. Encryption key:on
  388. ESSID:"FRITZ!Box 7272"
  389. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
  390. 9 Mb/s; 12 Mb/s; 18 Mb/s
  391. Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
  392. Mode:Master
  393. Extra:tsf=0000038d70af7edc
  394. Extra: Last beacon: 11936ms ago
  395. IE: IEEE 802.11i/WPA2 Version 1
  396. Group Cipher : CCMP
  397. Pairwise Ciphers (1) : CCMP
  398. Authentication Suites (1) : PSK
  399. Cell 05 - Address: <MAC 'giessen.freifunk.net' [AC5]>
  400. Channel:1
  401. Frequency:2.412 GHz (Channel 1)
  402. Quality=45/70 Signal level=-65 dBm
  403. Encryption key:off
  404. ESSID:"giessen.freifunk.net"
  405. Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
  406. 9 Mb/s; 12 Mb/s; 18 Mb/s
  407. Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
  408. Mode:Ad-Hoc
  409. Extra:tsf=000001302918a7d2
  410. Extra: Last beacon: 1032ms ago
  411.  
  412. ##### module infos ######################
  413.  
  414. [rt2800pci]
  415. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2800pci.ko
  416. license: GPL
  417. firmware: rt2860.bin
  418. description: Ralink RT2800 PCI & PCMCIA Wireless LAN driver.
  419. version: 2.3.0
  420. author: http://rt2x00.serialmonkey.com
  421. srcversion: 26CCED9E0CE5EFBFA9B8882
  422. depends: rt2x00lib,rt2800lib,rt2800mmio,rt2x00mmio,rt2x00pci,eeprom_93cx6
  423. intree: Y
  424. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  425. parm: nohwcrypt:Disable hardware encryption. (bool)
  426.  
  427. [rt2800mmio]
  428. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2800mmio.ko
  429. license: GPL
  430. description: rt2800 MMIO library
  431. version: 2.3.0
  432. author: http://rt2x00.serialmonkey.com
  433. srcversion: 01C1A7641505065E52E0388
  434. depends: rt2800lib,rt2x00lib,rt2x00mmio
  435. intree: Y
  436. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  437.  
  438. [rt2800lib]
  439. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko
  440. license: GPL
  441. description: Ralink RT2800 library
  442. version: 2.3.0
  443. author: http://rt2x00.serialmonkey.com, Bartlomiej Zolnierkiewicz
  444. srcversion: BB9F48B63A82C3FD3E73BAF
  445. depends: rt2x00lib,mac80211,crc-ccitt
  446. intree: Y
  447. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  448.  
  449. [rt2x00pci]
  450. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2x00pci.ko
  451. license: GPL
  452. description: rt2x00 pci library
  453. version: 2.3.0
  454. author: http://rt2x00.serialmonkey.com
  455. srcversion: 543B84557258F153AC267F0
  456. depends: rt2x00lib,mac80211
  457. intree: Y
  458. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  459.  
  460. [rt2x00mmio]
  461. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2x00mmio.ko
  462. license: GPL
  463. description: rt2x00 mmio library
  464. version: 2.3.0
  465. author: http://rt2x00.serialmonkey.com
  466. srcversion: ADBE279820CFD0A1081C682
  467. depends: rt2x00lib
  468. intree: Y
  469. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  470.  
  471. [rt2x00lib]
  472. filename: /lib/modules/4.4.0-22-generic/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko
  473. license: GPL
  474. description: rt2x00 library
  475. version: 2.3.0
  476. author: http://rt2x00.serialmonkey.com
  477. srcversion: 72E39180D883A5541F66494
  478. depends: mac80211,cfg80211
  479. intree: Y
  480. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  481.  
  482. [mac80211]
  483. filename: /lib/modules/4.4.0-22-generic/kernel/net/mac80211/mac80211.ko
  484. license: GPL
  485. description: IEEE 802.11 subsystem
  486. srcversion: 018D8EE375DD4919CA4D4B8
  487. depends: cfg80211
  488. intree: Y
  489. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  490. parm: minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
  491. parm: max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
  492. parm: max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
  493. parm: beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
  494. parm: probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
  495. parm: ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
  496.  
  497. [cfg80211]
  498. filename: /lib/modules/4.4.0-22-generic/kernel/net/wireless/cfg80211.ko
  499. description: wireless configuration support
  500. license: GPL
  501. author: Johannes Berg
  502. srcversion: 00D8DA6D3B739DDD31FFF50
  503. depends:
  504. intree: Y
  505. vermagic: 4.4.0-22-generic SMP mod_unload modversions
  506. parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
  507. parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
  508.  
  509. ##### module parameters #################
  510.  
  511. [rt2800pci]
  512. nohwcrypt: N
  513.  
  514. [mac80211]
  515. beacon_loss_count: 7
  516. ieee80211_default_rc_algo: minstrel_ht
  517. max_nullfunc_tries: 2
  518. max_probe_tries: 5
  519. minstrel_vht_only: Y
  520. probe_wait_ms: 500
  521.  
  522. [cfg80211]
  523. cfg80211_disable_40mhz_24ghz: N
  524. ieee80211_regdom: 00
  525.  
  526. ##### /etc/modules ######################
  527.  
  528. ##### modprobe options ##################
  529.  
  530. [/etc/modprobe.d/blacklist-ath_pci.conf]
  531. blacklist ath_pci
  532.  
  533. [/etc/modprobe.d/blacklist.conf]
  534. blacklist evbug
  535. blacklist usbmouse
  536. blacklist usbkbd
  537. blacklist eepro100
  538. blacklist de4x5
  539. blacklist eth1394
  540. blacklist snd_intel8x0m
  541. blacklist snd_aw2
  542. blacklist i2c_i801
  543. blacklist prism54
  544. blacklist bcm43xx
  545. blacklist garmin_gps
  546. blacklist asus_acpi
  547. blacklist snd_pcsp
  548. blacklist pcspkr
  549. blacklist amd76x_edac
  550.  
  551. [/etc/modprobe.d/blacklist-rare-network.conf]
  552. alias net-pf-3 off
  553. alias net-pf-6 off
  554. alias net-pf-9 off
  555. alias net-pf-11 off
  556. alias net-pf-12 off
  557. alias net-pf-19 off
  558. alias net-pf-21 off
  559. alias net-pf-36 off
  560.  
  561. [/etc/modprobe.d/intel-microcode-blacklist.conf]
  562. blacklist microcode
  563.  
  564. [/etc/modprobe.d/iwlwifi.conf]
  565. remove iwlwifi \
  566. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  567. && /sbin/modprobe -r mac80211
  568.  
  569. [/etc/modprobe.d/mlx4.conf]
  570. softdep mlx4_core post: mlx4_en
  571.  
  572. ##### rc.local ##########################
  573.  
  574. exit 0
  575.  
  576. ##### pm-utils ##########################
  577.  
  578. ##### udev rules ########################
  579.  
  580. grep: /etc/udev/rules.d/*net*.rules: No such file or directory
  581.  
  582. ##### dmesg #############################
  583.  
  584. [ 25.759274] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  585. [ 25.759316] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
  586. [ 25.999806] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
  587. [ 26.128952] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  588. [ 26.133204] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  589. [ 26.271092] r8169 0000:01:00.2 eno1: link down (repeated 2 times)
  590. [ 26.271149] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  591. [ 27.881588] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  592. [ 29.089323] r8169 0000:01:00.2 eno1: link up
  593. [ 29.089335] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
  594. [ 218.889803] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  595. [ 218.925966] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  596. [ 258.746947] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 3 times)
  597. [ 290.095552] wlo1: Selected IBSS BSSID <MAC 'giessen.freifunk.net' [AC5]> based on configured SSID
  598. [ 290.103319] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  599. [ 360.245582] WARNING: CPU: 3 PID: 0 at /build/linux-FvcHlK/linux-4.4.0/drivers/net/wireless/rt2x00/rt2800lib.c:970 rt2800_update_beacons_setup+0x167/0x190 [rt2800lib]()
  600. [ 360.245774] [<ffffffffc0595787>] rt2800_update_beacons_setup+0x167/0x190 [rt2800lib]
  601. [ 360.245782] [<ffffffffc0595904>] rt2800_write_beacon+0x154/0x230 [rt2800lib]
  602. [ 360.245794] [<ffffffffc05882d7>] rt2x00queue_update_beacon+0xd7/0x100 [rt2x00lib]
  603. [ 360.245803] [<ffffffffc0584031>] rt2x00lib_beaconupdate_iter+0x31/0x50 [rt2x00lib]
  604. [ 360.245903] [<ffffffffc0584f3d>] rt2x00lib_pretbtt+0x2d/0x30 [rt2x00lib]
  605. [ 360.245910] [<ffffffffc0665cc4>] rt2800mmio_pretbtt_tasklet+0x14/0x70 [rt2800mmio]
  606. [ 369.055388] r8169 0000:01:00.2 eno1: link down
  607. [ 465.238534] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 2 times)
  608. [ 467.311223] wlo1: Selected IBSS BSSID <MAC 'giessen.freifunk.net' [AC5]> based on configured SSID
  609. [ 467.318967] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  610. [ 469.066699] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 3 times)
  611. [ 470.247017] wlo1: Selected IBSS BSSID <MAC 'giessen.freifunk.net' [AC5]> based on configured SSID
  612. [ 470.254811] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  613. [ 474.383121] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 3 times)
  614. [ 507.579643] wlo1: Selected IBSS BSSID <MAC 'giessen.freifunk.net' [AC5]> based on configured SSID
  615. [ 507.587508] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  616. [ 567.773086] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 2 times)
  617. [ 569.845196] wlo1: Selected IBSS BSSID <MAC 'giessen.freifunk.net' [AC5]> based on configured SSID
  618. [ 569.852948] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  619. [ 584.037244] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 2 times)
  620. [ 902.414877] r8169 0000:01:00.2 eno1: link up
  621.  
  622. ########## wireless info END ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement