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

Needs to review the "Disable driver signature enforcement" section.
(Grouping steps for more readable. Unfinished edit.)
(Needs to review the "Disable driver signature enforcement" section.)
Line 28: Line 28:
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.
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.


[http://support.toshiba.com/support/viewContentDetail?contentId=4004901 Download here]
[http://support.toshiba.com/support/viewContentDetail?contentId=4007183 Download here]


=== Toshiba-compatible Bluetooth Adapter ===
=== Toshiba-compatible Bluetooth Adapter ===
Line 35: Line 35:
=== Installing the Toshiba Bluetooth Stack ===
=== Installing the Toshiba Bluetooth Stack ===
# 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 installs, as for some reason v9.10.00T doesn't bring up the installer automatically after you extract it. The default is <var>%userprofile%\AppData\Local\Temp\Toshiba Bluetooth Stack 9.Temp\</var>. Go to the temp folder, and run Setup.exe 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]].
# 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]].
# Restart your computer when prompted.
# Restart your computer when prompted.
Line 41: Line 41:
# 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 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.


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


=== Connecting the Wii Remote Plus ===
=== Connecting the Wii Remote Plus ===
Line 62: Line 62:
# 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.
# 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 (?)'''
'''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.
# 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.
# Open <var>tosrfusb.inf</var>. 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}} {{image|Toshiba Stack Hacking Image 2.png|After. New line is highlighted in blue.|br|width=400}}
# 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 parenthesis. 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 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.
# Save the file and close it.
# Save the file and close it.


'''Installing the modified driver onto the bluetooth adapter (?)'''
'''Midway steps for Windows 8 and 8.1 – Disable driver signature enforcement'''
# In the start menu, find and run the "Bluetooth Settings" application. A Windows Security window may 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.
 
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".
#'''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".
# 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).
 
'''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.
# 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 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.
The guide for Windows 7 ends here. The users may need to do the additional steps for their Windows 8 or 8.1, as it does not let the users to install the modified <var>tosrfusb.inf</var> to their Bluetooth adapters.
'''Disable driver signature enforcement'''
# Move the mouse to the bottom right corner of the screen (or on a touchscreen, swipe from the right of the screen) and click on the gear icon (Settings) that shows up. Click "Change PC settings".
# '''Windows 8:''' On the list on the left, click "General". On the right, scroll to the bottom and 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".
# Next click on troubleshoot, then click advanced options, then click startup settings. Click restart (you can close the Bluetooth installer for now) install should be waiting after 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).


'''???'''
'''???'''
6,576

edits