From owner-freebsd-bluetooth@FreeBSD.ORG Sun Nov 22 09:45:06 2009 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 297E31065698 for ; Sun, 22 Nov 2009 09:45:06 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp6.freeserve.com (smtp6.freeserve.com [193.252.22.192]) by mx1.freebsd.org (Postfix) with ESMTP id E14E78FC17 for ; Sun, 22 Nov 2009 09:45:05 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3623.me.freeserve.com (SMTP Server) with ESMTP id 719A97000081; Sun, 22 Nov 2009 10:45:04 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3623.me.freeserve.com (SMTP Server) with ESMTP id 618737000084; Sun, 22 Nov 2009 10:45:04 +0100 (CET) Received: from rya-online.net (unknown [89.194.66.160]) by mwinf3623.me.freeserve.com (SMTP Server) with SMTP id A75B17000081; Sun, 22 Nov 2009 10:45:03 +0100 (CET) X-ME-UUID: 20091122094503685.A75B17000081@mwinf3623.me.freeserve.com Received: (nullmailer pid 750 invoked by uid 1000); Sun, 22 Nov 2009 09:45:26 -0000 Date: Sun, 22 Nov 2009 09:45:25 +0000 (GMT) To: John In-Reply-To: <20091121184335.GA2008@potato> References: <20091121184335.GA2008@potato> User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1258883126.052713.723.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org Subject: Re: Problems getting the bluetooth stack to start 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: Sun, 22 Nov 2009 09:45:06 -0000 On Sat, 21 Nov 2009, John wrote: > Firstly, the small size of the device means that it is very awkward to > pull the dongle out once it's pushed in. When restarting the computer, > is it sufficient to reboot(8) then power the machine off, wait a few > seconds then power it back up? I mean does this properly reset the > dongle, or does it truly have to be pulled out and pushed back in for > the system to re-read it? power down should be sufficient to reset the device entirely, internal state is rarely kept (sometimes there is nvram for link keys but thats all) it seems (to me) that your modules setup is ok, since the modules are loaded when you want them to be > potato# /etc/rc.d/bluetooth start ubt0 > /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device > ubt0 Not sure if I can really be of much assistance, does hccontrol show that the node is up and running? Also, before you do this can you run hcidump as root user? It might show something happening (or not) Then, you could enable some kind of debugging in the startup script (use sh -x at least) to see where it was failing iain