Sistem bilgilerini aşağıya ekledim. Oyun kolum temel olarak algılanıyor. "Girdi Aygıtları>Oyun Denetleyicisi" kısmından kontrol ettim. Her bir butonu algılanıyor fakat Steam ya da RetroArch'da kolum algılanmıyor. Netten birkaç çözüm yolu aradım ama çoğu Xbox ve PlayStation kolları içindi. Yardımlarını bekliyorum.
Sistem bilgilerini aşağıya ekledim. Oyun kolum temel olarak algılanıyor. "girdi aygıtları>oyun denetleyicisi" kısmından kontrol ettim. Her bir butonu algılanıyor fakat Steam ya da RetroArch'da kolum algılanmıyor. Netten birkaç çözüm yolu aradım ama çoğu Xbox ve PlayStation kolları içindi. Yardımlarını bekliyorum.
Malesef hocam, ya ben kuramadım ya da bu da çalışmadı.
--devmode şeklinde indirdim. Kurdum.
Birkaç bir şey daha çıktı karşıma. Onlarla da biraz uğraştım. Sonuçları aşağıya hem kod hem de görsel şeklinde yükledim.
Kod:
sudo snap install gamepad-tool --beta ✔
[sudo] password for selo:
error: too early for operation, device not yet seeded or device model not acknowledged
~ sudo snap install gamepad-tool --beta 10 ✘ 8s
error: The publisher of snap "gamepad-tool" has indicated that they do not consider this revision
to be of production quality and that it is only meant for development or testing at this
point. As a consequence this snap will not refresh automatically and may perform arbitrary
system changes outside of the security sandbox snaps are generally confined to, which may
put your system at risk.
If you understand and want to proceed repeat the command including --devmode; if instead
you want to install the snap forcing it into strict confinement repeat the command including
--jailmode.
~ sudo snap install gamepad-tool --beta --devmode 1 ✘
2022-10-23T14:55:25+03:00 INFO Waiting for automatic snapd restart...
gamepad-tool (beta) 1.1.2 from Serge Shubin (generalarcade) installed
WARNING: There is 1 new warning. See 'snap warnings'.
~ snap warnings ✔
last-occurrence: today at 14:55 +03
warning: |
the snapd.apparmor service is disabled; snap applications will likely not start.
Run "systemctl enable --now snapd.apparmor" to correct this.
~ sudo systemctl enable --now snapd.apparmor ✔
[sudo] password for selo:
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /usr/lib/systemd/system/snapd.apparmor.service.
Maalesef hocam, ya ben kuramadım ya da bu da çalışmadı.
--Devmode şeklinde indirdim. Kurdum.
Birkaç bir şey daha çıktı karşıma. Onlarla da biraz uğraştım. Sonuçları aşağıya hem kod hem de görsel şeklinde yükledim.
Kod:
sudo snap install gamepad-tool --beta ✔
[sudo] password for selo:
error: too early for operation, device not yet seeded or device model not acknowledged.
~ sudo snap install gamepad-tool --beta 10 ✘ 8s
error: The publisher of snap "gamepad-tool" has indicated that they do not consider this revision.
to be of production quality and that it is only meant for development or testing at this.
point. As a consequence this snap will not refresh automatically and may perform arbitrary.
system changes outside of the security sandbox snaps are generally confined to, which may.
put your system at risk.
If you understand and want to proceed repeat the command including --devmode; if instead.
you want to install the snap forcing it into strict confinement repeat the command including.
--jailmode.
~ sudo snap install gamepad-tool --beta --devmode 1 ✘
2022-10-23T14:55:25+03:00 INFO Waiting for automatic snapd restart...
gamepad-tool (beta) 1.1.2 from Serge Shubin (generalarcade) installed.
WARNING: There is 1 new warning. See 'snap warnings'.
~ snap warnings ✔
last-occurrence: today at 14:55 +03
warning: |
the snapd.apparmor service is disabled; snap applications will likely not start.
Run "systemctl enable --now snapd.apparmor" to correct this.
~ sudo systemctl enable --now snapd.apparmor ✔
[sudo] password for selo:
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /usr/lib/systemd/system/snapd.apparmor.service.
Öncelikle anladığım kadarıyla sorun Snap'den kaynaklı olarak gözüyor snap sürümünüzü belirttiğim sitede ki gibi ayarladınız mı? Eğer o adımları gerçekleştirdiyseniz snap sürümünüzü tekrardan yüklemeniz gerekmektedir.
Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.
snapcraft.io
Ardından bu sitedeki adımları yapıp "hello world" yazısını görüyorsanız. Tekrardan gamepad-tool'u kurmayı deneyin.