From owner-freebsd-hardware@FreeBSD.ORG Mon May 25 11:39:16 2015 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 321C2663 for ; Mon, 25 May 2015 11:39:16 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7E7FE78 for ; Mon, 25 May 2015 11:39:15 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id BA7D61FE024; Mon, 25 May 2015 13:39:05 +0200 (CEST) Message-ID: <55630A0C.50604@selasky.org> Date: Mon, 25 May 2015 13:39:56 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Alberto Mijares , freebsd-hardware@freebsd.org Subject: Re: Bluetooth USB Host Controller Atheros Communications References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 11:39:16 -0000 On 05/25/15 03:06, Alberto Mijares wrote: > Hi guys, > > I've been looking for a while how to enable my bluetooth adapter with > no success. Hardware info is attached, I hope you can help me or I can > help you to find a solution. > Hi, Have you tried : kldload ubt ? --HPS