Hi,
there is a bug in epgsearch which leaks file descriptors if epgsearch cannot
connect to the SVDRP port. Everything works well for a while until all file
descriptor slots are in use and process cannot open any file anymore. Then
VDR will either stop showing live TV, stop recording, crash or do
Hi,
the right way, of course, is to fix the driver, and make vdr check what
device can do. I'm glad Petri had time to test it, and I hope to see the
patch in next version of vdr. But I couldn't use the driver patch even if I
wanted to patch kernel myself, as I actually have 3 devices with TDA10023
Klaus Schmidinger
> On 05.04.2010 12:43, Teemu Rantanen wrote:
> > Hi,
> >
> > I tried also without delete cDeviceHook but it still crashed...
>
> Please try creating the cReddoDeviceHook in
> cPluginDisableReddoQAM256::Initialize(),
> as suggested in PLUGINS.html.
&
Hi,
I tried also without delete cDeviceHook but it still crashed...
Well, the fixes are basically available in the plugin, as I copied the probe
method (and modified slightly to suit the plugin). Those are:
- The sysfs filenames are idVendor (subsystem_vendor) and idProduct
(subsystem_device)
- Y
Hi,
There's a new version of the patch implemented as a plugin. It seems to
work, but there are few things to notice:
- Plugin does not cache which devices are Reddo devices, instead it probes
sysfs every time QAM256 channel is being tuned into (on any device). It
would be nice if cDeviceHook add
I see... I actually noticed cDeviceHook but couldn't figure out if it could
be used or not as there was no reference anywhere for it.
This patch could be very nicely implemented fully in a plugin. I'll try
that...
Thanks,
Teemu
2010/4/3 VDR User
> Klaus added the ability to limit satellites
Hi,
now that I've moved from pci dvb-c cards to usb dvb-c cards, I started to
think what happens if dvb-devices are inserted/ejected when vdr is running.
I haven't actually tried what happens, but it looks like hotswapping isn't
supported? I guess adding a new device could be done quite easily e.g
Hi,
I bought a Reddo dvb-c usb card last week and wanted to make it a backup
card without a risk of it accidentally tuning into QAM256 channel and
spitting out garbage. It seems to be quite good value for money in Finland
if you want dvb-c usb card and don't need QAM256.
I followed this conversat