Difference between revisions of "Troubleshooting"

From MOD Wiki
Jump to navigation Jump to search
(<br>)
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Windows doesn’t recognize MOD as you plug it ===
+
== Windows doesn’t recognize MOD as you plug it ==
  
Make Windows look for drivers, and when given the option select "Browse your PC", then choose 'Pick from a list' and then select 'Network Adapters' -> 'Microsoft Corp' -> 'Remote
+
Certain Windows systems don't recognize the MOD as a network device or fail to find the correct driver.<br/>
NDIS Compatible device'.<br>
+
Use this driver for such cases: http://web1.moddevices.com/shared/mod-duo-rndis.zip
For more details please check step 4 of this [http://geekswithblogs.net/WindowsEmbeddedCookbook/archive/2010/08/31/installing-windows-ce-6.0-tools-on-a-windows7-64bit-pc.aspx article].
 
  
=== Using Firefox and 'noscript' add-on prevents loading of remote pedalboards ===
+
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.<br/>
 +
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'.
 
Open noscript preferences, then go to the advanced tab, then 'ABE'.
 
The system ruleset should look like this:
 
The system ruleset should look like this:
<code>
+
<pre>
# Prevent Internet sites from requesting LAN resources.<br>
+
# Prevent Internet sites from requesting LAN resources.
Site LOCAL<br>
+
Site LOCAL
Accept from LOCAL<br>
+
Accept from LOCAL
Accept from http://integrate.moddevices.com/install-pedalboard/<br>
+
Accept from http://integrate.moddevices.com/
Deny<br>
+
Deny
</code>
+
</pre>
  
Note the new 'Accept from ...' rule. This makes noscript accept requests from cloud pedalboards into the local network.
+
Note the new 'Accept from ...' rule.
 +
This makes noscript accept requests from cloud pedalboards into the local network.

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.