You are not logged in.

#1 2024-02-20 15:19:57

Punk_Ali3n
Member
Registered: 2024-02-20
Posts: 9

[SOLVED]Bluetooth headset connect but no sound comes out

As i said in the title, my headset (sony WH-CH510) successfully connects to the computer but no audio comes out.
when i go to pavucontrol i only get analog I/O and HDMI I/O as audio profiles, so i think the problem is there, i've spent all day searching for a solution and i don't really know what to do anymore

Last edited by Punk_Ali3n (2024-02-20 16:00:38)

Offline

#2 2024-02-20 15:24:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,231

Re: [SOLVED]Bluetooth headset connect but no sound comes out

Are you running pulseaudio or pipewire? if the former is pulseaudio-bluetooth installed? if the latter is pipewire-pulse installed? How are you starting your session and which environment are you starting and how? Post the output of

systemctl status bluetooth
systemctl --user status pipewire{,-pulse} pulseaudio wireplumber
pactl list cards
pactl list sinks

Last edited by V1del (2024-02-20 15:24:44)

Offline

#3 2024-02-20 15:37:43

Punk_Ali3n
Member
Registered: 2024-02-20
Posts: 9

Re: [SOLVED]Bluetooth headset connect but no sound comes out

look i don't really know which one i'm running, i've tried both of them and i think i have both of them at the moment, i installed arch only yesterday and i'm still trying to find out what i should do and why (i didn't use any installer/script but the classic old iso).
if for environment u mean DE i'm running KDE-plasma

systemctl status bluetooth

$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2024-02-20 13:03:10 CET; 3h 30min ago
       Docs: man:bluetoothd(8)
   Main PID: 437 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 23797)
     Memory: 5.3M (peak: 5.8M)
        CPU: 373ms
     CGroup: /system.slice/bluetooth.service
             └─437 /usr/lib/bluetooth/bluetoothd

Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSource/faststream
Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSource/faststream_duplex
Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSink/opus_05
Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSource/opus_05
Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Feb 20 15:01:25 powerpisello bluetoothd[437]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Feb 20 15:01:25 powerpisello bluetoothd[437]: Failed to remove UUID: Failed (0x03)
Feb 20 15:01:25 powerpisello bluetoothd[437]: Failed to remove UUID: Failed (0x03)
Feb 20 15:02:05 powerpisello bluetoothd[437]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 74:45:CE:FC:10:0C: Host is down (112)
Feb 20 15:02:10 powerpisello bluetoothd[437]: profiles/audio/a2dp.c:load_remote_sep() Unable to load LastUsed: lseid 7 not found

systemctl --user status pipewire{,-pulse} pulseaudio wireplumber

$ systemctl --user status pipewire{,-pulse} pulseaudio wireplumber
Unit pipewire-pulse.service could not be found.
● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
     Active: active (running) since Tue 2024-02-20 13:12:28 CET; 3h 26min ago
TriggeredBy: ● pipewire.socket
   Main PID: 2921 (pipewire)
      Tasks: 3 (limit: 23797)
     Memory: 12.3M (peak: 15.6M)
        CPU: 213ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─2921 /usr/bin/pipewire

Feb 20 13:12:28 powerpisello systemd[2719]: Started PipeWire Multimedia Service.
Feb 20 13:12:29 powerpisello pipewire[2921]: [0:09:23.089563404] [2921] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Feb 20 13:12:29 powerpisello pipewire[2921]: [0:09:23.089586055] [2921] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Feb 20 13:12:29 powerpisello pipewire[2921]: [0:09:23.089634628] [2921]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0

● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; preset: enabled)
     Active: active (running) since Tue 2024-02-20 13:12:30 CET; 3h 26min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 3037 (pulseaudio)
      Tasks: 8 (limit: 23797)
     Memory: 27.7M (peak: 29.7M)
        CPU: 18.078s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulseaudio.service
             ├─3037 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─3159 /usr/lib/pulse/gsettings-helper

Feb 20 15:03:25 powerpisello pulseaudio[3037]: Failed to open module "module-null-sink".
Feb 20 15:03:25 powerpisello pulseaudio[3037]: Unable to load module-null-sink
Feb 20 15:03:28 powerpisello pulseaudio[3037]: Failed to open module module-null-sink.so: module-null-sink.so: cannot open shared object file: No such file or directory
Feb 20 15:03:28 powerpisello pulseaudio[3037]: Failed to open module "module-null-sink".
Feb 20 15:03:28 powerpisello pulseaudio[3037]: Unable to load module-null-sink
Feb 20 15:18:22 powerpisello pulseaudio[3037]: Failed to open module module-switch-on-connect.so: module-switch-on-connect.so: cannot open shared object file: No such file or directory
Feb 20 15:18:22 powerpisello pulseaudio[3037]: Failed to open module "module-switch-on-connect".
Feb 20 15:31:56 powerpisello pulseaudio[3037]: Failed to open module module-bluez5-device.so: module-bluez5-device.so: cannot open shared object file: No such file or directory
Feb 20 15:31:56 powerpisello pulseaudio[3037]: Failed to open module "module-bluez5-device".
Feb 20 15:31:56 powerpisello pulseaudio[3037]: Failed to load module for device /org/bluez/hci0/dev_74_45_CE_FC_10_0C

○ wireplumber.service
     Loaded: masked (Reason: Unit wireplumber.service is masked.)
     Active: inactive (dead) since Tue 2024-02-20 15:01:25 CET; 1h 37min ago
   Duration: 1h 48min 56.665s
   Main PID: 2922 (code=exited, status=0/SUCCESS)
        CPU: 1.490s

