Views:
1,850β
Votes: 1β
β
Solution
Tags:
16.04
networking
drivers
updates
intel
grub
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1003726
Title:
Ubuntu 16.04 : Intel drivers install
ID:
/2018/02/07/Ubuntu-16.04-_-Intel-drivers-install
Created:
February 7, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
You have a Cherry Trail processor which is a close cousin to Bay Trail I believe. In any case you are likely suffering from the Bay Trail bug which can be fixed by editing the grub boot loader configuration using:
sudo nano /etc/default/grub
Find the line containing GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Add a space and intel_idle.max_cstate=1
after splash
and before the closing double quote.
Save the file and exit the nano
editor.
Run sudo update-grub
Reboot.
Others with your Atom processor didnβt have any luck though: Ubuntu freezes on intel atom
Iβm hoping this common solution will work for you though. Search in Ask Ubuntu using intel_idle.max_cstate=1
for lots of examples.