You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check this main.c it is different than what is provided in the repo. I am not sure what this one worked, but the steps i used to get this working was as follows:
git clone https://github.com/petrockblog/Xarcade2Jstick cd Xarcade2Jstick make wget http://www.xgameroom.com/service/ServiceFiles/main.c cp main.c src/ sudo make install sudo make installservice
I can now see that this is working with
sudo journalctl -u xarcade2jstick
and the output looks like this
Sep 16 07:56:20 arcade systemd[1]: Starting xarcade2jstick.service - Xarcade2Jstick...
Sep 16 07:56:20 arcade xarcade2jstick[537]: Starting.
Sep 16 07:56:20 arcade xarcade2jstick[537]: Got exclusive access to Xarcade.
Sep 16 07:56:20 arcade xarcade2jstick[537]: Running.
The text was updated successfully, but these errors were encountered:
I built this with the instructions but this would never seem to work.
I found a YT video (yes i know...this is the worst) and it recomended pulling a main.c from the manufacturer.
http://www.xgameroom.com/service/ServiceFiles/main.c
When I check this main.c it is different than what is provided in the repo. I am not sure what this one worked, but the steps i used to get this working was as follows:
git clone https://github.com/petrockblog/Xarcade2Jstick
cd Xarcade2Jstick
make
wget http://www.xgameroom.com/service/ServiceFiles/main.c
cp main.c src/
sudo make install
sudo make installservice
I can now see that this is working with
sudo journalctl -u xarcade2jstick
and the output looks like this
Sep 16 07:56:20 arcade systemd[1]: Starting xarcade2jstick.service - Xarcade2Jstick...
Sep 16 07:56:20 arcade xarcade2jstick[537]: Starting.
Sep 16 07:56:20 arcade xarcade2jstick[537]: Got exclusive access to Xarcade.
Sep 16 07:56:20 arcade xarcade2jstick[537]: Running.
The text was updated successfully, but these errors were encountered: