Debian 上的蓝牙无法正常工作

Debian 上的蓝牙无法正常工作

我有一台装有 Debian Jessie 的华硕上网本,我只想在那里启用蓝牙,这样它就可以被发现并能发现其他设备。

所有蓝牙实用程序均显示它已启动并正在运行,但却无法hcitool scan发现任何设备,我也无法从我的手机上发现上网本。

bt-adapter -i
    [hci0]
      Name: ***
      Address: C8:FF:28:7F:**:**
      Alias: ***** [rw]
      Class: 0x104
      Discoverable: 1 [rw]
      DiscoverableTimeout: 0 [rw]
      Discovering: 1
      Pairable: 1 [rw]
      PairableTimeout: 0 [rw]
      Powered: 1 [rw]
      UUIDs: [PnPInformation, 00001800-0000-1000-8000-00805f9b34fb, 00001801-0000-1000-8000-00805f9b34fb, AVRemoteControl, AVRemoteControlTarget]

hciconfig -a
hci0:   Type: BR/EDR  Bus: USB
    BD Address: C8:FF:28:7F:**:**  ACL MTU: 1022:8  SCO MTU: 183:5
    UP RUNNING PSCAN ISCAN 
    RX bytes:5492 acl:0 sco:0 events:753 errors:0
    TX bytes:6869 acl:0 sco:0 commands:644 errors:0
    Features: 0xff 0xfe 0x0d 0xfe 0xd8 0x7f 0x7b 0x8f
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
    Link policy: RSWITCH HOLD SNIFF 
    Link mode: SLAVE ACCEPT 
    Name: '****'
    Class: 0x000104
    Service Classes: Unspecified
    Device Class: Computer, Desktop workstation
    HCI Version: 4.1 (0x7)  Revision: 0x3101
    LMP Version: 4.1 (0x7)  Subversion: 0x1
    Manufacturer: Atheros Communications, Inc. (69)

在 GUI 蓝牙设置窗口始终处于发现状态 例子

有人能指出我的设备出了什么问题吗?

更新:启动 Windows 并打开蓝牙就可以了。

相关内容