From owner-freebsd-bluetooth@FreeBSD.ORG Thu Nov 17 17:38:04 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7E516A420 for ; Thu, 17 Nov 2005 17:38:04 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372AB43D49 for ; Thu, 17 Nov 2005 17:38:03 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id jAHHc2J21943; Thu, 17 Nov 2005 12:38:02 -0500 Message-ID: <437CBFF8.7070709@savvis.net> Date: Thu, 17 Nov 2005 09:38:00 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vijay Kiran References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD_Bluetooth Subject: Re: Bluetooth on Laptop 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: Thu, 17 Nov 2005 17:38:04 -0000 Hello, > I've a Laptop with integrated bluetooth. I've loaded the ng_ubt kernel > module and the dmesg | grep ubt shows the following: > > ubt0: vendor 0x0a12 product 0x0001, rev 2.00/15.93, addr 2 > ubt0: vendor 0x0a12 product 0x0001, rev 2.00/15.93, addr 2 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; > wMaxPacketSize=49; nframes=6, buffer size=294 looks fine to me > This is similar to the example shown in the Handbook. But when I try > /etc/rc.bluetooth start ubt0 it gives error like: > > bash-2.05b# /etc/rc.bluetooth start ubt0 > ngctl: send msg: No such file or directory strange... could you please provide the output of the following commands 1) uname -a 2) kldstat -v 3) ngctl li (as root) and finally try to run (as root) # sh -x /etc/rc.bluetooth start ubt0 > Did I miss something? Do I need to create the device nodes like on Linux? no, you do not need to create device nodes. thanks, max p.s. i've redirected your question to freebsd-bluetooth@ which is more appropriate.