<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
.MsoPapDefault
        {mso-style-type:export-only;
        margin-bottom:6.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I&#8217;m new to the HD-PVR and have recently installed it on my working backend.&nbsp; It is mostly working now &#8211; I can tune live TV using it and recordings fire off a channel change.&nbsp; I&#8217;ve got a problem with my channel change script when starting a recording (which doesn&#8217;t happen with live TV) but I should be able to figure that out on my own.&nbsp; But I also see that the HD-PVR sometimes doesn&#8217;t stop recording.&nbsp; The show it tried to record (but recorded a different program instead due to the aforementioned script issue) lasted a half hour and MythTV seems to have correctly stopped recording at the half hour mark even though the HD-PVR didn&#8217;t get the notification to stop recording.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>To try and debug it, I thought about looking into a script to reload the hdpvr module.&nbsp; Seemed simple enough and there are script examples out there.&nbsp; But when I try typing the following in the command line:&nbsp; <o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sudo modprobe -r -v hdpvr<o:p></o:p></p><p class=MsoNormal>the command just hangs there indefinitely showing:<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; rmmod hdpvr<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal> I can kill the sudo process that kicked off the modprobe but I can&#8217;t kill the modprobe process.&nbsp; The only way I have found to clear the problem is a reboot and even then, during shutdown, the process won&#8217;t die and hangs the computer on the waiting for processes to end step requiring me to push and hold the power button.&nbsp; Nasty.&nbsp; Clearly something is very wrong somewhere.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>This is what I see in dmesg before trying the modprobe &#8211;r:<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.456135] hdpvr 1-3:1.0: firmware version 0x1e dated Mar&nbsp; 7 2012 08:25:15<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.966780] hdpvr 1-3:1.0: device now attached to video0<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.966841] usbcore: registered new interface driver hdpvr<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>And this is what I see from dmesg after the modprobe &#8211;r starts (and then hangs):<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.456135] hdpvr 1-3:1.0: firmware version 0x1e dated Mar&nbsp; 7 2012 08:25:15<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.966780] hdpvr 1-3:1.0: device now attached to video0<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp;&nbsp; 15.966841] usbcore: registered new interface driver hdpvr<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp; 846.134280] usbcore: deregistering interface driver hdpvr<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; [&nbsp; 846.134308] hdpvr 1-3:1.0: device video0 disconnected<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>If I don&#8217;t plug in the USB connection to the HD-PVR when I boot up, the hdpvr module doesn&#8217;t get loaded, of course.&nbsp; So I can modprobe hdpvr and it loads fine.&nbsp; Then I can modprobe &#8211;r no problem.&nbsp; The inability to remove the hdpvr module could be related to the way the device keeps recording sometimes.&nbsp; So I&#8217;m hopeful that fixing one will fix the other.&nbsp; But I&#8217;m out of ideas about what to check or what could be the source of the problem.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am running Mythbuntu so my setup for the HD-PVR was pretty easy.&nbsp; Mostly just plugged it in and set it up in the Backend setup.&nbsp; A few extra steps to enable the IR flashing.&nbsp; And I did start with updating the firmware to the latest using a Windows computer.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have checked my BIOS settings for USB settings.&nbsp; I don&#8217;t have much in there for options (6 year-old ASUS BYO) and what is there seems to things set appropriately, at least as far I can tell.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Anybody have suggestions on where to look to chase down a problem like this (or these, as the case may be)?&nbsp; Thanks!!&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Ken. <o:p></o:p></p></div></body></html>