You are not logged in.
BTW i use Arch
I am running
Linux arch 5.15.43-1-ltsAnd I've issue with bluetooth headphones whenever i watch some video or stream some music.
On pausing it completely suspends pipewire-pulse .
For instance if i am watching some video on VLC media player , and if i pause and resume i stop getting sound.
The same happens for Spotify and youtube
Here is output for
pactl list sinksSink #47
State: SUSPENDED
Name: alsa_output.pci-0000_00_1b.0.analog-stereo
Description: Built-in Audio Analog Stereo
Driver: PipeWire
Sample Specification: s32le 2ch 48000Hz
Channel Map: front-left,front-right
Owner Module: 4294967295
Mute: no
Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Properties:
object.path = "alsa:pcm:0:front:0:playback"
api.alsa.path = "front:0"
api.alsa.pcm.card = "0"
api.alsa.pcm.stream = "playback"
audio.channels = "2"
audio.position = "FL,FR"
device.routes = "2"
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC269VB Analog"
alsa.id = "ALC269VB Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel MID"
alsa.long_card_name = "HDA Intel MID at 0xf0800000 irq 26"
alsa.driver_name = "snd_hda_intel"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
card.profile.device = "4"
device.id = "42"
factory.name = "api.alsa.pcm.sink"
priority.driver = "1009"
priority.session = "1009"
media.class = "Audio/Sink"
node.nick = "HDA Intel MID"
node.name = "alsa_output.pci-0000_00_1b.0.analog-stereo"
device.description = "Built-in Audio Analog Stereo"
device.icon_name = "audio-card-analog"
device.bus = "pci"
device.bus_path = "pci-0000:00:1b.0"
device.form_factor = "internal"
node.pause-on-idle = "false"
factory.id = "18"
client.id = "32"
clock.quantum-limit = "8192"
node.driver = "true"
factory.mode = "merge"
audio.adapt.follower = ""
library.name = "audioconvert/libspa-audioconvert"
object.id = "45"
object.serial = "47"
Ports:
analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability group: Legacy 3, availability unknown)
analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 4, not available)
Active Port: analog-output-speaker
Formats:
pcmTo fix it everytime i have execute the following
systemctl restart bluetooth.serviceand
systemctl --user restart pipewire-pulse.serviceI searched for fix but i did now worked..
BTW i am on arch i use blueman pipewire pulse..
Anything else do i need to provide with?
Last edited by iamharshit188 (2022-05-27 07:47:08)
Offline
Try wireplumber and look up the logs if and why bluetooth crashes.
sys2064
Offline
Any problems with the reinstall?
https://bbs.archlinux.org/viewtopic.php … 5#p2024635
In all seriousness, is there any chance there are files involved that are not managed by Arch Linux?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Try wireplumber and look up the logs if and why bluetooth crashes.
Well it's working for now.
btw here is output for
┌─[iamharshit188@arch] - [~] - [Fri May 27, 22:07]
└─[$] <> sudo dmesg | grep bluetooth
[ 561.465591] input: Leaf Bass Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:11/0005:04E8:7021.0001/input/input14
[ 701.947447] input: Leaf Bass Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:11/0005:04E8:7021.0004/input/input19
[ 730.102075] input: Leaf Bass Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:12/0005:04E8:7021.0005/input/input21This is what i see...
Offline