I'm adding this to my list of bugs I hope they fix soon. Easiest way to get Bluetooth Audio I've found so far: 1. Follow these instructions up to step 9. 2. Follow these instructions after that. Here's the text (sort of) for each: #1: First we need to add the Blueman Project’s PPA to your Ubuntu Jaunty installation. Open a terminal and type in: $ sudo gedit /etc/apt/sources.list.d/blueman.list You will be presented with a blank text editor. Type or copy & paste the following lines in: deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main Save your changes and exit the editor. Now update your package lists with: $ sudo apt-get update At the end you will see a NO_PUBKEY error because your setup does not yet have the GPG key for the Blueman repository to authenticate the packages with. To fix this, import the key with: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B15AB91951DC1E2...