Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • poulsej
    Participant
    Post count: 3

    I’ve been on every forum I can find and I’m really stuck.
    Can’t get my copy controller working. Using asus bt-211 adapter.

    sixpair works and changes the master but the pairing never works.
    I ran “hcidump -t -X” and can see this;

    2014-04-25 18:20:33.527205 > HCI Event: Remote Name Req Complete (0x07) plen 255
        status 0x00 bdaddr 00:16:FE:71:48:B1 name 'PLAYSTATION(R)3Conteroller-VINS'</strong>

    Then further down this;

    2014-04-25 18:20:37.568500 > HCI Event: Vendor (0xff) plen 4
      0000: 86 05 15 00                                       ....
    2014-04-25 18:20:37.568551 > ACL data: handle 21 flags 0x02 dlen 12
        L2CAP(s): Connect req: psm 19 scid 0x20ef
    2014-04-25 18:20:37.568744 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Connect rsp: dcid 0x0041 scid 0x20ef result 1 status 2
          Connection pending - Authorization pending
    2014-04-25 18:20:37.569492 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:20:37.570250 < ACL data: handle 21 flags 0x00 dlen 5
        L2CAP(d): cid 0x20ee len 1 [psm 17]
          HIDP: Control: Virtual cable unplug
    2014-04-25 18:20:37.570532 < ACL data: handle 21 flags 0x00 dlen 12
        L2CAP(s): Disconn req: dcid 0x20ee scid 0x0040
    2014-04-25 18:20:37.571284 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Connect rsp: dcid 0x0041 scid 0x20ef result 3 status 0
          Connection refused - security block

    If I run sixad (which I had to patch) I see different messages which I think mean sixad isn’t happy with the controller;

    2014-04-25 18:24:08.365640 > HCI Event: Connect Request (0x04) plen 10
        bdaddr 00:16:FE:71:48:B1 class 0x001f00 type ACL
    2014-04-25 18:24:08.365837 < HCI Command: Accept Connection Request (0x01|0x0009) plen 7
        bdaddr 00:16:FE:71:48:B1 role 0x00
        Role: Master
    2014-04-25 18:24:08.368776 > HCI Event: Command Status (0x0f) plen 4
        Accept Connection Request (0x01|0x0009) status 0x00 ncmd 1
    2014-04-25 18:24:08.522650 > HCI Event: Role Change (0x12) plen 8
        status 0x00 bdaddr 00:16:FE:71:48:B1 role 0x00
        Role: Master
    2014-04-25 18:24:08.526640 > HCI Event: Connect Complete (0x03) plen 11
        status 0x00 handle 21 bdaddr 00:16:FE:71:48:B1 type ACL encrypt 0x00
    2014-04-25 18:24:08.527116 < HCI Command: Read Remote Supported Features (0x01|0x001b) plen 2
        handle 21
    2014-04-25 18:24:08.529775 > HCI Event: Command Status (0x0f) plen 4
        Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
    2014-04-25 18:24:08.534651 > HCI Event: Read Remote Supported Features (0x0b) plen 11
        status 0x00 handle 21
        Features: 0xfc 0x07 0x82 0x7a 0x08 0x18 0x00 0x80
    2014-04-25 18:24:08.534808 < HCI Command: Remote Name Request (0x01|0x0019) plen 10
        bdaddr 00:16:FE:71:48:B1 mode 2 clkoffset 0x0000
    2014-04-25 18:24:08.537773 > HCI Event: Command Status (0x0f) plen 4
        Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
    2014-04-25 18:24:08.558680 > ACL data: handle 21 flags 0x02 dlen 12
        L2CAP(s): Connect req: psm 17 scid 0x20ee
    2014-04-25 18:24:08.558934 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Connect rsp: dcid 0x0040 scid 0x20ee result 1 status 0
          Connection pending - No futher information available
    2014-04-25 18:24:08.558994 < ACL data: handle 21 flags 0x00 dlen 10
        L2CAP(s): Info req: type 2
    2014-04-25 18:24:08.565653 > HCI Event: Remote Name Req Complete (0x07) plen 255
        status 0x00 bdaddr 00:16:FE:71:48:B1 name 'PLAYSTATION(R)3Conteroller-VINS'
    2014-04-25 18:24:08.566668 > HCI Event: Vendor (0xff) plen 4
      0000: 86 05 15 00                                       ....
    2014-04-25 18:24:08.567659 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:08.568687 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.567185 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Connect rsp: dcid 0x0040 scid 0x20ee result 0 status 0
          Connection successful
    2014-04-25 18:24:12.567757 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Config req: dcid 0x20ee flags 0x00 clen 4
          MTU 64
    2014-04-25 18:24:12.570187 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.573188 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.601114 > ACL data: handle 21 flags 0x02 dlen 12
        L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
    2014-04-25 18:24:12.601334 < ACL data: handle 21 flags 0x00 dlen 18
        L2CAP(s): Config rsp: scid 0x20ee flags 0x00 result 0 clen 4
          MTU 672
    2014-04-25 18:24:12.602099 > ACL data: handle 21 flags 0x02 dlen 14
        L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 0
          Success
    2014-04-25 18:24:12.603091 > ACL data: handle 21 flags 0x02 dlen 12
        L2CAP(s): Connect req: psm 19 scid 0x20ef
    2014-04-25 18:24:12.603136 > HCI Event: Vendor (0xff) plen 4
      0000: 86 05 15 00                                       ....
    2014-04-25 18:24:12.603331 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Connect rsp: dcid 0x0041 scid 0x20ef result 0 status 0
          Connection successful
    2014-04-25 18:24:12.603358 < ACL data: handle 21 flags 0x00 dlen 16
        L2CAP(s): Config req: dcid 0x20ef flags 0x00 clen 4
          MTU 64
    2014-04-25 18:24:12.606126 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.608230 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.609104 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.642104 > ACL data: handle 21 flags 0x02 dlen 36
        L2CAP(s): Config req: dcid 0x0041 flags 0x00 clen 24
          QoS 0x02 (Guaranteed)
    2014-04-25 18:24:12.642308 < ACL data: handle 21 flags 0x00 dlen 18
        L2CAP(s): Config rsp: scid 0x20ef flags 0x00 result 0 clen 4
          MTU 672
    2014-04-25 18:24:12.643104 > ACL data: handle 21 flags 0x02 dlen 14
        L2CAP(s): Config rsp: scid 0x0041 flags 0x00 result 0 clen 0
          Success
    2014-04-25 18:24:12.644492 < ACL data: handle 21 flags 0x00 dlen 12
        L2CAP(s): Connect req: psm 1 scid 0x0042
    2014-04-25 18:24:12.646192 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:12.647134 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:24:52.639047 < ACL data: handle 21 flags 0x00 dlen 12
        L2CAP(s): Connect req: psm 1 scid 0x0042
    2014-04-25 18:24:52.642392 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:25:32.640135 < ACL data: handle 21 flags 0x00 dlen 12
        L2CAP(s): Disconn req: dcid 0x20ef scid 0x0041
    2014-04-25 18:25:32.643493 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:25:32.647478 < ACL data: handle 21 flags 0x00 dlen 12
        L2CAP(s): Disconn req: dcid 0x20ee scid 0x0040
    2014-04-25 18:25:32.651484 > HCI Event: Number of Completed Packets (0x13) plen 5
        handle 21 packets 1
    2014-04-25 18:26:32.792816 > HCI Event: Disconn Complete (0x05) plen 4
    

    Any ideas anyone.

    Woonx
    Guest
    Post count: 908

    This is because it is a knock-off controller and the id is misspelt: PLAYSTATION(R)3Conteroller.

    I have the same problem and I’ve been unable to figure it out yet. Using the controller via USB cable works, though.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.