[SOLVED]How to use Generic USB Joypad with Arcade 8 in Puppy
[SOLVED]How to use Generic USB Joypad with Arcade 8 in Puppy
I'm having an absolute nightmare trying to get my generic ebay USB gamepad/joypad to work in Lucid 5.2.8 with Puppy Arcade 8. I've tried various joystick calibration tools such as JSCallibrate, QJoypad etc to no avail. I've no idea what the make and model is but it's a generic Playstation 2 type ripoff and the advert did say it was Linux friendly so I'm at a loss.
Last edited by ampersand on Tue 20 Aug 2013, 22:20, edited 2 times in total.
I can't find that in PPM. When I try to launch terminal it says:
Code: Select all
Error from ROXTerm
Unable to send D-Bus message: Message did
not receive a reply (timeout by message bus)
Open PPM >> configure >> tick everything Ubuntu then exit.
Reopen, you should see your new repos up top. Search >> jstest-gtk
You may have to select a different repo and hit search again.
Failing this, you'll need to update PPM >> in configure.
It'll take some time so, toss a pizza in the oven and relax..
Reopen, you should see your new repos up top. Search >> jstest-gtk
You may have to select a different repo and hit search again.
Failing this, you'll need to update PPM >> in configure.
It'll take some time so, toss a pizza in the oven and relax..
Before or during.. run these (console) back to back with your device plugged:
Then open that thing on your desktop that says file/home.
Find dmesg.txt.gz and attach it <as if it were a screenshot> to your reply.
And that lsmod deal I gave before is an "L" not an eye.
.. should return output.
Code: Select all
dmesg > dmesg.txt
gzip dmesg.txt
Find dmesg.txt.gz and attach it <as if it were a screenshot> to your reply.
And that lsmod deal I gave before is an "L" not an eye.
Code: Select all
lsmod
Here you go. I can run lsmod through urxvt but I can't copy and paste the results
Perhaps if you told me what lines you were interested in I could retype them.

- Attachments
-
- dmesg.txt.tar.gz
- (8.93 KiB) Downloaded 390 times
Here, lsmod the same way as dmesg >> lsmod > lsmod.txt
The > redirects stdout, or what the console displays- standard output.
I didn't spec a directory cause by default, the console opens in users home >> ~/
That's why when we gzipped earlier, it did so in your *home* directory.
How'd you make out with jstest-gtk?
<lick'in chops> What kinda pizza was it?
The > redirects stdout, or what the console displays- standard output.
I didn't spec a directory cause by default, the console opens in users home >> ~/
That's why when we gzipped earlier, it did so in your *home* directory.
How'd you make out with jstest-gtk?
<lick'in chops> What kinda pizza was it?
Hi...ampersand wrote:Here you go. I can run lsmod through urxvt but I can't copy and paste the resultsPerhaps if you told me what lines you were interested in I could retype them.
Installing sakura from the PPM will allow you to copy and paste.

Regards...
Our Lord and Savior [url=http://peacewithgod.jesus.net/]Jesus Christ[/url] loves and cares about you most of all!
PLEASE READ! You don't have to end up [url=http://www.spiritlessons.com/Documents/BillWiese_23MinutesInHell_Text.htm]here![/url]
PLEASE READ! You don't have to end up [url=http://www.spiritlessons.com/Documents/BillWiese_23MinutesInHell_Text.htm]here![/url]
How to use PS/2 Joypad with Arcade 8 in Puppy?
ampersand,
Providing you have a mouse with a third (middle) button, to copy and paste from the terminal (urxvt) into another text file or text box:
Monsie
Providing you have a mouse with a third (middle) button, to copy and paste from the terminal (urxvt) into another text file or text box:
- use left mouse button to select and drag... thus highlighting all desired text,
use middle mouse button (press) to paste into a new location.

Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
No middle mouse button as I'm on a laptop but I did manage to create a text file for lsmod. Still not having any luck finding jstest in PPM.
It was a margherita btw but I added my own salami and Scottish mature cheddar.
It was a margherita btw but I added my own salami and Scottish mature cheddar.
- Attachments
-
- lsmod.txt.tar.gz
- (1.42 KiB) Downloaded 368 times
How to use Generic USB Joypad with Arcade 8 in Puppy?
Okay, no worries, though you might find it useful to get an external mouse for your laptop... --something to consider, though of course it is a matter of preference.
Since I am here at the moment, I will offer some help, and then Semme can follow up...
I looked at your text file, and it appears that you have got lots of modules listed and/or loaded for your gameport. This does not appear right to me, because a check indicates that I only have one module listed for my gameport. It seems to me that you need to identify your hardware first, then see if you do have the proper driver installed. Then, you can go look for the joystick test utility that Semme wants you to run.
Try this command at the terminal:
and hopefully you will identify your hardware. Note the capital letter for Input, as this command is case sensitive.
For example, this is what I get on my system:
This tells me the name of my device and that I should have a riptide module installed, and a subsequent search confirms that I do.
Anyway, that's a start...
Hope this helps,
Monsie
Since I am here at the moment, I will offer some help, and then Semme can follow up...
I looked at your text file, and it appears that you have got lots of modules listed and/or loaded for your gameport. This does not appear right to me, because a check indicates that I only have one module listed for my gameport. It seems to me that you need to identify your hardware first, then see if you do have the proper driver installed. Then, you can go look for the joystick test utility that Semme wants you to run.
Try this command at the terminal:
Code: Select all
lspci | grep Input
For example, this is what I get on my system:
Code: Select all
lspci | grep Input
00:0c.2 Input device controller: Rockwell International Riptide PCI Game Controller
Anyway, that's a start...
Hope this helps,
Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.