<div dir="ltr">I'm doing some planning for moving from MythTV v31 on Ubuntu 18.04 to MythTV v31 on Ubuntu 20.04.  There are a lot of considerations, like my current system using MariaDB and the current issue regarding that on Ubuntu 20.04.<div><br></div><div>However, my concerns today are related to udev rules and systemd overrides.</div><div><br></div><div>On my 18.04 system, I have one udev rule related to mythtv; 99-mythbackend.rules</div><div><br></div><div>SUBSYSTEM=="video4linux", TAG+="systemd"<br>SUBSYSTEM=="dvb", TAG+="systemd"<br>SUBSYSTEM=="firewire", TAG+="systemd"<br></div><div><br></div><div>When I installed mythtv v31 on a virtual machine of Ubuntu 20.04, this file was not there. I probably created it myself because of the Hauppauge WinTV HD Quad PCIe tuner card I was using. </div><div><br></div><div>So is this still necessary for Ubuntu 20.04 and mythtv v31?</div><div><br></div><div>Also,  on my current system I have an override file in /etc/systemd/system/mythtv-backend.service.d/ythtv-backend-override.conf:</div><div>[Unit]<br>Wants=dev-dvb-adapter0-frontend0.device<br>After=dev-dvb-adapter0-frontend0.device<br>Wants=dev-dvb-adapter1-frontend0.device<br>After=dev-dvb-adapter1-frontend0.device<br>Wants=dev-dvb-adapter2-frontend0.device<br>After=dev-dvb-adapter2-frontend0.device<br>Wants=dev-dvb-adapter3-frontend0.device<br>After=dev-dvb-adapter3-frontend0.device<br><br>After=NetworkManager-wait-online.service<br></div><div><br></div><div>I figure this is also related to the Hauppauge card and also my HDHomerun tuner.</div><div><br></div><div>Again I think I did this back with mythtv29 and it's stayed through the upgrades to v31.</div><div><br></div><div>Do I need any of this in mythtv v31 on Ubuntu 20.04?</div><div><br></div><div>On the Ubuntu 20.04 test virtual machine I have only the HDHR tuner and it works fine but I have no udev rules or systemd override file.</div><div><br></div><div>Thoughts?</div><div><br></div><div>Jim A</div><div><br></div></div>