Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get Dual Tankstick (with track ball) working without external main.c #58

Open
plastikman opened this issue Sep 16, 2024 · 0 comments

Comments

@plastikman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant