Sidwinder Gamepad

This is a discussion about Sidwinder Gamepad in the Windows Hardware category; Is there anyway to get the Microsoft Sidwinder Gamepad gameport version to work under Win2K? I know that the USB ver is on the 2072 HCL. .

Windows Hardware 9627 This topic was started by , . Last reply by ,


data/avatar/default/avatar25.webp

1 Posts
Location -
Joined 1999-08-12
Is there anyway to get the Microsoft Sidwinder Gamepad gameport version to work under Win2K? I know that the USB ver is on the 2072 HCL.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Aug 12
Created
Aug 18
Last Response
0
Likes
1 minute
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar33.webp

12 Posts
Location -
Joined 1999-08-14
I have the sidewinder freestyle pro usb and W2K recognizes it and all the features test out in test but there is no response from it in games. The sidewinder usb precision pro joystick works fine. This is in build 2072.
 
One difference is that in device manager the precision pro name is listed. The freestyle gamepad is listed as an unknown device, but when I look at the drivers it lists the freestyle pro usb as the driver and in the testing properties it tests correctly.

data/avatar/default/avatar33.webp

12 Posts
Location -
Joined 1999-08-14
The usb sidewinder freestyle shows up in the Star Wars Racer control picks and does work.

data/avatar/default/avatar14.webp

7 Posts
Location -
Joined 1999-07-20
I see the sidewinder joypad in drivers, but i can't get that or the forcefeed back sidewider to work. I think my problem is the SB LIVE! anyone get any joystick to work with LIVE!?

data/avatar/default/avatar30.webp

9 Posts
Location -
Joined 1999-08-17
<from the hardware section:>
 
There is native SB Live! support on Windows 2000 release candidate 1 (Build 2072). To enable the Joystick port in RC1 do this
(Special thanks go to Anthony Toste for this tip):
 
Look for this in c:\winnt\inf\wdma10k1.inf
;;Gameport
;%*PCIJOY.DeviceDesc%=PCI8010J_Device,PCI\VEN_1102&DEV_7002&SUBSYS_00201102
;%*MSJSTICK.DeviceDesc%=CTL7010_Device,*CTL7001
 
and change it to this
;; Gameport
%*PCIJOY.DeviceDesc%=PCI8010J_Device,PCI\VEN_1102&DEV_7002&SUBSYS_00201102
%*MSJSTICK.DeviceDesc%=CTL7010_Device,*CTL7001
 
<remove the leading semicolons>