alsa bluetooth 16.04 no sound

Asked by MrGrummpy

I have not been able to get sound from my Bluetooth headphones. The Bluetooth software tells me that the USB adapter is paired with the headphones, but still no sound (except the cheery little chimes that indicate pairing).
The sound software lists the headphones, but there is a small red circle with a line through it in front of the headphone's name. This does not allow me to change the profile for the headphones nor does the speaker test work through the headphones.
When I used alsamixer in terminal there is no listing of the headphones even though the Bluetooth interface lists them as paired.
Restarting modules has not solved the problem.
Updating to the latest software has not solved the problem.
Attempting to watch a YouTube video with the headphones paired causes the video to stall. Unpairing the headphones instantly allows the video to continue.
I did get the adapter and headphones to work on both Windows 10 on a borrowed laptop and Windows 7 on my laptop. They don't work using Ubuntu Mate on the same laptop.
I would like to get sound through my headphones.

Equipment and OS

Ubuntu 16.04.2 LTS
Kernel Linux 4.4.0-78-generic x86_64
MATE 1.12.1
Asus U46E laptop
plugable USB-bt4le Bluetooth USB adapter
Vliss gym headphones

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
MrGrummpy
Solved:
Last query:
Last reply:
Revision history for this message
Jeremy (wa113y3s) said :
#1

Please post results from terminal for

lsusb; dmesg | egrep -i 'blue|firm'

Revision history for this message
MrGrummpy (mrgrummpy) said :
#2

arnold@arnold-U46E:~$ lsusb; dmesg | egrep -i 'blue|firm'
Bus 002 Device 004: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 002 Device 003: ID 046d:c526 Logitech, Inc. Nano Receiver
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 003: ID 8087:07d6 Intel Corp.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 0.265246] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 12.963449] iwlwifi 0000:02:00.0: loaded firmware version 41.28.5.1
build 33926 op_mode iwldvm
[ 17.550915] i2400m_usb 1-1.1:1.0: firmware interface version 9.3.2
[ 197.650874] Bluetooth: Core ver 2.21
[ 197.650995] Bluetooth: HCI device and connection manager initialized
[ 197.651001] Bluetooth: HCI socket layer initialized
[ 197.651006] Bluetooth: L2CAP socket layer initialized
[ 197.651016] Bluetooth: SCO socket layer initialized
[ 197.845961] Bluetooth: hci0: BCM: chip id 63
[ 197.861954] Bluetooth: hci0: BCM20702A
[ 197.862858] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[ 197.878127] bluetooth hci0: Direct firmware load for
brcm/BCM20702A1-0a5c-21e8.hcd failed with error -2
[ 197.878142] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-21e8.hcd
not found
[ 198.795518] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 198.795525] Bluetooth: BNEP filters: protocol multicast
[ 198.795534] Bluetooth: BNEP socket layer initialized
[ 198.874996] Bluetooth: RFCOMM TTY layer initialized
[ 198.875005] Bluetooth: RFCOMM socket layer initialized
[ 198.875015] Bluetooth: RFCOMM ver 1.11
arnold@arnold-U46E:~$

On Sat, May 20, 2017 at 6:23 AM, Jeremy <
<email address hidden>> wrote:

> Your question #633232 on linux in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/linux/+question/633232
>
> Status: Open => Needs information
>
> Jeremy requested more information:
> Please post results from terminal for
>
> lsusb; dmesg | egrep -i 'blue|firm'
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/linux/+question/633232
>
> You received this question notification because you asked the question.
>

--
We do not err because truth is difficult to see. It is visible at a glance.
We err because this is more comfortable. -Alexander Solzhenitsyn, novelist,
Nobel laureate (1918-2008)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh

Thanks

Revision history for this message
MrGrummpy (mrgrummpy) said :
#4

arnold@arnold-U46E:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh
--2017-05-20 08:31:04-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh [following]
--2017-05-20 08:31:04-- http://git.alsa-project.org/?p=alsa-utils.git;a=blob_plain;f=alsa-info/alsa-info.sh
Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-sh]
Saving to: ‘alsa-info.sh’

alsa-info.sh [ <=> ] 28.03K 162KB/s in 0.2s

2017-05-20 08:31:05 (162 KB/s) - ‘alsa-info.sh’ saved [28707]

ALSA Information Script v 0.4.64
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=d6a6c307b6bb81bc0c856850df98177604008d91

Please inform the person helping you.

arnold@arnold-U46E:~$

Revision history for this message
MrGrummpy (mrgrummpy) said :
#5

I am returning the Bluetooth adapter and headphones to the vendor.