Results 1 to 3 of 3

Thread: Bluetooth A2dp problem !

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Aug
    Posts
    5

    Question Bluetooth A2dp problem !

    hi ...
    i have sony headset mdr-zx330bt .. i manage to make it connected ...
    the problem is i can't change the profile to A2dp .. when using blueman-manager trying to to change the profile i got this error ..



    trying to change it with pavucontrol as i've read in debian official page is not working either , i manage to choose the profile , but when i exit and open it again i found nothing change



    any help here with detailed steps which i can follow ?

  2. #2
    Join Date
    2016-Aug
    Posts
    5
    the problem is here i guess when i apply this command :

    pacmd set-card-profile 4 a2dp_sink

    i get this error !
    Failed to set card profile to 'a2dp_sink'.

  3. #3
    Join Date
    2016-Aug
    Posts
    5

    Wink

    hoowaaaa , i managed to make it work after surfing the internet for two days ..

    first of all you need to write down in terminal the following :
    nano /etc/bluetooth/audio.conf
    then you have to add this line :

    Enable=Gateway,Source,Socket
    now restart your bluetooth serivice by writing this in terminal :

    service bluetooth restart
    now pair and connect your bluetooth device using "bluetoothctl" or "blueman-manager", if your device already paired and connected , you don't need to pair it again after restarting the bluetooth service ...

    now write down in terminal :
    pactl list cards short
    you should get something begins with "bluez_card.00" with the index number on the left for each card

    and now with the final command :

    pactl set-card-profile [index_number] a2dp_sink
    congratulations now it's working ..
    my os info : Linux kali 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-1kali1 (2017-06-06) x86_64 GNU/Linux
    my Bluetooth module : module-bluez5-device.c

    i hope you close this thread ... thanks

Similar Threads

  1. Replies: 5
    Last Post: 2019-08-30, 18:56
  2. Problem With Bluetooth Starting
    By Vanish0104 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-11-24, 07:49
  3. problem with bluetooth scanner
    By Lancha in forum TroubleShooting Archive
    Replies: 7
    Last Post: 2013-11-06, 19:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •