Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dvr:nas:netgear [2019/06/11 02:42] – neds | dvr:nas:netgear [2022/11/09 04:15] (current) – neds | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Setting up DVR storage on a Netgear ReadyNAS ====== | + | ====== Setting up DVR storage on Netgear ReadyNAS ====== |
| + | <btn type=" | ||
| + | < | ||
| ===== Requirements ===== | ===== Requirements ===== | ||
| + | <WRAP indent> | ||
| - | | + | **Before you continue, make sure you have the following:** |
| - | | + | |
| - | ===== Install to NAS using a Windows PC ===== | + | |
| - | If you have a Windows PC, you can use our HDHomeRun setup application to install | + | |
| + | * [[DVR: | ||
| + | * One or more compatible HDHomeRun device: see **[[:dvr tuners|List of DVR compatible HDHomeRun devices]]** | ||
| + | </ | ||
| ===== Manual installation ===== | ===== 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 https:// | ||
| + | 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 the HDHomeRun app. | ||
| + | - If everything is working, you can go and disable SSH (Settings -> Services -> SSH). | ||
| + | </ | ||
| + | ===== Next step: Using DVR in the HDHomeRun app ===== | ||
| + | <WRAP indent> | ||
| - | These instructions are provided | + | 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=" | ||
| - | ===== Using DVR ===== | + | </ |
| - | Now that everything is set up, see our page **[[:using up the HDHR app]]** for instructions on the DVR features. | + | |
| - | {{tag>NAS_DVR}} | + | {{tag>NAS DVR}} |