Feb 20 13:14:07 powerpisello wireplumber[2922]: RFCOMM receive command but modem not available: AT+CCWA=1
Feb 20 13:14:07 powerpisello wireplumber[2922]: RFCOMM receive command but modem not available: AT+NREC=0
Feb 20 13:18:20 powerpisello wireplumber[2922]: RFCOMM receive command but modem not available: AT+CCWA=1
Feb 20 13:18:20 powerpisello wireplumber[2922]: RFCOMM receive command but modem not available: AT+NREC=0
Feb 20 13:31:36 powerpisello wireplumber[2922]: <WpPortalPermissionStorePlugin:0x613dc718f250> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Feb 20 15:01:25 powerpisello wireplumber[2922]: stopped by signal: Terminated

pactl list cards

$ pactl list cards
Card #0
        Name: alsa_card.pci-0000_00_1f.3
        Driver: module-alsa-card.c
        Owner Module: 6
        Properties:
                alsa.card = "0"
                alsa.card_name = "HDA Intel PCH"
                alsa.long_card_name = "HDA Intel PCH at 0xb4418000 irq 142"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1f.3"
                sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "9dc8"
                device.product.name = "Cannon Point-LP High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "0"
                device.description = "Built-in Audio"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Profiles:
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 32833, available: yes)
                output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 39268, available: yes)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 39333, available: yes)
                output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 5900, available: no)
                output:hdmi-stereo+input:analog-stereo: Digital Stereo (HDMI) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5965, available: yes)
                output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no)
                output:hdmi-surround+input:analog-stereo: Digital Surround 5.1 (HDMI) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 865, available: yes)
                output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (sinks: 1, sources: 0, priority: 800, available: no)
                output:hdmi-surround71+input:analog-stereo: Digital Surround 7.1 (HDMI) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 865, available: yes)
                output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (sinks: 1, sources: 0, priority: 5700, available: no)
                output:hdmi-stereo-extra1+input:analog-stereo: Digital Stereo (HDMI 2) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5765, available: yes)
                output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-surround-extra1+input:analog-stereo: Digital Surround 5.1 (HDMI 2) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 665, available: yes)
                output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (sinks: 1, sources: 0, priority: 5700, available: no)
                output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
                output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: output:analog-stereo+input:analog-stereo
        Ports:
                analog-input-internal-mic: Internal Microphone (type: Mic, priority: 8900, latency offset: 0 usec, availability unknown)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:hdmi-stereo+input:analog-stereo, output:hdmi-surround+input:analog-stereo, output:hdmi-surround71+input:analog-stereo, output:hdmi-stereo-extra1+input:analog-stereo, output:hdmi-surround-extra1+input:analog-stereo
                analog-input-headset-mic: Headset Microphone (type: Headset, priority: 8800, latency offset: 0 usec, availability group: Legacy 2, not available)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:hdmi-stereo+input:analog-stereo, output:hdmi-surround+input:analog-stereo, output:hdmi-surround71+input:analog-stereo, output:hdmi-stereo-extra1+input:analog-stereo, output:hdmi-surround-extra1+input:analog-stereo
                analog-output-speaker: Speakers (type: Speaker, priority: 10000, latency offset: 0 usec, availability unknown)
                        Properties:
                                device.icon_name = "audio-speakers"
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                analog-output-headphones: Headphones (type: Headphones, priority: 9900, latency offset: 0 usec, availability group: Legacy 2, not available)
                        Properties:
                                device.icon_name = "audio-headphones"
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo, output:hdmi-stereo+input:analog-stereo, output:hdmi-surround, output:hdmi-surround+input:analog-stereo, output:hdmi-surround71, output:hdmi-surround71+input:analog-stereo
                hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo-extra1, output:hdmi-stereo-extra1+input:analog-stereo, output:hdmi-surround-extra1, output:hdmi-surround-extra1+input:analog-stereo, output:hdmi-surround71-extra1
                hdmi-output-2: HDMI / DisplayPort 3 (type: HDMI, priority: 5700, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "video-display"
                        Part of profile(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2

pactl list sinks

$ pactl list sinks
Sink #24
        State: SUSPENDED
        Name: alsa_output.pci-0000_00_1f.3.analog-stereo
        Description: Built-in Audio Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 6
        Mute: no
        Volume: front-left: 39322 /  60% / -13.31 dB,   front-right: 39322 /  60% / -13.31 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.pci-0000_00_1f.3.analog-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALC256 Analog"
                alsa.id = "ALC256 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "HDA Intel PCH"
                alsa.long_card_name = "HDA Intel PCH at 0xb4418000 irq 142"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1f.3"
                sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "9dc8"
                device.product.name = "Cannon Point-LP High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "front:0"
                device.buffering.buffer_size = "352800"
                device.buffering.fragment_size = "176400"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Analog Stereo"
                device.description = "Built-in Audio Analog Stereo"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability unknown)
                analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 2, not available)
        Active Port: analog-output-speaker
        Formats:
                pcm

Last edited by Punk_Ali3n (2024-02-20 15:40:02)

Offline

#4 2024-02-20 16:00:09

Punk_Ali3n
Member
Registered: 2024-02-20
Posts: 9

Re: [SOLVED]Bluetooth headset connect but no sound comes out

ok i really don't know how but i rebooted the pc and now it works

Offline

#5 2024-02-20 16:37:49

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,231

Re: [SOLVED]Bluetooth headset connect but no sound comes out

Please use code instead of quote for outputs in the future.

You have both wireplumber and pulseaudio. This is bound to get you into trouble. If you want to switch to pipewire, install pipewire-pulse and replace pulseaudio, if you want to stay on pulseaudio replace wireplumber with pipewire-media-session.

Offline

Board footer

Powered by FluxBB