TheBallOfAeolus
TheBallOfAeolus
Additional info ``` :~$ sudo lsusb | grep TL-WN722N Bus 001 Device 005: ID 2357:010c TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS] :~$ grep v2357p010C /lib/modules/`uname -r`/modules.alias alias usb:v2357p010Cd*dc*dsc*dp*ic*isc*ip*in* 8188eu alias usb:v2357p010Cd*dc*dsc*dp*ic*isc*ip*in*...
> U know your cloning the 'master' branch and not the v5.3.9, right? Hi @kimocoder , I wasn't aware I had to use v5.3.9. I started from scratch using the...
> Run airmon-ng before ifconfig wlan0 down and then try Hi @VINAYNIC I tried your suggestion, but I am getting the same result ``` username@kali:~$ sudo airmon-ng check kill Killing...
> > U know your cloning the 'master' branch and not the v5.3.9, right? > > Hi @kimocoder , I wasn't aware I had to use v5.3.9. > I started...
Thank you @niknah I did what it was commented in the [Gentoo forum](https://forums.gentoo.org/viewtopic-t-1136739.html), changing line 32 in /usr/local/bin/kazam from ``` from gi.repository import Gtk ``` to ``` import gi gi.require_version('Gtk',...
Thank you @niknah Removing the file did not work, but your fork is working! ;) One detail... the ``` pip3 install Xlib Pycairo PyGObject ``` is returning an error, my...