Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dvr:nas:wd:single [2022/11/08 04:12] – neds | dvr:nas:wd:single [2022/11/09 03:31] (current) – neds | ||
---|---|---|---|
Line 55: | Line 55: | ||
The install program will auto-detect when SSH has been enabled and then ask you to enter your username and password. | The install program will auto-detect when SSH has been enabled and then ask you to enter your username and password. | ||
- | <WRAP alert> | ||
- | Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your NAS when not using the NAS install tool. | ||
- | </ | ||
</ | </ | ||
- | |||
<panel type=" | <panel type=" | ||
**Success: | **Success: | ||
The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS. | The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS. | ||
+ | |||
+ | Don't forget to turn SSH back off when you are done. | ||
</ | </ | ||
Line 73: | Line 71: | ||
- Go to the NAS webpage. This is usually available at http:// | - Go to the NAS webpage. This is usually available at http:// | ||
- | - Enable SSH support. Go to the Settings page, Network, and set SSH to ON. <WRAP alert> | + | - < |
- | Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your WD My Cloud when not needed. | + | <WRAP tip> |
- | </WRAP> | + | |
- | < | + | |
- < | - < | ||
Line 88: | Line 84: | ||
- Install the HDHomeRun DVR software package. Run the following command: < | - Install the HDHomeRun DVR software package. Run the following command: < | ||
- Start the DVR. Run the following command: < | - Start the DVR. Run the following command: < | ||
+ | - Disable SSH support. Go to the Settings page, Network, and set SSH to OFF. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== Older WD NAS models ===== | ||
+ | <WRAP indent> | ||
+ | |||
+ | Manual installation for older WD NAS models that don't support install packages: | ||
+ | |||
+ | - Go to the NAS webpage. This is usually available at http:// | ||
+ | - < | ||
+ | <WRAP tip> | ||
+ | - < | ||
+ | |||
+ | Log in with the same password you use to access the web interface.</ | ||
+ | - < | ||
+ | |||
+ | < | ||
+ | |||
+ | wget -O hdhomerun_record http:// | ||
+ | |||
+ | dd if=hdhomerun_record bs=4096 skip=1 | tar -xz hdhomerun_record_arm | ||
+ | |||
+ | sudo chmod +x hdhomerun_record_arm | ||
+ | |||
+ | echo -e \# | ||
+ | |||
+ | sudo chmod +x / | ||
+ | |||
+ | sudo ln -sf / | ||
+ | |||
+ | echo RecordPath=/ | ||
+ | |||
+ | sudo / | ||
+ | - Disable SSH support. Go to the Settings page, Network, and set SSH to OFF. | ||
+ | |||
</ | </ |