首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Ubuntu 13.04中的蓝牙固件问题

Ubuntu 13.04中的蓝牙固件问题
EN

Ask Ubuntu用户
提问于 2013-06-03 15:34:00
回答 2查看 6.7K关注 0票数 3

我有一台戴尔Inspiron 15R5520笔记本电脑。蓝牙根本不起作用。

rfkill list all给出

代码语言:javascript
运行
复制
0: hci0: Bluetooth

    Soft blocked: no
    Hard blocked: no

1: phy0: Wireless LAN

    Soft blocked: no
    Hard blocked: no

2: brcmwl-0: Wireless LAN

    Soft blocked: no
    Hard blocked: no

dmesg|grep -i bluetooth给出

代码语言:javascript
运行
复制
[   13.644428] Bluetooth: Core ver 2.16
[   13.644445] Bluetooth: HCI device and connection manager initialized
[   13.644453] Bluetooth: HCI socket layer initialized
[   13.644455] Bluetooth: L2CAP socket layer initialized
[   13.644461] Bluetooth: SCO socket layer initialized
[   15.861363] Bluetooth: hci0 command 0x1003 tx timeout
[   15.903443] Bluetooth: can't load firmware, may not work correctly
[   17.332535] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.332538] Bluetooth: BNEP filters: protocol multicast
[   17.332544] Bluetooth: BNEP socket layer initialized
[   17.393768] Bluetooth: RFCOMM TTY layer initialized
[   17.393781] Bluetooth: RFCOMM socket layer initialized
[   17.393783] Bluetooth: RFCOMM ver 1.11

海康图

代码语言:javascript
运行
复制
hci0:   Type: BR/EDR  Bus: USB
    BD Address: E0:06:E6:D5:DB:46  ACL MTU: 1021:8  SCO MTU: 64:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:687 acl:0 sco:0 events:56 errors:0
    TX bytes:2024 acl:0 sco:0 commands:52 errors:0

我已经访问了http://wireless.kernel.org/en/users/Drivers/b43网站,并根据它

lspci -vnn -d 14e4:给予

代码语言:javascript
运行
复制
08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365]
 (rev 01)
    Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at c1500000 (64-bit, non-prefetchable) [size=32K]
    Capabilities: <access denied>    
    Kernel driver in use: wl

因此,我得到了我的PCI-ID为14e4:4365,它说是不支持的。另一种选择是wl。

我该怎么办?

我的Wi正常工作,没有任何问题,但蓝牙不起作用。

代码语言:javascript
运行
复制
sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb gives following error 
(Reading database ... 208543 files and directories currently installed.)
Unpacking wireless-bcm43142-dkms (from wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb) ...
Setting up wireless-bcm43142-dkms (6.20.55.19-1) ...
Loading new wireless-bcm43142-6.20.55.19 DKMS files...
Building only for 3.8.0-23-generic
Building initial module for 3.8.0-23-generic
Traceback (most recent call last):
  File "/usr/share/apport/package-hooks/dkms_packages.py", line 22, in <module>
    import apport
ImportError: No module named apport
Error! Bad return status for module build on kernel: 3.8.0-23-generic (x86_64)
Consult /var/lib/dkms/wireless-bcm43142/6.20.55.19/build/make.log for more information.
EN

回答 2

Ask Ubuntu用户

发布于 2015-05-11 17:05:24

这个蓝牙芯片不受内核驱动程序的支持。让它发挥作用。最好是在发射台报告一个bug。它需要添加到百日咳驱动程序,你也需要转换和增加固件。不管怎么说,这个问题在这里解决不了。

票数 0
EN

Ask Ubuntu用户

发布于 2015-08-29 16:06:09

您是否尝试过这个,并在终端输入以下内容:

代码语言:javascript
运行
复制
 sudo apt-get install dkms
 sudo apt-get install blueman
 sudo dpkg-reconfigure Bluetooth

这样可能会很好。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/303607

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档