RTL8821CE WiFi/Bluetooth Card not working on Manjaro 5.8.16-2

Hi everybody,
I’ve just installed a fresh Manjaro KDE on my new
HP-15dw1020nl laptop.
Since the WiFi card drivers are not yet available by default in kernel 5.8 for the RTL8821CE I’ve followed the popular:

This driver works amazing for the WiFi, but for me the bluetooth is not working.
I tried the tutorial from the previously linked github repo for bluetooth:

but it seems that for me the problem is not that since:

dmesg | grep 'RTL: rtl:'

outputs Null.

Disclaimer: everything works like a charm in Windows (which is strange)

So from this point I tried a couple of things, and it seems to be that Manjaro can’t see the bluetooth module:

    rfkill
    ID TYPE DEVICE      SOFT      HARD
     0 wlan phy0   unblocked unblocked

and lsusb doesn’t find rtl devices:

lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f3:0c00 Elan Microelectronics Corp. ELAN:ARM-M4
Bus 001 Device 003: ID 13d3:56c9 IMC Networks HP TrueVision HD Camera
Bus 001 Device 002: ID 062a:5918 MosArt Semiconductor Corp. 2.4G Keyboard Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lspci finds the wireless card though:

lspci
00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal Subsytem
00:14.0 USB controller: Intel Corporation Device 02ed
00:14.2 RAM memory: Intel Corporation Device 02ef
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller
00:16.0 Communication controller: Intel Corporation Comet Lake Management Engine Interface
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode]
00:1c.0 PCI bridge: Intel Corporation Device 02bc (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
00:1d.1 PCI bridge: Intel Corporation Device 02b1 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0284
00:1f.3 Audio device: Intel Corporation Device 02c8
00:1f.4 SMBus: Intel Corporation Device 02a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce MX130] (rev ff)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

also the following commands output Null:

sudo dmesg | grep Blue
sudo dmesg | grep Bluetooth

finally the status of bluetooth:

sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

ott 21 09:51:48 cris-pc systemd[1]: Condition check resulted in Bluetooth service being skipped.
ott 21 09:59:59 cris-pc systemd[1]: Condition check resulted in Bluetooth service being skipped.
ott 21 10:16:30 cris-pc systemd[1]: Condition check resulted in Bluetooth service being skipped.
ott 21 10:30:19 cris-pc systemd[1]: Condition check resulted in Bluetooth service being skipped.
ott 21 10:39:39 cris-pc systemd[1]: Condition check resulted in Bluetooth service being skipped.

if I restart the bluetooth with:

sudo systemctl restart bluetooth

this happens:

sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Wed 2020-10-21 11:07:42 CEST; 9s ago
       Docs: man:bluetoothd(8)
   Main PID: 8493 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 9294)
     Memory: 2.3M
     CGroup: /system.slice/bluetooth.service
             └─8493 /usr/lib/bluetooth/bluetoothd

ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc bluetoothd[8493]: src/main.c:parse_controller_config() Key file does not>
ott 21 11:07:42 cris-pc systemd[1]: Started Bluetooth service.
ott 21 11:07:42 cris-pc bluetoothd[8493]: Starting SDP server
ott 21 11:07:42 cris-pc bluetoothd[8493]: Bluetooth management interface 1.17 initialized

but the adapter still can’t be seen by rfkill or lsusb

(I’ve also tried everything listed above on kernel 5.4.71-1)
I’m new on the forum so let me know if I did something wrong, and I hope you guys can pinpoint me with this mixin of a wifi/bluetooth card somewhere.
Thanks in advance !!