[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-12-16 Thread Ekimia
Hello Laurent Séguin ( Michel Memeteau here :-) )

You made my day, it finally worked for AD2P , the audio.conf in 13.10 is
really broken for AD2P !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-12-17 Thread Nec
Still failing :

# pactl load-module module-bluetooth-device
Dec 17 14:30:50 pulseaudio[6404]: [pulseaudio] module-bluetooth-device.c: 
Failed to get device address/path from module arguments.
Dec 17 14:30:50 pulseaudio[6404]: [pulseaudio] module.c: Failed to load module 
"module-bluetooth-device" (argument: ""): initialization
 failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-11-27 Thread Laurent Séguin
** Summary changed:

- Failed to change profile to A2DP in 13.04 (Raring)
+ Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-11-27 Thread Laurent Séguin
** Also affects: pulseaudio
   Importance: Undecided
   Status: New

** No longer affects: pulseaudio

** Also affects: bluez
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-11-27 Thread Laurent Séguin
** Changed in: pulseaudio (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-11-27 Thread Laurent Séguin
How i solve it:

1) Modify the /etc/bluetooth/audio.conf


[General]
Enable = Source,Sink,Headset,Gateway,Control,Media
Disable = Socket

HFP=false

[A2DP]
SBCSources=1
MPEG12Sources=0


2) Check for pulseaudio module :
==

$ pactl list | grep -i module-bluetooth

If you dont have :
 module-bluetooth-policy
 module-bluetooth-discover
 module-bluetooth-device

Just do :
$ sudo apt-get install pulseaudio-module-bluetooth
$ pulseaudio -k
$ pactl load-module module-bluetooth-device
$ pactl load-module module-switch-on-connect

3) Connect the bluetooth headset
===

Use blueman to pair, and connect audio sink
Use pavucontrol to change for A2DP (even if blueman said "audio profile off")


Please confirm that works for you too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-11-27 Thread Laurent Séguin
Sometime, Pulseaudio "module-bluetooth-device" and "module-switch-on-
connect" may not remain loaded after a reboot (i didn't seek why).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2013-12-02 Thread Raimund Specht
#15 does not work for me (xubuntu 13.10): "stream setup failed".

Currently only the second answer from
http://askubuntu.com/questions/287254/ubuntu-13-04-bluetooth-a2dp-does-
not-work works for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2014-04-01 Thread Luc C.
The answer in #15 worked for me.

I have lubuntu 13.10 (but installed initially ubuntu 13.10 and added the
packages afterwards).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2014-04-01 Thread Luc C.
But on reboot pulsaudio doesn't load the modules correctly:
For 
$ pactl list | grep -i module-bluetooth
 I only get:
  module-bluetooth-policy

Then I was able to make the headset works with 
pactl load-module module-bluetooth-discover
pactl load-module module-switch-on-connect 

but 
pactl load-module module-bluetooth-device
didn't want to load...

I hope I'll be able to use the headset without configuring every sinlge
time :p

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2014-04-02 Thread Austin Leeds
Echoing Doctor Rover here - I can change to A2DP in Trusty, but the
profile doesn't actually switch. If you close the sound control panel
and open it back up, it remains on Telephony Duplex.

#15 seems to be working so far.

** Summary changed:

- Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)
+ Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and 14.04 
(trusty)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and
  14.04 (trusty)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2014-03-18 Thread Doctor Rover
The issue was almost fixed in trusty. But several days ago, it suddenly 
appeared again.
I can successfully connect my head set (plantronics M155), I can see it in 
sound settings, I can switch the output to it. Moreover, I can switch the mode 
to A2DP, but the sound remains mono and of bad quality.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

2014-01-26 Thread Uldis Kalniņš
#15 working, confirmed. After config changes is possible to switch sound
profiles from standart sound settings, without pavucontrol.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring) and 13.10 (saucy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs