-
Notifications
You must be signed in to change notification settings - Fork 46
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
Crashes home network. #34
Comments
Please bisect to the particular commit that causes the problem. |
I reverted that patch. Is it OK now? |
Yes. 0cd652c is working again as before. |
Thanks for bisecting and testing. Will try to find the error in that commit. |
What make/model is your home router and what firmware are you running? In particular, are you running openWRT? |
I experienced a similar issue. In generell, WPA2 connections work with the kernel_branch version of March 19 (I guess). But my TPLink AccessPoint keeps crashing (until it is restarted). In contrast to the other routers i tested, this one is using TKIP for group key. When trying to connect to this AP, the connections is disconnected immediately. Often wpa_supplicant is throughing a "Michael MIC failure detected". Thank you so much for working on this driver! |
When you have a problem such as this, you must say which branch you are using by noting the * in the 'git branch' command, and the output of the 'git describe --always' command. That way I will know if you are working with a stale copy, etc. |
I use
When I start wpa_supplicant using
dmesg shows:
Do you want me to update to the newest commit or do you want me to keep this for further tests? |
The patch that caused this problem was reverted. You should update and the problem should go away. |
Works very well, thank you |
I am really at a loss for understanding this, but with the latest commit to the kernel_version branch 60e49d3 I am no longer able to connect to any networks and trying to connect to the wireless router in my home causes the router to disconnect all devices on the network and no other devices can connect to it until I stop trying to connect with my laptop which uses the rtl8723au driver. As before in #25 , I have a yoga 13.
In between "BOGUS urb" tracebacks as discussed in issue #25, this[1] pops up.
EDIT: Even more dmesg output [2]
[1] http://pastebin.com/6xATwxqs
[2] http://pastebin.com/DNnTxcSD
The text was updated successfully, but these errors were encountered: