Help with gamepad driver and properties

raiko

New member
Local time
3:27 AM
Messages
13
first off, this gamepad works fine (Easy smx 9100)

however i cant find gamepad driver in device manager.

Imgur: The magic of the Internet
nor can i find option for enabling vibration

Imgur: The magic of the Internet
it seems like it just reads it as generic driver. tried downloading generic drivers online but still no luck. anyone help a brother out?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 64-bit
CPU
Intel Core i5 3570 @ 3.40Ghz
Motherboard
AsusTek P8Z77-V LK (LGA1155)
Memory
16GB Dual-Channel DDR3 @686Mhz
Graphics Card(s)
AMD Radeon 7870
Hard Drives
2TB Hitachi HDS723020BLE640 ATA Device (SATA)
If your OS is 32 bit, use the 32 bit driver, if 64 bit, the 64 bit driver. Download Center

Did I help a Bro out? :D
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Naturally I double checked that already.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 64-bit
CPU
Intel Core i5 3570 @ 3.40Ghz
Motherboard
AsusTek P8Z77-V LK (LGA1155)
Memory
16GB Dual-Channel DDR3 @686Mhz
Graphics Card(s)
AMD Radeon 7870
Hard Drives
2TB Hitachi HDS723020BLE640 ATA Device (SATA)

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 64-bit
CPU
Intel Core i5 3570 @ 3.40Ghz
Motherboard
AsusTek P8Z77-V LK (LGA1155)
Memory
16GB Dual-Channel DDR3 @686Mhz
Graphics Card(s)
AMD Radeon 7870
Hard Drives
2TB Hitachi HDS723020BLE640 ATA Device (SATA)
Try navigating to the .inf file in Device manager.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
did that said not comptaible from the previous post. *look at the screen shot
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 64-bit
CPU
Intel Core i5 3570 @ 3.40Ghz
Motherboard
AsusTek P8Z77-V LK (LGA1155)
Memory
16GB Dual-Channel DDR3 @686Mhz
Graphics Card(s)
AMD Radeon 7870
Hard Drives
2TB Hitachi HDS723020BLE640 ATA Device (SATA)
Okay, you can right click the inf file and select install, but I tried that with this driver and it wouldn't work. So you need to read this site and install via command prompt. Fix: INF file you selected does not support this method of installation - Appuals.com

I think the command would look like this:

Code:
rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 C:\Program Files\Microsoft Xbox 360 Accessories/Xusb21.inf
I'm not sure this is right though. In the elevated command prompt you'd type cd c to change directory to C. Then enter that command.

Here's another method. Installing a driver(.inf) file from command line - Stack Overflow

Code:
pnputil -i -a C:\Program Files\Microsoft Xbox 360 Accessories/Xusb21.inf
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Did that but still no indication it was successful. No vibration properties are there yet
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 64-bit
CPU
Intel Core i5 3570 @ 3.40Ghz
Motherboard
AsusTek P8Z77-V LK (LGA1155)
Memory
16GB Dual-Channel DDR3 @686Mhz
Graphics Card(s)
AMD Radeon 7870
Hard Drives
2TB Hitachi HDS723020BLE640 ATA Device (SATA)
Back
Top