Lenovo G500 蓝牙无法使用

Lenovo G500 蓝牙无法使用

我在我的联想 G500 笔记本电脑上安装了 Ubuntu 18.04,但由于某种原因,蓝牙无法工作。我认为它甚至没有被检测到。有什么帮助吗?

跑步lsusb给我带来以下好处

$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 5986:0294 Acer, Inc 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

答案1

Ubuntu 18.04 应支持联想 G500 的蓝牙硬件

  1. 检查飞行模式状态(F7)并禁用它
  2. 从 Gnome 控制中心启用蓝牙

gnome-control-center -s bluetooth &

  1. 如果需要,你可以用这个命令列出 BT 硬件

sudo lshw -class communication

答案2

我已经在 github 上修复了这个问题

sudo apt install git build-essential
git clone https://github.com/jeremyb31/bluetooth-3004-4.15.git
cd bluetooth-3004-4.15
./install.sh
重启

解决方法是上游

编辑:此错误已在 4.15.0-31 内核中修复,因此安装后用户可以忽略此错误

相关内容