Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Error when trying to connect to bluetooth speaker: `org.blue

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Debian_Newbie
Posts: 7
Joined: 2015-12-28 21:14

Error when trying to connect to bluetooth speaker: `org.blue

#1 Post by Debian_Newbie »

I'm running Debian Jessie 8.2. I have a bluetooth USB dongle connected to my machine.

I run `sudo bluetoothctl -a` then do the following:

Code: Select all

    [NEW] Controller 5C:F3:70:6B:57:60 debian [default]
    Agent registered
    [bluetooth]# scan on
    Discovery started
    [CHG] Controller 5C:F3:70:6B:57:60 Discovering: yes
    [bluetooth]# devices
    [NEW] Device 08:DF:1F:A7:B1:7B Bose Mini II SoundLink
    [bluetooth]# pair 08:DF:1F:A7:B1:7B
    Attempting to pair with 08:DF:1F:A7:B1:7B
    [CHG] Device 08:DF:1F:A7:B1:7B Connected: yes
    [CHG] Device 08:DF:1F:A7:B1:7B UUIDs:
    	0000110b-0000-1000-8000-00805f9b34fb
    	0000110c-0000-1000-8000-00805f9b34fb
    	0000110e-0000-1000-8000-00805f9b34fb
    	0000111e-0000-1000-8000-00805f9b34fb
    	00001200-0000-1000-8000-00805f9b34fb
    [CHG] Device 08:DF:1F:A7:B1:7B Paired: yes
    Pairing successful
    [CHG] Device 08:DF:1F:A7:B1:7B Connected: no
    [bluetooth]# trust 08:DF:1F:A7:B1:7B
    [CHG] Device 08:DF:1F:A7:B1:7B Trusted: yes
    Changing 08:DF:1F:A7:B1:7B trust succeeded
    [bluetooth]# connect 08:DF:1F:A7:B1:7B
    Attempting to connect to 08:DF:1F:A7:B1:7B
    Failed to connect: org.bluez.Error.Failed
But I *can* connect to my iPhone this way. Why can't I connect to my Bose Mini II SoundLink speaker?

I've also posted this to http://unix.stackexchange.com/questions ... ror-failed if you want to answer there.

Post Reply