Hashcat error and no more wifi
#11
in my experience, the built-in intel wifi works acceptably.
But I run hcxdumptool under Arch Linux as recommended by ZerBea.
https://hashcat.net/forum/thread-11349.html

Notebook HP ProBook 445 G7

Code:
lspci
02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)

sudo systemctl stop systemd-networkd.socket
sudo systemctl disable --now systemd-networkd.service
sudo systemctl disable --now iwd.service

sudo iw phy phy0 interface add wlan0 type station
sudo ip link set wlan0 up
sleep 3
hcxdumptool -L

phy idx hw-mac      virtual-mac  m ifname          driver (protocol)
-----------------------------------------------------------------------------------------
  0  4 112233445566 112233445566 + wlan0            iwlwifi (NETLINK)
Reply


Messages In This Thread
Hashcat error and no more wifi - by capegoat681 - 01-09-2024, 12:02 PM
RE: Hashcat error and no more wifi - by ZerBea - 01-09-2024, 01:55 PM
RE: Hashcat error and no more wifi - by ZerBea - 01-09-2024, 06:33 PM
RE: Hashcat error and no more wifi - by ZerBea - 01-09-2024, 07:48 PM
RE: Hashcat error and no more wifi - by ZerBea - 01-09-2024, 11:19 PM
RE: Hashcat error and no more wifi - by ZerBea - 01-10-2024, 10:44 AM
RE: Hashcat error and no more wifi - by v71221 - 01-10-2024, 09:06 PM
RE: Hashcat error and no more wifi - by v71221 - 01-15-2024, 07:32 AM
RE: Hashcat error and no more wifi - by ZerBea - 01-11-2024, 10:57 AM