LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-31-2003, 11:48 AM   #1
lets-eat-gary
Member
 
Registered: Jul 2003
Distribution: mandrake 9.1
Posts: 62

Rep: Reputation: 15
Lightbulb Sidewinder gamepad - mandrake 9.1 - help!


Hi people,

I am a newbie (3 weeks in linux!) and am using mandrake 9.1, i am sooo impressed with it i am planning on coverting our office to use this operating system - it's so much better that win 98!

I have managed to work a few things out, I managed to install the lastest Nvidia driver for my card and it's really good, quake 3 is much better in Linux now.

I thing i am having a lot of problems with is setting up my M$ sidewinder joypad (non-usb).

Is there a way to use it without re-compiling my kernel (really dont want to do that just yet).

I.E does mandrake 9.1 come with sidewinder support built in and just need to be turned on in a .conf file?

Any help would be great

Cheers
 
Old 08-05-2003, 05:01 AM   #2
lets-eat-gary
Member
 
Registered: Jul 2003
Distribution: mandrake 9.1
Posts: 62

Original Poster
Rep: Reputation: 15
If it helps here are my specs:-

1.4 gig athlon
256 DDR Ram
soundblaster PCI 128
Geforce 3 TI 200
Chaintech 7kjd Motherboard
M$ sidewinder

Is there any tests i can do to see if Linux has even detected my joypad?
 
Old 08-05-2003, 11:29 AM   #3
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
as root do an lsmod and see if you have these modules:

gameport, sidewinder

there are a couple more but I forget (I'm not in front of my machine)

I actually went through setting up my own gamepad (not a sidewinder but its roughly the same process) recently and in mandrake 9.1 (which I run also), it ended up being just a couple of entries in /etc/modules and everything worked ok.
 
Old 08-05-2003, 01:57 PM   #4
ssv102
LQ Newbie
 
Registered: Apr 2002
Posts: 7

Rep: Reputation: 0
You may want to check out the following posting. It details an issue with one of the SB 128 gameport drivers and how to get it working.
http://www.linuxquestions.org/questi...003/05/3/60644
 
Old 10-02-2003, 03:04 AM   #5
lets-eat-gary
Member
 
Registered: Jul 2003
Distribution: mandrake 9.1
Posts: 62

Original Poster
Rep: Reputation: 15
Hi again people.

I still haven't sorted this out.

Here is my lsmod

Module Size Used by Tainted: P
udf 90464 0 (autoclean)
ppp_deflate 4408 0 (autoclean)
zlib_inflate 21156 0 (autoclean) [ppp_deflate]
zlib_deflate 21144 0 (autoclean) [ppp_deflate]
bsd_comp 5336 0 (autoclean)
es1371 29032 0
agpgart 40896 3 (autoclean)
nvidia 1765632 11 (autoclean)
soundcore 6276 0 [es1371]
ac97_codec 12488 0 [es1371]
nfsd 74256 8 (autoclean)
ppp_async 9216 1
ppp_generic 24060 3 [ppp_deflate bsd_comp ppp_async]
slhc 6564 0 [ppp_generic]
af_packet 14952 0 (autoclean)
sr_mod 16952 0 (autoclean)
floppy 55100 0
3c59x 29584 1 (autoclean)
nls_iso8859-15 4092 1 (autoclean)
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
supermount 15296 3 (autoclean)
ide-cd 33856 0
cdrom 31648 0 [sr_mod ide-cd]
ide-scsi 11280 0
scsi_mod 103540 2 [sr_mod ide-scsi]
grip 5240 0 (unused)
analog 9024 0 (unused)
sidewinder 9816 0 (unused)
gameport 3316 0 [es1371 grip analog sidewinder]
joydev 7040 0
input 5664 0 [grip analog sidewinder joydev]
usb-uhci 24684 0 (unused)
usbcore 72992 1 [usb-uhci]
rtc 8060 0 (autoclean)
ext3 59756 2
jbd 39100 2 [ext3]


I have put these lines in the etc/rc.d/rc.local file.

#Reloads the es1371 module and tells it where to find the gameport
rmmod es1371
/sbin/modprobe es1371 joystick=0x200
#Loads the Joystick driver
/sbin/modprobe joydev
#loads the gameport driver
/sbin/modprobe gameport
#Loads the analog driver
/sbin/modprobe analog


and these lines in my modules file

input
joydev
gameport
sidewinder
analog
grip

One thing is that my joystick is non-usb and is a digital pad - is the analgoue driver not making it work

Cheers
 
Old 10-02-2003, 09:11 AM   #6
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
doesn't the sidewinder have an "analog" switch option?

I have the sidewider joystick (not the pad) and I've only used it with it switched to analog and it works pretty well that way

(although now it occurs to me to try digital mode)
 
Old 10-02-2003, 06:06 PM   #7
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
You do not need the analog at all, to get my sidewinder to work I had to make an alias for the module in my /etc/modutils/aliases in Debian you should do similar in the right file in Mandrake. The lines in the file:
Code:
# Added by me for Sidewinder Joystick
alias char-major-13     sidewinder
pre-install sidewinder modprobe joydev ; modprobe emu10k1-gp
This is for a SBLive card when I used an AWE64 I needed to use the module ns558 IIRC instead of the emu10k-gp it was needed in addition to the other modules on the older SB cards so you may need this also you of course still have to be loading the gameport module from somewhere else.
 
Old 04-02-2004, 11:07 PM   #8
Mr.Ampersand()
Member
 
Registered: Mar 2004
Location: United States, New York, Carmel via Putnam County
Posts: 80

Rep: Reputation: 15
how about for a Gravis analog joystick. I cant seem to get linux drivers for that on the gravis.com site but I would think that the joystick would come preloaded on my distrobution. I have Mandrake linux 10. jstest isnt a bash command. I'm doing this all from root. I dont know what to do. hmm.

George
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sidewinder gamepad problem and udev question techrolla Linux - Hardware 2 02-02-2005 07:17 PM
Non-USB Sidewinder gamepad R0N1N Linux - Hardware 0 04-15-2003 04:56 PM
help getting a microsoft sidewinder gamepad working in debian notstrider Linux - Hardware 2 01-17-2003 07:10 AM
microsoft sidewinder plug & play gamepad notstrider Linux - General 2 11-10-2002 12:54 AM
My USB MS Sidewinder gamepad pro Edward78 Linux - Hardware 2 08-15-2002 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration