Neofetch output:
OS: Artix Linux x86_64
Kernel: 5.14.7-zen1-1-zen
Uptime: 12 hours, 32 mins
Packages: 850 (pacman), 4 (flatpak)
Shell: bash 5.1.8
Resolution: 1920x1080, 2160x3840
DE: Plasma 5.22.5
WM: KWin
Theme: Breeze Dark [Plasma], Breeze [GTK2/3]
Icons: [Plasma], breeze-dark [GTK2/3]
Terminal: konsole
CPU: AMD Ryzen 7 3800X (16) @ 3.900GHz
GPU: AMD ATI Radeon RX 6600/6600 XT/6600M
Memory: 6226MiB / 32013MiB
Bluetooth device is connected and listed as audio device:
Not showing in audio devices:
Connecting via bluetoothctl works with an equal result as via kde GUI and doesn't list any errors.
I am using a Intel(R) Wi-Fi 6 AX210 PCI card that has wifi and bluetooth. Driver is in the kernel.
Relevant installed packages:
pulseaudio-alsa
pulseaudio-bluetooth
bluez, bluez-utils, bluez-tools, bluez-openrc
$ pactl list cards short
0 alsa_card.pci-0000_0d_00.1 module-alsa-card.c
1 alsa_card.pci-0000_0f_00.4 module-alsa-card.c
(0 is hdmi, 1 is my motherboards built in soundcard)
$ pactl list
https://pastebin.com/61RRnmin
$ lsmod | grep btusb
btusb 69632 0
btrtl 28672 1 btusb btbcm 16384 1 btusb btintel 36864 1 btusb bluetooth 761856 41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
$ rc-service bluetoothd status -v
* Executing: /usr/lib/openrc/sh/openrc-run.sh /usr/lib/openrc/sh/openrc-run.sh /etc/init.d/bluetoothd status
status: started
$ dmesg
https://pastebin.com/JUBqecQZ
$ sudo pactl load-module module-bluetooth-discover
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
Any help would be appreciated