I just bought an Rii min i25 (< 35€) as an alternative for the NVidia Remote Controle (~50€). I am not disappointed !
Rii Mini i25
Click to Read MoreClick to Close
Although mine is not a model with audio (microphone and headphone), it’s clearly a great accessory to replace the native remote of the NVidia Shield TV. Notice that if it looks really nice, it’s not heavy. As a consequence, it does not feel robust in hand.
Remote NVidia Shield TV
I did test it with Plex, both on Windows 10 and on NVidia Shield TV. Everything is working out of the box, except the fast forward and fast rewind. Those two keys will probably need some remapping.
Both on Windows and NVidia, I did use the wireless keyboard successfully (including the FN keys: mute, Home, PgDn, PgUp, End, Del, Ctrl-Alt-Del), as well as the Air Mouse.
Regarding the Remote Control:
Volume + and – worked both on Windows and NVidia.
Power off only worked on Windows not on NVidia.
But it was switching off Netflix.
Search and Home worked on NVidia
To do a selection in Netflix on NVidia, I had to lock the mouse before clicking on OK!
Fast Forward (+10 sec) and Fast Rewind (-10 sec) work fine within Netflix but not in Plex.
I noticed in Netflix that the arrows (left/right) which could be used to move forward or backward in the scenes was “sometimes” not working…
I noticed that sometimes, the axes up/down and left/right appeared to be inverted. I did fix that by keeping the remote on the table, parallel to the screen, keyboard up (i.e. just in front of me), for 10 long seconds.
To scroll the page in Chrome, take the remote (keyboard down), move the mouse onto the background of the page (where there is no field) and press the “turn back arrow”. Move next the remote up and down.
To enter the search bar in Chrome, (keyboard down) simply press the “search key”. To exit the search bar (keyboard up), press the “Esc” key.
From installation perspective, there is nothing to do: just plug the receiver in a USB port and switch on the remote (Button On/Off, on the side, next to the micro USB Charging Port).
Using the air mouse is very convenient. The experience is very similar to using the remote pointer of Smart Samsung TVs (a smart remote with a large trackpad). NB.: if the mouse pointer is out of alignment with your wrist, simply lock it using the ‘Lock’ button, the one with an arrow icon:
As mentioned above, the keys can be reprogrammed by sending an IR signal from another remote whose the behavior must be copied.
How to ‘Add Mirror’ on a disk containing data when the option is grayed-out although you have another very similar disk available and empty? Check that your two disks are “Dynamic” and shrink the volume on the disk with data!
Click to Read MoreClick to Close
I had a 2 TB disk with a unique volume (on one single partition), containing data.
I did add a new 2 TB disk to be used as a mirror of the existing one. I went into the Disk Management tool to “add Mirror” but found that this option was not available. The menu was disabled:
Add Mirror Grayed Out
First thing to check: the two disks to be used must be “Dynamic”. Right-click on “Disk x” to “Convert to Dynamic Disk …”.
Next, to be able to create a mirror, the system needs some free space to create its own reserved partition on the disk. So, right-click on the Volume of the disk with data to “Shrink Volume…” (Try first with 1 Mb). Once the disk has been shrunk, the menu “Add Mirror…” becomes accessible.
Add Mirror Enabled
Et voilà.
NB.:
It does not matter if the disks are MBR or GPT.
Once the volume shrunk, you will possibly have to reboot.
If you encounter an issue while adding a mirror, do a “Check Disk” (Properties > Tools > Check).
If you can really not get rid of the error “DiskPart has referenced an object which is not up-to-date.” although rebooting, do an “Extend Volume” of 1 MB! (Sound silly, I know…) and then “Add Mirror”.
In my case, while the disks were re-syncing, I did remove the mirror, did an “Extend Volume” to reuse the whole free space, and was still able to do an “Add Mirror”.
The best free tool available to create Panorama is IMO ICE, Image Composite Editor, from the Microsoft Research Lab. Not only it’s able to join pictures, but it’s also auto-completing the gaps !!! It can even create a panorama from a panning video.
Click to Read MoreClick to Close
Basic usage is very simple to create a panorama, with a set of pictures taken in a raw:
Press CTRL-N to create a new Panorama
Open the folder containing the pictures to be used, press CTRL-A to pick them all and press ENTER to continue
There a 4 steps: Import, Stitch, Crop and Export. For simple panorama, go directly to step 3.
Click on “Auto Complete” (top-right of the screen) or on “Auto Crop”. The result with “Auto Complete” is amazing.
A very simple way to do this is to call the following php page on your Web Station:
<?php
$ip = file_get_contents('https://api.ipify.org');
echo "My public IP address is: " . $ip;
?>
Soon after enabling the VPN, I started to be attacked on Telnet port! I am using Security’s Auto-Block feature to prevent brute force attacks.
On a mobile device (or anything else) connected directly to Internet (not via your LAN), type your VPN IP in a browser. You should see the default home page of your web station if this one is enabled.
I would recommend to replace this default page by a php page returning a header 404.
<?php
header("HTTP/1.0 404 Not Found");
?>
If you are using a DDNS on your NAS, you won’t be able to access your router and VDSL modem via that domain name. Indeed, only your NAS is accessible via this VPN IP. If possible, configure another DDNS on your VDSL modem or router.
Ex.: I am using duckdns.org for free. They have a great support page here with detailed configurations for many different devices.
Doing so, you can access your NAS and your router or modem via their own Domain name.
“Tested OK” both when accessed from LAN or from Internet:
Download Station via Synology Download Station for Chrome (https://www.download-station-extension.com)
JDownloader via Chrome extension and via https://my.jdownloader.org
Plex Server via App or via http://DDNS name:port/web or via http://plex.tv
DSM via its admin port
Apps: DS Cam, DS File, DS Audio, DS Get, DS Photo, DS Video, DS Cloud and DS Note are all wokring fine using Quick Connect (All those I tested via their DDNS name + custom port or DSM admin port worked too)
Recently, I noticed that my PC was waking up from sleep mode without me explicitly clicking the mouse, pressing a key on the keyboard or sending a magic packet…
I found this problem was due to an update of the Ethernet drivers which allowed any packet to wake up the computer…
Click to Read MoreClick to Close
This is a problem which comes back regularly when updating drivers. Each time, I wonder what’s wrong again. So, here are some tricks to find the cause.
First:
Put the computer at sleep and wait until it wakes up.
Next, look for the last device which turned on the PC:
Execute in a Dos prompt : powercfg -lastwake
C:\WINDOWS\system32>powercfg -lastwake
Wake History Count - 1
Wake History [0]
Wake Source Count - 1
Wake Source [0]
Type: Device
Instance Path: USB\VID_046D&PID_C52B&2b3c7d9c&0&3
Friendly Name:
Description: USB Composite Device
Manufacturer: (Standard USB Host Controller)
Device 0xC52B is a USB Receiver for Wireless Mouse
Vendor 0x046D is Logitech Inc.
Go into the Device Manager, find that device and open its properties. In its “Power Management” tab, disallow the device to turn on the computer. If the option is not available, this device is not causing your issue.
If your PC has been waked up by the Ethernet Controller, it can be because any packet can wake it up. In the Power Management tab, tick the option “Only allow a magic packet to wake the computer”.
If this does not help:
Open the “Event Viewer” (eventvwr) > “Windows Logs” > “System”.
“Filter Current Log” on “Event Source” = Power-Troubleshooter to find which device did wake up your PC:
The system has returned from a low power state.
Sleep Time: 2016-12-24T09:40:11.549148000Z
Wake Time: 2016-12-24T09:41:07.347715900Z
Wake Source: Device -Intel(R) Ethernet Connection (2) I219-V
You can also look for the list of devices able to wake up the PC:
Type in a Dos Prompt: powercfg -devicequery wake_armed
I just discovered that I was not able to access my NAS anymore from internet. The problem was that I did re-enabled the Wifi by accident on my Vdsl modem.
Click to Read MoreClick to Close
Tthe DHCP server gave unfortunately the first free IP of the IPv4 pool to “an unknown Wifi device” instead of assigning this IP to my router as it used to be the case in the past. Port Forwarding from internet to my router, defined using that first IP, couldn’t work anymore.
I just did assign a static IP to my router in the Vdsl modem’s DHCP server settings (and re-disabled the WiFi). I did reboot next the router.
A real pain in: out of the box, it is impossible to use an Azerty physical keyboard with a NVidia Shield TV console… You need an app for that! I am personally using the “External Keyboard Helper Pro”.