Wii Remote Plus (RVL-CNT-01-TR) Connection Guide: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 36: Line 36:
# If your Bluetooth adapter is USB based, insert it before the installation.
# If your Bluetooth adapter is USB based, insert it before the installation.
# Run the extractor. Make note of where it extracts to (For future reference, <var>%userprofile%\AppData\Local\Temp\tc00590500a.temp\</var>). When the installer does not start, run Setup.exe from the temp folder to start the installer. There are no settings to worry about, so just click through.
# Run the extractor. Make note of where it extracts to (For future reference, <var>%userprofile%\AppData\Local\Temp\tc00590500a.temp\</var>). When the installer does not start, run Setup.exe from the temp folder to start the installer. There are no settings to worry about, so just click through.
# During the installation, the installer will change and show "Installing Bluetooth driver...". During this step, if you get a pop up that says "Please plug in the Bluetooth device and click OK button", make sure your Bluetooth adapter is connected and press OK. If it still happens, then your Bluetooth adapter is not supported. Your only option is to buy a supported adapter, or [[#Forcing the Toshiba Drivers onto the Adapter|force the driver installation]].
#*If you get a pop up that says "Please plug in the Bluetooth device and click OK button", make sure your Bluetooth adapter is inserted, and if it still happens, your Bluetooth adapter is not supported. You may try [[#Forcing the Toshiba Drivers onto the Adapter|force the driver installation]] instead.
# Restart your computer when prompted.
# Restart your computer when prompted.
# A window will appear asking for you to sync up your device. You can do that if you want, but for the interests of this guide, close it. Another window will appear, a connection wizard. Also for the interest of this guide, close that too.
# A window will appear asking for you to sync up your device. For the interests of this guide, close it. Another window will appear, a connection wizard. Also for the interest of this guide, close that too.
# After closing those, the Bluetooth settings window should appear. If it doesn't, you can access it through the start menu or through the notification icon on the right of the taskbar. This is where you'll be interacting with the Toshiba Stack on a regular basis, and where you'll perform the next step: connecting controllers to Dolphin.
# After closing those, the Bluetooth settings window should appear. If it doesn't, you can access it through the start menu or double click the bluetooth icon in the notification tray. This is where you will be interacting with the Toshiba Stack on a regular basis, and where you will perform the next step: connecting controllers to Dolphin.


::{{image|Toshiba Stack Bluetooth Settings.png|The Bluetooth Settings window|br|link=}}
::{{image|Toshiba Stack Bluetooth Settings.png|The Bluetooth Settings window|br|link=}}
Line 54: Line 54:


=== Forcing the Toshiba Drivers onto the Adapter ===
=== Forcing the Toshiba Drivers onto the Adapter ===
If your adapter isn't detected by the Toshiba stack and shows endless "Please plug in the Bluetooth device and click OK button" prompts, you can hack the Toshiba Stack to get around it. Basically, the Toshiba Stack will only install itself onto adapters it ''knows'' will work, and it knows because it has a list of USB\VID numbers. It will only install the Toshiba Stack drivers onto devices on this list. But, with only a little tweaking, you can add yours.
If Toshiba Stack does not seem to detect the adapter and shows endless "Please plug in the Bluetooth device and click OK button" prompts, it is because the Toshiba Stack will only install its drivers onto the adapter with a matching USB\VID number from the list. Naturally, the adapters not in the list are not supported and will be skipped. It is possible add yours into the list with a small modification. For now, click on the Cancel button and try to finish the Toshiba Stack setup.


'''''THIS CAN LEAD TO BLUESCREENS AND SYSTEM CRASHES. THIS IS FOR ADVANCED USERS ONLY.'''''
'''''THIS CAN LEAD TO BSOD (Blue Screen Of Death) AND SYSTEM CRASHES. THIS IS FOR ADVANCED USERS ONLY.'''''


