罗技K370/375 蓝牙键盘不可用
Tofloor
poster avatar
159******10
deepin
2017-11-21 00:45
Author
15.5 bate 系统可以搜索并连接罗技K370/375 蓝牙键盘,但无法配对成功。
下载了个 blueman ,在第一次点配对的时候,在“启动器"的那个角会跳出一个数字,但在蓝牙键盘输入该数字后,并没有什么反应。
再次点击”配对“时,系统会自己注销,关闭所有程序返回登录界面。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-11-21 02:07
#1
Reply View the author
avatar
159******10
deepin
2017-11-21 23:45
#2
本帖最后由 mark2060 于 2017-11-21 16:23 编辑

删除删除删除删除删除删除重复重复
Reply View the author
avatar
159******10
deepin
2017-11-22 00:21
#3
麻烦再帮忙看下是啥情况,还需要提供什么信息。谢谢!

1.控制中心没有蓝牙选项
    1).执行 sudo dmesg|grep Bluetooth 查看输出结果
        输出里无 timeout, 但有个错误信息:[   61.616951] Bluetooth: hci0: Failed to send Intel_Write_DDC (-22)
                [    3.962407] Bluetooth: Core ver 2.22
                [    3.962417] Bluetooth: HCI device and connection manager initialized
                [    3.962535] Bluetooth: HCI socket layer initialized
                [    3.962537] Bluetooth: L2CAP socket layer initialized
                [    3.962751] Bluetooth: SCO socket layer initialized
                [    3.973863] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
                [    3.980870] Bluetooth: hci0: Device revision is 5
                [    3.980872] Bluetooth: hci0: Secure boot is enabled
                [    3.980873] Bluetooth: hci0: OTP lock is enabled
                [    3.980873] Bluetooth: hci0: API lock is enabled
                [    3.980874] Bluetooth: hci0: Debug lock is disabled
                [    3.980875] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
                [    3.982063] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
                [    4.325020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                [    4.325021] Bluetooth: BNEP filters: protocol multicast
                [    4.325024] Bluetooth: BNEP socket layer initialized
                [    6.151587] Bluetooth: hci0 command 0xfc09 tx timeout
                [   14.312154] Bluetooth: hci0: Failed to send firmware data (-110)
                [   60.134877] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
                [   60.141870] Bluetooth: hci0: Device revision is 5
                [   60.141872] Bluetooth: hci0: Secure boot is enabled
                [   60.141872] Bluetooth: hci0: OTP lock is enabled
                [   60.141873] Bluetooth: hci0: API lock is enabled
                [   60.141874] Bluetooth: hci0: Debug lock is disabled
                [   60.141875] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
                [   60.142080] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
                [   61.604188] Bluetooth: hci0: Waiting for firmware download to complete
                [   61.604887] Bluetooth: hci0: Firmware loaded in 1437668 usecs
                [   61.604951] Bluetooth: hci0: Waiting for device to boot
                [   61.615992] Bluetooth: hci0: Device booted in 10804 usecs
                [   61.616569] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
                [   61.616951] Bluetooth: hci0: Failed to send Intel_Write_DDC (-22)
                [   61.667955] Bluetooth: RFCOMM TTY layer initialized
                [   61.667966] Bluetooth: RFCOMM socket layer initialized
                [   61.667977] Bluetooth: RFCOMM ver 1.11

    2).执行 sudo hciconfig 查看设备当前的状态
        状态为 UP
                hci0:        Type: Primary  Bus: USB
                BD Address: 44:85:00:C7:9B:7D  ACL MTU: 1021:4  SCO MTU: 96:6
                UP RUNNING
                RX bytes:15804 acl:7 sco:0 events:2457 errors:0
                TX bytes:593781 acl:8 sco:0 commands:2445 errors:0

    3).执行 sudo rfkill list 查看设备是否被 block
        没被 block
                0: tpacpi_bluetooth_sw: Bluetooth
                        Soft blocked: no
                        Hard blocked: no
                2: phy0: Wireless LAN
                        Soft blocked: no
                        Hard blocked: no
                3: hci0: Bluetooth
                        Soft blocked: no
                        Hard blocked: no

    如果尝试完上述步骤,蓝牙仍不可用,那就反馈吧,提供日志及 lsusb 输出,等待问题被解决。
    lsusb :
                Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                Bus 001 Device 007: ID 138a:0090 Validity Sensors, Inc.
                Bus 001 Device 006: ID 5986:0706 Acer, Inc
                Bus 001 Device 008: ID 8087:0a2b Intel Corp.
                Bus 001 Device 004: ID 045e:07b2 Microsoft Corp.
                Bus 001 Device 002: ID 17ef:602d Lenovo
                Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-22 00:41
