Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 20

310 bytes added, 07:31, 3 August 2020
/* Missing Built-in Audio */
== Missing Built-in Audio ==
* There Unfortunately there is a set of audio bug in kernel 5.4 bugs you may will encounter on your Airtophttpsfresh installation://bugzilla.kernel.org/show_bug.cgi?id=205959* Symptoms: no <pre>- No sound from both Front and Rear analog audio outputs- Volume output is too low- Alsamixer not working- Jack detection not working</pre>
* To fix please expand and follow the below:
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
..
done
</pre>
* Create new file /lib/firmware/airtop_beep_disable.fw
<pre>
[codec]
0x10ec0900 0x10ec0901 0
 
[pincfg]
0x1d 0x40010101
 
[codec]
0x10ec0900 0x10ec0900 1
 
[pincfg]
0x1d 0x40010101
</pre>
* Create new file /etc/modprobe.d/airtop_alc1150_hda.conf
<pre>
options snd-hda-intel patch=airtop_beep_disable.fw
</pre>
<pre>
* Test audio output, go to Sound settings
<pre>
- Menu -> Sound -> Output -> Headphones Built-in Audio Analog Stereo- NOTE: it's not dynamic, nothing changes after plug/unplug headphones
</pre>
* Click on "Test Sound", then on "Front Left" and "Front Right", check if it hear it from headphones, play with the volume.
</div>
425
edits