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
127 stars 40 forks source link

Driver doesn't work for ubuntu 18.04 #24

Open mohmmadd opened 6 years ago

mohmmadd commented 6 years ago

Hello, when I installed this driver in my ubuntu, System freezes when the adapter is plugged into a USB port. please fix this problem.

Lignium commented 6 years ago

What version of the kernel is you using? (uname -r) Please describe the problem in more detail.

mosquito83 commented 6 years ago

4.17.0-kali3-amd64

mosquito83 commented 6 years ago

Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument.

Lignium commented 6 years ago

The Linux Kernel 4.17.0 does not supported by the driver.

MatiMoreno commented 6 years ago

Tengo el mismo problema, soy desarrollador, como podria aportar para brindar soporte para la version 4.17.0 ? Saludos.

mosquito83 commented 6 years ago

there is a chance that it will work in the future..?

abhijeet2096 commented 6 years ago

Hey, can you please check now, with the latest commit on master. Thanks

mosquito83 commented 6 years ago

iwconfig wlan0 mode monitor Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument.

mosquito83 commented 6 years ago

uname -a Linux kali 4.18.0-kali1-amd64 #1 SMP Debian 4.18.6-1kali1 (2018-09-10) x86_64 GNU/Linux

oot@kali:~# iwconfig eth0 no wireless extensions.

lo no wireless extensions.

wlan0 unassociated ESSID:"" 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

root@kali:~# ifconfig wlan0 down root@kali:~# iwconfig wlan0 mode monitor Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument.

mosquito83 commented 6 years ago

help

rquevedo commented 6 years ago

This seems to be an Ubuntu 18.04 problem and not proper 4.17 kernel. Im facing same issue and my laptop runs Ubuntu 18.04 with 4.15 kernel. Firts im try with master branch and compile process was ok but system freeze like decribing in Issue # 16. Then im try with kernel4.15 branch but im get compile errors "/include/linux/kernel.h:6:10: fatal error: stdarg.h: No such file or directory

include "

solidminds commented 5 years ago

I'm on 18.04 too. Same problem. Is there a work around or fix for this problem?

AlucardNosferatu commented 5 years ago

This seems to be an Ubuntu 18.04 problem and not proper 4.17 kernel. Im facing same issue and my laptop runs Ubuntu 18.04 with 4.15 kernel. Firts im try with master branch and compile process was ok but system freeze like decribing in Issue # 16. Then im try with kernel4.15 branch but im get compile errors "/include/linux/kernel.h:6:10: fatal error: stdarg.h: No such file or directory

include "

Have you solved this yet? Thx