Advertisement
Guest User

rpi3 bt

a guest
Aug 13th, 2016
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. pi@raspberrypi:~ $ hciconfig
  2. hci0: Type: BR/EDR Bus: UART
  3. BD Address: B8:27:EB:DE:56:C4 ACL MTU: 1021:8 SCO MTU: 64:1
  4. DOWN
  5. RX bytes:2313641 acl:151 sco:0 events:288623 errors:0
  6. TX bytes:497848842 acl:576967 sco:0 commands:601 errors:0
  7.  
  8. pi@raspberrypi:~ $ sudo hciconfig hci0 reset
  9. Can't init device hci0: Connection timed out (110)
  10. pi@raspberrypi:~ $ sudo invoke-rc.d bluetooth service
  11. Usage: /etc/init.d/bluetooth {start|stop|restart|force-reload|status}
  12. invoke-rc.d: initscript bluetooth, action "service" failed.
  13. pi@raspberrypi:~ $ sudo invoke-rc.d bluetooth service restart
  14. Usage: /etc/init.d/bluetooth {start|stop|restart|force-reload|status}
  15. invoke-rc.d: initscript bluetooth, action "service" failed.
  16. pi@raspberrypi:~ $ sudo invoke-rc.d bluetooth service status
  17. Usage: /etc/init.d/bluetooth {start|stop|restart|force-reload|status}
  18. invoke-rc.d: initscript bluetooth, action "service" failed.
  19. pi@raspberrypi:~ $ hcitool scan
  20. Device is not available: No such device
  21. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement