https://askubuntu.com/questions/803640/ ... -bay-trail
und hier
https://wiki.archlinux.org/index.php/in ... ete_freeze
Wäre auch noch eine MöglichkeitYou just need to pass a kernel boot parameter and the random freezing stops completely. The parameter may increase battery consumption slightly, but it will give you a usable system.
You do this by editing the configuration file for GRUB:
Boot Ubuntu and open a terminal by pressing Ctrl+Alt+T then type
Find the line that starts GRUB_CMDLINE_LINUX_DEFAULT=Code: Alles auswählen
sudo nano /etc/default/grub
This needs to be changed to include intel_idle.max_cstate=1
So after your edit it reads something like
quiet and splash are default parameters for Ubuntu Desktop - no need to change them, or any other pre-existing parametersCode: Alles auswählen
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
Now save the file by pressing ctrl+o then enter and exit by pressing ctrl+x
Now run
Then reboot.Code: Alles auswählen
sudo update-grub