Advertisement
Guest User

Untitled

a guest
Jun 12th, 2015
1,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. $ hcitool scan
  2. Device is not available: No such device
  3. $ lsusb
  4. ...
  5. Bus 001 Device 009: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
  6. ...
  7. $ hciconfig dev
  8. hci0: Type: BR/EDR Bus: USB
  9. BD Address: 00:1B:10:00:2A:EC ACL MTU: 1017:8 SCO MTU: 64:0
  10. DOWN
  11. RX bytes:1355 acl:0 sco:0 events:49 errors:0
  12. TX bytes:204 acl:0 sco:0 commands:48 errors:0
  13. $ hciconfig -a
  14. hci0: Type: BR/EDR Bus: USB
  15. BD Address: 00:1B:10:00:2A:EC ACL MTU: 1017:8 SCO MTU: 64:0
  16. DOWN
  17. RX bytes:1355 acl:0 sco:0 events:49 errors:0
  18. TX bytes:204 acl:0 sco:0 commands:48 errors:0
  19. Features: 0xff 0xff 0x8d 0xfe 0x9b 0xf9 0x00 0x80
  20. Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
  21. Link policy:
  22. Link mode: SLAVE ACCEPT
  23. $ hcitool dev
  24. Devices:
  25. $ sudo hciconfig hci0 piscan
  26. Can't set scan mode on hci0: Network is down (100)
  27. $ sudo hciconfig hci0 reset
  28. Can't init device hci0: Operation not supported (95)
  29. $ /etc/init.d/bluetooth status
  30. [ ok ] bluetooth is running.
  31. $ sudo bluez-simple-agent
  32. Traceback (most recent call last):
  33. File "/usr/bin/bluez-simple-agent", line 104, in <module>
  34. path = manager.DefaultAdapter()
  35. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
  36. return self._proxy_method(*args, **keywords)
  37. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
  38. **keywords)
  39. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  40. message, timeout)
  41. dbus.exceptions.DBusException: org.bluez.Error.NoSuchAdapter: No such adapter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement