Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2005 15:05:02 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        freebsd-bluetooth@FreeBSD.org
Subject:   [HEADSUP]Bluetooth rc.d stuff merged into RELENG_6 and RELENG_5
Message-ID:  <4384F59E.3020208@savvis.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4384F59E.3020208>