View previous topic :: View next topic |
Author |
Message |
hwix n00b
Joined: 08 Jul 2024 Posts: 20
|
Posted: Wed Jul 24, 2024 2:00 am Post subject: Bluetooth ear buds not giving sound |
|
|
I connected my Bluetooth ears buds onto my system using
After I connected my ear buds to the system it displays no sound at all, this is odd since the information my terminal gives is this:
Code: | Name: Moondrop Space Travel
Alias: Moondrop Space Travel
Class: 0x00240404 (2360324)
Icon: audio-headset
Paired: yes
Bonded: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
|
I am not sure what I am doing incorrect? Pipewire had been compiled using the Bluetooth USE flag. I have also enabled and added Bluetooth into my default boot startup on OpenRC. |
|
Back to top |
|
|
kimchi_sg Advocate
Joined: 26 Nov 2004 Posts: 3038
|
Posted: Wed Jul 24, 2024 2:51 am Post subject: info needed |
|
|
Please let us see the basic info:
- emerge -pv pipewire bluez - because USE=bluetooth is not the only flag affecting this issue, let us see all of them
- your kernel configuration for bluetooth section - if you are using manually compiled kernel
|
|
Back to top |
|
|
hwix n00b
Joined: 08 Jul 2024 Posts: 20
|
Posted: Wed Jul 24, 2024 3:22 am Post subject: Re: info needed |
|
|
kimchi_sg wrote: | Please let us see the basic info:
- emerge -pv pipewire bluez - because USE=bluetooth is not the only flag affecting this issue, let us see all of them
- your kernel configuration for bluetooth section - if you are using manually compiled kernel
|
For the first command the output given is this:
Code: | [ebuild R ] net-wireless/bluez-5.76-r1:0/3::gentoo USE="mesh obex readline udev -btpclient -cups -debug -deprecated -doc -experimental -extra-tools -midi (-selinux) -systemd -test -test-programs" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11" 0 KiB
[ebuild R ] media-video/pipewire-1.0.7-r1:0/0.4::gentoo USE="X bluetooth dbus extra readline sound-server ssl -doc -echo-cancel -ffmpeg -flatpak -gsettings -gstreamer -ieee1394 -jack-client -jack-sdk -liblc3 -lv2 -man -modemmanager -pipewire-alsa -roc (-selinux) (-system-service) -systemd -test -v4l -zeroconf" 0 KiB |
For the second one, here is my kernel config:
https://pastebin.com/jXfHcCka
Also it seems that I might have gotten your 3000'th post, nice number. |
|
Back to top |
|
|
kimchi_sg Advocate
Joined: 26 Nov 2004 Posts: 3038
|
Posted: Wed Jul 24, 2024 3:56 am Post subject: Re: info needed |
|
|
hwix wrote: | kimchi_sg wrote: | Please let us see the basic info:
- emerge -pv pipewire bluez - because USE=bluetooth is not the only flag affecting this issue, let us see all of them
- your kernel configuration for bluetooth section - if you are using manually compiled kernel
|
For the first command the output given is this:
Code: | [ebuild R ] net-wireless/bluez-5.76-r1:0/3::gentoo USE="mesh obex readline udev -btpclient -cups -debug -deprecated -doc -experimental -extra-tools -midi (-selinux) -systemd -test -test-programs" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11" 0 KiB
[ebuild R ] media-video/pipewire-1.0.7-r1:0/0.4::gentoo USE="X bluetooth dbus extra readline sound-server ssl -doc -echo-cancel -ffmpeg -flatpak -gsettings -gstreamer -ieee1394 -jack-client -jack-sdk -liblc3 -lv2 -man -modemmanager -pipewire-alsa -roc (-selinux) (-system-service) -systemd -test -v4l -zeroconf" 0 KiB |
For the second one, here is my kernel config:
https://pastebin.com/jXfHcCka
|
The USE for pipewire and bluez look reasonable enough.
All I can think of right now is, try compiling kernel bluetooth options as modules then reboot.
Quote: | Also it seems that I might have gotten your 3000'th post, nice number. |
Thank you |
|
Back to top |
|
|
hwix n00b
Joined: 08 Jul 2024 Posts: 20
|
Posted: Wed Jul 24, 2024 4:55 pm Post subject: Re: info needed |
|
|
kimchi_sg wrote: | hwix wrote: | kimchi_sg wrote: | Please let us see the basic info:
- emerge -pv pipewire bluez - because USE=bluetooth is not the only flag affecting this issue, let us see all of them
- your kernel configuration for bluetooth section - if you are using manually compiled kernel
|
For the first command the output given is this:
Code: | [ebuild R ] net-wireless/bluez-5.76-r1:0/3::gentoo USE="mesh obex readline udev -btpclient -cups -debug -deprecated -doc -experimental -extra-tools -midi (-selinux) -systemd -test -test-programs" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11" 0 KiB
[ebuild R ] media-video/pipewire-1.0.7-r1:0/0.4::gentoo USE="X bluetooth dbus extra readline sound-server ssl -doc -echo-cancel -ffmpeg -flatpak -gsettings -gstreamer -ieee1394 -jack-client -jack-sdk -liblc3 -lv2 -man -modemmanager -pipewire-alsa -roc (-selinux) (-system-service) -systemd -test -v4l -zeroconf" 0 KiB |
For the second one, here is my kernel config:
https://pastebin.com/jXfHcCka
|
The USE for pipewire and bluez look reasonable enough.
All I can think of right now is, try compiling kernel bluetooth options as modules then reboot.
Quote: | Also it seems that I might have gotten your 3000'th post, nice number. |
Thank you |
Okay I changed my .config but it still doesn't seem to work out, here is the updated version:
https://pastebin.com/E9Gftn9Y |
|
Back to top |
|
|
|