'''Identifying bluetooth's hardware ID'''
'''Identifying bluetooth's hardware ID'''
Line 64: Line 64:
'''Editing driver file'''
'''Editing driver file'''
# Go to <var>%programfiles(x86)%\Toshiba\Bluetooth Toshiba Stack\Drivers\tosrfusb\</var>
# Go to <var>%programfiles(x86)%\Toshiba\Bluetooth Toshiba Stack\Drivers\tosrfusb\</var>
# Make a copy of <var>tosrfusb.inf</var>, and consider it as a backup. We'll be changing the original file so we need a backup just in case.
# If necessary, make a copy of <var>tosrfusb.inf</var>, and consider it as a backup.
# Edit <var>tosrfusb.inf</var> with administrator privileges. Notice that there are three long lists. The first and second lists should look something like this: <var>%TosrfUsb.DeviceDesc160%=TosrfUsb_Device</var>
# Edit <var>tosrfusb.inf</var> with administrator privileges. Notice that there are three long lists. The first and second lists should look something like this: <var>%TosrfUsb.DeviceDesc160%=TosrfUsb_Device</var>
# In the bottom of the first list, copy the very last entry and make a duplicate below it. Take the number of the entry (the number immediately after "DeviceDesc") and increase it by 1. Then, erase the USB\VID of this new entry and replace it with the one for your Bluetooth adapter that you collected from Device manager. <br>{{image|Toshiba Stack Hacking Image 1.png|Before adding your Bluetooth adapter.|width=400|link=}} {{image|Toshiba Stack Hacking Image 2.png|After. New line is highlighted in blue.|br|width=400|link=}}
# In the bottom of the first list, copy the very last entry and make a duplicate below it. Take the number of the entry (the number immediately after "DeviceDesc") and increase it by 1. Then, erase the USB\VID of this new entry and replace it with the one for your Bluetooth adapter that you collected from Device manager. <br>{{image|Toshiba Stack Hacking Image 1.png|Before adding your Bluetooth adapter.|width=400|link=}} {{image|Toshiba Stack Hacking Image 2.png|After. New line is highlighted in blue.|br|width=400|link=}}
# Take the line you created in the first list, and copy that to the bottom of the second list. Just copy-paste.
# Take the line you created in the first list, and copy that to the bottom of the second list. Just copy-paste.
# On the bottom of the third list, copy the last entry of the third list and make a duplicate below it. Just like before, there is a number following "DeviceDesc" and you need to increase this by one (to the same value that you used in the first and second lists). After this, there is a name in parentheses. Change it to whatever you like. "Laptop Bluetooth" or "BroadCom BT-511 Bluetooth". It doesn't matter, the name is only meant for you. Toshiba won't rely on it in any way.
# On the bottom of the third list, copy the last entry of the third list and make a duplicate below it. Just like before, there is a number following "DeviceDesc" and you need to increase this by one (to the same value that you used in the first and second lists). After this, there is a name in parentheses. Change it to the way you want to recognize it for yourself. Toshiba won't rely on it in any way.
# Save the file and close it.
# Save the file and close it.


Line 75: Line 75:
For the users of other Windows version, please skip to the next subsection. Meanwhile, the users of Windows 8 and 8.1 will need to do the additional steps, as Windows does not let the users to install the modified <var>tosrfusb.inf</var> to their Bluetooth adapters.
For the users of other Windows version, please skip to the next subsection. Meanwhile, the users of Windows 8 and 8.1 will need to do the additional steps, as Windows does not let the users to install the modified <var>tosrfusb.inf</var> to their Bluetooth adapters.
# Move the mouse to the bottom-right or upper-right corner of the screen (or on a touchscreen, swipe from the right of the screen) and click on the "Settings" with a gear icon. Click "Change PC settings".
# Move the mouse to the bottom-right or upper-right corner of the screen (or on a touchscreen, swipe from the right of the screen) and click on the "Settings" with a gear icon. Click "Change PC settings".
#'''Windows 8:''' On the left column, click "General". On the right, click "Restart now" under the heading "Advanced startup".<br />'''Windows 8.1:''' On the left, navigate to "Update and recovery" → "Recovery", then click "Restart now".
#'''Windows 8:''' On the left column, click "General". On the right, click "Restart now" under the heading "Advanced startup".<br />'''Windows 8.1:''' On the left column, navigate to "Update and recovery" → "Recovery", then click "Restart now".
# Next click on "troubleshoot", then click advanced options, then click startup settings. Click restart.
# Next click on "troubleshoot", then click advanced options, then click startup settings. Click restart.
# Option 7 is what we want (Disable driver signature enforcement). Press 7 or F7 and the computer will restart Windows with the driver signature enforcement disabled (this re-enables on every computer restart so go back through these steps to disable it again if you need to).
# Option 7 is what we want (Disable driver signature enforcement). Press 7 or F7 and the computer will restart Windows with the driver signature enforcement disabled (this re-enables on every computer restart so go back through these steps to disable it again if you need to).


