jloehr / HID-Wiimote

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

Cannot sync Wiimote model PT BR 04FC under Windows 10 v1709 #36

Open Expack3 opened 6 years ago

Expack3 commented 6 years ago

I'm running the Windows 10 Fall Creators Update (v1709) on my laptop, and while the driver appears to install correctly, and I can get the Wiimote added to my list of devices using the "Join a Personal Area Network" solution, the controller settings show nothing, and attempting to update the driver claims I have the latest version.

I'm using Test Mode when attempting to use the Wiimote, and my laptop's Bluetooth chipset is Intel Wireless Bluetooth, with driver version 20.0.0.11.

jloehr commented 6 years ago

Is it a genuine Wii Remote or some third party? Can you check its hardware ID and the actual loaded driver for it via device manager (make sure to look at the HID device node and not the Bluetooth device node).

Expack3 commented 6 years ago

It’s the Wiimote which came with the Wii I bought it when the Wii was originally released – I’m pretty confident it’s the genuine device.

Here’s the HID (assuming that means “Hardware ID”) I got: BTHENUM\Dev_00191D3FC858

From: Julian Löhr [mailto:notifications@github.com] Sent: Tuesday, December 5, 2017 6:07 PM To: jloehr/HID-Wiimote HID-Wiimote@noreply.github.com Cc: Expack3 mcderja@comcast.net; Author author@noreply.github.com Subject: Re: [jloehr/HID-Wiimote] Cannot sync Wiimote model PT BR 04FC under Windows 10 v1709 (#36)

Is it a genuine Wii Remote or some third party? Can you check its hardware ID and the actual loaded driver for it via device manager (make sure to look at the HID device node and not the Bluetooth device node).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jloehr/HID-Wiimote/issues/36#issuecomment-349471789 , or mute the thread https://github.com/notifications/unsubscribe-auth/AEzy389OicPcN77j943BFZkm6AMIqdGJks5s9cyZgaJpZM4Q2qCZ . https://github.com/notifications/beacon/AEzy309JtlFU_IydHpUa9nDGJ3cR7XACks5s9cyZgaJpZM4Q2qCZ.gif

jloehr commented 6 years ago

That's the wrong Hardware ID. Check under Human Interface Device for the HID device node. It'll be either labeled as "Bluetooth HID Device" or "Wiimote Device". In case of the former, check the Events tab and try to manually change the driver. In case of the latter or if there is no HID device node, make sure the Wii Remote is connected and doesn't turn off.

I think someone else mentioned he had an issue with the Fall Creators Update as well. I haven't upgraded yet due to some other project.

Mohammed-JS-Khan commented 6 years ago

Not sure if this helps at all:

Touchmote

NOTICE New Wiimotes (S/N ending with Z-C4, Z-C6 or C-C4) will not work with Microsoft Bluetooth Stack. We recommend you to get a Wiimote manufactured before November 2011. To get the newer Wiimotes to work you have to use the Mayflash DolphinBar or similar, alternatively you might try this guide to install the Toshiba Bluetooth Stack.

I spent like 30s last night looking for the S/N but I was in a hurry so I just used one of my older controllers, which worked flawlessly.

jloehr commented 6 years ago

Nope, that issue is unrelated. In fact my driver replaces the Windows driver that causes TR-Wiimotes to not work.