Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Re: Bluetooth speaker suddenly not working after firmware update

  1. #11
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bluetooth speaker suddenly not working after firmware update

    Try
    Code:
    unzip d698974910bbb7d016ec0ad08c1bf41b4b524364.zip
    Code:
    cp d68be364adac5f946887b85e6ed6e7ae-d698974910bbb7d016ec0ad08c1bf41b4b524364/a2dp.py a2dp.py
    Code:
    chmod +x a2dp.py
    Code:
    ./a2dp.py

  2. #12
    Join Date
    May 2017
    Beans
    7

    Re: Bluetooth speaker suddenly not working after firmware update

    Quote Originally Posted by jeremy31 View Post
    Try
    Code:
    unzip d698974910bbb7d016ec0ad08c1bf41b4b524364.zip
    Code:
    cp d68be364adac5f946887b85e6ed6e7ae-d698974910bbb7d016ec0ad08c1bf41b4b524364/a2dp.py a2dp.py
    Code:
    chmod +x a2dp.py
    Code:
    ./a2dp.py
    Ok, I did all that. Here's the result of the last command:

    Code:
    mac@mac-Lenovo-Y50-70-Touch ~ $ ./a2dp.py
    Connection MADE
    Selecting device:
    1. 88:C6:26:C2:89:A1 UE BOOM 2
    2. 08:21:EF:6D:93:00 Samsung Galaxy S7
    3. A0:02:DC:E0:6E:50 McFire
    4. 00:11:67:00:04:DF Bluetooth Optical Mouse
    Select device[1]:
    1
    Device MAC: 88:C6:26:C2:89:A1
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 8 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 7 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 6 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 5 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 4 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 3 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 2 more times
    Cannot find `bluez_card.88_C6_26_C2_89_A1` using `pactl list cards short`. Retrying 1 more times
    It seems device: 88:C6:26:C2:89:A1 is not connected yet, trying to connect.
    Expression "Failed to connect: org.bluez.Error.Failed" failed with fail pattern: "fail"
    Exiting bluetoothctl

  3. #13
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bluetooth speaker suddenly not working after firmware update

    I would use bluetoothctl to see what is going on
    In terminal
    Code:
    bluetoothctl
    remove 88:C6:26:C2:89:A1
    Put the headphones in pairing mode and then back in terminal
    Code:
    pair 88:C6:26:C2:89:A1
    trust 88:C6:26:C2:89:A1
    connect 88:C6:26:C2:89:A1
    exit
    ./a2dp.py
    See if any errors appear or if it works now

  4. #14
    Join Date
    May 2017
    Beans
    7

    Re: Bluetooth speaker suddenly not working after firmware update

    Quote Originally Posted by jeremy31 View Post
    I would use bluetoothctl to see what is going on
    In terminal
    Code:
    bluetoothctl
    remove 88:C6:26:C2:89:A1
    Put the headphones in pairing mode and then back in terminal
    Code:
    pair 88:C6:26:C2:89:A1
    trust 88:C6:26:C2:89:A1
    connect 88:C6:26:C2:89:A1
    exit
    ./a2dp.py
    See if any errors appear or if it works now
    Code:
    mac@mac-Lenovo-Y50-70-Touch ~ $ bluetoothctl
    [NEW] Controller E8:2A:EA:57:8F:B8 mac-Lenovo-Y50-70-Touch [default]
    [NEW] Device 88:C6:26:C2:89:A1 UE BOOM 2
    [NEW] Device 00:11:67:00:04:DF Bluetooth Optical Mouse
    [NEW] Device 08:21:EF:6D:93:00 Samsung Galaxy S7
    [NEW] Device A0:02:DC:E0:6E:50 McFire
    [bluetooth]# remove 88:C6:26:C2:89:A1
    [DEL] Device 88:C6:26:C2:89:A1 UE BOOM 2
    Device has been removed
    [bluetooth]# pair 88:C6:26:C2:89:A1
    Device 88:C6:26:C2:89:A1 not available
    [bluetooth]# trust 88:C6:26:C2:89:A1
    Device 88:C6:26:C2:89:A1 not available
    [bluetooth]# connect 88:C6:26:C2:89:A1
    Device 88:C6:26:C2:89:A1 not available
    [bluetooth]# exit
    [DEL] Controller E8:2A:EA:57:8F:B8 mac-Lenovo-Y50-70-Touch [default]
    mac@mac-Lenovo-Y50-70-Touch ~ $ bluetoothctl
    [NEW] Controller E8:2A:EA:57:8F:B8 mac-Lenovo-Y50-70-Touch [default]
    [NEW] Device 00:11:67:00:04:DF Bluetooth Optical Mouse
    [NEW] Device 08:21:EF:6D:93:00 Samsung Galaxy S7
    [NEW] Device A0:02:DC:E0:6E:50 McFire
    [bluetooth]# pair 88:C6:26:C2:89:A1
    Device 88:C6:26:C2:89:A1 not available
    No luck.

  5. #15
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bluetooth speaker suddenly not working after firmware update

    Lets try
    Code:
    bluetoothctl
    remove 88:C6:26:C2:89:A1
    Put the headphones in pairing mode and then back in terminal
    Code:
    scan on
    Wait for it to find the headset
    Code:
    pair 88:C6:26:C2:89:A1
    trust 88:C6:26:C2:89:A1
    connect 88:C6:26:C2:89:A1
    exit
    ./a2dp.py
    See if any errors appear or if it works now

  6. #16
    Join Date
    Mar 2018
    Beans
    2

    Re: Bluetooth speaker suddenly not working after firmware update

    I'm having the same problem I tried every code above nothing works, maybe I missed something or my peripherals is not known for https://www.jbl.com and https://www.dossspeakerbluetooth.com ? I'll try to double checked it again and comeback here If I got some good results.

  7. #17
    Join Date
    Nov 2017
    Beans
    5

    Re: Bluetooth speaker suddenly not working after firmware update

    The instructions from Jeremy31 did the trick for my JBL Charge 2+! Thank you!

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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