ShadowBlip / HandyGCCS

Handheld Game Console Controller Support (Handy Geeks) for Linux
GNU General Public License v3.0
81 stars 30 forks source link

Rog Ally Device ID not supported #143

Closed codevski closed 9 months ago

codevski commented 9 months ago

Can into a issue where handycon service is stopping because the device ID isnt supported. Creating this ticket for tracking progress.

Device: Rog Ally (Returned from sdcard RMA) Service Log:

gamer@chimeraos Downloads]$ sudo systemctl status handycon
○ handycon.service - Handheld Game Console Controller Service
     Loaded: loaded (/usr/lib/systemd/system/handycon.service; enabled; preset: disabled)
     Active: inactive (dead) since Thu 2024-02-01 14:29:28 AEDT; 15min ago
   Duration: 2.144s
    Process: 569 ExecStart=/usr/bin/nice --15 /usr/bin/handycon (code=exited, status=0/SUCCESS)
   Main PID: 569 (code=exited, status=0/SUCCESS)
        CPU: 113ms

Feb 01 14:29:26 chimeraos systemd[1]: Started Handheld Game Console Controller Service.
Feb 01 14:29:26 chimeraos nice[569]: [240201_14:29:26 | handycon.py:87:__init__] Starting Handheld Game Console Controller Service...
Feb 01 14:29:28 chimeraos nice[569]: [240201_14:29:28 | utilities.py:82:id_system] Found System ID: ROG Ally RC71L
Feb 01 14:29:28 chimeraos nice[569]: [240201_14:29:28 | utilities.py:85:id_system] Found CPU Vendor: AuthenticAMD
Feb 01 14:29:28 chimeraos nice[569]: [240201_14:29:28 | utilities.py:88:id_system] Identifying system hardware.
Feb 01 14:29:28 chimeraos nice[569]: [240201_14:29:28 | utilities.py:298:id_system] ROG Ally RC71L is not currently supported by this tool. Open an issue on>
Feb 01 14:29:28 chimeraos systemd[1]: handycon.service: Deactivated successfully.
pastaq commented 9 months ago

Resolved in #145