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
相关推荐
linT_T6 分钟前
研发团队看板协作中的自动化实践:集成CI/CD与任务流转
运维·ci/cd·自动化
中科米堆6 分钟前
中科米堆CASAIM自动化三维扫描系统自动测量压铸件尺寸
运维·自动化·视觉检测
小嵌同学13 分钟前
Meson:开源的自动化构建系统
linux·运维·开源·自动化·meson
果子⌂39 分钟前
Zabbix 企业级高级应用
linux·运维·nginx·zabbix
钱彬 (Qian Bin)1 小时前
解决docker load加载tar镜像报json no such file or directory的错误
运维·docker·容器·错误·tar·docker load
江公望1 小时前
ubuntu 20.04 C和C++的标准头文件都放在哪个目录?
c++·ubuntu
笑稀了的野生俊2 小时前
ZED 2/2i 相机安装与调试完整指南 | Ubuntu 20.04 + CUDA 11.8
ubuntu·usb·sed相机
IPFLY代理专家2 小时前
Linux设置动态IP的三种方法:图文+命令行实操详解
linux·前端框架
ccyl012 小时前
Ubuntu共享文件夹权限设置
ubuntu
mygugu2 小时前
Conda install安装了一些库,如何撤销操作
linux·conda