<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 12 Jan 2021 at 16:54, DaveD <<a href="mailto:mythtv@guiplot.com">mythtv@guiplot.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
After a couple of days, I stopped checking the data and let it run for a <br>
week before looking again.  Unfortunately, after about 3 days the logged <br>
card started to always be "unknown".  That's the default.  When the <br>
program starts, it checks for adapters by listing /dev/dvb.  It then <br>
finds the chip for each adapter using "dmesg | grep 'DVB: registering <br>
adapter '" which lets me build a unique name for each card.  The problem <br>
occurred when dmesg got overloaded with messages and the old ones were <br>
dropped.  No more output from the dmesg | grep command.<br></blockquote><div><br></div><div>On most systems there's a post-boot copy of dmesg in /var/log, so I think:</div><div><br></div><div> grep 'DVB: registering adapter ' /var/log/dmesg</div><div><br></div><div>could be a solution?</div><div><br></div><div>Cheers, Ian</div><div><br></div></div></div>