具有内核4.12.10-041210-通用Intel 8260蓝牙的Ubuntu 16.04.1无法正常工作

雷米

我正在使用具有最新BIOS(2017年9月)的Dell Latitude E7270,运行ubuntu 16.04.1。我首先将股票16.04.1内核升级到主线4.11.7-041107-通用,然后再没有问题,然后又升级到了内核4.12.10-041210-generic,Wifi和蓝牙都停止了工作。因此,我使用来安装到最新的固件(不完全知道更新前的固件)。

sudo dpkg -i linux-firmware_1.167_all.deb 
(Lecture de la base de données... 1877982 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de linux-firmware_1.167_all.deb ...
Dépaquetage de linux-firmware (1.167) sur (1.167) ...
Paramétrage de linux-firmware (1.167) ...
update-initramfs: Generating /boot/initrd.img-4.12.10-041210-generic
update-initramfs: Generating /boot/initrd.img-4.11.7-041107-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-93-generic

来自http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/

重新启动后,Wifi再次开始工作,但蓝牙仍处于关闭状态:

uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux mypc 4.12.10-041210-generic #201708300614 SMP Wed Aug 30 10:16:40 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection I219-LM [8086:156f] (rev 21)
    Subsystem: Dell Ethernet Connection I219-LM [1028:06db]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
01:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
    Subsystem: Intel Corporation Wireless 8260 [8086:0050]
    Kernel driver in use: iwlwifi
Bus 002 Device 002: ID 0bc2:61b6 Seagate RSS LLC 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 0a5c:5805 Broadcom Corp. 
Bus 001 Device 002: ID 0bda:5686 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    3.753864] Bluetooth: Core ver 2.22
[    3.753874] Bluetooth: HCI device and connection manager initialized
[    3.753876] Bluetooth: HCI socket layer initialized
[    3.753878] Bluetooth: L2CAP socket layer initialized
[    3.753881] Bluetooth: SCO socket layer initialized
[    3.761490] Bluetooth: HCI UART driver ver 2.3
[    3.761491] Bluetooth: HCI UART protocol H4 registered
[    3.761491] Bluetooth: HCI UART protocol BCSP registered
[    3.761500] Bluetooth: HCI UART protocol LL registered
[    3.761501] Bluetooth: HCI UART protocol ATH3K registered
[    3.761501] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    3.761522] Bluetooth: HCI UART protocol Intel registered
[    3.761533] Bluetooth: HCI UART protocol Broadcom registered
[    3.761534] Bluetooth: HCI UART protocol QCA registered
[    3.761534] Bluetooth: HCI UART protocol AG6XX registered
[    3.761535] Bluetooth: HCI UART protocol Marvell registered
[    4.684487] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.684489] Bluetooth: BNEP filters: protocol multicast
[    4.684491] Bluetooth: BNEP socket layer initialized
[    5.008318] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[    5.015600] Bluetooth: hci0: Device revision is 5
[    5.015602] Bluetooth: hci0: Secure boot is enabled
[    5.015602] Bluetooth: hci0: OTP lock is enabled
[    5.015603] Bluetooth: hci0: API lock is enabled
[    5.015604] Bluetooth: hci0: Debug lock is disabled
[    5.015605] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.017591] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[    5.168505] Bluetooth: hci0: Failed to send firmware data (-38)
[    7.172835] Bluetooth: hci0 command 0xfc05 tx timeout
[    7.172836] Bluetooth: hci0: Reading Intel version information failed (-110)
[    0.342425] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.657608] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[    3.854841] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8000C-30.ucode failed with error -2
[    3.854929] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8000C-29.ucode failed with error -2
[    3.854941] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8000C-28.ucode failed with error -2
[    3.861080] iwlwifi 0000:01:00.0: loaded firmware version 27.455470.0 op_mode iwlmvm
[    5.015605] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.017591] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[    5.168505] Bluetooth: hci0: Failed to send firmware data (-38)
bluetooth             540672  14 btrtl,hci_uart,btintel,btqca,bnep,btbcm,btusb
ecdh_generic           24576  1 bluetooth

因此,看来intel / ibt-11-5.sfi是罪魁祸首,但我找不到任何更新的intel蓝牙固件。

任何想法 ?

编辑:

干净启动后,在终端上运行此命令可修复蓝牙:

sudo modprobe -r btusb
sudo modprobe btusb

这将附加到dmesg:

[  527.599582] usbcore: deregistering interface driver btusb
[  542.659674] usbcore: registered new interface driver btusb
[  542.660139] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[  542.665299] Bluetooth: hci0: Device revision is 5
[  542.665300] Bluetooth: hci0: Secure boot is enabled
[  542.665301] Bluetooth: hci0: OTP lock is enabled
[  542.665301] Bluetooth: hci0: API lock is enabled
[  542.665302] Bluetooth: hci0: Debug lock is disabled
[  542.665303] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[  542.665455] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[  544.470541] Bluetooth: hci0: Waiting for firmware download to complete
[  544.471154] Bluetooth: hci0: Firmware loaded in 1769079 usecs
[  544.471255] Bluetooth: hci0: Waiting for device to boot
[  544.482452] Bluetooth: hci0: Device booted in 10961 usecs
[  544.482545] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
[  544.486308] Bluetooth: hci0: Applying Intel DDC parameters completed
[  544.548301] Bluetooth: RFCOMM TTY layer initialized
[  544.548312] Bluetooth: RFCOMM socket layer initialized
[  544.548322] Bluetooth: RFCOMM ver 1.11