'''Installing the modified driver onto the bluetooth adapter'''
'''Installing the modified driver onto the bluetooth adapter'''
# Type "Bluetooth Settings" in the search bar of the Start Menu and hit enter. A Windows Security window will pop up asking you to confirm installation of the unsigned drivers. Install the driver. '''This is the step where bluescreens may occur. Save everything beforehand and be ready'''. The process may take some time, and errors may appear during it. Ignore them.
# Type "Bluetooth Settings" in the Start Menu or Start Screen and hit enter. A Windows Security window will pop up asking you to confirm installation of the unsigned drivers. Install the driver. '''This is the step where BSOD may occur. Save everything beforehand and be ready'''. The process may take some time, and errors may appear during it. Ignore them.
# Once it has completed, there will be a delay. Then the Bluetooth assistant will pop up and ask you to turn on Bluetooth devices. Ignore it, and close it.
# Once it has completed, there will be a delay. Then the Bluetooth assistant will pop up and ask you to turn on Bluetooth devices. Ignore it, and close it.
# In the notification icons (right hand side of the taskbar near the clock) there will now be a blue and red Bluetooth icon. Double click it. Click the "New Connection" button. If the wizard appears, then the Toshiba Stack has successfully installed the Toshiba drivers to your Bluetooth adapter. If a prompt appears saying "Bluetooth is not ready" ...then it failed. Once you reach this point, there is no way known to deal with this.
# In the notification tray, there will now be a blue and red Bluetooth icon. Double click it. Click the "New Connection" button. If the wizard appears, then the Toshiba Stack has successfully installed the Toshiba drivers to your Bluetooth adapter. If a prompt appears saying "Bluetooth is not ready" ...then it failed. Once you reach this point, there is no way known to deal with this.


'''???'''
'''???'''

Revision as of 13:03, 16 June 2015

Released only a year after the Wii MotionPlus accessory, the Wii Remote Plus is a Wii Remote with the MotionPlus addon built into the Wii Remote. Unfortunately, shortly after the Wii Remote Pluses came out, a new Wii Remote Plus type appeared. Whereas the standard Wii Remotes and the very first Wii Remote Pluses register as RVL-CNT-01, the new Wii Remotes register as RVL-CNT-01-TR. What exactly changed is unknown, but all -TR Wii Remotes do not work with Dolphin by default. Since all Wii Remotes for sale in stores since 2011 are -TR Wii Remotes, this has become a growing problem. Fortunately, they can work with Dolphin, it just takes some work. This guide tells you how to connect and use a RVL-CNT-01-TR Wii Remote Plus in Dolphin.

Note that the very first Wii Remote Pluses, such as those included in FlingSmash and The Legend of Zelda: Skyward Sword, are not RVL-CNT-01-TR Wii Remotes. For this reason this guide will not use the blanket "Wii Remote Plus" term, but will use "-TR Wii Remote" to refer to the RVL-CNT-01-TR Wii Remotes specifically. While the addition of the sync button on the battery cover is the common way to tell non-TR Wii Remote Pluses from -TR Wii Remote Pluses, even that is not 100% reliable. The only way to know for sure to is connect it to a PC and see if it is registered as RVL-CNT-01-TR.

Linux

Linux does not require any special treatment. Use the normal connecting methods shown in Configuring Controllers.

Mac OS X

OS X does not require any special hardware or software. It only requires you to pair the device beforehand.

  1. Open Bluetooth Settings and click the plus (+) sign to set up a new device.
  2. While it is scanning, press the red sync button on the back of the controller. All four lights on the front of the controller should be flashing.
  3. Back in the Bluetooth Settings, hit "Continue" and wait for it to fail.
  4. Select 'Passcode Options' and choose "Do not use a passcode with this device". Click 'OK' and then click 'Quit'.
  5. Double check in the Bluetooth menu to be certain that your system registered the controller.

Once you have completed the pairing process, from then on you will be able to connect the controller like you would on any other OS, as described in the Configuring Controllers guide. However you will have to press the red sync button instead of 1+2 every time you connect.

Windows

Windows includes the "MS Bluetooth Stack", and most Bluetooth adapters use it by default. However, it lacks a number of Bluetooth functions, some of which the -TR Wii Remote uses. There are now two solutions for this problem, the DolphinBar and the Toshiba Bluetooth Stack. Both have superior Bluetooth functionality and not only allow -TR Wii Remotes to work, but also fix minor Wii Remote bugs that are present in the MS Bluetooth Stack.

DolphinBar

The Mayflash DolphinBar is a combination Bluetooth adapter and Sensor Bar. It doesn't reveal any of the bluetooth information to the operating system, instead sending HID packets directly to Dolphin without a Bluetooth stack, thus allowing -TR support, syncing of Wii Remotes, and other features superior to what the Toshiba Stack can offer. However, since it does this, it is only useful for supported Wii controllers, and cannot be used as a full Bluetooth adapter. Full details are available in the DolphinBar Hardware Review, and links to purchase one are available on our Recommended Accessories page.

