2007年5月10日木曜日

Bluetoothマウスの設定

まず、デバイスを検索する。

pown:~$ hcitool scan


以下のような感じで設定する。

pown:~# vi /etc/default/bluetooth

# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1

############ HIDD
#
# To have Bluetooth mouse and keyboard support, get the
# Linux 2.6.6 patch or better from bluez.org, and set
# HIDD_ENABLED to 1.
HIDD_ENABLED=1
HIDD_OPTIONS="--connect 00:XX:XX:00:7F:37 --master --server"
# to make hidd always use a particular interface, use something
# like this, substituting the bdaddr of the interface:
# HIDD_OPTIONS="-i AA:BB:CC:DD:EE:FF --server"
#

0 件のコメント: