Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

48 bytes removed, 10:02, 11 November 2020
/* Missing Built-in Audio */
== 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"</pre>* Update grub - Press [DEL] during boot to enter the BIOS settings<pre- BIOS ->$ sudo updateChipset -grub2 > PCH-IO Configuration -> Boot Watchdog [Disabled]Sourcing file `/etc/default/grub'..done$ sudo reboot- Press [F4] Save and Exit
</pre>
* At this point suspend-resume will work correctly, issue don't have other side effects
== Missing Built-in Audio ==
* Add "snd-intel-dspcfg.dsp_driver=1" to the end of kernel boot line:
<pre>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=s2idle snd-intel-dspcfg.dsp_driver=1"
</pre>
* Update grub settings
425
edits