Difference between revisions of "Troubleshooting"
Jump to navigation
Jump to search
(clearer windows instructions. add noscript) |
(<br>) |
||
Line 2: | Line 2: | ||
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 | 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 | ||
− | NDIS Compatible device'. | + | NDIS Compatible device'.<br> |
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]. | 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]. | ||
Line 10: | Line 10: | ||
The system ruleset should look like this: | The system ruleset should look like this: | ||
<code> | <code> | ||
− | # Prevent Internet sites from requesting LAN resources. | + | # Prevent Internet sites from requesting LAN resources.<br> |
− | Site LOCAL | + | Site LOCAL<br> |
− | Accept from LOCAL | + | Accept from LOCAL<br> |
− | Accept from http://integrate.moddevices.com/install-pedalboard/ | + | Accept from http://integrate.moddevices.com/install-pedalboard/<br> |
− | Deny | + | Deny<br> |
</code> | </code> | ||
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 12:01, 19 July 2016
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
NDIS Compatible device'.
For more details please check step 4 of this article.
Using Firefox and 'noscript' add-on prevents loading of remote 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/install-pedalboard/
Deny
Note the new 'Accept from ...' rule. This makes noscript accept requests from cloud pedalboards into the local network.