Saitek SP550 Joystick/Gamepad
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??) / Under 2.4.2 i can get something out of /dev/input/js0 but only after loading ALL modules... Couldnt find out which modules i needed. :( But i have other problems with the 2.4.2 kernel so i cant use it.. :( I tried to look into the /usr/src/linux/Documentation/joystick.txt, but it didnt really give me any clues. CAn anyone help me with this? -- /Rikard -----***-----***-----***-----***-----***-----***-----***-----***-----***-----***----- Rikard Johnels Phone: +46 (070) 464 99 39 Computer Consultant Email: rjhn@linux.nu -----***-----***-----***-----***-----***-----***-----***-----***-----***-----***-----
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
participants (2)
-
Rikard DustPuppy Johnels
-
rjwohlfar@bigfoot.com