From owner-freebsd-hardware@FreeBSD.ORG Mon May 25 22:24:35 2015 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEA9ECB8 for ; Mon, 25 May 2015 22:24:35 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94AB4F11 for ; Mon, 25 May 2015 22:24:35 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by obbnx5 with SMTP id nx5so61520918obb.0 for ; Mon, 25 May 2015 15:24:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5Ewu9qLSc1wXYVGEr68a8yC4x07+3se6XgCSe/YE+Ek=; b=YN02kJoFuFDUA0F9ns3tRnxYN3LANK69ijTEO5jWoH5+W5begVANsAduhw7Eutw09f z8Dr7rRqR6+e5D6BPiEUQcvUYP7MtCoUza/fd/hpuF11FdvpnWiRa72/TcO6LcPznZ3Y 0x/LYd77KMHAhXIf1zsfvrz+4RGdrssoeL4kTZL6Svd7fnjpfQo67RANcmzK6joYC3Sk NO0pw8k60mBg43msZ7TU6dqhEzSycyk/T1lbzzwUOse9vvn7PxjuT8HkGDCM+Rz0Lsx/ +HEBX/YQRUTGRcm7W0aB1oDYL90cBEkVAmb/ECyJE4dWjWK2vW2vPfwtBWbq7AslNLb/ fdag== MIME-Version: 1.0 X-Received: by 10.182.48.231 with SMTP id p7mr11208838obn.19.1432592674584; Mon, 25 May 2015 15:24:34 -0700 (PDT) Received: by 10.60.162.36 with HTTP; Mon, 25 May 2015 15:24:34 -0700 (PDT) In-Reply-To: <55639DE9.4070904@selasky.org> References: <55630A0C.50604@selasky.org> <55639DE9.4070904@selasky.org> Date: Mon, 25 May 2015 17:54:34 -0430 Message-ID: Subject: Re: Bluetooth USB Host Controller Atheros Communications From: Alberto Mijares To: Hans Petter Selasky Cc: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 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 22:24:35 -0000 > > Should be: > > kldload ng_ubt > > Any difference? > Since this is the first instruction in section 31.5.1 from the handbook, this was the first command I typed. The module is already loaded. However # ls /dev/ubt* ls: No match. Should the device be recognized? What else should I try? Thank you Alberto Mijares