Hello :
I am trying to configure a bluetooth gamepad on FreeBSD 13.0, specifically an 8Bitdo SF30, basically a clone of the classic SNES controller. I have not found any information regarding this gamepad in this forum.
I have configured , hcsecd and bthidd successfully, actually the controller is paired successfully as it would be in any other operating system. The led indicators on the device indicate that the device is functional at the connection level.
However I don't see any uhid device in the operating system, as it happens when I connect it via USB cable directly to the system.
Is there anything I am omitting in the configuration of the device via Bluetooth ? has anyone configured an 8Bitdo device before?
Regards
I am trying to configure a bluetooth gamepad on FreeBSD 13.0, specifically an 8Bitdo SF30, basically a clone of the classic SNES controller. I have not found any information regarding this gamepad in this forum.
I have configured , hcsecd and bthidd successfully, actually the controller is paired successfully as it would be in any other operating system. The led indicators on the device indicate that the device is functional at the connection level.
Code:
[root@galaxy ~]# hccontrol -n ubt0hci read_connection_list
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State
8BitdoSnes 72 ACL 0 MAST P2P 0 0 0 OPEN
[root@galaxy ~]#
Code:
uhid0: <8Bitdo SF30 Pro Controller, rev 2.00/1.14, addr 4> on usbus1
Regards