no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | netgear [2020/06/21 05:39] (current) – - Imported by DokuWiki Advanced Plugin neds | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Setting up DVR storage on a Netgear ReadyNAS ====== | ||
| + | <btn type=" | ||
| + | < | ||
| + | ===== Requirements ===== | ||
| + | <WRAP indent> | ||
| + | |||
| + | **Before you continue, make sure you have the following: | ||
| + | |||
| + | * [[DVR: | ||
| + | * One or more compatible HDHomeRun device: see **[[:dvr tuners|List of DVR compatible HDHomeRun devices]]** | ||
| + | |||
| + | </ | ||
| + | ===== Manual installation ===== | ||
| + | <WRAP indent> | ||
| + | |||
| + | - Use the ReadyNAS UI to create an SMB/SAMBA file share called " | ||
| + | - Enable SSH (Settings -> Services -> SSH) and logging in as root. | ||
| + | - < | ||
| + | < | ||
| + | cd / | ||
| + | wget http:// | ||
| + | chmod +x hdhomerun_record_linux | ||
| + | ./ | ||
| + | mv / | ||
| + | chmod 755 hdhomerun_record | ||
| + | chown root:root hdhomerun_record | ||
| + | rm hdhomerun_record_linux</ | ||
| + | - < | ||
| + | < | ||
| + | cat <<EOF > | ||
| + | RecordPath=/ | ||
| + | EOF</ | ||
| + | - < | ||
| + | < | ||
| + | |||
| + | If it's working properly you should find a log file in / | ||
| + | - < | ||
| + | < | ||
| + | - < | ||
| + | < | ||
| + | cat <<EOF > / | ||
| + | [Unit] | ||
| + | Description=HDHomeRun DVR Service | ||
| + | After=network-up.service | ||
| + | |||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart=/ | ||
| + | ExecStop=/ | ||
| + | RemainAfterExit=true | ||
| + | Nice=-1 | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | EOF | ||
| + | </ | ||
| + | - < | ||
| + | < | ||
| + | systemctl start hdhomerun</ | ||
| + | - Restart the NAS and verify that the DVR remains available by checking **http:// | ||
| + | |||
| + | </ | ||
| + | ===== Next step: Using DVR in the HDHomeRun app ===== | ||
| + | <WRAP indent> | ||
| + | |||
| + | Once you finish setting up a DVR storage device, see our guide link below for instructions on using the DVR features in the HDHomeRun app.\\ | ||
| + | <btn type=" | ||
| + | |||
| + | </ | ||
| + | |||
| + | {{tag> | ||