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
相关推荐
laboratory agent开发19 分钟前
智能体多工具串联执行中途失败,部分写入的数据如何回滚
运维·服务器·数据库
智塑未来28 分钟前
金融 AIOps 选型指南:银行证券智能运维平台怎么选
运维·人工智能·金融
寒水馨29 分钟前
Linux下载、安装protobuf-v35.1(附安装包protoc-35.1-linux-x86_64.zip)
linux·运维·服务器·google·序列化·protobuf·protoc
王琦03181 小时前
Linux的文件管理
linux·运维·服务器
xlq223221 小时前
高并发服务器day13
运维·服务器
Android系统攻城狮1 小时前
Linux PipeWire深度解析之pw_stream_new调用流程与实战(四十二)
linux·运维·服务器·音频进阶·pipewire音频进阶
Ivan CloudBay1 小时前
CDN 能完全隐藏源服务器 IP 吗?
运维·服务器·tcp/ip
蜉蝣fuyou1 小时前
VMware多版本安装包
linux·vmware·虚拟机
不会代码的小猴1 小时前
Linux note2
linux·笔记
雾里0不看花2 小时前
【App Service Linux】在Linux App Service中安装 tcpdump 并抓取网络包
linux·网络·tcpdump