> Heaps and Heaps of "thank you"s > once I loaded the parport_pc module it all fell into place > The pad powered up when I loaded the gamecon module
Certainly welcome =] My quest to plug a DDR mat into my PC awhile back led to my learning all about PSX->PC connection and drivers and etc =] > Just on last thing. > I have a logitech usb joypad on /dev/js0, so I figured the PSX pad would > be moved to /dev/js1. However it doesn't seem to be attached to > anything > a jstest --event /dev/js1 or 2 or 3 > tells me that there is No such device This is either a job for: # modprobe joydev (which sometimes doesn't get done and will need to be done on-boot like the other modules unless you throw them in a startup script) or # mknod /dev/oldjs1 c 15 1 # ln -sf /dev/input/js0 /dev/js1 (which only needs doing once but might need to be done along with the above, try the first first and this one second =] ) let me know how you fare. B -- * [EMAIL PROTECTED] * http://clickass.org * ICQ# 1107012 * AIM/Yahoo: theGREENzebra * http://mp3.com/thegreenzebra -----GEEK CODE 3.12----- GCM/CS/IT/MU d? s: a22 C++++ UL++++ P+ L+++>$ E---- W++ N+ o K- w---$ O- M V-- PS+ PE Y+ PGP- t++(+++) 5- X R tv(+) b+(-) DI+++ D+ G++ e h++ r+(---) y+ UF*++ _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