#4
https://bbs.deepin.org/post/148631
麻烦再帮忙看下是啥情况,还需要提供什么信息。谢谢!

1.控制中心没有蓝牙选项

有没有安装  laptop-mode 或 tlp 之类的软件?
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-22 00:47
#5
https://bbs.deepin.org/post/148631
麻烦再帮忙看下是啥情况,还需要提供什么信息。谢谢!

1.控制中心没有蓝牙选项

添加 'options iwlwifi bt_coex_active=0' 这行内容到 /etc/modprobe.d/iwlwifi.conf 这个文件里,文件不存在就新建,然后执行 'sudo update-initramfs -u -k all' 完成后重启试试
Reply View the author
avatar
159******10
deepin
2017-11-22 04:44
#6
https://bbs.deepin.org/post/148631
添加 'options iwlwifi bt_coex_active=0' 这行内容到 /etc/modprobe.d/iwlwifi.conf 这个文件里,文件不 ...

谢谢大侠相助!
已经搞定,可以正常使用了。
按照大侠指导,添加了 'options iwlwifi bt_coex_active=0' 这行内容到 /etc/modprobe.d/iwlwifi.conf 这个文件里,然后执行 'sudo update-initramfs -u -k all' 完成后重启试。还是无法配对成功。

但是发现蓝牙持续出现 “断开。。。”、“连上。。。”的状况。
回想起这与这个帖子 https://bbs.deepin.org/forum.php ... d=148636&extra= 里说的情况一致,
立即去官网下载了for windows的驱动,并用innoextract 解压查看,但没有在.inf 看到想要找的蓝牙设备的 ID
却看到了 sudo dmesg|grep Bluetooth  输出的 ibt-11-5.sfi 相同后缀的文件 370b12060002340e00.sfi。
根据帖子描述将 370b12060002340e00.sfi 复盖掉 ibt-11-5.sfi,重启后还是不成功。
死马当活马医,再执行一次大侠说的添加 'options iwlwifi bt_coex_active=0' 操作,再重启,尝试配对居然成功了。。。。。。。。
Reply View the author
avatar
159******10
deepin
2017-11-23 17:36
#7
https://bbs.deepin.org/post/148631
添加 'options iwlwifi bt_coex_active=0' 这行内容到 /etc/modprobe.d/iwlwifi.conf 这个文件里,文件不 ...

大侠!请教下:现在每次重启系统蓝牙都需要重新配对,这个有办法破吗?
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-23 18:47
#8
https://bbs.deepin.org/post/148631
大侠!请教下:现在每次重启系统蓝牙都需要重新配对,这个有办法破吗? ...

不能自动连上吗? 没有设备, 不好分析
Reply View the author
avatar
159******10
deepin
2017-11-23 22:11
#9
https://bbs.deepin.org/post/148631
不能自动连上吗? 没有设备, 不好分析

是的,不能自动连上。
每次系统重启后,都识别出一个新的蓝牙设备连接。老的那个不可用。
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-23 22:49
#10
https://bbs.deepin.org/post/148631
是的,不能自动连上。
每次系统重启后,都识别出一个新的蓝牙设备连接。老的那个不可用。 ...


   
Reply View the author
avatar
rolllong
deepin
2018-02-09 00:04
#11
我也是这个键盘,还没试过呢
Reply View the author