Advertisement
Guest User

Shanwan PS3 RPi3

a guest
Sep 9th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1. pi@RPi3:~ $ sudo bluetoothctl
  2. [NEW] Controller B8:27:EB:E3:D4:48 CF-RPi3 [default]
  3. [NEW] Device 03:81:98:A1:63:25 PLAYSTATION(R)3 Controller
  4. [NEW] Device 03:8C:85:9D:63:25 PLAYSTATION(R)3 Controller
  5. [bluetooth]# agent on
  6. Agent registered
  7. [bluetooth]# default-agent
  8. Default agent request successful
  9. [bluetooth]# pairable on
  10. Changing pairable on succeeded
  11. [bluetooth]# discoverable on
  12. Changing discoverable on succeeded
  13. [CHG] Device 03:81:98:A1:63:25 Connected: yes
  14. [CHG] Device 03:81:98:A1:63:25 Connected: no
  15. [bluetooth]# exit
  16. Agent unregistered
  17. [DEL] Controller B8:27:EB:E3:D4:48 CF-RPi3 [default]
  18.  
  19. pi@RPi3:~ $ sudo service bluetooth status
  20. ● bluetooth.service - Bluetooth service
  21.    Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
  22.    Active: active (running) since Sat 2016-09-10 08:36:01 WIB; 1h 46min ago
  23.      Docs: man:bluetoothd(8)
  24.  Main PID: 8196 (bluetoothd)
  25.    Status: "Running"
  26.    CGroup: /system.slice/bluetooth.service
  27.            └─8196 /usr/libexec/bluetooth/bluetoothd
  28.  
  29. Sep 10 08:36:01 CF-RPi3 bluetoothd[8196]: Bluetooth daemon 5.41
  30. Sep 10 08:36:01 CF-RPi3 bluetoothd[8196]: Starting SDP server
  31. Sep 10 08:36:01 CF-RPi3 bluetoothd[8196]: Bluetooth management interface 1.10 initialized
  32. Sep 10 08:36:01 CF-RPi3 bluetoothd[8196]: Failed to obtain handles for "Service Changed" chara...tic
  33. Sep 10 08:36:01 CF-RPi3 systemd[1]: Started Bluetooth service.
  34. Sep 10 09:55:11 CF-RPi3 bluetoothd[8196]: Refusing input device connect: No such file or direc...(2)
  35. Sep 10 09:55:11 CF-RPi3 bluetoothd[8196]: Refusing connection from 03:81:98:A1:63:25: unknown device
  36. Sep 10 10:16:12 CF-RPi3 bluetoothd[8196]: Refusing input device connect: No such file or direc...(2)
  37. Sep 10 10:16:12 CF-RPi3 bluetoothd[8196]: Refusing connection from 03:81:98:A1:63:25: unknown device
  38. Hint: Some lines were ellipsized, use -l to show in full.
  39.  
  40. pi@RPi3:~ $ sudo hciconfig
  41. hci0:   Type: Primary  Bus: UART
  42.         BD Address: B8:27:EB:E3:D4:48  ACL MTU: 1021:8  SCO MTU: 64:1
  43.         UP RUNNING PSCAN ISCAN
  44.         RX bytes:2482 acl:8 sco:0 events:130 errors:0
  45.         TX bytes:3102 acl:20 sco:0 commands:102 errors:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement