On 23 May, Rikard DustPuppy Johnels wrote:
Has anyone gotten this little beast to function under either 2.2.18 or 2.4.2? I have a Sounblaster Live card set up with the built in driver from the kernel. I have tried making all joystick modules and intergrating them in to the 2.2.18 kernel. Same problem. No joysticks found... /dev/js0: No such device /dev/input/js0: No such device (Which /dev is the proper one??)
On my SuSE 6.4 box, the attached game pad uses two modules: 'joystick' and 'joy-analog'. To automate the loading, edit /etc/modules.conf. I had to add these two lines: alias char-major-15 joystick post-install joystick modprobe "-k" "joy-analog" To see a complete list of joystick modules, use the command: ls /lib/modules/2.2.19/misc/joy* Replace "2.2.19" with your kernel version. -- Robert Wohlfarth rjwohlfar@bigfoot.com "Is not life more important than food, and the body more important than clothes?" -- Matthew 6:25b