- Search Results
Hello, I was setting up my adapter to run airodump-ng, but then this happened. This is the first time I am experiencing this issue.
root@kali:~# ifconfig wlan0 down
root@kali:~# iwconfig wlan0 mode monitor
Error for wireless request “Set Mode” (8B06) :
SET failed on device wlan0 ; Operation not permitted.
I couldn’t find any solutions online
I would greatly appreciate help on this. I also ran through this problem too:
root@kali:~# ifconfig wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill
Topic: WiFi Adaptor
Hi,
I purchased a Alfa AWUS036AC and have gotten it working on my host machine which is a Linux distro based on Ubuntu 20.04 by manually installing the RTL8812AU drivers.
However, when I try to connect it through the Virtual Box USB settings, it does not detect the adapter and I cannot add it to the list of USB devices. Do you know of any way to get this working if Linux is the host machine?
Topic: Captive Portals Problem
Hello, I have a problem while setting up a captive portal.
Here is a printscreen: https://pasteboard.co/JhBFnyA.png
i am using this adapter: https://zsecurity.org/product/realtek-rtl8812au-2-4-5-ghz-usb-wireless-adapter/I have the dnsmasq.conf and hostapd.conf files. I added the redirecting part to 000-default.conf file for apache2.
Then I run following (these lines I have in start_captive_portal.sh)
#!/bin/bash
service network-manager stop
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables –flush
iptables –table nat –flush
iptables –delete-chain
iptables –table nat –delete-chain
iptables -P FORWARD ACCEPTdnsmasq -C dnsmasq.conf
hostapd hostapd.conf -B
ifconfig wlan0 10.0.0.1 netmask 255.255.255.0
service apache2 startAnd got these errors:
root@kali:~/CaptivePortal# ./start_captive_portal.sh
iptables: Directory or file does not exist c/sys/net/ipv4/ip_forwarddnsmasq: failed to bind DHCP server socket: Address is in use
Configuration file: hostapd.conf
Using interface wlan0 with hwaddr 54:c9:ff:00:16:57 and ssid “Free WiFi”
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED
Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.Can you help me?
Search Results for 'adapter'
Home » Page 8
