Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with kernel version 4.19.0 #36

Open
harshm508 opened this issue Feb 1, 2019 · 15 comments
Open

Issue with kernel version 4.19.0 #36

harshm508 opened this issue Feb 1, 2019 · 15 comments

Comments

@harshm508
Copy link

Please make it available for 4.19.0 and it should support handshake while hacking

@harshm508 harshm508 reopened this Feb 1, 2019
@muratoznn
Copy link

I have same problem tp link wn722n driver is not support new kali linux 4.19.0 version What can we do help please ? I tried to start with 4.18.0 mode kali linux but kali servers stopped update 4.18.0 İt stopped all of web page to downloading linux-headers-4.18.0

@harshm508
Copy link
Author

Brother you may try mrfuba driver on git hub in issues someone named luka j has modified it for 4.19.0 it works fine but i was unable to hack any wifi as it doesnt allow handshake you may try it once if it works for you

@muratoznn
Copy link

How we can turn monitor mode with mrfuba driver ?

@muratoznn
Copy link

I Want to Use Monitor Mode. Do You Know What Can I Do ?

@harshm508
Copy link
Author

Ya sure
You may type
iw dev wlan0 set type monitor

@muratoznn
Copy link

root@kali:/usr/src# airmon-ng

PHY Interface Driver Chipset

null wlan0 r8188eu
phy0 wlan1 iwlwifi Intel Corporation Wireless 3160 (rev 93)

root@kali:/usr/src# iw dev wlan0 set type monitor
command failed: No such device (-19)
root@kali:/usr/src#

I Can't Open Monitor Mode With Tp link wn722n Wifi antenna Please Help ?

@muratoznn
Copy link

root@kali:/usr/src# sudo dkms build -m 8188eu -v 1.2

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make' all.......................(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.19.0-kali1-amd64 (x86_64)
Consult /var/lib/dkms/8188eu/1.2/build/make.log for more information.
root@kali:/usr/src#

I Can Not open Monitor mode Please help

@harshm508
Copy link
Author

https://github.com/luka-j/rtl8188eus.git
Use this it will work

@harshm508
Copy link
Author

Download

cd Desktop

git clone -b master https://github.com/quickreflex/rtl8188eus.git

cd rtl8188eu

Compiling & Installing

make all
make install

Or with DKMS

dkms add .
dkms build 8188eu/1.0
dkms install 8188eu/1.0

Switch modes

For setting monitor mode

ifconfig wlan0 down
iw dev wlan0 set type monitor
ifconfig wlan0 up

For setting TX power

iw wlan0 set txpower fixed 1300

@muratoznn
Copy link

I Take This Error Why dont install ?

/root/rtl8188eus/os_dep/linux/os_intfs.c:742:22: note: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /root/rtl8188eus/os_dep/linux/os_intfs.o] Error 1
make[3]: *** [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: module/root/rtl8188eus] Error 2
make[2]: *** [Makefile:146: sub-make] Error 2
make[1]: *** [Makefile:8: all] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64'
make: *** [Makefile:1367: modules] Error 2

I think Maybe Linux-Headers cause this I Tried to install Linux-headers I take Error

Ayarlanıyor: linux-headers-4.19.0-kali1-common-rt (4.19.13-1kali1) ...
Ayarlanıyor: linux-headers-4.19.0-kali1-cloud-amd64 (4.19.13-1kali1) ...
/etc/kernel/header_postinst.d/dkms:
Error! Bad return status for module build on kernel: 4.19.0-kali1-cloud-amd64 (x86_64)
Consult /var/lib/dkms/8188eu/1.2/build/make.log for more information.
Warning: Unable to find an initial ram disk that I know how to handle.
Will not try to make an initrd.
Ayarlanıyor: linux-headers-4.19.0-kali1-rt-amd64 (4.19.13-1kali1) ...
/etc/kernel/header_postinst.d/dkms:
Error! Bad return status for module build on kernel: 4.19.0-kali1-rt-amd64 (x86_64)
Consult /var/lib/dkms/8188eu/1.2/build/make.log for more information.
Warning: Unable to find an initial ram disk that I know how to handle.
Will not try to make an initrd.
Ayarlanıyor: linux-headers-4.19.0-kali1-all-amd64 (4.19.13-1kali1) ...
Ayarlanıyor: linux-headers-4.19.0-kali1-all (4.19.13-1kali1) ...

Why I take these Errors ? Do You know ?

@harshm508
Copy link
Author

Yes

@muratoznn
Copy link

Why ?

@muratoznn
Copy link

What a stupid device this is. I've been working on this device all day. I opened kali linux with 4.18.0 in developed opinions and I finally did a software installation with abhijeet2096 / TL-WN722N-V2 . İn conclusion it is not start. If you ask me, you have to get rid of that idiot by selling it right away.

@muratoznn
Copy link

I have tp link wn722n wifi modem for sale. Anybody want to buy? :D

@zubayrali
Copy link

zubayrali commented Dec 17, 2019

root@kali:/usr/src# sudo dkms build -m 8188eu -v 1.2

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make' all.......................(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.19.0-kali1-amd64 (x86_64)
Consult /var/lib/dkms/8188eu/1.2/build/make.log for more information.
root@kali:/usr/src#

I Can Not open Monitor mode Please help

guys, I'm facing the same problem, did you find any solution, please help me out.
I'm using linux version 5.3.0-kali3-amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants