ubuntu14.04 蓝牙适配器无法使用的问题

CPU/显卡/打印机/USB设备等硬件问题
回复
firesnail2
帖子: 2
注册时间: 2014-09-06 15:36
系统: ubuntu14.04

ubuntu14.04 蓝牙适配器无法使用的问题

#1

帖子 firesnail2 » 2014-09-06 15:54

我在某宝上淘了个USB蓝牙适配器2.0(Bluetooth2.0 USB Dongle)
我问店主支持Linux吗? 店主说不清楚。我想Linux对硬件驱动还不错 应该没问题牙...

在蓝牙设置里面显示蓝牙已禁用,于是我参考网上的方法:

sun@sun:~$ lsusb
Bus 002 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 5986:0292 Acer, Inc
Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

已发现硬件

sun@sun:~$ sudo hciconfig
hci0: Type: BR/EDR Bus: USB
BD Address: 00:1B:10:00:2A:EC ACL MTU: 1017:8 SCO MTU: 64:0
DOWN
RX bytes:2844 acl:0 sco:0 events:108 errors:0
TX bytes:444 acl:0 sco:0 commands:108 errors:0

但是出现了下面的错误:
sun@sun:~$ sudo hciconfig hci0 up
Can't init device hci0: Operation not supported (95)


请问诸位大神我该怎么办呀? 是缺少驱动还是没开启某个服务?
taohunter
帖子: 1555
注册时间: 2012-03-31 3:29

Re: ubuntu14.04 蓝牙适配器无法使用的问题

#3

帖子 taohunter » 2014-09-06 17:52

参考:https://help.ubuntu.com/community/BluetoothSetup

ubuntu官方教程中的例子就是你这款蓝牙设备。一步步照着Manual Discovery一节做一遍,如果还有问题就把所有命令的输出全贴上来看一下。
三年后终于回到16.04--稳定了!
firesnail2
帖子: 2
注册时间: 2014-09-06 15:36
系统: ubuntu14.04

Re: ubuntu14.04 蓝牙适配器无法使用的问题

#4

帖子 firesnail2 » 2014-09-06 22:08

lsusb 可以确定可以识别蓝牙模块
由 service bluetooth status 可以确定蓝牙服务正在运行

sun@sun-Ideapad-Z570:~$ hcitool dev
Devices:

奇怪的是Devices:后面没有任何信息
根据 网友的信息
都说先要用sudo hciconfig hci0 up激活 但我正是在这出了问题
貌似要开启HCI,启动hcid服务??? 如何启动hcid服务???

参考:
http://lnote.blogbus.com/logs/13223547.html
http://blog.csdn.net/baozhongchao/artic ... ls/4486263
http://blog.csdn.net/htttw/article/details/7487752
http://www.educity.cn/linux/1581526.html
http://wenku.baidu.com/link?url=UUbD-eA ... RTkqSdG0ZG
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu14.04 蓝牙适配器无法使用的问题

#5

帖子 poloshiao » 2014-09-07 7:10

都说先要用sudo hciconfig hci0 up 激活 但我正是在这出了问题
Ubuntu 14.04
http://manpages.ubuntu.com/manpages/tru ... ool.1.html
hcitool - configure Bluetooth connections
沒有看到 up 這個參數

你參考的文章
需要適用於 Ubuntu
最好是 14.04 版
否則 只能當參考

參考這個程序 一步一步試試
https://help.ubuntu.com/community/Bluet ... up_Devices
pcdian
帖子: 1
注册时间: 2016-10-03 22:57
系统: Windows7

Re: ubuntu14.04 蓝牙适配器无法使用的问题

#6

帖子 pcdian » 2016-10-03 23:04

Ubuntu 14.04.1 LTS \n \l
输入hciconfig完全无输出,怎么玩
回复