Re: HDPVR woes

Martin Dauskardt <[email protected]> Sun, 30 Jan 2011 12:42:21 +0100
Newsgroups gmane.linux.drivers.dvb
Message-ID <[email protected]>
> From: Rob Davis <[email protected]>
> 
> I am using a Hauppauge HDPVR unit with vdr and the pvrinput plugin. This
> normally works really well, however every now and then thing stops
> streaming, the big blue light goes off and pvrinput doesn't notice. 

Are there any errors or unusual messages in the pvrinput log (use loglevel 3 
or 4)?
Please load hdpvr with hdpvr_debug=1 to see if there are any special driver 
messages.

> I am trying to diagnose this with Lars Hanisch, one of the authors of
> pvrinput.
> 
> The part of pvrinput it's failing on is:
> 
> else if (FD_ISSET(parent->v4l2_fd, &selSet)) {
> log(pvrDEBUG1, "read");
do you get this log info? If not, it could be a similar problem with FD_ISSET 
I noticed while trying to get a saa7134card working. I removed FD_ISSET and 
changed the code in reader.c (similar to the one in mythtv)

> r = read(parent->v4l2_fd, buffer, bufferSize);
> log(pvrDEBUG1, "done read");
> 
> 
> So, it never returns from r = read(parent->v4l2_fd, buffer, bufferSize);
> 
> If I do a cat /dev/video0 >/tmp/test.ts, and change the resolution of
> the cable box, the cat command never finishes, but the blue light goes
> out and test.ts stops increasing in size. (This simulates the same kind
> of behaviour, so I'm guessing it's a TS error of some sort).

this indicates that a disturbance in the input signal confuses the hdpvr. Can 
you reproduce this by simply turning off and on the cable box?

What is necessary to get hdpvr work again? If you kill the current cat command 
and start a new capturing with cat - does this work? Or do you need to reload 
the driver , or power off/on  the hdpvr?

> 
> I am compiling the latest dev tree of v4l at the moment but don't think
> much development has happened in this driver.
> 
> The problem compounds on VDR as if there is no signal while recording,
> VDR assumes its a driver lockup and restarts itself, breaking any
> concurrent recordings on other input devices.

You can turn off the "emergency exit" in "Setup/Miscellaneous/Emergency exit". 
(At least with vdr 1.7.16)

BTW: the linux-dvb ML is dead. Driver discussion is now in linux-
[email protected] 

Greets,
Martin

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead [email protected]
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb