Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

23 bytes removed, 12:27, 15 October 2020
/* Suspend-Resume */
== Suspend-Resume ==
* There is a memory configuration internal firmware issue with Airtop3, it shuts down some units make unexpected reboot a few seconds/minutes after coming back from sleep.* To fix please open file /etc/default/grub for editing* Add it need to set BIOS setting called "mem_sleep_default=s2idleBoot Watchdog" to the end of kernel boot line:"Disabled"
<pre>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=s2idle"- Press [DEL] during boot to enter the BIOS settings- BIOS -> Chipset -> PCH-IO Configuration -> Boot Watchdog [Disabled]- Press [F4] Save and Exit
</pre>
* Update grub settings<pre>$ sudo update-grub2 Sourcing file `/etc/default/grub'..done$ sudo reboot</pre>* At this point suspend-resume will work correctly, issue don't have other side effects
== Missing Built-in Audio ==
425
edits