* [Comm] Configuring DVB (eutelsat w3)
@ 2005-10-25 11:29 Aleksey E. Birukov
0 siblings, 0 replies; only message in thread
From: Aleksey E. Birukov @ 2005-10-25 11:29 UTC (permalink / raw)
To: Sisyphus, Community
Извините за оффтоп. Мне срочно нужна помощь по настройке DVB. Я написал письмо
в службу поддрержки (opensky-support@broadsat.com) и на форум провайдера
(http://forum.broadsat.com/), но мне пока не ответили. Надеюсь, что здесь
найдутся знающие люди, готовые помочь.
Описываю, что я делал по шагам:
My steps:
1. # cat sky2
#!/bin/bash
# sky2
#V 1.3 - 15.05.2004
#V 1.2 - 18.02.2004
#Version 1.1 - 17.11.2003
#V 1.0 - 13.11.2003
#Whereis szap (tuner) program
SZAP=/usr/bin/szap
#Whereis dvbnet (DATA PID) program
DVBNET=/usr/bin/dvbnet
#Number of Channel
CH=5 # Internet:11449:v:0:27500:0:0:2
#Data
PID=3011 # 3010, 3011, 3021
#Device Number
DEV_NAME=dvb0_0
#IP address of DVB
IP_ADDR=192.168.55.1
#MAC Address
MAC_ADDR=00:d0:d7:0e:7d:8D
#Location of config file
Conf_File=/etc/channels.conf
case "$1" in
start)
#/sbin/ifconfig $DEV_NAME down
#/sbin/rmmod skystar2
#/sbin/rmmod mt312
#/sbin/rmmod dvb-core
#
#/sbin/insmod dvb-core dvb_shutdown_timeout=0
#/sbin/insmod mt312
#/sbin/insmod skystar2
#/sbin/insmod input
#/sbin/ifconfig $DEV_NAME $IP_ADDR
$DVBNET -p $PID
$SZAP -c $Conf_File -n$CH -x
/sbin/ifconfig $DEV_NAME $IP_ADDR
/sbin/ifconfig $DEV_NAME hw ether $MAC_ADDR
echo 0 > /proc/sys/net/ipv4/conf/dvb0_0/rp_filter
;;
stop)
echo "Stopping Device"
/sbin/ifconfig $DEV_NAME down
$DVBNET -d 0
#/sbin/rmmod skystar2
#/sbin/rmmod mt312
#/sbin/rmmod dvb-core
;;
status)
echo ""
echo "Device status"
echo ""
/sbin/ifconfig $DEV_NAME
echo""
echo "Tune status"
echo ""
$SZAP -c $Conf_File -n$CH -x
;;
*)
echo "Usage: `basename $0` {restart|stop|status}"
exit 1
;;
esac
2. # ./sky2 start
DVB Network Interface Manager
Version 1.1.0-TVF (Build Sun Aug 14 18:57:12 2005)
Copyright (C) 2003, TV Files S.p.A
Device: /dev/dvb/adapter0/net0
Status: device dvb0_0 for pid 3011 created successfully.
reading channels from file '/etc/channels.conf'
zapping to 5 'Internet':
sat 0, frequency = 11449 MHz V, symbolrate 27500000, vpid = 0x0000, apid =
0x0000
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 01 | signal bd30 | snr 71fd | ber 00000006 | unc 00000000 |
status 1f | signal bd77 | snr c37b | ber 000000a6 | unc 00000000 | FE_HAS_LOCK
3. # ifconfig
dvb0_0 Link encap:Ethernet HWaddr 00:D0:D7:0E:7D:8D
inet addr:192.168.55.1 Bcast:192.168.55.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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Base address:0xbc3
eth0 Link encap:Ethernet HWaddr 00:80:48:25:26:55
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:270 errors:0 dropped:0 overruns:0 frame:0
TX packets:331 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:33377 (32.5 KiB) TX bytes:38442 (37.5 KiB)
Interrupt:10 Base address:0xe000
eth1 Link encap:Ethernet HWaddr 00:80:48:25:16:0F
inet addr:83.222.65.55 Bcast:83.222.65.63 Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8544 errors:0 dropped:0 overruns:0 frame:0
TX packets:7005 errors:0 dropped:0 overruns:0 carrier:0
collisions:12 txqueuelen:1000
RX bytes:2043717 (1.9 MiB) TX bytes:617327 (602.8 KiB)
Interrupt:11 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2166 errors:0 dropped:0 overruns:0 frame:0
TX packets:2166 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:306622 (299.4 KiB) TX bytes:306622 (299.4 KiB)
4. https://sdr.eutelsat.net/servlets/satlogin
type login & passowrd
5. see the page https://sdr.eutelsat.net/servlets/login-7e
6. Configuring my browser
proxy: 193.251.135.103 8080
7. http://google.com
-->> connection time aut!
What is wrong?
Some additional information for previous letter:
1. $ telnet 193.251.135.103 8080
Trying 193.251.135.103...
telnet: connect to address 193.251.135.103: Connection timed out
$ ping 193.251.135.103
PING 193.251.135.103 (193.251.135.103) 56(84) bytes of data.
--- 193.251.135.103 ping statistics ---
37 packets transmitted, 0 received, 100% packet loss, time 36001ms
P.S. $ telnet broadsat.com 80
Trying 213.188.200.196...
Connected to broadsat.com.
Escape character is '^]'.
# tcpdump -i dvb0_0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on dvb0_0, link-type EN10MB (Ethernet), capture size 96 bytes
(empty)
# dvbtraffic
(empty)
# uname -a
Linux localhost 2.6.12-wks26-up-alt4 #1 Tue Aug 9 14:06:25 MSD 2005 i686
unknown unknown GNU/Linux
--
$respect
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-25 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-25 11:29 [Comm] Configuring DVB (eutelsat w3) Aleksey E. Birukov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git