Hello there,
I recently chose to switch to EndeavourOS after my Arch install died after running sudo pacman -Syu
. I have this laptop, a 2010 MacBook (which I should also test for audio issues), and a custom-built tower PC, all of which run EndeavourOS.
Now, the audio on the tower works fine, the audio on my laptop (the Acer, yet unknown on the MB) is quiet. Nothing. The laptop originally ran Windows 10 Home as my sister used it until she got herself the M1 iMac, and I got the laptop for free.
What can I do in order to fix the audio on the Acer? Thanks a bunch!
Try editing the following file with nano.
sudo nano /etc/modprobe.d/swift5.conf
ADD
options snd-intel-dspcfg dsp_driver=1
options snd-hda-intel model=dell-headset-multi
options snd-hda-intel power_save=1
ctrl + o and then enter to save
ctrl + x to exit nano
Let me know if this works after rebooting.
2 Likes
It didn’t. I tried doing it and rebooting, but nothing.
Anything else that might help?
Just to check you have done this correctly
cat /etc/modprobe.d/swift5.conf | eos-sendlog
Edit: You can also check that nothing is muted in
alsamixer
Didn’t help. checked alsamixer
and it did show that it was muted but even after raising the master volume, nothing happened.
Did you un-mute it first?
Edit: If it has MM in it it is muted. If it is 00 then it’s un-muted. Scroll to it and use the m key to un-mute it.
it isn’t muted. it’s all on 00 with the volume set to the max.
adding to this, headphones on the 3.5mm port do work.
I have got the same problem (same acer model). Do you have a fix?