Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:network [2019/05/08 10:47] lamboringolinux:network [2021/10/26 10:11] (current) lamboringo
Line 1: Line 1:
 +==== List net ports ====
 +
 +  netstat -lntup
 +
 +
 ==== WOL Wake on LAN ==== ==== WOL Wake on LAN ====
  
Line 18: Line 23:
   nmcli wlan1 wifi scan   nmcli wlan1 wifi scan
  
-with gui+with gui https://www.salecker.org/software/kismon.html but needs kismet server !!..??
   dnf list kismon   dnf list kismon
 +
 +
 +== asus ==
 +
 +lspci
 +  02:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
 +
 +lshw -class network
 +  *-network                 
 +       description: Wireless interface
 +       product: Wireless 8265 / 8275
 +       vendor: Intel Corporation
 +       physical id: 0
 +       bus info: pci@0000:02:00.0
 +       logical name: wlp2s0
 +       version: 78
 +       serial: 50:76:af:d1:47:e1
 +       width: 64 bits
 +       clock: 33MHz
 +       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
 +       configuration: broadcast=yes driver=iwlwifi driverversion=5.0.17-300.fc30.x86_64 firmware=36.9f0a2d68.0 ip=192.168.0.41 latency=0 link=yes multicast=yes wireless=IEEE 802.11
 +
 +lsmod
 +  Module                  Size  Used by
 +  cfg80211              794624  3 iwlmvm,iwlwifi,mac80211
 +  iwlwifi               290816  1 iwlmvm
 +  mac80211              933888  1 iwlmvm
 +  iwlmvm                446464  0
 +