Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

239 bytes added, 12:18, 22 July 2020
/* Missing Built-in Audio */
== Missing Built-in Audio ==
* There is a audio bug in kernel 5.4 you may encounter on you youe Airtop
https://bugzilla.kernel.org/show_bug.cgi?id=205959
* Symptoms: no sound from Built-in analog audio outputs
* To fix please expand and follow the below:
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
* Open file /etc/default/grub for editing
* Add "snd-intel-dspcfg.dsp_driver=1" to the end of kernel boot line:
<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"
</pre># 2. Enable the changes* Update grub settings<pre>
$ sudo update-grub2
Sourcing file `/etc/default/grub'
..
done
</pre># 3. Reboot<pre># 4. $ sudo reboot</pre>* Test audio output<pre>
Menu -> Sound -> Output -> Built-in Audio Analog Stereo (it's not dynamic, nothing changes after plug/unplug headphones)
Press Click on "Test Sound", then on "Front Left" and "Front Right", check if it works for youhear it from headphones
</pre>
</dev>
== Intel video acceleration drivers ==
425
edits