Re: one tuner of a PVR-500 not returning any data

2012-11-23 Thread Brian J. Murrell
On 12-11-22 07:33 AM, Brian J. Murrell wrote: > I have a PVR-500 in a machine here where one of the /dev/video* devices > can successfully be opened and return data while the other can be > opened but returns to data to a read(2). i.e.: > > open("/dev/video3", O_RDONLY|O_LARGEFILE) = 3 > dup3(3,

one tuner of a PVR-500 not returning any data

2012-11-22 Thread Brian J. Murrell
I have a PVR-500 in a machine here where one of the /dev/video* devices can successfully be opened and return data while the other can be opened but returns to data to a read(2). i.e.: open("/dev/video3", O_RDONLY|O_LARGEFILE) = 3 dup3(3, 0, 0) = 0 close(3)