LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-15-2007, 06:25 PM   #1
in2media
Member
 
Registered: May 2006
Posts: 73

Rep: Reputation: 15
microsoft sidewinder on powerpack 2007


im trying to set up my sidewinder gamepad on mandriva 2007 powerpack, but having nojoy
its connected to my gameport on the motherboard
now when i tyoe lsmod heres what i get (shortened )
gameport 11912 1 snd_via82xx
snd_ac97_codec 96868 1 snd_via82xx
snd_ac97_bus 2848 1 snd_ac97_codec
snd_pcm 70116 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 19620 3 snd_rtctimer,snd_seq,snd_pcm
snd_page_alloc 8712 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7616 1 snd_via82xx
snd_rawmidi 19936 1 snd_mpu401_uart
snd_seq_device 7212 4 snd_seq_dummy,snd_seq_oss,snd_seq,sn
in configure/kde/system admin/joysticks
it says no joystick connected to this computer
1= do i need to get a driver for the gamepad
2= do i need a new driver for my motherboards sondcard
3= does anyone know how to set this up
please help me
 
Old 02-16-2007, 12:05 AM   #2
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
You must install the joystick package either with the Mandriva Package Manager or urpmi

It is easiest with urpmi. Open a terminal window and su to root then execute:
Code:
urpmi joystick
Keep the terminal window open.

Identify the module needed for your gameport. You can do this in MCC (System / Configuration / Configure your computer in the menu system). Open MCC and navigate to Hardware. Click on Look at and configure the hardware. Scroll down. Your game port should be listed under Game port controllers. Select it. Near the bottom of the Information pane (right) you should see the module for your game port. On my system (I have an SBLive! sound card) it is listed as:
Quote:
Misc
Module: ‎emu10k1-gp
Make a note of the module name. You will use it later. Close MCC.

In the terminal window run the following three commands:

Code:
modprobe analog
modprobe ‎emu10k1-gp (replace with module name noted above)
lsmod
The first two commands install joydev, emu10k1-gp, analog, and gameport (emu10k1-gp will be replaced with the module name noted above). The third command lists the installed modules to confirm installation.

Now you can configure your joystick in KDE Control Center.

One Final Step:
You will want the joystick to work after a reboot so edit /etc/modules.preload in kwrite with the following command in the terminal window:
Code:
kwrite /etc/modules.preload
Add the following two lines:
Quote:
analog
emu10k1-gp (replace with your module name as noted above)
Save your changes.

After a reboot, the joystick should still work.
 
Old 02-16-2007, 06:47 AM   #3
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ernie
You must install the joystick package either with the Mandriva Package Manager or urpmi

It is easiest with urpmi. Open a terminal window and su to root then execute:
Code:
urpmi joystick
Keep the terminal window open.

Identify the module needed for your gameport. You can do this in MCC (System / Configuration / Configure your computer in the menu system). Open MCC and navigate to Hardware. Click on Look at and configure the hardware. Scroll down. Your game port should be listed under Game port controllers. Select it. Near the bottom of the Information pane (right) you should see the module for your game port. On my system (I have an SBLive! sound card) it is listed as:

Make a note of the module name. You will use it later. Close MCC.

In the terminal window run the following three commands:

Code:
modprobe analog
modprobe ‎emu10k1-gp (replace with module name noted above)
lsmod
The first two commands install joydev, emu10k1-gp, analog, and gameport (emu10k1-gp will be replaced with the module name noted above). The third command lists the installed modules to confirm installation.

Now you can configure your joystick in KDE Control Center.

One Final Step:
You will want the joystick to work after a reboot so edit /etc/modules.preload in kwrite with the following command in the terminal window:
Code:
kwrite /etc/modules.preload
Add the following two lines:

Save your changes.

After a reboot, the joystick should still work.

thanks il have a go later on when i finish what im doing
il let you know the outcome
once again thanks
 
