Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dvr:nas:wd:single [2019/12/21 21:04] – neds | dvr:nas:wd:single [2022/11/09 03:31] (current) – neds | ||
---|---|---|---|
Line 20: | Line 20: | ||
**Download and install the latest HDHomeRun Windows Setup software (not the Windows 10 store App):** | **Download and install the latest HDHomeRun Windows Setup software (not the Windows 10 store App):** | ||
- | [[http:// | + | * **[[http:// |
+ | * **[[https:// | ||
<WRAP info>Be sure to download a fresh copy of the Windows Setup app, especially if you need to update an existing install.</ | <WRAP info>Be sure to download a fresh copy of the Windows Setup app, especially if you need to update an existing install.</ | ||
Line 33: | Line 34: | ||
<panel type=" | <panel type=" | ||
**Select your NAS from detected devices:** | **Select your NAS from detected devices:** | ||
+ | |||
+ | <wrap tip> | ||
The application will auto-detect possible NAS devices on your network using UPnP. Double click on your NAS device to continue. | The application will auto-detect possible NAS devices on your network using UPnP. Double click on your NAS device to continue. | ||
Line 52: | 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 70: | 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. < | + | - < |
- | Security: Some NAS products use a default username and password | + | < |
- | </ | + | - < |
- | - < | + | |
Log in with the same password you use to access the web interface.</ | Log in with the same password you use to access the web interface.</ | ||
- | - Download the HDHomeRun DVR software package. | + | - Download the HDHomeRun DVR software package |
- | - For the latest stable release, run the following | + | |
- | - For the current beta version of the DVR, run the following command:< | + | ^ Version ^ Command ^ |
+ | | OS 5 - Stable | < | ||
+ | | OS 5 - Beta | < | ||
+ | </WRAP> | ||
- 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. | ||
+ | |||
</ | </ |