|
本帖最后由 xuewy 于 2022-1-4 14:05 编辑
我的N1是扩容的,64G,所以刷了“人中日月”大神的64G春节版游戏到EMMC里,具体刷的方法就不多说了,看我以前的贴子。接了2个有线的Xbox 360手柄,前几天老婆大人突然兴致大发要打超级玛丽,结果投诉用不来360手柄。起先想换PS3 手柄,发现不便宜也要70~80一个,突然想起自己还有一个闲置的PS4原装一代手柄,用新不用旧,于是翻出来按Wiki官方操作方法连接,先接有线然后断开再蓝牙连接,一切顺利,N1重启也能蓝牙连上。玩游戏必须双打啊,于是网上又淘了一个PS4组装二代手柄(又思考了一下如何鉴别PS4手柄的真假),结果不顺利,怎么都连不上。SSH连到N1上,在bluetoothctl 模式下,能发现这个二代手柄,但就是connect不上。翻了翻论坛里的帖子,先remove,再连,成了,但是重启/关机后又连不上了,不知道是不是二代的手柄跟蓝牙服务有啥冲突,又得remove再来一遍才行。这样不行啊,翻到Emuelec 蓝牙手柄转系统后不能重新连接研究(已彻底解决)
那就把每次连接的过程写到custom_start.sh里不就可以了吗。- #!/bin/sh
- # SPDX-License-Identifier: GPL-2.0-or-later
- # Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
- # Place any scripts you need to run at boot on this file
- # Bluetooth, Make sure you change your BT MAC address, you need to do this by SSH the first time
- # by running
- hcitool scan
- bluetoothctl agent on
- bluetoothctl default-agent
- bluetoothctl power on
- bluetoothctl discoverable on
- bluetoothctl pairable on
- bluetoothctl scan on
- sleep 10
- remove "your wireless controller MAC"
- pair "your wireless controller MAC"
- trust "your wireless controller MAC"
- connect "your wireless controller MAC"
复制代码 特此发个贴记录一下。另发现N1游戏盒子HDMI接小米电视,PS4手柄延迟明显。后来改接海信液晶电视(非智能电视)。
附: 研究劲头上来了,某鱼上又入了一个二手原装的PS4一代手柄,看看到底是组装vs原装的问题还是一代vs二代的问题,后续有结果了再更新。
|
|