gnome-bluetooth not working properly

33,065

Solution 1

Solution found, not sure why that works.

sudo apt-get install pulseaudio-module-bluetooth

reboot your system.

sudo systemctl start bluetooth.service

now open the gui utility for the bluetooth and make sure bluetooth is set on "on"

in the terminal type

bluetoothctl

make sure that the command

show

actually shows something similiar to

Name: debiansystem
Alias: debiansystem
Class: 0x0c010c
Powered: yes
Discoverable: yes
Pairable: yes
...

now trust, pair and then connect to your device.

This worked, at least for me

Solution 2

I was also having the same problem with bluetooth and Debian 8, tried a lot of things but nothing worked with gnome-bluetooth. I was following the instructions on this page: https://wiki.debian.org/BluetoothUser/a2dp so I did

sudo apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol bluez-firmware

then

systemctl restart bluetooth

and althought I have the gnome-bluetooth I could not manage to make it work so I installed the blueman-applet by

apt-get install blueman

Then opened the Bluetooth Manager program which I just installed (Make sure gnome-bluetooth is closed) and that's it, I was able to pair my Bluetooth speakers. The only missing step is to open Sound in Settings and choose my Bluetooth speakers as output.

Hope that helps!!

Share:
33,065

Related videos on Youtube

Reyx_0
Author by

Reyx_0

Updated on September 18, 2022

Comments

  • Reyx_0
    Reyx_0 over 1 year

    I want to connect my headset via bluetooth on Debian 8. I run from terminal

    systemctl enable bluetooth
    systemctl start bluetooth
    

    Then I use gnome-bluetooth, I see the device and try to connect, what happens is just that the connection is lost everytime after less than a second, so that the status of the device become "disconnected". Also If I do not run the commands above, gnome-bluetooth does not see the device. I googled the issue, and it seems it is quite common, but I found no solution.

    This is the output of lsusb:

    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 04f2:b3d5 Chicony Electronics Co., Ltd 
    Bus 001 Device 009: ID 13d3:3393 IMC Networks 
    Bus 001 Device 005: ID 1004:631c LG Electronics, Inc. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    • Admin
      Admin almost 3 years
      It is working after booting through recovery mode