Mailing List archive

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

[linux-dvb] EOL device sleeping



Hi guys. It seems that I have following problem.
The latest cvs drivers.
make insmod
network_activator 512
then little script.
_________________________
DVBDEV="dvb0_0"
DVBIP="192.168.1.1"
szap -n 4
ifconfig $DVBDEV $DVBIP hw ether `ifconfig $1 | awk '
                /inet addr:/ {split(gensub(/( *inet addr:)([^ ]+)(
+.*)/,"\\\\2",1),ipb,".");
\
                printf "0:2:%X:%X:%X:%X\n",ipb[1],ipb[2],ipb[3],ipb[4]}'`
echo "0">/proc/sys/net/ipv4/conf/$DVBDEV/rp_filter
_________________________
then I make ./script ppp0
everything works fine.
We have gruik115.europeonline.net.
when disconnect occurs, device begins to sleep.
I saw DIRECT/---- in my access.log instead of
DEFAULT_PARENT/194.177.32.171 -
when I started the script again and made ping
the packets began to flow. what can that be??

I need your advice



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


Home | Main Index | Thread Index