abhijeet2096 / TL-WN722N-V2

Drivers for TP-LINK TL-WN722N version 2 .Clean ported for kernel 4.4, 4.8, 4.10 ,4.13 ,4.14 & 4.15 from source which was at 4.3
https://abhijeet2096.github.io/TL-WN722N-V2/
MIT License
125 stars 40 forks source link

Monitor mode not working with TP-LINK TL-WN722N (version 2) on 4.13.0-kali #3

Open buffermet opened 6 years ago

buffermet commented 6 years ago
$ uname -a
Linux Hostname 4.13.0-kali1-amd64 #1 SMP Debian 4.13.4-2kali1 (2017-10-16) x86_64 GNU/Linux

Problem:

$ ifconfig wlan1 down
$ iwconfig wlan1 mode Monitor
$ ifconfig wlan1 up
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan1 ; Invalid argument.

Monitor mode doesn't work. It is not possible to spoof MAC either.

abhijeet2096 commented 6 years ago

Please give output of ifconfig and iwconfig

buffermet commented 6 years ago

@abhijeet2096 thanks for your reply

$ ifconfig
wlan1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet6 fe80::e36f:fff:fe60:e4a1  prefixlen 64  scopeid 0x20<link>
        unspec F6:12:F1:1C:06:F7-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 38665  bytes 21429 (20.9 KiB)
        RX errors 0  dropped 38598  overruns 0  frame 0
        TX packets 10  bytes 1209 (1.1 KiB)
        TX errors 0  dropped 3 overruns 0  carrier 0  collisions 0

I managed to set the interface into several modes, these were the iwconfigs:

$ iwconfig
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
$ iwconfig 
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.442 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
$ iwconfig 
wlan1mon  IEEE 802.11  Mode:Monitor  Tx-Power=12 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
buffermet commented 6 years ago

The only thing that seems to be working is accessing the internet.

abhijeet2096 commented 6 years ago

Hey, When i tried for mode MONITOR my system started freezing also in that mode it only shows monitor but it doesn't work. so for monitor mode to work you have to set it in AUTO using Instruction in Readme.

after then you can write

  1. airmon-ng start
  2. airodump-ng

then you will see various networks around you.

buffermet commented 6 years ago

The instructions don't seem complete. I'll submit a PR now.

Mode:Auto works fine, but Monitor mode doesn't.

Are you able to set your interface to Master mode?

My output:

$ ifconfig wlan1 up
$ ifconfig wlan1
wlan1: flags=3<UP,BROADCAST>  mtu 1500
        ether f6:12:f1:1c:06:f7  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

$ iwconfig wlan1
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ ifconfig wlan1 down
$ iwconfig wlan1 mode Monitor
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan1 ; Invalid argument.
$ ifconfig wlan1 up
$ iwconfig wlan1
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ airmon-ng check kill
$ airmon-ng start wlan1

PHY Interface   Driver      Chipset

phy0    wlan0       ath9k_htc   Atheros Communications, Inc. AR9271 802.11n
null    wlan1       r8188eu      

$ airodump-ng wlan1
ioctl(SIOCSIWMODE) failed: Invalid argument
ioctl(SIOCSIWMODE) failed: Invalid argument
Error setting monitor mode on wlan1

then you will see various networks around you.

I can already see networks around me with the device, my problem is that I can't use my interface to host an AP for example.

abhijeet2096 commented 6 years ago

That will be good !

buffermet commented 6 years ago

@abhijeet2096 Are you able to set your interface to Master mode?

abhijeet2096 commented 6 years ago

yes @yungtravla i was able to set MASTER mode but i can't confirm its functionality.

wlxc025e91b6c8f unassociated Nickname:"<WIFI@REALTEK>" Mode:Master Frequency=2.412 GHz Access Point: 00:38:DF:A7:97:E1 Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

buffermet commented 6 years ago

Thanks @abhijeet2096

What about mac spoofing, does that work for you?

abhijeet2096 commented 6 years ago

No i wasn't able to to change mac address i used macchanger v 1.7.0

buffermet commented 6 years ago

So we can conclude that there are still no drivers that fully support this wifi adapter?

abhijeet2096 commented 6 years ago

