Public bug reported:

In Hardy, on both vanilla and Ubuntu builds of the 2.6.24 kernel, trying
to output sound to my Bluetooth headset produces the following flood in
dmesg:

[  398.069982] hci_scodata_packet: hci0 SCO packet for unknown connection 
handle 1
[  398.069988] hci_scodata_packet: hci0 SCO packet for unknown connection 
handle 1
[  398.071485] hci_scodata_packet: hci0 SCO packet for unknown connection 
handle 1
...

I can hear the headset activate, but it only outputs silence. The audio
player hangs until I hit control-C, but the dmesg flood doesn't stop and
the headset doesn't deactivate until I manually disconnect the headset
in the Bluetooth preferences.

My Bluetooth chip is the following item from lsusb:
Bus 002 Device 002: ID 0a5c:2101 Broadcom Corp.

This is my .asoundrc file:
pcm.bluetooth {
   type bluetooth
   device 00:13:17:87:9A:47
   profile voice
   mode mono
}

ctl.bluetooth {
   type bluetooth
}

pcm.headset {
   type plug
   slave {
      pcm "bluetooth"
      format S16_LE
      channels 1
   }
}

And I'm running the following command to play sound:
aplay -D headset /usr/share/sounds/login.wav

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Bluetooth headset doesn't work with Broadcom BCM2045 on 2.6.24
https://bugs.launchpad.net/bugs/181618
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to