Mediatek 7630E 蓝牙无法使用

Mediatek 7630E 蓝牙无法使用

我是 Linux 新手,刚刚在我的电脑(华硕 X552CL)上安装了 Ubuntu 18.04。Wi-Fi 一开始无法使用,但我按照教程这里。我的 Wi-Fi 可以正常工作,但蓝牙无法正常工作。我尝试按照教程应用补丁,但在过程结束时,它告诉我:

./bpatch: line 164: cd: drivers/bluetooth/: No such file or directory

我在这里找到了类似的问题,但没有得到解答。我也会附上这些信息

dmesg | grep -i blue
[    5.238248] Bluetooth: Core ver 2.22
[    5.238280] Bluetooth: HCI device and connection manager initialized
[    5.238284] Bluetooth: HCI socket layer initialized
[    5.238286] Bluetooth: L2CAP socket layer initialized
[    5.238293] Bluetooth: SCO socket layer initialized
[    5.493855] Bluetooth: hci0: last event is not cmd complete (0x0f)
[    5.534502] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.534504] Bluetooth: BNEP filters: protocol multicast
[    5.534509] Bluetooth: BNEP socket layer initialized

和这个

rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

如何让蓝牙工作?这很重要,因为我使用蓝牙键盘和耳机。

相关内容