Aircrack-ng forum

General Category => General help => Topic started by: Masterjoa on May 09, 2014, 05:44:12 pm

Title: Monitor mode with TP Link 725N
Post by: Masterjoa on May 09, 2014, 05:44:12 pm
Hi,

I've just bought a TP Link 725N for Kali linux as a virtual machine.
I installed the r8188eu driver. It works fine, I'm able to browse websites... but when I try airmon-ng start wlan0, I get this:

Code: [Select]
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
-e
PID Name
8600 NetworkManager
8604 wpa_supplicant
9864 dhclient
Process with PID 9864 (dhclient) is running on interface wlan0


Interface Chipset Driver

wlan0 Unknown r8188eu (monitor mode enabled)

But the wlan0 is still Mode:Managed (iwconfig) and there is no mon0.

Any Idea ?
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on May 10, 2014, 12:29:01 am
Where did you get the driver from?
Title: Re: Monitor mode with TP Link 725N
Post by: Masterjoa on May 10, 2014, 10:06:52 am
I did this: https://forums.kali.org/showthread.php?18831-Complied-driver-for-TL-WN725N-v2-on-3-6-11-cut-1-PREEMPT

Quote
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
make install
insmod 8188eu.ko

PS: airmon-ng stop wlan0 doesn't seems to work :(
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on May 14, 2014, 06:39:22 am
I have no idea if it supports monitor mode (it's not a vendor driver but it's not coming from backports/compat-wireless).

Could you attach dmesg?
Title: Re: Monitor mode with TP Link 725N
Post by: digaogt on September 16, 2014, 03:11:11 pm
I have the same issue with my wn-723N / Realtek driver 8188eu.
Here is my dmesg:
[   10.536504] vboxsf: Successfully loaded version 4.3.14 (interface 0x00010004)
[   85.028398] usb 2-1: new high-speed USB device number 2 using ehci-pci
[   85.255841] usb 2-1: New USB device found, idVendor=0bda, idProduct=8179
[   85.255848] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   85.255852] usb 2-1: Product: 802.11n NIC
[   85.255855] usb 2-1: Manufacturer: Realtek
[   85.255858] usb 2-1: SerialNumber: 00E04C0001
[   85.289727] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[   85.295267] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[   85.789265] usbcore: registered new interface driver r8188eu
[   85.879471] r8188eu 2-1:1.0: firmware: direct-loading firmware rtlwifi/rtl8188eufw.bin
[   85.879482] R8188EU: Firmware Version 11, SubVersion 1, Signature 0x88e1

Is it able to run with the airmon-ng?
If not, will it be?
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on September 17, 2014, 02:08:43 am
Have you tried running it?
Title: Re: Monitor mode with TP Link 725N
Post by: digaogt on September 19, 2014, 03:38:04 am
Yeah. I've tried it several times, but it has always got the same error saying that it's not able to put on monitor mode.
Is there any patch for the 8188eu driver to fix it?
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on September 20, 2014, 10:34:36 pm
I don't think so.
Title: Re: Monitor mode with TP Link 725N
Post by: Blast3r on October 22, 2014, 12:23:36 pm
I just picked up the Alfa AUS036NHV, and ofcourse, I have the same problem. Before I go to return it (As much as it would pain me), has there been any word recently about a fix for the compatibility issues for the RTL8188eu drivers?
Title: Re: Monitor mode with TP Link 725N
Post by: DummyHacker on July 10, 2015, 10:25:04 am
Same problem here. Have you guys found a solution?
Title: Re: Monitor mode with TP Link 725N
Post by: ether21 on July 10, 2015, 05:44:30 pm
same problem, been searching a solution online for awhile now...
Title: Re: Monitor mode with TP Link 725N
Post by: ether21 on July 10, 2015, 05:51:37 pm
root@kali:~/rtl8188eu# airmon-ng check kill
Killing these processes:

  PID Name
 4048 dhclient
 4553 wpa_supplicant

root@kali:~/rtl8188eu# airmon-ng
PHY   Interface   Driver      Chipset

null   wlan0      r8188eu      Realtek Semiconductor Corp.
root@kali:~/rtl8188eu# airmon-ng start wlan0
No interfering processes found
PHY   Interface   Driver      Chipset

null   wlan0      r8188eu      Realtek Semiconductor Corp.

I killed the processes and i did everything on what u guys came up with on this post.
im also a noob.
Title: Re: Monitor mode with TP Link 725N
Post by: B. Moreno on September 09, 2015, 09:59:26 pm
RTL8188eu doesnt support monitor mode/ packet injection. Is there a patch for it?
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on September 10, 2015, 01:50:26 am
Have you tried Kali 2.0?
Title: Re: Monitor mode with TP Link 725N
Post by: niCk cAMel on November 11, 2015, 12:06:00 pm
There is a patch for rtl8188eu. It doesn't set the device in monitor_mode. BUT, it will capture wireless frames e.g beacons.
It's a built-in driver, so you'll have to compile the kernel.

https://github.com/jsitnicki/linux/commit/d70efced56a04958a28d1133b201b7b62467ecd7

Title: How to install drivers of TP Link 725N in Kali linux
Post by: Om Parab on April 17, 2018, 01:19:37 pm
Hie guys I'm stuck in Kali Linux . I want to know how to install tp link wl725n drivers . I have tried a lot of times to install them but the Kali Linux headers are not getting installed n the drivers r not getting compiled . Can anyone help plzz?
Title: Re: Monitor mode with TP Link 725N
Post by: misterx on April 17, 2018, 05:24:07 pm
As mentioned in multiple posts on the Kali forum regarding issues with installing kernel headers, you MUST do:
apt-get update
apt-get dist-upgrade

then reboot and try to install whatever driver you want to install. Bear in mind that 99% of the time, there is no need to install any driver manually. Especially considering the last time someone posted something here was more than 2.5 years ago.