Changes

Jump to: navigation, search

Troubleshooting Airtop3 Symptom: Missing Built-in Audio

1,380 bytes added, 13:35, 22 July 2020
Created page with "== Symptom: '''No sound from both Front and Rear analog audio outputs''' == === 1. ''Possible reason: There is a audio bug in kernel 5.4 you may encounter on your Airtop (htt..."
== Symptom: '''No sound from both Front and Rear analog audio outputs''' ==

=== 1. ''Possible reason: There is a audio bug in kernel 5.4 you may encounter on your Airtop (https://bugzilla.kernel.org/show_bug.cgi?id=205959)'' ===
==== Solution: ====
* On Airtop in Linux both "Rear Audio" and "Front Audio" can not work in the same time
* By default enabled "Rear Audio". If you want to switch to "Front Audio":
<pre>
- Press [DEL] during boot to enter the BIOS settings
- BIOS -> Quick-Settings -> Rear/Front Audio -> [Front Audio] or [Rear Audio]
- Press [F4] Save and Exit
</pre>
* Open file /etc/default/grub for editing
* Add "snd-intel-dspcfg.dsp_driver=1" to the end of kernel boot line:
<pre>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd-intel-dspcfg.dsp_driver=1"
</pre>
* Update grub settings
<pre>
$ sudo update-grub2
Sourcing file `/etc/default/grub'
..
done
</pre>
<pre>
$ 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)
Click on "Test Sound", then on "Front Left" and "Front Right", check if it hear it from headphones
</pre>
<br />
<br />
<br />
*[https://fit-pc.com/wiki/index.php?title=Airtop3_Troubleshooting '''Back to Troubleshooting Menu''']
*[https://fit-pc.com/wiki/index.php?title=Airtop3 '''Back to Airtop3 Menu''']
[[Category:Airtop3]]
865
edits