Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvr:mac [2025/10/16 05:18] – [Requirements] nedsdvr:mac [2026/04/15 22:49] (current) neds
Line 78: Line 78:
  
 This will uninstall the HDHomeRun DVR recording software from your Mac. This will uninstall the HDHomeRun DVR recording software from your Mac.
 +
  
 </WRAP> </WRAP>
 +===== Troubleshooting =====
 +<WRAP indent>
  
 +
 +==== Install error ====
 +<WRAP indent>
 +
 +If you get an error message during the installation of the DVR then you may need to manually uninstall the DVR to reinstall it:
 +
 +Open Terminal and run the following:
 +
 +<code>
 +sudo -s
 +</code>
 +
 +Enter your password when prompted. Then copy/paste the following into the terminal and press return:
 +
 +<code>
 +/bin/launchctl unload "/Library/LaunchDaemons/com.silicondust.dvr"
 +/bin/rm "/Library/LaunchDaemons/com.silicondust.dvr"
 +/usr/bin/dscl . -delete "/Groups/_HDHomeRun"
 +/usr/bin/dscl . -delete "/Users/_HDHomeRun"
 +/usr/sbin/pkgutil --forget "com.silicondust.dvr"
 +/bin/rm -rf "/Users/HDHomeRun"
 +</code>
 +
 +You may see some errors about things not being found; that is OK. After the last command is run, re-run the installer for the DVR.
 +
 +</WRAP>
 +
 +</WRAP>
 ===== Next step: Using DVR in the HDHomeRun app ===== ===== Next step: Using DVR in the HDHomeRun app =====
 <WRAP indent> <WRAP indent>
  • Last modified: 2025/10/16 05:18