jloehr / HID-Wiimote

Windows Device Driver for the Nintendo Wii Remote
GNU General Public License v3.0
215 stars 45 forks source link

Wiimote won't detect classic controller #10

Closed jinwk00 closed 8 years ago

jinwk00 commented 8 years ago

My wiimote won't detect classic controller pro even though I plugged it in. Is there something wrong, or is it just me?

jloehr commented 8 years ago

Is it a original from Nintendo or a counterfeit one? I had some issues that sometimes the extension controller was not correctly detected and activated. I then plugged it out and in again until it worked.

jinwk00 commented 8 years ago

It is original, though.

jinwk00 commented 8 years ago

And yes, I plugged in and out multiple times.

larsiusprime commented 8 years ago

What's the model number?

On Thu, Oct 22, 2015 at 8:57 PM, jinwk00 notifications@github.com wrote:

And yes, I plugged in and out multiple times.

— Reply to this email directly or view it on GitHub https://github.com/jloehr/HID-Wiimote/issues/10#issuecomment-150410119.

www.fortressofdoors.com -- Games, Art, Design

jloehr commented 8 years ago

Ok, when i tested it with my Classic Controller Pro back then it worked. So it is more likely that there is a problem with your Classic Controller Pro or Wii Remote. Do you have another Wii Remote to test the Classic Controller Pro with? I assume it is working properly when connected to a Wii or Wii U Console. However i also had it sometimes, that my extension was constantly not properly detected (like 9 out of 10 times), so there is still a chance that you hardware is fine and my driver is acting up.

Anyway i am opening a new issue, that i should change the code, so that the driver constantly retries to detect the extension, when it fails. That might fix it, as well as the "plug it out and in again" issue. Thanks for you feedback.

jinwk00 commented 8 years ago

I just tested with another wiimote. Didn't worked at all. Only worked as 'NES' Styled control.

jloehr commented 8 years ago

What do you mean by 'NES' Styled Control? Can you elaborate what exactly is not working and what you have expected how it is going to work.

Currently you don't get any feedback when plugging in an extension. The button mapping just silently changes.

jinwk00 commented 8 years ago

Basically wiimote holding in a vertical way. Also, the extension seems to not work with this driver eve though Wii recognizes. Moreover, my OS is Windows 8.1 K.

jinwk00 commented 8 years ago

Connected controller 50 times. 2 times it detected. Closed.

jloehr commented 8 years ago

Ew, ok, i really need to fix that.