Old 02-16-2007, 08:09 AM   #4
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by in2media
thanks il have a go later on when i finish what im doing
il let you know the outcome
once again thanks
did what you said but got to "look at and configure the hardware"
no mention of gameport
checked my bios setting and it is enabled?
any ideas
 
Old 02-16-2007, 04:48 PM   #5
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
I just took a stroll through the modules directory. See if this works. Open a terminal window and su to root then execute:
Code:
modprobe sidewinder
Open KCC and see if you can set up the joystick now.

If you can configure the joystick you will want the driver (module) to load at boot time. In the terminal window (as root) execute:
Code:
kwrite /etc/modules.preload
Add the following line:
Quote:
sidewinder
Save your changes.

HTH,
 
Old 02-16-2007, 09:52 PM   #6
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ernie
I just took a stroll through the modules directory. See if this works. Open a terminal window and su to root then execute:
Code:
modprobe sidewinder
Open KCC and see if you can set up the joystick now.

If you can configure the joystick you will want the driver (module) to load at boot time. In the terminal window (as root) execute:
Code:
kwrite /etc/modules.preload
Add the following line:


Save your changes.

HTH,
no ernie, still nothing,
 
Old 02-16-2007, 10:23 PM   #7
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
Did you get any error messages when you tried to install the sidewinder module?
 
Old 02-17-2007, 11:42 AM   #8
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ernie
Did you get any error messages when you tried to install the sidewinder module?
not sure where the sidewinder module comes into it
i ran the urpmi joystick
got no errors there
then your next step said to "look at hardware" but theres no game port there
 
Old 02-17-2007, 11:44 AM   #9
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by in2media
not sure where the sidewinder module comes into it
i ran the urpmi joystick
got no errors there
then your next step said to "look at hardware" but theres no game port there

Module Size Used by
sidewinder 12224 0
analog 10656 0
snd_seq_dummy 3620 0
snd_seq_oss 31392 0
snd_seq_midi_event 7072 1 snd_seq_oss
snd_seq 49488 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 40384 0
snd_mixer_oss 16096 1 snd_pcm_oss
snd_via82xx 24952 0
gameport 11912 3 sidewinder,analog,snd_via82xx
snd_ac97_codec 96868 1 snd_via82xx
snd_ac97_bus 2848 1 snd_ac97_codec
snd_pcm 70116 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 19620 2 snd_seq,snd_pcm
snd_page_alloc 8712 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7616 1 snd_via82xx
snd_rawmidi 19936 1 snd_mpu401_uart
snd_seq_device 7212 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd 46500 11 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,s
nd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_
 
Old 02-18-2007, 05:27 PM   #10
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
I do not use a Sidewinder here, and I was giving generalized advise for installing a joystick. Since that is not getting us any where, I did some research and there is a wikipeia on the subject here. Maybe this will be of more help than I can be .

HTH,
 
Old 02-18-2007, 06:48 PM   #11
in2media
Member
 
Registered: May 2006
Posts: 73

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ernie
I do not use a Sidewinder here, and I was giving generalized advise for installing a joystick. Since that is not getting us any where, I did some research and there is a wikipeia on the subject here. Maybe this will be of more help than I can be .

HTH,

dont know if this is what i need? but was surfing through my h/d and found media/hda1/sys/module/gameport

inside are a folder called "sections" and a file called "refcnt"
opened the file with k-write and get "0"
inside the folder are a file called "ksymtab" saying "
0xe102326c
other file in folder is called "ksymtab_strings" saying 0xe10232cc
 
  


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
Mandriva 2007 Powerpack PharaohAdam Mandriva 1 01-06-2007 05:56 AM
Where is VMWare in Mandriva PowerPack 2007? Mr_Sloth Mandriva 5 12-30-2006 10:28 PM
Mandriva Powerpack 2007 mbrandau Linux - Newbie 1 12-26-2006 10:24 PM
burning Mandriva Powerpack 2007 on DVD? Karloman Mandriva 10 10-14-2006 03:52 PM
help getting a microsoft sidewinder gamepad working in debian notstrider Linux - Hardware 2 01-17-2003 07:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 06:53 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