Toshiba Stack

The Toshiba Stack provides full Bluetooth on Windows, for everything, not just Wii Remotes. It requires the additional step of connecting Wii Remotes through the Toshiba Stack instead of just through Dolphin, and usually requires specific Toshiba-compatible Bluetooth adapters, but it has full -TR support.

You can download the Toshiba stack from the link below. Use the newest version; it has the highest known compatibility. If the newest version doesn't work feel free to try older ones. Note that if you attempt to force the Toshiba Stack on a dongle that is not officially supported by Toshiba it will only be a trial edition, and require you to pay them for use of the software.

Download here

Toshiba-compatible Bluetooth Adapter

The Toshiba Stack only supports a limited number of Bluetooth adapters. For absolute maximum compatibility, buy a Bluetooth adapter that is specifically designed to use the Toshiba Bluetooth stack; look for "Toshiba Bluetooth Software" somewhere on the package or for "Toshiba" in the comments on the online store. If your adapter is not on the list, there is a small possibility that you can force the Toshiba drivers onto the adapter.

Installing the Toshiba Bluetooth Stack

  1. If your Bluetooth adapter is USB based, insert it before the installation.
  2. Run the extractor. Make note of where it extracts to (For future reference, %userprofile%\AppData\Local\Temp\tc00590500a.temp\). When the installer does not start, run Setup.exe from the temp folder to start the installer. There are no settings to worry about, so just click through.
    • If you get a pop up that says "Please plug in the Bluetooth device and click OK button", make sure your Bluetooth adapter is inserted, and if it still happens, your Bluetooth adapter is not supported. You may try force the driver installation instead.
  3. Restart your computer when prompted.
  4. A window will appear asking for you to sync up your device. For the interests of this guide, close it. Another window will appear, a connection wizard. Also for the interest of this guide, close that too.
  5. After closing those, the Bluetooth settings window should appear. If it doesn't, you can access it through the start menu or double click the bluetooth icon in the notification tray. This is where you will be interacting with the Toshiba Stack on a regular basis, and where you will perform the next step: connecting controllers to Dolphin.

Connecting the Wii Remote Plus

  1. In the Bluetooth Settings window, press the "New Connection" button.
  2. In the "Add New Connection Wizard" window, select the "Express Mode", and hit next. Have your RVL-CNT-01-TR Wii Remote ready.
  3. A searching window will appear. Press the Sync button on the bottom of the -TR Wii Remote.
  4. Now click through the windows. It's on express so everything is pretty much automatic. The windows will go away and it will show the Bluetooth settings screen with "Nintendo RVL-CNT-01-TR". Note the green and yellow lines connecting: this means the Bluetooth is presently connected. Note that the Wii Remote will continue to flash. This is normal.
  5. Now open Dolphin. Open the Wii Remote settings window. Note that it will say "A supported Bluetooth device could not be found. You must manually connect your wiimotes." Ignore it.
  6. Make sure one of the Wiimote slots is set to Real Wiimote. Now, you can press refresh now and the -TR Wii Remote will instantly shake and the LEDs will change to 1 or whatever. However, because of the Toshiba Stack, it is recommended that you turn on Continuous Scanning. After connecting the Wii Remote in the Toshiba software, all you'll have to do now is start a game. That's it. Dolphin will immediately detect it and it will be playable. Use what you prefer.

And that's it! When you are done just turn off the Wii Remote. The Wii Remote will remain in the Bluetooth settings window, but the yellow and green "connection" lines will be gone. To reconnect the Wii Remote, all you have to do is double click it. A window will pop up telling you to prepare it. Click OK and then press the Sync button on the bottom of your Wii Remote, and you are good to go.

Forcing the Toshiba Drivers onto the Adapter

If Toshiba Stack does not seem to detect the adapter and shows endless "Please plug in the Bluetooth device and click OK button" prompts, it is because the Toshiba Stack will only install its drivers onto the adapter with a matching USB\VID number from the list. Naturally, the adapters not in the list are not supported and will be skipped. It is possible add yours into the list with a small modification. For now, click on the Cancel button and try to finish the Toshiba Stack setup.

THIS CAN LEAD TO BSOD (Blue Screen Of Death) AND SYSTEM CRASHES. THIS IS FOR ADVANCED USERS ONLY.

