LINUX.ORG.RU

Проблема с wifi адаптером после использования Airmon-ng

 , , ,


0

1

После использования airmon-ng (airmon-ng start wlan0, а после того как мониторинг стал уже не нужен airmon-ng stop wlan0mon), появилась проблема того, что wifi адаптер не видит ни одну сеть, перезагрузка не помогает. iwconfig и ifconfig интерфейс видит.

Вывод iwconfig wlan0:

wlan0     IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short  long limit:2   RTS thr:off   Fragment thr:off
          Power Management:off

Вывод ifconfig wlan0:

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 2e:6f:8b:ef:84:18  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Скрин NetworkManager: https://imgur.com/a/Q5XZ47N

Пожалуйста помогите

Ответ на: комментарий от anonymous
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.26.129  netmask 255.255.255.0  broadcast 192.168.26.255
        inet6 fe80::20c:29ff:fe0e:9629  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:0e:96:29  txqueuelen 1000  (Ethernet)
        RX packets 73  bytes 7499 (7.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 58  bytes 6282 (6.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 8  bytes 480 (480.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8  bytes 480 (480.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether f6:3c:fc:22:40:4e  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
SubatomLangust
() автор топика
Ответ на: комментарий от anonymous
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.26.129  netmask 255.255.255.0  broadcast 192.168.26.255
        inet6 fe80::20c:29ff:fe0e:9629  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:0e:96:29  txqueuelen 1000  (Ethernet)
        RX packets 27  bytes 2787 (2.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 36  bytes 4010 (3.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 8  bytes 480 (480.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8  bytes 480 (480.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0mon: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        unspec F8-D1-11-5F-1B-3B-00-CA-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

SubatomLangust
() автор топика
Ответ на: комментарий от anonymous

Если прописываю вторую команду пропадает интерфейс wlan0, и команда ifconfig wlan0 up не помогает

┌──(root㉿kali)-[/home/pipiskin]
└─# airmon-ng stop wlan0mon

PHY     Interface       Driver          Chipset

phy0    wlan0mon        rt2800usb       Ralink Technology, Corp. RT2870/RT3070
                (mac80211 station mode vif enabled on [phy0]wlan0)
                (mac80211 monitor mode vif disabled for [phy0]wlan0mon)

                                                                             
┌──(root㉿kali)-[/home/pipiskin]
└─# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.26.129  netmask 255.255.255.0  broadcast 192.168.26.255
        inet6 fe80::20c:29ff:fe0e:9629  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:0e:96:29  txqueuelen 1000  (Ethernet)
        RX packets 35  bytes 3453 (3.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 39  bytes 4222 (4.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 8  bytes 480 (480.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8  bytes 480 (480.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

                                                                             
┌──(root㉿kali)-[/home/pipiskin]
└─# ifconfig wlan0 up 
SIOCSIFFLAGS: No such device

SubatomLangust
() автор топика