Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

685 bytes added, 12:04, 22 July 2020
/* Intel video acceleration drivers */
</pre>
</div>
 
== Missing Built-in Audio ==
* There is a audio bug in kernel 5.4 you may encounter on you Airtop
https://bugzilla.kernel.org/show_bug.cgi?id=205959
* Symptoms: no sound from Built-in analog audio outputs
<pre>
# 1. Open file /etc/default/grub for editing and add "snd-intel-dspcfg.dsp_driver=1" to the end of kernel boot line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd-intel-dspcfg.dsp_driver=1"
 
# 2. Enable the changes
$ sudo update-grub2
Sourcing file `/etc/default/grub'
..
done
 
# 3. Reboot
# 4. Test
Menu -> Sound -> Output -> Built-in Audio Analog Stereo (it's not dynamic, nothing changes after plug/unplug headphones)
Press Test Sound, check if it works for you
</pre>
== Intel video acceleration drivers ==
425
edits