Identifying bluetooth's hardware ID

  1. Have your Bluetooth adapter plugged in, then open the Device Manager (or simply run "devmgmt.msc") and find your Bluetooth device in the list. It will either show up as a Bluetooth radio or as an unknown device.
  2. Open its Properties (right-click -> Properties), then select "Hardware Ids" in the dropdown menu from the "Details" tab. Note the second (shorter) value. This is the USB\VID of your Bluetooth device. Copy it into a notepad document or something; you'll need it for later.

Editing driver file

  1. Go to %programfiles(x86)%\Toshiba\Bluetooth Toshiba Stack\Drivers\tosrfusb\
  2. If necessary, make a copy of tosrfusb.inf, and consider it as a backup.
  3. Edit tosrfusb.inf with administrator privileges. Notice that there are three long lists. The first and second lists should look something like this: %TosrfUsb.DeviceDesc160%=TosrfUsb_Device
  4. In the bottom of the first list, copy the very last entry and make a duplicate below it. Take the number of the entry (the number immediately after "DeviceDesc") and increase it by 1. Then, erase the USB\VID of this new entry and replace it with the one for your Bluetooth adapter that you collected from Device manager.
  5. Take the line you created in the first list, and copy that to the bottom of the second list. Just copy-paste.
  6. On the bottom of the third list, copy the last entry of the third list and make a duplicate below it. Just like before, there is a number following "DeviceDesc" and you need to increase this by one (to the same value that you used in the first and second lists). After this, there is a name in parentheses. Change it to the way you want to recognize it for yourself. Toshiba won't rely on it in any way.
  7. Save the file and close it.

Disable driver signature enforcement – Windows 8 and 8.1 only

For the users of other Windows version, please skip to the next subsection. Meanwhile, the users of Windows 8 and 8.1 will need to do the additional steps, as Windows does not let the users to install the modified tosrfusb.inf to their Bluetooth adapters.

  1. Move the mouse to the bottom-right or upper-right corner of the screen (or on a touchscreen, swipe from the right of the screen) and click on the "Settings" with a gear icon. Click "Change PC settings".
  2. Windows 8: On the left column, click "General". On the right, click "Restart now" under the heading "Advanced startup".
    Windows 8.1: On the left column, navigate to "Update and recovery" → "Recovery", then click "Restart now".
  3. Next click on "troubleshoot", then click advanced options, then click startup settings. Click restart.
  4. Option 7 is what we want (Disable driver signature enforcement). Press 7 or F7 and the computer will restart Windows with the driver signature enforcement disabled (this re-enables on every computer restart so go back through these steps to disable it again if you need to).

Installing the modified driver onto the bluetooth adapter

  1. Type "Bluetooth Settings" in the Start Menu or Start Screen and hit enter. A Windows Security window will pop up asking you to confirm installation of the unsigned drivers. Install the driver. This is the step where BSOD may occur. Save everything beforehand and be ready. The process may take some time, and errors may appear during it. Ignore them.
  2. Once it has completed, there will be a delay. Then the Bluetooth assistant will pop up and ask you to turn on Bluetooth devices. Ignore it, and close it.
  3. In the notification tray, there will now be a blue and red Bluetooth icon. Double click it. Click the "New Connection" button. If the wizard appears, then the Toshiba Stack has successfully installed the Toshiba drivers to your Bluetooth adapter. If a prompt appears saying "Bluetooth is not ready" ...then it failed. Once you reach this point, there is no way known to deal with this.

???

  1. Next open the Control Panel and click on Bluetooth Local COM to finish installing your Bluetooth device. And if it works continue on with the steps for Windows 7 from step 11. If not continue with the following steps.
  2. On the Start screen type "devmgmt.msc" and press "Enter" to open the "Device Manager". Verify that you have 2 Bluetooth menus, then select the darker colored Bluetooth icon (would be the Bluetooth software device you don’t want). Select your Bluetooth device (not the emu or other ones).
  3. On the toolbar, click for the "Update Driver Software". In the dialog, choose "Browse my computer for driver software", followed by "Let me pick from a list of device drivers on my computer". Select the driver that says it is not digitally signed (this is what you want) and click "Next" to install the driver.
  4. Once installed you should be done. If it works, proceed with connecting the Wii Remote Plus.

Pretending a Toshiba Bluetooth Adapter

Currently there is no option to buy the Toshiba bluetooth stack without the bundled hardware. However, there is a way to make your bluetooth device recognized as a regular one. Here is how:

  1. Open the registry editor regedit.exe.
  2. Navigate to HKEY_CURRENT_USER\Software\Toshiba\BluetoothStack\V1.0\Mng.
  3. Add a new DWORD. Name it TestVersion and set its value to 0.
  4. Close the registry editor.