From owner-freebsd-bluetooth@FreeBSD.ORG Wed Nov 23 23:05:12 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 D4A0716A41F for ; Wed, 23 Nov 2005 23:05:12 +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 9E69343D45 for ; Wed, 23 Nov 2005 23:05:05 +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 jANN54J18839 for ; Wed, 23 Nov 2005 18:05:04 -0500 Message-ID: <4384F59E.3020208@savvis.net> Date: Wed, 23 Nov 2005 15:05:02 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bluetooth@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [HEADSUP]Bluetooth rc.d stuff merged into RELENG_6 and RELENG_5 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: Wed, 23 Nov 2005 23:05:12 -0000 Dear Bluetooth Users, this is just a quick headsup email to let everyone know that bluetooth rc.d stuff was merged into RELENG_6 and RELENG_5. please give it a try. if you have any problems please send problem reports to the list. please stop using rc.bluetooth and whatever hacks you might have around it and please try the following steps update your system 1) cvsup RELENG_5 (or 6) 2) make buildworld && make buildkernel 3) make installkernel && make installworld 4) mergemaster -sv configure bluetooth stuff 1) add devd_enable="YES" to your /etc/rc.conf (if needed) 2) add hcsecd_enable="YES" to your /etc/rc.conf 3) add sdpd_enable="YES" to your /etc/rc.conf 4) reboot if everything works all you need to do is to attach your bluetooth device to the system and it should work. the configuration also provides ability to easily change some parameters of your bluetooth device. please take a look at /etc/default/bluetooth.device.conf file. in order to adjust the parameters - simply copy this file into /etc/bluetooth/$device.conf. where $device is the driver name of your device (the once you use in start/stop command), i.e. for the first usb bluetooth dongle it should be /etc/bluetooth/ubt0.conf. at any given moment you can start/stop bluetooth device by # /etc/rc.d/bluetooth start/stop $device thanks, max