Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dvr:nas:netgear [2019/06/04 09:05] – created 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 ===== | + | * [[DVR: |
+ | * One or more compatible HDHomeRun device: see **[[:dvr tuners|List of DVR compatible HDHomeRun devices]]** | ||
- | [[DVR: | + | </ |
+ | ===== 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 | ||
- | ===== Manual installation | + | [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> | ||
+ | |||
+ | 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=" | ||
+ | </ | ||
- | These instructions are provided for users who cannot run the Windows-to-NAS install tool. | + | {{tag>NAS DVR}} |