Realtek RLT8812AU can't start monitor mode
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have this problem with Kali Linux on VirtualBox. I have a USB network card:
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
I tried all week to install many drivers, but I still get the same error:
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 rtl8812au Realtek Semiconductor Corp. RTL8812AU
802.11a/b/g/n/ac WLAN Adapter cat: /sys/class/ieee80211/phy0/device/net/wlan0mon/type: No such file or directory
Newly created monitor mode interface wlan0mon is *NOT* in monitor
mode. Removing non-monitor wlan0mon interface...
WARNING: unable to start monitor mode, please run "airmon-ng check kill"
I tried airmon-ng check kill
. Not working. Any ideas how to find good drivers?
wifi kali-linux usb
migrated from security.stackexchange.com Apr 10 '17 at 9:45
This question came from our site for information security professionals.
 |Â
show 3 more comments
up vote
1
down vote
favorite
I have this problem with Kali Linux on VirtualBox. I have a USB network card:
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
I tried all week to install many drivers, but I still get the same error:
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 rtl8812au Realtek Semiconductor Corp. RTL8812AU
802.11a/b/g/n/ac WLAN Adapter cat: /sys/class/ieee80211/phy0/device/net/wlan0mon/type: No such file or directory
Newly created monitor mode interface wlan0mon is *NOT* in monitor
mode. Removing non-monitor wlan0mon interface...
WARNING: unable to start monitor mode, please run "airmon-ng check kill"
I tried airmon-ng check kill
. Not working. Any ideas how to find good drivers?
wifi kali-linux usb
migrated from security.stackexchange.com Apr 10 '17 at 9:45
This question came from our site for information security professionals.
2
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
1
Does your device support monitor mode in the first place? Check withiw phy0 info
.
â dirkt
Apr 10 '17 at 12:09
1
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( installlshw
then runlshw -class network | grep driverversion
)?
â GAD3R
Apr 10 '17 at 16:52
My driver version:configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17
 |Â
show 3 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have this problem with Kali Linux on VirtualBox. I have a USB network card:
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
I tried all week to install many drivers, but I still get the same error:
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 rtl8812au Realtek Semiconductor Corp. RTL8812AU
802.11a/b/g/n/ac WLAN Adapter cat: /sys/class/ieee80211/phy0/device/net/wlan0mon/type: No such file or directory
Newly created monitor mode interface wlan0mon is *NOT* in monitor
mode. Removing non-monitor wlan0mon interface...
WARNING: unable to start monitor mode, please run "airmon-ng check kill"
I tried airmon-ng check kill
. Not working. Any ideas how to find good drivers?
wifi kali-linux usb
I have this problem with Kali Linux on VirtualBox. I have a USB network card:
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
I tried all week to install many drivers, but I still get the same error:
root@kali:~# airmon-ng start wlan0
PHY Interface Driver Chipset
phy0 wlan0 rtl8812au Realtek Semiconductor Corp. RTL8812AU
802.11a/b/g/n/ac WLAN Adapter cat: /sys/class/ieee80211/phy0/device/net/wlan0mon/type: No such file or directory
Newly created monitor mode interface wlan0mon is *NOT* in monitor
mode. Removing non-monitor wlan0mon interface...
WARNING: unable to start monitor mode, please run "airmon-ng check kill"
I tried airmon-ng check kill
. Not working. Any ideas how to find good drivers?
wifi kali-linux usb
wifi kali-linux usb
asked Apr 10 '17 at 7:22
Macb3th
912
912
migrated from security.stackexchange.com Apr 10 '17 at 9:45
This question came from our site for information security professionals.
migrated from security.stackexchange.com Apr 10 '17 at 9:45
This question came from our site for information security professionals.
2
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
1
Does your device support monitor mode in the first place? Check withiw phy0 info
.
â dirkt
Apr 10 '17 at 12:09
1
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( installlshw
then runlshw -class network | grep driverversion
)?
â GAD3R
Apr 10 '17 at 16:52
My driver version:configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17
 |Â
