In my previous post, I shared how to convert a Dell 3180 Chromebook to Linux Mint XFCE. While the installation was successful, some errors still appear. This post will keep track of those errors and the fixes that worked for me.
- When running youtube website on Firefox or Chrome browser, after 2 mins ++, system will beeping non stop, it will only stop after closed the browser.
Fix Sound with SOF Debugging
Open terminal and type below command to edit ALSA config filesudo nano /etc/modprobe.d/alsa-base.conf
At the end of the line, add below:options snd_sof sof_debug=1
Save & exit (CTRL+O
, thenCTRL+X
), then reboot the system
