当前位置: 首页 > article >正文

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


http://www.kler.cn/a/502573.html

相关文章:

  • 【某大型互联网企业】软件测试面试经验分享(1 ~ 3年)
  • MySQL:索引
  • nginx负载均衡-基于端口的负载均衡(一)
  • Uniapp仿ChatGPT Stream流式输出(非Websocket)
  • 深度定制:Embedding与Reranker模型的微调艺术
  • 浅谈云计算09 | 服务器虚拟化
  • django基于Python的汽车销售管理系统的设计与实现
  • Redis之数据结构
  • DevOps 企业级 CI/CD 实战 —— 整合 GitLab+Jenkins+Harbor+Docker 实现代码全自动化流程管理
  • No. 31 笔记 | Web安全-SQL手工注入技术学习 Part 2
  • 38_Lua字符串
  • 【AI日记】25.01.11 Weights Biases | AI 笔记 notion
  • Word表格批量提取数据到Excel,批量提取,我爱excel
  • Linux标准IOday4
  • 设计模式 行为型 备忘录模式(Memento Pattern)与 常见技术框架应用 解析
  • 深入解读五种常见 Java 设计模式及其在 Spring 框架中的应用
  • 关于在协程内使用 Uvicorn 无法正常开启 Web 服务的分析处理
  • 202409 青少年软件编程等级考试C/C++ 二级真题答案及解析(电子学会)
  • 计算机网络之---IP协议
  • 数据结构二叉树-C语言
  • Windows的Redis查看自己设置的密码并更改设置密码
  • 神经网络中的“池化”是什么意思?
  • MySQL 与 Redis 的数据一致性问题
  • Linux自定义分隔符
  • 【14】模型训练自制数据集前的一些数据处理操作
  • 基于springboot果蔬供应链信息管理平台