Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Internet via sat: found a temp solution!



Hi,

Göran Lindberg wrote:
> Hi!
> 
> I have a Nexus-s DVB card that I use for internet via sat
> but I had problems with ARM crashes and duplicate packets when pinging.
> 
> However, I found a way to go around these problems until
> somebody finds the real error:
> 
> In DVB/driver/dvb_net.c I found two pices of code that sets the mac filters:
> 
> First set the unicast mac:
>        
>    dvb_net_filter_set(dev, &priv->secfilter, mac);
> 
> 
> then set a list of multicast mac adresses:
> 
>    for (i=1; i<priv->multi_num; i++)
>             dvb_net_filter_set(dev, &priv->secfilter,
>                                priv->multi_macs[i]);
> 
> 
> If I outcomment the first OR second one and recompile then it works, no crashes or duplicate packets!
> Have tested for 48 hours now!

Can please somebody verify this?

thanks,

Holger



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index