蓝牙无法工作 - “无法加载固件” - Vaio - Ubuntu 14.04

蓝牙无法工作 - “无法加载固件” - Vaio - Ubuntu 14.04

我的新 Vaio 笔记本电脑除了蓝牙之外其他都很好。它能以某种方式被识别,但无法工作。

我已经在 askubuntu 中查找过类似的情况,但还是没有找到解决方案。

我这样做了:

~$ dmesg | grep -i blue
[ 12.662286] Bluetooth: Core ver 2.17
[ 12.662306] Bluetooth: HCI device and connection manager initialized
[ 12.662314] Bluetooth: HCI socket layer initialized
[ 12.662317] Bluetooth: L2CAP socket layer initialized
[ 12.662323] Bluetooth: SCO socket layer initialized
[ 12.701731] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.701735] Bluetooth: BNEP filters: protocol multicast
[ 12.701742] Bluetooth: BNEP socket layer initialized
[ 12.859623] Bluetooth: RFCOMM TTY layer initialized
[ 12.859635] Bluetooth: RFCOMM socket layer initialized
[ 12.859640] Bluetooth: RFCOMM ver 1.11
[ 81.946726] Bluetooth: can't load firmware, may not work correctly
[ 84.923846] Bluetooth: can't load firmware, may not work correctly

~$ rfkill list
0: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no

因此我尝试按照这里的问题中的建议安装 linux-firmware,但它说我已经有最新版本了。

我还发现了关于重新启动 gnome-bluetooth 的建议,但它不起作用。

有什么想法吗?非常感谢!

相关内容