我想在Raspberry Pi 3 B +(Buster)上使用Gamesir T1d游戏手柄(蓝牙)来读取Python的命令。
我能够通过蓝牙连接游戏手柄:
[CHG] Device C6:86:A1:04:BB:53 RSSI: -78
[bluetooth]# connect C6:86:A1:04:BB:53
Attempting to connect to C6:86:A1:04:BB:53
[CHG] Device C6:86:A1:04:BB:53 Connected: yes
Connection successful
[CHG] Device C6:86:A1:04:BB:53 ServicesResolved: yes
[Gamesir-T1d-BB53]# pair C6:86:A1:04:BB:53
Attempting to pair with C6:86:A1:04:BB:53
[CHG] Device C6:86:A1:04:BB:53 Paired: yes
Pairing successful
[Gamesir-T1d-BB53]# info
Device C6:86:A1:04:BB:53 (random)
Name: Gamesir-T1d-BB53
Alias: Gamesir-T1d-BB53
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
UUID: Unknown (00008650-0000-1000-8000-00805f9b34fb)
Modalias: bluetooth:v000Dp0000d0110
RSSI: -78
[Gamesir-T1d-BB53]#
但是,在
下没有创建任何事件/dev/input/
我需要阅读并将游戏手柄的命令映射到python中。
连接蓝牙鼠标时,我可以看到正在创建的事件,因此这似乎是游戏手柄特有的问题。
我已经在尝试xboxdrv,但是没有成功,可能是因为gameir没有被列为受支持的设备?另外,如果这仅仅是一个缺少的驱动程序问题,或者是否有一个通用的驱动程序可以工作,或者如果这根本是一个驱动程序问题,那么我就没有胶水。
我在这里想念什么?