Ubuntu 24.04蓝牙失效之复活

Thinkpad E450 Ubuntu 24.04 蓝牙突然罢工,设置页面蓝牙无法激活(turn on失效)。

网上搜索诸多帖子试了一遍都没有解决,直到拜读到这篇[Solved] Bluetooth down and hciconfig hci0 up timeout / Kernel & Hardware / Arch Linux Forums

适用于我的问题,并完美解决我的问题。

复制代码
andy@ThinkPad:~/Desktop$ sudo hciconfig hci0 down
andy@ThinkPad:~/Desktop$ sudo rmmod btusb
andy@ThinkPad:~/Desktop$ sudo modprobe btusb
andy@ThinkPad:~/Desktop$ sudo hciconfig hci0 up
andy@ThinkPad:~/Desktop$ sudo hcitool dev
Devices:
	hci0	E4:F8:9C:74:B4:08

找回设备hci0信息之后,返回设置,蓝牙终于可以打开。

之前无论如何点击打开,始终返回提示蓝牙未打开,查询日志返回如下信息:

复制代码
andy@ThinkPad:~/Desktop$ sudo dmesg | grep -i bluetooth
[    3.768396] Bluetooth: Core ver 2.22
[    3.768433] NET: Registered PF_BLUETOOTH protocol family
[    3.768436] Bluetooth: HCI device and connection manager initialized
[    3.768441] Bluetooth: HCI socket layer initialized
[    3.768445] Bluetooth: L2CAP socket layer initialized
[    3.768450] Bluetooth: SCO socket layer initialized
[    3.945823] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    6.048395] Bluetooth: hci0: command 0x0c03 tx timeout
[    6.048413] Bluetooth: hci0: sending initial HCI reset failed (-110)
[   10.623611] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.623620] Bluetooth: BNEP filters: protocol multicast
[   10.623627] Bluetooth: BNEP socket layer initialized
相关推荐
ximy13351 小时前
AI服务器工作之服务器的种类分类
运维·服务器
恒创科技HK1 小时前
香港服务器CPU中E5和Gold的区别
运维·服务器
一张假钞3 小时前
Ubuntu SSH 免密码登陆
linux·ubuntu·ssh
Wang's Blog3 小时前
Linux小课堂: 文件操作警惕高危删除命令与深入文件链接机制
linux·运维·服务器
水月wwww4 小时前
操作系统——进程管理
linux·操作系统·vim·进程·进程调度
2501_915909065 小时前
iOS 混淆实战,多工具组合完成 IPA 混淆与加固(源码 + 成品 + 运维一体化方案)
android·运维·ios·小程序·uni-app·iphone·webview
我科绝伦(Huanhuan Zhou)5 小时前
分享一个可以一键制作在线yum源的脚本
linux·运维
爱宇阳5 小时前
禅道社区版 Docker Compose 服务迁移教程
运维·docker·容器
Paper_Love6 小时前
Linux-查看硬件接口软件占用
linux·运维·服务器
wydaicls6 小时前
Linux 系统下 ZONE 区域的划分
linux·运维·服务器