Difference between revisions of "Troubleshooting"

From MOD Wiki
Jump to navigation Jump to search
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
Under some certain Windows systems, it won't recognize the MOD as a network device or fails to find the correct driver.
+
== Windows doesn’t recognize MOD as you plug it ==
  
 +
Certain Windows systems don't recognize the MOD as a network device or fail to find the correct driver.<br/>
 
Use this driver for such cases: http://web1.moddevices.com/shared/mod-duo-rndis.zip
 
Use this driver for such cases: http://web1.moddevices.com/shared/mod-duo-rndis.zip
  
Below follows a tutorial on how to install it.<br/>
+
For more information see [[Troubleshooting_Windows_Connection]].
If your system reports the driver as missing, make windows look for drivers and skip to step 5.
 
  
 +
== MOD does not boot, stuck on 'MOD Duo' screen ==
  
'''1.''' Press the windows key and 'R' at the same time, to get the 'Run' dialog. Type "devmgmt.msc" and press enter.
+
If the Duo becomes unbootable for some reason, we need to reinstall the OS inside.<br/>
<br clear=all>
+
We can boot the Duo in recovery mode for safe reinstall, boot over USB if recovery partition is broken, or perform a full factory reset (which will erase all your data).
[[File:connection-win-1.png]]
 
  
 +
For more information see [[Troubleshooting_Reinstall]].
  
'''2.''' Find the MOD Duo device. It either appears as 'Duo Ethernet' under 'Unknown devices' or as a USB Serial device.<br>
+
Note that the MOD Duo is not software brickable, you can always reinstall its OS.
If you have 'Duo Ethernet' as unknown device, skip to step 4.<br>
 
If not, expand the 'Ports (COM & LPT)' category and select 'USB Serial Device'.
 
<br clear=all>
 
[[File:connection-win-2.png]]
 
  
 +
== Using Firefox and 'noscript' add-on prevents loading of cloud pedalboards ==
  
'''3.''' Double click the 'USB Serial Device', and navigate to the 'Details' tab on the new window that appears.<br>
+
Open noscript preferences, then go to the advanced tab, then 'ABE'.
Change the 'Property' combo-box
+
The system ruleset should look like this:
<br clear=all>
+
<pre>
[[File:connection-win-3.png]]
+
# Prevent Internet sites from requesting LAN resources.
 +
Site LOCAL
 +
Accept from LOCAL
 +
Accept from http://integrate.moddevices.com/
 +
Deny
 +
</pre>
  
 
+
Note the new 'Accept from ...' rule.
'''4.''' TODO
+
This makes noscript accept requests from cloud pedalboards into the local network.
<br clear=all>
 
[[File:connection-win-4.png]]
 
 
 
 
 
'''5.''' TODO
 
<br clear=all>
 
[[File:connection-win-5.png]]
 

Revision as of 09:43, 27 March 2017

Windows doesn’t recognize MOD as you plug it

Certain Windows systems don't recognize the MOD as a network device or fail to find the correct driver.
Use this driver for such cases: http://web1.moddevices.com/shared/mod-duo-rndis.zip

For more information see Troubleshooting_Windows_Connection.

MOD does not boot, stuck on 'MOD Duo' screen

If the Duo becomes unbootable for some reason, we need to reinstall the OS inside.
We can boot the Duo in recovery mode for safe reinstall, boot over USB if recovery partition is broken, or perform a full factory reset (which will erase all your data).

For more information see Troubleshooting_Reinstall.

Note that the MOD Duo is not software brickable, you can always reinstall its OS.

Using Firefox and 'noscript' add-on prevents loading of cloud pedalboards

Open noscript preferences, then go to the advanced tab, then 'ABE'. The system ruleset should look like this:

# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Accept from http://integrate.moddevices.com/
Deny

Note the new 'Accept from ...' rule. This makes noscript accept requests from cloud pedalboards into the local network.