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

Driver doesn't work for ubuntu 18.04 #24

Open
mohmmadd opened this issue Aug 28, 2018 · 13 comments
Open

Driver doesn't work for ubuntu 18.04 #24

mohmmadd opened this issue Aug 28, 2018 · 13 comments

Comments

@mohmmadd
Copy link

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
Copy link

Lignium commented Aug 30, 2018

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

@mosquito83
Copy link

4.17.0-kali3-amd64

@mosquito83
Copy link

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

@Lignium
Copy link

Lignium commented Sep 7, 2018

The Linux Kernel 4.17.0 does not supported by the driver.

@MatiMoreno
Copy link

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

@mosquito83
Copy link

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

@abhijeet2096
Copy link
Owner

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

@mosquito83
Copy link

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

@mosquito83
Copy link

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
Copy link

help

@rquevedo
Copy link

rquevedo commented Oct 4, 2018

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 <stdarg.h>"

@solidminds
Copy link

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

@AlucardNosferatu
Copy link

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 <stdarg.h>"

Have you solved this yet? Thx

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

8 participants