Code: Select all
# lspci | grep -i wireless
02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
Code: Select all
# tree /sys/class/net/
/sys/class/net/
├── enp3s0 -> ../../devices/pci0000:00/0000:00:01.4/0000:03:00.0/net/enp3s0
├── enp4s0 -> ../../devices/pci0000:00/0000:00:01.5/0000:04:00.0/net/enp4s0
├── lo -> ../../devices/virtual/net/lo
├── sit0 -> ../../devices/virtual/net/sit0
└── wlp2s0 -> ../../devices/pci0000:00/0000:00:01.2/0000:02:00.0/net/wlp2s0
Code: Select all
# ip addr show dev wlp2s0
5: wlp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 68:3e:26:c3:ec:fe brd ff:ff:ff:ff:ff:ff
Code: Select all
# wpa_supplicant -i wlp2s0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Successfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured
...
nl80211: kernel reports: Match already configured
wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
wlp2s0: Failed to initiate sched scan
wlp2s0: Failed to initiate sched scan
wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlp2s0: Failed to initiate sched scan
wlp2s0: Failed to initiate sched scan
wlp2s0: Reject scan trigger since one is already pending
wlp2s0: Failed to initiate AP scan
wlp2s0: Reject scan trigger since one is already pending
wlp2s0: Failed to initiate AP scan
wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
__
sol

