第 14.4 节 蓝牙

关于蓝牙鼠标的问题请看前文。本文不再赘述。其余问题见参考资料。

由 iwm 驱动的网卡可以安装 iwmbt-firmware 这个包来驱动蓝牙。蓝牙走 USB 总线,使用 usbconfig 可查看所有设备,包括蓝牙,如 ugen1.5 是蓝牙,则: iwmbtfw -d ugen1.5

参考资料

无线蓝牙鼠标的设置

本文基于 FreeBSD 13.0,并使用罗技 m337。

# sysrc hcsecd_enable="YES"
# sysrc bthidd_enable="YES"
# service hcsecd start
# service bthidd start

使用bluetooth-config工具添加蓝牙设备即可。

蓝牙鼠标调到配对模式,运行# bluetooth-config scan,按提示信息进行添加:

#  bluetooth-config scan
Scanning for new Bluetooth devices (Attempt 1 of 5) ... done.
Found 1 new bluetooth device (now scanning for names):
[ 1] 34:88:5d:12:34:56  "Bluetooth Mouse M336/M337/M535" (Logitech-M337)
Select device to pair with [1, or 0 to rescan]: 1

This device provides human interface device services.
Set it up? [yes]:

注意: logitech m337 配对连接后会自动断开。解决方案:删除/var/db/bthidd.hids文件中对应鼠标的bd_addrxx:xx:xx:xx:xx,重启 bthidd 服务 # service bthidd restart

最后更新于

FreeBSD 中文社区 2024