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
相关推荐
xmweisi0235 分钟前
Ansible内置模块之package
linux·ansible·rhce·rhca·红帽认证·it培训
xmweisi0236 分钟前
Ansible内置模块之service
linux·ansible·rhce·rhca·红帽认证
大神的风范41 分钟前
从0开始学linux韦东山教程第一三章问题小结(1)
linux·服务器
liuze4082 小时前
使用 docker 安装 nacos3.x
运维·docker·容器
橙色小博2 小时前
Python中的re库详细用法与代码解析
linux·python·正则表达式·php·re
10000hours2 小时前
【SGL】Scatter-Gather List内存传输技术
linux·数据结构·网络协议·list·存储·sgl
某不知名網友2 小时前
linux_进程地址空间(虚拟地址空间)
java·linux·算法
白总Server2 小时前
微软系统 红帽系统 网络故障排查:ping、traceroute、netstat
linux·运维·服务器·microsoft·中间件·架构·github
家庭云计算专家3 小时前
一键设置动态域名+ipv6内网直通访问ssh服务-家庭云计算专家
运维·docker·容器·云计算·ssh·onlyoffice
朝新_3 小时前
【Linux操作系统】第一弹——Linux基础篇
linux·服务器·网络