我有 lifebook lh531。它说蓝牙适配器未安装。如何在这台机器上启用蓝牙。它有一个标签“蓝牙”我正在使用 ubuntu 11.10 并执行“hcitool dev”,它在提示符下没有任何反应。sudo 命令启动并重新启动蓝牙。面板上没有指示
答案1
如果你的 Lifebook 硬件兼容,那么:Ubuntu 11.04 通过命令行安装
sudo apt-get install bluez python-gobject python-dbus
python 脚本 bluez-simple-agent 和 bluez-test-device 要运行,需要 python-gobject 和 python-dbus。
使用以下命令发现加密狗的 hciX 位置:
hcitool dev
Devices:
hci0 00:11:95:00:1A:CF
如需更多信息,请参阅此页面https://help.ubuntu.com/community/BluetoothSetup