Mailing List archive

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

[linux-dvb] dvbtune



this is the connection parameters of satelite eutelsat w3 at 7east:
frequency: 11.2623 GHZ
symbol rate: 27.5 MSym/s
Polarization: Horizontal
FEC: 2/3
 
Active Pids:
 
                           Decimal                Hexadecimal
---------------------------------------------------------------------------
Broadcast (push)   2401                     961
Multicast               2001,2002,2004    7d1,7d2,7d4
 
Proxy address: proxy.eutelsat.net port:8080
 
this is from service startup guide :
"...In the "Filter" page all PIDs used by the OPENSKY service have to be inserted:
- Multicast service (Streaming video and Push service) : 2001, 2004, 2401 (decimal value)
- Unicast service (Fast Internet) : 30xx; these PIDs are assigned at registration..."
 
so I should use -n 3003 ?
and what about that broadcast (push) ?
 
and am I doing it right ? (I`m a newbie in dvb)
./dvbtune -f 11262300 -p h -s 27500 -n 3003
ifconfig dvb0_0 192.168.4.1 hw ether 00:D0:5C:00:92:8F up
echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter
 
on my ifconfig I see
dvb0_0    Link encap:Ethernet  HWaddr 00:D0:5C:00:92:8F
          inet addr:192.168.4.1  Bcast:192.168.4.255  Mask:255.255.255.0
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:4096  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Base address:0xbbb
 
and in syslog:
....kernel: dvb0_0: set_multi()
kernel: dvb0_0: feed_stopped
kernel: dvb0_0: promiscuous mode
kernel: dvb0_0: filter mac=00 d0 5c 00 92 8f
kernel: dvb0_0: filter mac=01 00 5e 00 00 01
kernel: dvb0_0: feed_started ....
 
but on tcpdump -i dvb0_0 I can`t see anything when I try to ping proxy.eutelsat.net
maybe that`s because I`m doing it inside of my lan, and I should do it on my server ?
or because that dvb card is sharing irq (PCI: Sharing IRQ 7 with 00:07.2, PCI: Sharing IRQ 7 with 00:07.3) or something ?
 

Home | Main Index | Thread Index