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

[Kernal Version 4.4.0-96-generic] ubuntu 16.04 system Freezes every time on Installation #80

Open
moghya opened this issue Sep 27, 2017 · 6 comments

Comments

@moghya
Copy link

moghya commented Sep 27, 2017

System info

Entry Details
OS Ubuntu 16.04
Kernel version 4.4.0-96-generic
Compiler gcc-5.4.0

Devince info

Device ID: 0489:e080

General info:

#block starts
sawant@sawant:~$ lspci -vv | grep -A20 -i mediatek
03:00.0 Network controller: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter
	Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 4
	Region 0: Memory at 9b100000 (32-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
#block ends

Bluetooth stats:

#block starts
0: asus-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: asus-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no

#block ends

What didn't work?

Ubuntu freezes on Installing the driver, It was working fine I might have installed some ubuntu update and after restarting the PC wifi drivers were not present and hence I tried to install again but now it freezes at installation.

What did you try?

I tried solution provided at #68

@MuhammedResulBilkil
Copy link

My ubuntu freezing to. I installed and there was no problem but I tried to connect a wifi and my system freezed and now I can't launch my ubuntu on kernel 4.4.0-96-generic. It's freezing after enter my password at login screen ! Can anyone help ?

@trungnnh
Copy link

trungnnh commented Oct 11, 2017

Ubuntu 16.04 Kernel: 4.4.0-97-generic.
Same issue with @moghya.

@ivlukin
Copy link

ivlukin commented Oct 14, 2017

same issue with @MuhammedResulBilkil

@simeon-r-gordon
Copy link

simeon-r-gordon commented Oct 31, 2017

Similar issues ever since 4.4.0-83-generic. My freeze happens as soon as the computer starts searching for WiFi, exact same results with all kernels 4.4.0-83 to 4.4.0-97. Tried using both the dkms and manual installs just in case, but that didn't change anything.

Solutions at #68 not working for me =(

@gergomando
Copy link

@MuhammedResulBilkil , @ivlukin
You can restore "your access" to your system, if you:

  1. login as a guest user
  2. Disable Wifi - uncheck "Enable Wifi" (click on connections menu at the top bar)
  3. press Ctrl + Alt + F1
  4. on the command screen: login with your credentials
  5. systemctl reboot -i

After this You can login with your regular account

@dtrenin7
Copy link

dtrenin7 commented Jul 2, 2018

Go to MT7630E-release/rt2x00 folder.

Open rt2800lib.c in Gedit and search if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) replace it with if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) for the 2 matches.

Open rt2800lib.h and search if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) replace it with if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) for the 1 match.

Now, you can install the drivers:

sudo ./uninstall

make clean

make

sudo ./install

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

7 participants