From owner-freebsd-bluetooth@FreeBSD.ORG Fri Apr 29 15:09:02 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 6432A16A4CE for ; Fri, 29 Apr 2005 15:09:02 +0000 (GMT) Received: from mta8.srv.hcvlny.cv.net (mta8.srv.hcvlny.cv.net [167.206.4.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D540B43D55 for ; Fri, 29 Apr 2005 15:09:01 +0000 (GMT) (envelope-from rucci@warganizer.com) Received: from [192.168.1.100] (ool-18b92f9e.dyn.optonline.net [24.185.47.158]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0IFP00ER3RDGV8@mta8.srv.hcvlny.cv.net> for freebsd-bluetooth@freebsd.org; Fri, 29 Apr 2005 11:08:05 -0400 (EDT) Date: Fri, 29 Apr 2005 11:09:02 -0400 From: Daniel Rucci In-reply-to: <4272489C.8050201@savvis.net> To: Maksim Yevmenkin Message-id: <42724E0E.2080201@warganizer.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime References: <427244B8.7050208@warganizer.com> <4272489C.8050201@savvis.net> 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 15:09:02 -0000 Maksim Yevmenkin wrote: > 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 > _______________________________________________ > freebsd-bluetooth@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth > To unsubscribe, send any mail to > "freebsd-bluetooth-unsubscribe@freebsd.org" Yep, That did the trick, should have realized pressing that is equivelant to 'plugging it in' Thanks, Dan