From owner-freebsd-stable@FreeBSD.ORG Sat May 2 07:18:30 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1125C106564A for ; Sat, 2 May 2009 07:18:30 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id C479F8FC08 for ; Sat, 2 May 2009 07:18:29 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.204.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 802E08A01A1 for ; Sat, 2 May 2009 09:18:28 +0200 (CEST) Message-ID: <49FBF3C2.8010809@bsdforen.de> Date: Sat, 02 May 2009 09:18:26 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: bluetooth troubleshooting X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2009 07:18:30 -0000 I've got two bluetooth devices, an internal usb bluetooth device by Broadcom and a dated AVM class1 bluetooth dongle. Both are detected by the ubt driver: ubt0: on uhub0 ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320 ubt1: on uhub3 ubt1: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 ubt1: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 However neither a device /dev/ubt0 nor /dev/ubt1 exists. # /etc/rc.d/bluetooth onestart ubt0 /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 # /etc/rc.d/bluetooth onestart ubt1 /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt1 This error message gives me no idea of what is wrong. The handbook mentions comms/hcidump for debugging, but I think this is meant for analyzing bluetooth traffic. As you can see I haven't gotten far enough to produce any traffic to analyse. Is someone here familiar with bluetooth and can provide me with a command that might reveal something about the nature of my problem? BTW, is there a way to get A2DP receive running on FreeBSD?