Hello everyone, recently I installed Linux (Fedora KDE, then moved to Zorin) on my laptop (acer aspire e5-573), and ever since the built-in bluetooth card (Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter) stopped working, but only the bluetooth, the wifi still works fine. This is a completely new SSD, so I assume it can't be due to Windows Fast Boot, I even had it disabled since it caused driver issues on W10.
I did some research and still haven't managed to find a solution, tried some of the proposed solutions, like resetting the BIOS to default, power cycling by removing the CMOS battery and holding power for a minute, and found posts where people had the same issue as me, which gave me those results:
sudo rfkill list all
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
lsmod | grep btusb
btusb 73728 0
btrtl 32768 1 btusb
btintel 69632 1 btusb
btbcm 24576 1 btusb
btmtk 36864 1 btusb
bluetooth 1011712 15 btrtl,btmtk,btintel,btbcm,bnep,ath3k,btusb
sudo lsmod | grep acer
acer_wmi 36864 0
sparse_keymap 12288 1 acer_wmi
platform_profile 20480 1 acer_wmi
video 77824 2 acer_wmi,i915
wmi 28672 3 video,acer_wmi,wmi_bmof
sudo ls /lib/firmware/ath3k/
ls: cannot access file: No such file or directory
Some posts said to sudo apt install --reinstall linux-firmware, but people in the comments said this would also download a bunch of unnecessary drivers, so I didn't before asking.
Also found some posts about blacklisting the acer_wmi driver and changing something on the kernel, but I'm afraid of messing up my system and having to format again so I didn't do it (and I have no idea how to do it).
If anyone knows what I should do from here, any help would be appreciated!