Michael Dreher wrote:
> 
> What can I do to dig deeper? I looked at the source but I don't understand
> which parts are executed with hw_sections=0/1. If I'm the only one with this
> problem,

In dvb_net.c, change the line
        ret = priv->secfeed->set(priv->secfeed, priv->pid, 32768, 0, 1);
to
        ret = priv->secfeed->set(priv->secfeed, priv->pid, 32768, 0, 0);

to disable CRC check with hw_sections=0.

Johannes


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to