From owner-freebsd-bluetooth@FreeBSD.ORG Tue Nov 9 18:19:43 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 401E410656A3 for ; Tue, 9 Nov 2010 18:19:43 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 007948FC1C for ; Tue, 9 Nov 2010 18:19:42 +0000 (UTC) Received: by iwn39 with SMTP id 39so7910950iwn.13 for ; Tue, 09 Nov 2010 10:19:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sxGpIGap+/5R8O25V802t7qkvsE3SEa7xYl9pD8OMg4=; b=QKYPm9EIniREk6qvwopQzsxdeLbfJlgwc5im7W5bx+bmFyMxIA+AmhecJrZ3+2ziQm m2ocdiJVGk39i5IHHCDeBHFe38zd34GmTLfWUOf54b22CIpqKVNE77SqMxQ0crOdyvSb WuB3UcKW7Co9IR1DB+P+p6BA2eazVBLagbrQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=svrdZzhlyKUJhw4+RhpuGzmeqeWfW3iU7LjLKlyaxbuCaTJ7hxWeyvTOm+J6wzQL85 ovTsxvqhj02kWeH9KLAOcZYJ6Uee47mbna89Y5x1dlfXMVeYMRk1hhxqzffzKoP3PZOz ihubNPC6cIBW0+Kwww68MuXWS8TKC3FvhuXSY= MIME-Version: 1.0 Received: by 10.231.16.67 with SMTP id n3mr5420588iba.113.1289326769136; Tue, 09 Nov 2010 10:19:29 -0800 (PST) Received: by 10.231.207.14 with HTTP; Tue, 9 Nov 2010 10:19:29 -0800 (PST) In-Reply-To: <3cd2d26577db0aa6059db495c104d382@ringofsaturn.com> References: <06b90815b84b40625e37317bc16b13ec@ringofsaturn.com> <8647f55a4e8dcce33036a0810564b9e0@ringofsaturn.com> <769713d670c5ad3db58c276b0e6e81a9@ringofsaturn.com> <3cd2d26577db0aa6059db495c104d382@ringofsaturn.com> Date: Tue, 9 Nov 2010 10:19:29 -0800 Message-ID: From: Maksim Yevmenkin To: rnejdl@ringofsaturn.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Troubleshooting a USB Bluetooth Dongle X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 18:19:43 -0000 Rusty, > First, thank you so much for the work you did. After syncing everything up, > I was able to get my bluetooth dongle to work. you are welcome :) i'm glad it worked for you :) and, once again, thanks for your hardware donation. > Oddly enough, I have to stop > and then start /etc/rc.d/bluetooth to get it to work but that may be because > I didn't completely clean out my first attempt. that's interesting... that should not be happening. does it happen all the time, or, did it happen just once? [...] > However, how do I get audio to actually output through the headset is the > question? My apologies if this is an obvious question but I wasn't able to > find much on this and in fact found threads going back to 2005. ahh... that's completely different (and long) story :) in short, freebsd still does not have full support for bluetooth audio :( that includes both real bluetooth audio (i.e. sco) and bluetooth audio that uses l2cap (i.e. a2dp). i kinda started to work on sco and put some preliminary code out there, but got distracted by $real_job. someone recently asked about a2dp, but not sure where it went from there. sorry to give you bad news thanks, max