Advertisement
cribari

bluetooth-info-1

Oct 6th, 2016
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. cribari@darwin4 ~ $ systemctl status bluetooth.service
  2. ● bluetooth.service - Bluetooth service
  3. Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
  4. Active: active (running) since qui 2016-10-06 15:34:45 BRT; 5h 15min ago
  5. Docs: man:bluetoothd(8)
  6. Main PID: 511 (bluetoothd)
  7. Status: "Running"
  8. Tasks: 1 (limit: 4915)
  9. CGroup: /system.slice/bluetooth.service
  10. └─511 /usr/lib/bluetooth/bluetoothd
  11.  
  12. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  13. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  14. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  15. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  16. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  17. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  18. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  19. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  20. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  21. out 06 15:35:22 darwin4 bluetoothd[511]: bt_uhid_send: Invalid argument (22)
  22. cribari@darwin4 ~ $ sudo systemctl restart bluetooth
  23. [sudo] password for cribari:
  24. cribari@darwin4 ~ $ sudo systemctl restart bluetooth
  25. cribari@darwin4 ~ $ systemctl status bluetooth.service
  26. ● bluetooth.service - Bluetooth service
  27. Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
  28. Active: active (running) since qui 2016-10-06 20:50:19 BRT; 5s ago
  29. Docs: man:bluetoothd(8)
  30. Main PID: 9967 (bluetoothd)
  31. Status: "Running"
  32. Tasks: 1 (limit: 4915)
  33. CGroup: /system.slice/bluetooth.service
  34. └─9967 /usr/lib/bluetooth/bluetoothd
  35.  
  36. out 06 20:50:19 darwin4 systemd[1]: Starting Bluetooth service...
  37. out 06 20:50:19 darwin4 systemd[1]: Started Bluetooth service.
  38. out 06 20:50:19 darwin4 bluetoothd[9967]: Bluetooth daemon 5.42
  39. out 06 20:50:19 darwin4 bluetoothd[9967]: Starting SDP server
  40. out 06 20:50:19 darwin4 bluetoothd[9967]: Bluetooth management interface 1.12 initialized
  41. out 06 20:50:19 darwin4 bluetoothd[9967]: Failed to obtain handles for "Service Changed" characteristic
  42. out 06 20:50:19 darwin4 bluetoothd[9967]: Sap driver initialization failed.
  43. out 06 20:50:19 darwin4 bluetoothd[9967]: sap-server: Operation not permitted (1)
  44. out 06 20:50:20 darwin4 bluetoothd[9967]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource
  45. out 06 20:50:20 darwin4 bluetoothd[9967]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink
  46. cribari@darwin4 ~ $ hciconfig -a
  47. hci0: Type: Primary Bus: USB
  48. BD Address: 34:02:86:0C:4C:74 ACL MTU: 1021:5 SCO MTU: 96:6
  49. UP RUNNING PSCAN ISCAN
  50. RX bytes:6123655 acl:305692 sco:0 events:763 errors:0
  51. TX bytes:9775 acl:301 sco:0 commands:292 errors:0
  52. Features: 0xff 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
  53. Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
  54. Link policy: RSWITCH HOLD SNIFF
  55. Link mode: SLAVE ACCEPT
  56. Name: 'darwin4'
  57. Class: 0x1c010c
  58. Service Classes: Rendering, Capturing, Object Transfer
  59. Device Class: Computer, Laptop
  60. HCI Version: 4.2 (0x8) Revision: 0x1000
  61. LMP Version: 4.2 (0x8) Subversion: 0x1000
  62. Manufacturer: Intel Corp. (2)
  63.  
  64. cribari@darwin4 ~ $ dmesg | bluetooth
  65. bluetooth = on
  66. cribari@darwin4 ~ $ lsmod | grep -i bluetooth
  67. bluetooth 454656 43 bnep,btbcm,btrtl,btusb,rfcomm,btintel
  68. rfkill 20480 10 cfg80211,bluetooth,dell_laptop
  69. crc16 16384 2 ext4,bluetooth
  70. cribari@darwin4 ~ $ rfkill list
  71. 0: phy0: Wireless LAN
  72. Soft blocked: no
  73. Hard blocked: no
  74. 1: hci0: Bluetooth
  75. Soft blocked: no
  76. Hard blocked: no
  77. cribari@darwin4 ~ $ hciconfig dev
  78. hci0: Type: Primary Bus: USB
  79. BD Address: 34:02:86:0C:4C:74 ACL MTU: 1021:5 SCO MTU: 96:6
  80. UP RUNNING PSCAN ISCAN
  81. RX bytes:6155452 acl:307268 sco:0 events:766 errors:0
  82. TX bytes:9784 acl:301 sco:0 commands:295 errors:0
  83.  
  84. cribari@darwin4 ~ $ dmesg|grep Bluetooth
  85. [ 2.788745] Bluetooth: Core ver 2.21
  86. [ 2.788757] Bluetooth: HCI device and connection manager initialized
  87. [ 2.788759] Bluetooth: HCI socket layer initialized
  88. [ 2.788761] Bluetooth: L2CAP socket layer initialized
  89. [ 2.788764] Bluetooth: SCO socket layer initialized
  90. [ 2.807317] Bluetooth: hci0: read Intel version: 370810011003110e25
  91. [ 2.807318] Bluetooth: hci0: Intel device is already patched. patch num: 25
  92. [ 2.817799] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  93. [ 2.817800] Bluetooth: BNEP filters: protocol multicast
  94. [ 2.817804] Bluetooth: BNEP socket layer initialized
  95. [ 18.800594] Bluetooth: RFCOMM TTY layer initialized
  96. [ 18.800604] Bluetooth: RFCOMM socket layer initialized
  97. [ 18.800609] Bluetooth: RFCOMM ver 1.11
  98. cribari@darwin4 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement