* Geoff Reidy -- Saturday 11 January 2003 08:29: > The hat switch just activates more than one button at once, e.g. left > activates switch 0 and 1.
As Erik told you, you are probably running the wrong Linux driver. I have the same joystick type (plugged into the sound card js socket; no usb) and I have this in my /etc/modules.conf: pre-install ns558 modprobe "-k" "joydev" pre-install analog modprobe "-k" "ns558" alias char-major-13 analog options analog js=chf Not the "js=chf". Now "modprobe analog" should launch the right driver. m. _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users