但是,我需要在每次重启后手动修改modprobe。知道如何解决此问题以使其在启动后立即正常工作吗?

血淋巴瘤

添加btusb/etc/modules...

gksudo gedit /etc/modules

这将导致btusb在引导时加载。

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

蓝牙:在哪里可以获得Ubuntu 14.04的intel / ibt-12-16.sfi固件?(Thinkpad X1 Yoga Gen2)

来自分类Dev

以下软件包具有未满足的依赖性:无法安装任何软件。Ubuntu的16:04

来自分类Dev

Ubuntu Touch Nexus 4蓝牙无法正常工作

来自分类Dev

在 Ubuntu 16-04 上安装 opencv

来自分类Dev

Debian 10 Intel i211 LAN无法正常工作

来自分类Dev

蓝牙无法在具有Wily内核的Ubuntu 14.04上运行(4.2)

来自分类Dev

如果display(15)我想要结果1,2,3,4,5,6,8,9,10,12,15,16,18,20,24

来自分类Dev

无法在kvm上获得16:9的比例,只有16:10或4:3

来自分类Dev

如何在Ubuntu 12; 04中安装nmap

来自分类Dev

如何在Ubuntu 12; 04中安装nmap

来自分类Dev

Ubuntu 13.10蓝牙无法正常工作

来自分类Dev

Ubuntu 14.04 LTS:蓝牙无法正常工作

来自分类Dev

蓝牙在ubuntu上无法正常工作

来自分类Dev

蓝牙无法正常工作Ubuntu 18.04 LTS

来自分类Dev

蓝牙在ubuntu上无法正常工作

来自分类Dev

Ubuntu 13.10蓝牙无法正常工作

来自分类Dev

Ubuntu 14.04 LTS:蓝牙无法正常工作

来自分类Dev

蓝牙无法正常工作-Ubuntu 16.10

来自分类Dev

蓝牙无法正常工作-Ubuntu 17.04

来自分类Dev

蓝牙无法正常工作Ubuntu 18.04 LTS

来自分类Dev

具有16列而不是12列的Boostrap CDN

来自分类Dev

将2015-12-04 17:02:10 +00:00时间转换为微秒

来自分类Dev

蓝牙无法正常工作?

来自分类Dev

蓝牙无法正常工作?

来自分类Dev

具有16-16-16时序的内存模块是否可以与具有16-16-16-39的内存模块正常工作?

来自分类Dev

为什么是Array.new(10){| e | e = e + 2}产生[0 2 4 6 8 10 12 14 16 18]?

来自分类Dev

为什么Ubuntu的次要版本号仅为04或10?

来自分类Dev

具有不同菜单和通用工具栏的Viewpager无法正常工作

来自分类Dev

如何使用 R 创建向量 (10^16 + 1, 10^16 + 2, ... , 10^16 + 1000)?

Related 相关文章

  1. 1

    蓝牙:在哪里可以获得Ubuntu 14.04的intel / ibt-12-16.sfi固件?(Thinkpad X1 Yoga Gen2)

  2. 2

    以下软件包具有未满足的依赖性:无法安装任何软件。Ubuntu的16:04

  3. 3

    Ubuntu Touch Nexus 4蓝牙无法正常工作

  4. 4

    在 Ubuntu 16-04 上安装 opencv

  5. 5

    Debian 10 Intel i211 LAN无法正常工作

  6. 6

    蓝牙无法在具有Wily内核的Ubuntu 14.04上运行(4.2)

  7. 7

    如果display(15)我想要结果1,2,3,4,5,6,8,9,10,12,15,16,18,20,24

  8. 8

    无法在kvm上获得16:9的比例,只有16:10或4:3

  9. 9

    如何在Ubuntu 12; 04中安装nmap

  10. 10

    如何在Ubuntu 12; 04中安装nmap

  11. 11

    Ubuntu 13.10蓝牙无法正常工作

  12. 12

    Ubuntu 14.04 LTS:蓝牙无法正常工作

  13. 13

    蓝牙在ubuntu上无法正常工作

  14. 14

    蓝牙无法正常工作Ubuntu 18.04 LTS

  15. 15

    蓝牙在ubuntu上无法正常工作

  16. 16

    Ubuntu 13.10蓝牙无法正常工作

  17. 17

    Ubuntu 14.04 LTS:蓝牙无法正常工作

  18. 18

    蓝牙无法正常工作-Ubuntu 16.10

  19. 19

    蓝牙无法正常工作-Ubuntu 17.04

  20. 20

    蓝牙无法正常工作Ubuntu 18.04 LTS

  21. 21

    具有16列而不是12列的Boostrap CDN

  22. 22

    将2015-12-04 17:02:10 +00:00时间转换为微秒

  23. 23

    蓝牙无法正常工作?

  24. 24

    蓝牙无法正常工作?

  25. 25

    具有16-16-16时序的内存模块是否可以与具有16-16-16-39的内存模块正常工作?

  26. 26

    为什么是Array.new(10){| e | e = e + 2}产生[0 2 4 6 8 10 12 14 16 18]?

  27. 27

    为什么Ubuntu的次要版本号仅为04或10?

  28. 28

    具有不同菜单和通用工具栏的Viewpager无法正常工作

  29. 29

    如何使用 R 创建向量 (10^16 + 1, 10^16 + 2, ... , 10^16 + 1000)?

热门标签

归档