-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
[Ubuntu] System freezes everytime during install (kernel 4.4.0-83) #68
Comments
Hi, try this steps:
|
I have the same issue. After running ./install, the system freezes.
didn't helped :( Edit: make generates some errors, that I haven't seen before.
|
I recommend you delete the folder and clone again. |
Still the same results... |
Try this: If system still freezes, output of the following command would be helpful: Meantime you would like to use drivers temparily. PS: I am curious if you could run module temparily. |
Hello. Some problem here. For me,
I am not sure if this is a correct solution - my linux-fu is not strong enough;) |
Sure, but the day after tomorrow at the earliest |
That's what @neurobin suggested in #48, but it doesn't work for me. @SaurabhMhaisekar
Doesn't work as well
I get nothing. Like with "rfkill list" the command doesn't seem to work anymore.
If I try the system freezes like during an installation. |
Same problem here. @TrevorG: Did not work for me. Even with this patch, when the network manager tries to establish the connection with the AP, the system freezes because of a kernel oops. From what i see the stack trace on the screen: rt2800_ampdu_action eventually results in a page fault at location ffffffffffffffd8 I just looked at the kernel header and it seems the kernel interface 80211blahblah_ampdu_action has changed in a way braking this driver. |
same issue here, I have explicitly removed the file mt7630 in /var/lib/dkms then make an UPDATE |
same here after the update to 4.4.0-83-generic... please help |
It's working. Thanks a lot @TrevorG. Those who still have problem. Here are simpler instructions:
Now, you can install the drivers:
|
@LinuxSDA it worked! |
Well, it seems that someone has pulled some changes from kernel 4.6.0 to linux-headers-4.4.0-83. With change in definition of ampdu_action among the others. All as fine in linux-headers-4.4.0-81. Patch presented by me is only a quick hack and such change should not be pulled into the repository, IMHO, as it will create problems for users building with linux headers pre-4.4.0-83. Unfortunately, I have no idea how to write correct patch. This #if should check against "ABI number" (which is something Ubuntu-specific AFAIU) and I have no idea how to check it. Feel free to create better solution;) |
Thank you so much @LinuxSDA! I experienced this problem after two clean installations, now I solved the problem. |
74 The solution suggested by @LinuxSDA doesn't work for me |
same problem with kernel 4.10.0-27 |
@tran184 This issue is exclusively related to kernel 4.4.0-83, please open another issue with more information. |
With the last update (distributed today) the problem is back again, and this time the method suggested by @LinuxSDA didn't work. Also is there a good reason why is this driver still not supported by Linux after all this time? Why do we need to reinstall a patch for almost every update? It's absurd. |
Played around with it, error only happens when trying to connect to a network. before installing, if you delete your saved networks you will be able to complete the installation process, but if you try to join a network it will still freeze. |
@TrevorG Gracias a tu post pude solucionar mi problema!
Sos un Genio!!! |
Thanks @LinuxSDA, worked like a charm for me (4.4.0-97). Couldn't be happier! |
System freezes every time when trying to connect to a access point. |
@ash0904 |
System info
Devince info
Device ID: 0489:e069
General info:
Bluetooth stats:
What didn't work?
After the last update for Ubuntu I installed (around two days ago) as usual I had to re-install the drivers, but my system freezes everytime I try. The problem is similar to the one that #48 got, but the solution proposed by @neurobin there did not work for me. I used an old release until now (I remember it being around one-year old), but switching to the new one changed nothing.
What did you try?
See above.
Error code:
Additional info
[Put any additional information here or leave it blank]
The text was updated successfully, but these errors were encountered: