From owner-freebsd-bluetooth@FreeBSD.ORG Fri Apr 29 14:45:26 2005 Return-Path: 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 E2AD116A4CE for ; Fri, 29 Apr 2005 14:45:26 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6718243D54 for ; Fri, 29 Apr 2005 14:45:26 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [70.32.199.60]) by mta10.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050429144525.ERIG17140.mta10.adelphia.net@[192.168.1.254]>; Fri, 29 Apr 2005 10:45:25 -0400 Message-ID: <4272489C.8050201@savvis.net> Date: Fri, 29 Apr 2005 07:45:48 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Rucci References: <427244B8.7050208@warganizer.com> In-Reply-To: <427244B8.7050208@warganizer.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bluetooth@freebsd.org Subject: Re: x40 Bluetooth 5.3-RELEASE X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 14:45:27 -0000 Daniel, [moved to freebsd-bluetooth] > Has anyone gotten bluetooth working on the x40 in 5.3 or current? > I followed the instructions here : > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bluetooth.html > > Except I used the name of the device that comes up when you press FN + > F5 (turns the bluetooth LED on) but ... > > /etc/rc.bluetooth start ugen0 > username[65539]: Unsupported device: ugen0 > > so am i missing something or is this just not supported.. you can not use rc.bluetooth on ugen(4) devices. it will not work. ugen(4) is a *generic* usb device driver. it will attach to the device when no other device driver claims it. did you kldload ng_ubt(4)driver (as described handbook bluetooth chapter)? please make sure 1) you have kldload'ed ng_ubt(4) driver before activating bluetooth device 2) your bluetooth device is recognized as ubtX (and *not* as ugenX) device once you have activated it 3) you use rc.bluetooth on ubtX device and *not* on ugenX device thanks, max