Guest User

Untitled

a guest
Mar 8th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. elichai2@Lenovo-G510:~$ lsmod | grep "bluetooth"
  2. bluetooth 446190 11 bnep,btusb,rfcomm
  3. 6lowpan_iphc 18702 1 bluetooth
  4.  
  5. elichai2@Lenovo-G510:~$ dmesg | grep 0cf3
  6. [ 5.332577] usb 3-7: New USB device found, idVendor=0cf3, idProduct=3004
  7.  
  8. elichai2@Lenovo-G510:~$ lsusb
  9. Bus 002 Device 002: ID 8087:8000 Intel Corp.
  10. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  11. Bus 001 Device 002: ID 8087:8008 Intel Corp.
  12. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  13. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  14. Bus 003 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
  15. Bus 003 Device 003: ID 0cf3:3004 Atheros Communications, Inc.
  16. Bus 003 Device 002: ID 174f:114f Syntek
  17. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  18. elichai2@Lenovo-G510:~$ hciconfig
  19.  
  20. elichai2@Lenovo-G510:~$ rfkill list
  21. 0: ideapad_wlan: Wireless LAN
  22. Soft blocked: no
  23. Hard blocked: no
  24. 1: ideapad_bluetooth: Bluetooth
  25. Soft blocked: no
  26. Hard blocked: no
  27. 2: phy0: Wireless LAN
  28. Soft blocked: no
  29. Hard blocked: no
  30.  
  31. elichai2@Lenovo-G510:~$ cat /var/lib/bluetooth/B8\:EE\:65\:61\:94\:64/did
  32. 00:13:7B:49:CA:07 FFFF 0000 0000 0000
  33.  
  34. elichai2@Lenovo-G510:~$ cat /etc/bluetooth/main.conf
  35. [General]
  36.  
  37. # List of plugins that should not be loaded on bluetoothd startup
  38. #DisablePlugins = network,input
  39.  
  40. # Default adaper name
  41. # %h - substituted for hostname
  42. # %d - substituted for adapter id
  43. Name = %h-%d
  44.  
  45. # Default device class. Only the major and minor device class bits are
  46. # considered.
  47. Class = 0x000100
  48.  
  49. # How long to stay in discoverable mode before going back to non-discoverable
  50. # The value is in seconds. Default is 180, i.e. 3 minutes.
  51. # 0 = disable timer, i.e. stay discoverable forever
  52. DiscoverableTimeout = 0
  53.  
  54. # How long to stay in pairable mode before going back to non-discoverable
  55. # The value is in seconds. Default is 0.
  56. # 0 = disable timer, i.e. stay pairable forever
  57. PairableTimeout = 0
  58.  
  59. # Use some other page timeout than the controller default one
  60. # which is 16384 (10 seconds).
  61. PageTimeout = 8192
  62.  
  63. # Automatic connection for bonded devices driven by platform/user events.
  64. # If a platform plugin uses this mechanism, automatic connections will be
  65. # enabled during the interval defined below. Initially, this feature
  66. # intends to be used to establish connections to ATT channels.
  67. AutoConnectTimeout = 60
  68.  
  69. # What value should be assumed for the adapter Powered property when
  70. # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
  71. InitiallyPowered = true
  72.  
  73. # Remember the previously stored Powered state when initializing adapters
  74. RememberPowered = true
  75.  
  76. # Use vendor id source (assigner), vendor, product and version information for
  77. # DID profile support. The values are separated by ":" and assigner, VID, PID
  78. # and version.
  79. # Possible vendor id source values: bluetooth, usb (defaults to usb)
  80. #DeviceID = bluetooth:1234:5678:abcd
  81.  
  82. # Do reverse service discovery for previously unknown devices that connect to
  83. # us. This option is really only needed for qualification since the BITE tester
  84. # doesn't like us doing reverse SDP for some test cases (though there could in
  85. # theory be other useful purposes for this too). Defaults to true.
  86. ReverseServiceDiscovery = true
  87.  
  88. # Enable name resolving after inquiry. Set it to 'false' if you don't need
  89. # remote devices name and want shorter discovery cycle. Defaults to 'true'.
  90. NameResolving = true
  91.  
  92. # Enable runtime persistency of debug link keys. Default is false which
  93. # makes debug link keys valid only for the duration of the connection
  94. # that they were created for.
  95. DebugKeys = false
  96.  
  97. # Enable the GATT functionality. Default is false
  98. EnableGatt = false
  99.  
  100.  
  101. elichai2@Lenovo-G510:~$ sudo bluetoothd -n -d
  102. bluetoothd[22348]: Bluetooth daemon 4.101
  103. bluetoothd[22348]: src/main.c:parse_config() parsing main.conf
  104. bluetoothd[22348]: src/main.c:parse_config() discovto=0
  105. bluetoothd[22348]: src/main.c:parse_config() pairto=0
  106. bluetoothd[22348]: src/main.c:parse_config() pageto=8192
  107. bluetoothd[22348]: src/main.c:parse_config() auto_to=60
  108. bluetoothd[22348]: src/main.c:parse_config() name=%h-%d
  109. bluetoothd[22348]: src/main.c:parse_config() class=0x000100
  110. bluetoothd[22348]: src/main.c:parse_config() Key file does not have key 'DeviceID'
  111. D-Bus setup failed: Name already in use
  112. bluetoothd[22348]: Unable to get on D-Bus
Advertisement
Add Comment
Please, Sign In to add comment