copy this and execute it as root

------------------------------------  Cut Here
---------------------------------------

#!/bin/sh

rm -f  /dev/js0  /dev/js1  /dev/js2  /dev/js3
mknod  /dev/js0  c 15 0
mknod  /dev/js1  c 15 1
mknod  /dev/js2  c 15 2
mknod  /dev/js3  c 15 3

-----------------------------------  Cut Here
----------------------------------------

This will make your joystick devices.

Mikael Claesson wrote:

> I've got a joystick connected to the game port on my
> sound card. I know it's connected correctly, cause it
> works alright with BeOS.
>
> I've tried doing "insmod joystick" and "insmod
> joy-analog", but I get no "/dev/js?" device.
>
> Btw, I haven't got KDE installed. Only Gnome.
>
> =====
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com

Reply via email to