Yes we can conclude that :(

chaoticryptidz commented 6 years ago

Anyone going to try to add more features to this?

Dogcatfee commented 6 years ago

I currently use the TL-WN722N(V2.1) under Arch Linux x86_64 as well as ARM 32-bit. Monitor mode works for this chip under the current version of Kali 4.13 as well.

#Load modules as root
rmmod r8188eu
rmmod 8188eu
modprobe lib80211
modprobe cfg80211
insmod ./8188eu.ko
#Set monitor mode as root
ifconfig wlan0 down
iwconfig wlan0 mode Monitor

I believe that module loading may not be correctly implemented in the Makefile installers supplied by Ralink.

mohith7548 commented 6 years ago

Show the output of iwconfig with v2

krusherpt commented 6 years ago

AFAIK my research says that is a driver problem, it can't set PHY address and the lsusb doent give vendor name only the codes, I'm with the same problem.

nullpeter commented 6 years ago

@Dogcatfee - your solution worked for me on my TL-WN722N v2.1

janlaff commented 6 years ago

@Dogcatfee - I tried your solution but I got this error:

$ sudo iwconfig wlp0s20f0u1u1 mode Monitor                                                                                                                                                                                                               
    Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlp0s20f0u1u1 ; Operation not permitted.

Instead of failing due to an invalid argument error its now explicitly telling me that I'm not allowed to set that mode.

ParanoiaSamurai commented 6 years ago

Hello sir, does it support monitor mode in Kali Linux 4.14

kadolis commented 6 years ago

@Dogcatfee i tired your soluction and this is the output i receive! ive seen it before and cant seem to insmod this without this exact same error every time! insmod: ERROR: could not insert module 8188eu.ko: Unknown symbol in module

zonefame-onelove commented 6 years ago

Hi I am using parrot os it's not supporting TL-WN722N V2

Ruflead commented 6 years ago

if you have enough time, you an install this driver in my parrotsec os by using my team viewer. and active monitor mode. I hope you understand. And you should have enough time to make install this driver in my laptop & enable monitor mode. just give me your gmail or knockk me in my gmail (goromkatha5@gmail.com)

zonefame-onelove commented 6 years ago

Hi Team,

Could you please help.to enable monitor mode in parrot os using TL-WN722N Verizon 2.. I was tried so many time .

Thanks and Regards, Onelove

buffermet commented 6 years ago

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-349905313?

zonefame-onelove commented 6 years ago

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

Ruflead commented 6 years ago

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" notifications@github.com wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F64kWsD9xwFaNbb- rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

Ruflead commented 6 years ago

hay where are you fromm??? On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" notifications@github.com wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

zonefame-onelove commented 5 years ago

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" notifications@github.com wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F4ktNucNPF27b0_nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

Ruflead commented 5 years ago

okh On Jul 24, 2018 8:50 PM, "zonefame-onelove" notifications@github.com wrote:

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" notifications@github.com wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F4ktNucNPF27b0_ nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407435042, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf1PbY1YwH79GlQIsK60RjOrlMKl-ks5uJzROgaJpZM4QR8mj .

zonefame-onelove commented 5 years ago

Hi ,

I hope this one is not working on kali linux because of the version

On Tue, Jul 24, 2018 at 8:22 PM, Ruflead notifications@github.com wrote:

okh On Jul 24, 2018 8:50 PM, "zonefame-onelove" notifications@github.com wrote:

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" < notifications@github.com> wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/ issues/3#issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F4ktNucNPF27b0_ nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 407435042, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf1PbY1YwH79GlQIsK60RjOrlMKl-ks5uJzROgaJpZM4QR8mj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407435512, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F0l2MQRvUvDuaer2iF7Icen9VeeKks5uJzSbgaJpZM4QR8mj .

zonefame-onelove commented 5 years ago

I had tried in Parrot os also

On Tue, Jul 24, 2018 at 8:34 PM, Zone Fame zonefame.onelove@gmail.com wrote:

Hi ,

I hope this one is not working on kali linux because of the version

On Tue, Jul 24, 2018 at 8:22 PM, Ruflead notifications@github.com wrote:

okh On Jul 24, 2018 8:50 PM, "zonefame-onelove" notifications@github.com wrote:

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" < notifications@github.com> wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F4ktNucNPF27b0_ nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-407435042, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf1PbY 1YwH79GlQIsK60RjOrlMKl-ks5uJzROgaJpZM4QR8mj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407435512, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F0l2MQRvUvDuaer2iF7Icen9VeeKks5uJzSbgaJpZM4QR8mj .

Ruflead commented 5 years ago

sorry.. I can't On Jul 24, 2018 9:05 PM, "zonefame-onelove" notifications@github.com wrote:

I had tried in Parrot os also

On Tue, Jul 24, 2018 at 8:34 PM, Zone Fame zonefame.onelove@gmail.com wrote:

Hi ,

I hope this one is not working on kali linux because of the version

On Tue, Jul 24, 2018 at 8:22 PM, Ruflead notifications@github.com wrote:

okh On Jul 24, 2018 8:50 PM, "zonefame-onelove" notifications@github.com wrote:

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" < notifications@github.com> wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/ issues/3#issuecomment- 397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F4ktNucNPF27b0_ nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-407435042, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf1PbY 1YwH79GlQIsK60RjOrlMKl-ks5uJzROgaJpZM4QR8mj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 407435512, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F0l2MQRvUvDuaer2iF7Icen9VeeKks5uJzSbgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407440243, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlfyiVuPWFYyg2nlvc3wPDhCOSKGbJks5uJzetgaJpZM4QR8mj .

zonefame-onelove commented 5 years ago

Hi Team,

Thank you so much for your response

On Tue, Jul 24, 2018 at 10:54 PM Ruflead notifications@github.com wrote:

sorry.. I can't On Jul 24, 2018 9:05 PM, "zonefame-onelove" notifications@github.com wrote:

I had tried in Parrot os also

On Tue, Jul 24, 2018 at 8:34 PM, Zone Fame zonefame.onelove@gmail.com wrote:

Hi ,

I hope this one is not working on kali linux because of the version

On Tue, Jul 24, 2018 at 8:22 PM, Ruflead notifications@github.com wrote:

okh On Jul 24, 2018 8:50 PM, "zonefame-onelove" <notifications@github.com

wrote:

Hi I am from

Kerala

On Fri, Jun 15, 2018 at 7:36 AM, Ruflead notifications@github.com wrote:

hay where are you fromm???

On Jun 15, 2018 7:59 AM, "Ruf Lead" goromkatha5@gmail.com wrote:

I also have found that On Jun 15, 2018 6:12 AM, "zonefame-onelove" < notifications@github.com> wrote:

Hi Team, I had tried make command .it's throws the error.

Thanks and Regards, Onelove

On Fri 15 Jun, 2018, 5:14 AM ☯, notifications@github.com wrote:

It would be better if we manage to find/create a driver/makefile that works for everyone.

Have you tried Dogcatfee's solution #3 (comment) https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-349905313 ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-397470722, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F64kWsD9xwFaNbb-rzaL8VyERJYNks5t8vVRgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment- 397475335, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmZlf2Kt58fmXbcKL80nKV1bzzSFZUlrks5t8vwDgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/ issues/3#issuecomment- 397492070, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F4ktNucNPF27b0_ nz6eXKWOLjTIWks5t8xa3gaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3# issuecomment-407435042, or mute the thread https://github.com/notifications/unsubscribe-auth/AmZlf1PbY 1YwH79GlQIsK60RjOrlMKl-ks5uJzROgaJpZM4QR8mj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment- 407435512, or mute the thread https://github.com/notifications/unsubscribe-auth/ AmW3F0l2MQRvUvDuaer2iF7Icen9VeeKks5uJzSbgaJpZM4QR8mj .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407440243 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AmZlfyiVuPWFYyg2nlvc3wPDhCOSKGbJks5uJzetgaJpZM4QR8mj

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhijeet2096/TL-WN722N-V2/issues/3#issuecomment-407485769, or mute the thread https://github.com/notifications/unsubscribe-auth/AmW3F-__KjU5WuYquXg1_2G51d4qQXqGks5uJ1hYgaJpZM4QR8mj .

h3cktor commented 4 years ago

hi thats dont work on kali 2020 ver 5.5.0 please help me thank you

CYBERDEVILZ commented 3 years ago

@Dogcatfee - I tried your solution but I got this error:

$ sudo iwconfig wlp0s20f0u1u1 mode Monitor                                                                                                                                                                                                               
    Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlp0s20f0u1u1 ; Operation not permitted.

Instead of failing due to an invalid argument error its now explicitly telling me that I'm not allowed to set that mode.

Even i used to get the same error..but now i finally figured it out as to how to finally change to monitor mode!!!

just follow these steps..

STEP1: open terminal in root and .. git clone https://github.com/aircrack-ng/rtl8188eus.git

STEP2: echo "blacklist r8188eu" > /etc/modprobe.d/realtek.conf (you should be root all the time)

STEP3: make && make install

STEP4: reboot

STEP5: airmon-ng check kill ifconfig wlan0 down iw dev wlan0 set type monitor ifconfig wlan0 up

VOILA!!! NOW WE ARE IN MONITOR MODE

deepanshupal2003 commented 3 years ago

I tried this in kali 2021 virtualbox

In step 3, I got error saying: make [1]: /lib/modules/5.10.0-kali7-amd64/build No such file or directory. Stop

It was due to to the missing linux headers... So I tried installing this using: sudo apt-get install linux-headers-$(uname -r)

But it said package not found... So I finally found solution to this by updating linux

sudo apt-get update && apt-get dist-upgrade

Then reboot... And It worked :)