|
|

楼主 |
发表于 2009-3-3 03:37:35
|
显示全部楼层
Post by natalya;1955007
请教下楼主,
我能搜索到手机但是蓝牙密码问题没搞定。。
没有 hcid.conf 这个文件
还有那个 /etc/conf.d/bluetooth文件 该怎么设置。。
谢谢
我的/etc/conf.d/bluetooth:
# Bluetooth configuraton file
# Bluetooth services (allowed values are "true" and "false")
# Run the bluetoothd daemon (default: true)
DAEMON_ENABLE="true"
# Run hid2hci (default: false)
HID2HCI_ENABLE="true"
# Run the sdp daemon (default: false)
# If this is disabled, hcid's internal sdp daemon will be used
SDPD_ENABLE="true"
# Run the bluetooth HID daemon (default: false)
HIDD_ENABLE="true"
# Activate rfcomm ports (default: false)
RFCOMM_ENABLE="true"
# Run bluetooth dial-up networking daemon (default: false)
DUND_ENABLE="true"
# Run bluetooth PAN daemon (default: false)
PAND_ENABLE="true"
# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
# Options for hidd, dund and pand (default: none)
#HIDD_OPTIONS=""
#DUND_OPTIONS=""
#PAND_OPTIONS=""
然后,要做两个链接:
lrwxrwxrwx 1 root root 22 2009-03-01 06:46 /usr/lib/libMagickWand.so.1 -> libMagickWand.so.2.0.0
lrwxrwxrwx 1 root root 22 2009-03-01 06:45 /usr/lib/libMagickCore.so.1 -> libMagickCore.so.2.0.0
obex-data-server要的是so.1,但是Arch没做链接,要自己动手,丰衣足食。。。
重启/etc/rc.d/bluetooth后,应该就没问题了。
第一次连接,如果是从手机连电脑,要先在手机上输入四位密码,然后在电脑上同样输入;如果是电脑连手机,屏幕上会给出要输入的密码的。 |
|