Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry_pi [2019/09/10 06:13]
neds
raspberry_pi [2019/09/10 06:27]
neds [Pi 4 as DVR storage]
Line 42: Line 42:
 ==== Installing the software ==== ==== Installing the software ====
 <WRAP indent> <WRAP indent>
-<panel type="​success"​ title="​Step 1"><​image shape="​thumbnail">​{{ :​picture.png?​direct&​600|}}</​image>​+<panel type="​success"​ title="​Step 1"><​image shape="​thumbnail">​{{ :​picture.png?​direct&​400|}}</​image>​
  
 </​panel>​ </​panel>​
Line 51: Line 51:
  
 ==== Requirements ==== ==== Requirements ====
- 
 <WRAP indent> <WRAP indent>
 As most Raspberry Pi products are sold by themselves, you will need to make sure you have the right parts for a complete system. As most Raspberry Pi products are sold by themselves, you will need to make sure you have the right parts for a complete system.
 +
 +</​WRAP>​
 +==== Installing the software ====
 +<WRAP indent>
 +<​code>​
 +sudo apt install usbmount
 +
 +enter password
 +
 +sed -i '​s/​PrivateMounts=yes/​PrivateMounts=no/​g'​ /​lib/​systemd/​system/​systemd-udevd.service
 +
 +mkdir /​home/​pi/​hdhomerun/​
 +
 +mkdir /​media/​usb0/​hdhomerun_dvr_pi/​
 +
 +echo '​RecordPath=/​media/​usb0/​hdhomerun_dvr_pi/'​ >/​home/​pi/​hdhomerun/​hdhomerun.conf
 +
 +curl http://​download.silicondust.com/​hdhomerun/​hdhomerun_record_linux >/​home/​pi/​hdhomerun/​hdhomerun_record
 +
 +chmod +x /​home/​pi/​hdhomerun/​hdhomerun_record
 +
 +/​home/​pi/​hdhomerun/​hdhomerun_record start
 +</​code>​
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​