show 3 more comments
2
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
1
Does your device support monitor mode in the first place? Check withiw phy0 info
.
â dirkt
Apr 10 '17 at 12:09
1
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( installlshw
then runlshw -class network | grep driverversion
)?
â GAD3R
Apr 10 '17 at 16:52
My driver version:configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17
2
2
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
1
1
Does your device support monitor mode in the first place? Check with
iw phy0 info
.â dirkt
Apr 10 '17 at 12:09
Does your device support monitor mode in the first place? Check with
iw phy0 info
.â dirkt
Apr 10 '17 at 12:09
1
1
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( install
lshw
then run lshw -class network | grep driverversion
)?â GAD3R
Apr 10 '17 at 16:52
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( install
lshw
then run lshw -class network | grep driverversion
)?â GAD3R
Apr 10 '17 at 16:52
My driver version:
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17
My driver version:
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17
 |Â
show 3 more comments
2 Answers
2
active
oldest
votes
up vote
0
down vote
I think I've got it.
Use: https://github.com/kimocoder/rtl8812au
git clone git@github.com:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh
Now ignore airmon-ng
and set the monitor yourself.
(In my case wlx00c0ca96172e is your average wlan1)
ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up
Now airodump-ng wlx00c0ca96172e
works for me
add a comment |Â
up vote
0
down vote
I have Kali as a VirtualBox VM and I installed the AWUS036ACH driver with
apt install realtek-rtl88xxau-dkms
After that, run the following commands to activate the monitor mode:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I think I've got it.
Use: https://github.com/kimocoder/rtl8812au
git clone git@github.com:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh
Now ignore airmon-ng
and set the monitor yourself.
(In my case wlx00c0ca96172e is your average wlan1)
ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up
Now airodump-ng wlx00c0ca96172e
works for me
add a comment |Â
up vote
0
down vote
I think I've got it.
Use: https://github.com/kimocoder/rtl8812au
git clone git@github.com:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh
Now ignore airmon-ng
and set the monitor yourself.
(In my case wlx00c0ca96172e is your average wlan1)
ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up
Now airodump-ng wlx00c0ca96172e
works for me
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I think I've got it.
Use: https://github.com/kimocoder/rtl8812au
git clone git@github.com:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh
Now ignore airmon-ng
and set the monitor yourself.
(In my case wlx00c0ca96172e is your average wlan1)
ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up
Now airodump-ng wlx00c0ca96172e
works for me
I think I've got it.
Use: https://github.com/kimocoder/rtl8812au
git clone git@github.com:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh
Now ignore airmon-ng
and set the monitor yourself.
(In my case wlx00c0ca96172e is your average wlan1)
ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up
Now airodump-ng wlx00c0ca96172e
works for me
answered Dec 14 '17 at 15:08
PvdL
1011
1011
add a comment |Â
add a comment |Â
up vote
0
down vote
I have Kali as a VirtualBox VM and I installed the AWUS036ACH driver with
apt install realtek-rtl88xxau-dkms
After that, run the following commands to activate the monitor mode:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
add a comment |Â
up vote
0
down vote
I have Kali as a VirtualBox VM and I installed the AWUS036ACH driver with
apt install realtek-rtl88xxau-dkms
After that, run the following commands to activate the monitor mode:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I have Kali as a VirtualBox VM and I installed the AWUS036ACH driver with
apt install realtek-rtl88xxau-dkms
After that, run the following commands to activate the monitor mode:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
I have Kali as a VirtualBox VM and I installed the AWUS036ACH driver with
apt install realtek-rtl88xxau-dkms
After that, run the following commands to activate the monitor mode:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
edited Jun 27 at 2:18
G-Man
11.8k92658
11.8k92658
answered Jun 27 at 1:49
Emerys
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f358075%2frealtek-rlt8812au-cant-start-monitor-mode%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Btw, most of the opensource realtek drivers in the kernel are crap. Some of them work, some of them not, but all of them is crap. I am s*ing with an rtl8172u (from belkin), it works only in security-less Managed mode. Generally with wifi cards, particularly with usb-based or realtek ones, often the chipset simply doesn't allow the monitor or master modes. If it allows, then often the driver doesn't allow. Why the heck they couldn't solve it with full OS-side control, nobody on the world can say it.................... well really I could, but it would be moderated out...
â peterh
Apr 10 '17 at 7:41
1
Does your device support monitor mode in the first place? Check with
iw phy0 info
.â dirkt
Apr 10 '17 at 12:09
1
Supported interface modes: * IBSS * managed * AP * monitor * P2P-client * P2P-GO
â Macb3th
Apr 10 '17 at 12:27
Welcome to U&L , Are you using the driver provided by realtek? what is the driver version ( install
lshw
then runlshw -class network | grep driverversion
)?â GAD3R
Apr 10 '17 at 16:52
My driver version:
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
â Macb3th
Apr 11 '17 at 7:17