From c.l.pavlicu@btinternet.com Wed Aug 1 13:17:38 2001 Date: Tue, 15 Jun 1999 21:38:32 +0100 From: Constantin Pavlicu To: linux-dvb@linuxtv.org Subject: Re: Transport stream X-IMAPbase: 996837060 339 Status: O X-Status: X-Keywords: X-UID: 1 How does the filtering actually work? Are the bits used as a mask (e.g : PID=0x1ff, all PIDs in range 0-0x1ff)? And what is data[16] used for? I'm confused, help! Sorry if this stuff has already been covered, but I couldn't find any info in the .h files. > struct bitfilter filt1 = { > 0x1ff, > { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, > 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, > 0x0500|DATA_PIPING_FLAG, 0, FILTER_MEM > }; > From rolf@max.lui.uni-tuebingen.de Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 06:08:35 +0200 (CEST) From: rolf@max.lui.uni-tuebingen.de To: Linux DVB Subject: CI Interface Status: O X-Status: X-Keywords: X-UID: 2 Hello! My CI Interface card has a 3.5mm Connector but i doubt that its another Audio-Out. I heared that it may be a IR reciever connector. What could that thing be really? I also want to buy a CAM Module but there are so many. Irdeto All-CAM Irdeto CI-All-CAM Irdeto CI-CAM ALL-CAM SE etc. Do they all work? Or do i need a special one? Any Hints? Thanks in Advance! greetings Rolf From neuhaus@ubmail.de Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 10:01:39 +0200 From: Mike Neuhaus To: linux-dvb@linuxtv.org Subject: dvbd2 - problems Status: O X-Status: X-Keywords: X-UID: 3 I want to use dvbd2 for my internet - connection, but executing dvbd results: Can't get local ip-address. Stop What can i do? I use ppp for connecting to the isp. Where can i set this for understanding with dvbd. /etc/dvbd.conf is hopefully configured: # DVB receiver configuration file, (c) 2000 data planet international # # standard location in /etc # # LNB power on=1/off=0 # power 1 # # symbol rate [symbol/sec] # # ASTRA 1E/1F # # symbolrate 27500000 # # ASTRA 1G/1H # symbolrate 22000000 # # frequency [kHz] # # ASTRA TR 103 # # frequency 12461000 # # ASTRA TR 115 # # frequency 12662750 # # ASTRA TR 114 # # frequency 12640000 # # ASTRA TR 113 # frequency 12632250 # # 22 kHz signal on=1/off=0 # ttk 1 # # diseqc on=1/off=0 # diseqc 0 # # AFC on=1/off=0 # AFC 1 # # polarisation H=1/V=0 # polarisation 1 # # settings for MPE filter, PID and MAC filtering, valid MAC bytes # # filter_0 512 # # filter_1 785 # # filter_2 786 01:00:5E:01:0A:01 31 # # filter_3 xxx # # filter_4 xxx # # filter_5 xxx # # filter_6 xxx # # filter_7 xxx # # filter_8 xxx # # filter_9 xxx # From rjkm@netcologne.de Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 13:01:33 +0200 (CEST) From: Ralph Metzler To: rolf@max.lui.uni-tuebingen.de Cc: Linux DVB Subject: CI Interface Status: O X-Status: X-Keywords: X-UID: 4 rolf@max.lui.uni-tuebingen.de writes: > My CI Interface card has a 3.5mm Connector > but i doubt that its another Audio-Out. > I heared that it may be a IR reciever connector. > What could that thing be really? It really is for an IR receiver. Some CI interfaces have the IR receiver on board some only have the connector. The IR receiver is not supported in the Linux driver. > I also want to buy a CAM Module but > there are so many. > > Irdeto All-CAM > Irdeto CI-All-CAM > Irdeto CI-CAM > ALL-CAM SE > etc. What they call "CAM" or "All-CAM" is usually only for the DBOX I. The later DBOX I versions only came with Betacrypt CAMs and did not work with other normal Irdeto cards. That´s why those All-CAMs are sold. For the DVB cards CI interface you need a CI-CAM. In some ads they sometimes leave out the CI. But if it is below 100 Euro it usually is not a CI-CAM but only a DBOX I CAM. If you want to use your Premiere subscription with the DVB card you have to get the CI-All-CAM or the CI-All-CAM SE. Ralph From neuhaus@ubmail.de Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 13:38:30 +0200 From: Mike Neuhaus To: linux-dvb@linuxtv.org Subject: Re: dvbd2 - problems Status: O X-Status: X-Keywords: X-UID: 5 Am Thu, 01 Jun 2000 schrieben Sie: > This is still hard coded in dvbd.h. Please check for networkdevice and > change from eth0 to pppX (X whatever you have). The ppp connections has to > up when you start dvbd. > > Karsten thanks, now it works. Mike From Karsten.Siebert@dataplanet.net Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 13:38:37 +0200 From: Karsten Siebert To: neuhaus@ubmail.de Cc: linux-dvb@linuxtv.org Subject: Re: dvbd2 - problems Status: O X-Status: X-Keywords: X-UID: 6 This is still hard coded in dvbd.h. Please check for networkdevice and change from eth0 to pppX (X whatever you have). The ppp connections has to up when you start dvbd. Karsten ----- Original Message ----- From: Mike Neuhaus To: Sent: Donnerstag, 1. Juni 2000 10:01 Subject: dvbd2 - problems > I want to use dvbd2 for my internet - connection, but executing dvbd results: > > Can't get local ip-address. Stop > > > What can i do? > > I use ppp for connecting to the isp. Where can i set this for understanding > with dvbd. > /etc/dvbd.conf is hopefully configured: > > # DVB receiver configuration file, (c) 2000 data planet international > # > # standard location in /etc > # > # LNB power on=1/off=0 > # > power 1 > # > # symbol rate [symbol/sec] > # > # ASTRA 1E/1F > # > # symbolrate 27500000 > # > # ASTRA 1G/1H > # > symbolrate 22000000 > # > # frequency [kHz] > # > # ASTRA TR 103 > # > # frequency 12461000 > # > # ASTRA TR 115 > # > # frequency 12662750 > # > # ASTRA TR 114 > # > # frequency 12640000 > # > # ASTRA TR 113 > # > frequency 12632250 > # > # 22 kHz signal on=1/off=0 > # > ttk 1 > # > # diseqc on=1/off=0 > # > diseqc 0 > # > # AFC on=1/off=0 > # > AFC 1 > # > # polarisation H=1/V=0 > # > polarisation 1 > # > # settings for MPE filter, PID and MAC filtering, valid MAC bytes > # > # > filter_0 512 > # > # filter_1 785 > # > # filter_2 786 01:00:5E:01:0A:01 31 > # > # filter_3 xxx > # > # filter_4 xxx > # > # filter_5 xxx > # > # filter_6 xxx > # > # filter_7 xxx > # > # filter_8 xxx > # > # filter_9 xxx > # > > From ms@xpirit.nl Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 14:09:54 +0200 From: Maarten Schoonheim To: "'linux-dvb@linuxtv.org'" Subject: CyberLogin.ini - BySky Status: O X-Status: X-Keywords: X-UID: 7 [ Part 1, Text/PLAIN 29 lines. ] [ Unable to print this part. ] Hi,   Thanks for all the help solving my last problem (it was late...). Compiled and added the device (checked with ifconfig). Added a ppp service ppp0 which seem to work. Then try to start CyberLogin but get the error message Parameters Error. When I look in the source code either the username, password, ppp device or dvb0 device but as far as I can see they should be working. Does anybody have a working CyberLogin for BySky or can anybody help me? And what does the parameter DiseqcPort do?   Thanks Maarten ms@xpirit.nl  DVBDevice       = dvb0 Frequency       = 12640000 SymbolRate      = 22000 LocalOscillator = 10600000 Alignment       = V DiseqcPort      = 0 LNBHigh         = 1 DataPID         = 512 NetDevice       = ppp0 ServerIPAddress = 194.177.32.35 SendPort        = 6000 RecvPort        = 8000 UserName        = ******** Password        = ******** From ased@cce.cz Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 16:46:18 +0200 From: Sedlak Anton To: linux-dvb@linuxtv.org Cc: ivo@ultra.hr Subject: Re: dvb.o: unresolved symbol memset Status: O X-Status: X-Keywords: X-UID: 8 Ivo Simicevic wrote > I am still getting this error while "make insmod" > > dvb.o: unresolved symbol memset > > Kernel is 2.2.14 (Debian). Anyone can help? > > Regards, > > Ivo. Yes in Debian 2.1 it is problem due to bugs in gcc. Let us see to dvb.c at function getMAC(...) It is correct in c language to write u8 k0[5] = { 0x54, 0x7B, 0x9E }; but buggy gcc must initialize all five elements so it add function memset. But when you compile kernel module there is no such function - and then you cann't load such module. Solution: add yourself all 5 elements like this u8 k0[5] = { 0x54, 0x7B, 0x9E, 0, 0 }; u8 k1[5] = { 0xD3, 0xF1, 0x23, 0, 0 }; and then you can compile and load module. Although it is bug in gcc it is not good practice to let compiler to make decision instead of author. Tony Sedlak From plesna@atlas.cz Wed Aug 1 13:17:38 2001 Date: Thu, 1 Jun 2000 18:04:09 +0200 From: Petr Plesnik To: linux-dvb@linuxtv.org Subject: Transponder 103 Status: O X-Status: X-Keywords: X-UID: 9 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Hello, does anybody know, why I can't login to TR 103 proxy 194.177.32.196? Ping is OK, I am using dvbd2 and driver verison 0.05. Another question is about terrible speeds on EON. My speed over FTP is about 64 kb on TR 113,114 a 115. Last question is, why i can't download simultaneously more than 4 files at time. (I read older message, where someone write ...speed xx .. using 30x wget.... Thanks Peter From mu_lia_ni@hotmail.com Wed Aug 1 13:17:38 2001 Date: Fri, 02 Jun 2000 13:24:57 GMT From: mu lia ni mu To: linux-dvb@linuxtv.org Subject: SIEMENS in ASIA, PRICEWATCH? Status: O X-Status: X-Keywords: X-UID: 10 Hello, I spoke to a SIEMENS Manager yesterday and he agree to send samples of cards into several Satellite ISP N.O.C. in ASIA. Without approval from ISP, we cannot use SIEMENS cards in ASIA. It is mentioned that SIEMENS, HAUPPAUGE and TECHNOTREND are compatible cards. Which one is the best? Is it 100% indentical card? Is there any PRICEWATCH site that compare prices from Online computer vendors in German/ European countries? I visited http://www.pricewatch.co.uk, and found HAUPPAUGE DVB-S cards from SIMPLY and DABS. Is these shop reliable/bonafide? Is there any similar site in EUROPE? Anyone have experience with:SatShop,CustomShop, PerfectSystems (Netherland), DVBShop (German)? Thank you for the answer. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From ms@xpirit.nl Wed Aug 1 13:17:38 2001 Date: Fri, 2 Jun 2000 16:13:59 +0200 From: Maarten Schoonheim To: "'linux-dvb@linuxtv.org'" Subject: BySky listen error Status: O X-Status: X-Keywords: X-UID: 11 [ Part 1, Text/PLAIN 33 lines. ] [ Unable to print this part. ] Hi, When I try to login, I first start a ppp session, then try to start CyberLogin. It returns with the error code: Listen error. Under Windows the card etc is working fine (provider = www.bysky.nl I think they use EON). The Windows settings are: Freq: 12640000, Sym rate: 22000000, Pol: V, Server addr: 194.177.32.35, Proxy 194.177.32.36,Filter PID:512, IP: 192.168.100.100. I use the following CyberLogin.ini: DVBDevice       = dvb0 Frequency       = 12640000 SymbolRate      = 22000 LocalOscillator = 10600000 Alignment       = V DiseqcPort      = 0 LNBHigh         = 1 DataPID         = 512 NetDevice       = ppp0 ServerIPAddress = 194.177.32.35 SendPort        = 6000 RecvPort        = 8000 UserName        = ******** Password        = ******** Please help me, I am about to give up...... (Tried to alter the IP address in the make source code however no succes.....) Do I need to change more settings? I am using Suse 6.4 (Kernal 2.2.14) and with ifconfig I can see the dvb0 device and the ppp0 device. Thanks maarten ms@xpirit.nl From bjedelijn@delhee.nl Wed Aug 1 13:17:38 2001 Date: Fri, 2 Jun 2000 17:38:40 +0200 From: Bernd Edelijn To: linux-dvb@linuxtv.org Subject: Can't get any traffic @ the dvb card. Status: O X-Status: X-Keywords: X-UID: 12 [ Part 1, Text/PLAIN (charset: Unknown "Windows-1252") 32 lines. ] [ Unable to print this part. ] [ The following text is in the "Windows-1252" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Hi There,   I am working with this problem more than a month now.   I am using a linux machine on the subnet 192.168.15.x with the address 192.168.15.20 My connection through the internet go's by a router (address 192.168.15.1) which works perfectly, but at a low bandwith. Because I use Superweb as provider i can only use proxy-authentication @ port 8080, and not the EON-login @ 6000 & 8000. I use redhat 6.1 & driver version 0.04 of linux dvb. And i use dvbd2.   To connect @ the internet i wan't to use squid, and i configured it properly, as i watched the last mails in this email-list. But i don't get any traffic @ device dvb0 when i look with command "tcpdump -i dvb0". Squid works fine when i use direct connection, but that isn't what i want to. I WAN'T EON!   Does anyone have any suggestions because am i about to collapse @ this point. ;-((((( Kind Regards, Bernd Edelijn DeLhee Systeembeheer Mobiel: 06 29 51 53 38 SMS Mail (Alleen Onderwerp) mailto:bjedelijn@quios.com mailto:bjedelijn@delhee.nl Homepage http://www.delhee.nl   From trient0@yahoo.com Wed Aug 1 13:17:38 2001 Date: Fri, 02 Jun 2000 18:40:54 +0300 From: Lucian Fratila To: linux-dvb@linuxtv.org Subject: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 13 Howdy. Just wondering if there is any way that I could watch a TV channel while using the data services (i.e. EON). The card that I have is a Technitrend, running under linux (dvbd 0.5, kernel 2.2.15). I guess it's a problem with the video4linux driver, as it doesn't allow /dev/video to be used by more than one program at a time. Or it's the card that doesn't support it? By the way, any news from EON concerning their services? What I've got now is quite a difference from what I've been expecting (current transfer rates are around 10Kbytes/s with lots of timeouts on TR113 and 114). Is anything going to change these days (TR103, login procedure) that might increase the bandwidth? I'm asking this as I've seen a lot of people complaining on this list about EON's speed. I wonder if there is any person from EON subscribed here that might give us a hint.. TIA, Lucian From mirceac@interplus.ro Wed Aug 1 13:17:38 2001 Date: Fri, 02 Jun 2000 19:04:55 +0300 From: Mircea Ciocan To: linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 14 No, you can't see a TV program while using data capabilities of the card. It is not driver fault but the problem is that you have only one tuner onboard and so you can decode only one data stream at a time. For the tuner part of the card it doesn't matter if the stream that is recevied is a TV channel or paket data. Of course it remain the problem of the DVD decoder, maybe some one of the driver makers could tell us if the actual MPEG decoder culd be used while the board is in data mode, it will be nice to see CD or DVD movies while using the board as data receiver. About EOL, first I want to thanks all that helped me start the thing in the new configuration ( post Cyber-Login) than I want to express my great disappoin for the quality of the service. The worst transponder is 113 IMHO, that unfortunately has the strongest signal path here in Romania, but the data feed is horrible and much of the time the proxy service is not running on that server and when is running is splutterd with "bad request" and many other squid proxy errors. The 115 transponder has a better data conexion but unfortunately for my area on day time when the sun is up and/or the day is cloudy the sync is lost. I have no polarotor LNB so I can't test transponder 114. I mange to sync and have an excelent quality on transponder 103 but I wasn't abele to link to a proxy, could someone confirm that 103 proxy address is 194.177.32.196 ??? If somebody has information about receiving multicast streams I'll be very greatfull to know because for normal download the EOL service is not worth its money. Mircea C. Lucian Fratila wrote: > > Howdy. > > Just wondering if there is any way that I could watch a TV channel while > using the data services (i.e. EON). The card that I have is a Technitrend, > running under linux (dvbd 0.5, kernel 2.2.15). I guess it's a problem with > the video4linux driver, as it doesn't allow /dev/video to be used by more > than one program at a time. Or it's the card that doesn't support it? > > By the way, any news from EON concerning their services? What I've got now > is quite a difference from what I've been expecting (current transfer rates > are around 10Kbytes/s with lots of timeouts on TR113 and 114). Is anything > going to change these days (TR103, login procedure) that might increase the > bandwidth? I'm asking this as I've seen a lot of people complaining on this > list about EON's speed. I wonder if there is any person from EON subscribed > here that might give us a hint.. > > TIA, > Lucian From rjkm@netcologne.de Wed Aug 1 13:17:38 2001 Date: Fri, 2 Jun 2000 18:19:41 +0200 (CEST) From: Ralph Metzler To: Lucian Fratila Cc: linux-dvb@linuxtv.org Subject: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 15 Lucian Fratila writes: > Just wondering if there is any way that I could watch a TV channel while > using the data services (i.e. EON). The card that I have is a Technitrend, > running under linux (dvbd 0.5, kernel 2.2.15). I guess it's a problem with > the video4linux driver, as it doesn't allow /dev/video to be used by more > than one program at a time. Or it's the card that doesn't support it? Well, show me one card which can receive more than one transponder at the same time. You would need 2 antenna cables (if the transponders are on different polarizations, frequency bands, satellites), 2 tuners, 2 DVB decoders and 2 demultiplexers. Just buy another card! As long as the data service is not on the same transponder of course you cannot watch TV and receive data services at the same time on one card. Data services on the same transponder as the TV channel (like SI information, Teletext, AC3 stream, even other TV channels) can be received at the same time. Ralph From rjkm@netcologne.de Wed Aug 1 13:17:38 2001 Date: Fri, 2 Jun 2000 18:42:58 +0200 (CEST) From: Ralph Metzler To: Bernd Edelijn Cc: linux-dvb@linuxtv.org Subject: Can't get any traffic @ the dvb card. Status: O X-Status: X-Keywords: X-UID: 16 > I am working with this problem more than a month now. > > I am using a linux machine on the subnet 192.168.15.x with the address > 192.168.15.20 > My connection through the internet go's by a router (address 192.168.15.12) > which works perfectly, but at a low bandwith. > Because I use Superweb as provider i can only use proxy-authentication @ > port 8080, and not the EON-login @ 6000 & 8000. > I use redhat 6.1 & driver version 0.04 of linux dvb. And i use dvbd2. > > To connect @ the internet i wan't to use squid, and i configured it > properly, as i watched the last mails in this email-list. > But i don't get any traffic @ device dvb0 when i look with command > "tcpdump -i dvb0". > Squid works fine when i use direct connection, but that isn't what i want > to. I WAN'T EON! > > Does anyone have any suggestions because am i about to collapse @ this >point. ;-((((( The problem is that you are behind a masquerading router. EON only sees the router and sends the packages to that IP. So, the DVB driver sees that IP, gives the package to the IP stack which sends it to the router instead of keeping it. I guess the router does not expect answers to masqueraded packages to come from the "inside" and does not send them back to the Linux PC? Are there any security settings (like route discovery) in the router which could be preventing this? The external (real) IP of the router is of course also different to the 192.168.15.12. So, it might not like getting packages with the other IP from the local side at all. Another solution could be to translate packages from the satellite which are directed to the router into ones directed to the Linux PC. This could be done in the DVB driver or maybe better in a user space network filter. The latter would probably be more flexible and portable but I have never programmed such a filter before. Ralph From mihai@ambra.ro Wed Aug 1 13:17:38 2001 Date: Sat, 3 Jun 2000 00:10:19 +0300 From: Mihai Amariutei To: Bernd Edelijn Cc: linux-dvb@linuxtv.org Subject: Re: Can't get any traffic @ the dvb card. Status: O X-Status: X-Keywords: X-UID: 17 [ The following text is in the "Windows-1252" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Have a look at http://www.unix.cslab.tuwien.ac.at/~ackerman/eon/eon_masq.html ----- Original Message ----- From: "Bernd Edelijn" To: Sent: Friday, June 02, 2000 6:38 PM Subject: Can't get any traffic @ the dvb card. > Hi There, > > I am working with this problem more than a month now. > > I am using a linux machine on the subnet 192.168.15.x with the address > 192.168.15.20 > My connection through the internet go's by a router (address 192.168.15.1) > which works perfectly, but at a low bandwith. > Because I use Superweb as provider i can only use proxy-authentication @ > port 8080, and not the EON-login @ 6000 & 8000. > I use redhat 6.1 & driver version 0.04 of linux dvb. And i use dvbd2. > > To connect @ the internet i wan't to use squid, and i configured it > properly, as i watched the last mails in this email-list. > But i don't get any traffic @ device dvb0 when i look with command > "tcpdump -i dvb0". > Squid works fine when i use direct connection, but that isn't what i want > to. I WAN'T EON! > > Does anyone have any suggestions because am i about to collapse @ this > point. ;-((((( > Kind Regards, > > Bernd Edelijn > > DeLhee Systeembeheer > Mobiel: 06 29 51 53 38 > SMS Mail (Alleen Onderwerp) mailto:bjedelijn@quios.com > mailto:bjedelijn@delhee.nl > Homepage http://www.delhee.nl > > > From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:17:38 2001 Date: Sat, 03 Jun 2000 08:31:28 +0200 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 18 Ralph Metzler wrote: > > [...] > > As long as the data service is not on the same transponder of course > you cannot watch TV and receive data services at the same time on one card. > Data services on the same transponder as the TV channel (like SI > information, Teletext, AC3 stream, even other TV channels) can be > received at the same time. I'd like to add AC3 ("Dolby Digital") capabilities to the VDR project. Is there any information available on how to extract AC3 data from the digital data stream? I take it it's not part of the AV_PES audio data blocks, so the questions are: - how to get the AC3 data? - should it be stored on disk together with the AV_PES data (in one file) or as a separate file? - in case of separate files: how will the AV_PES data and the AC3 data be synchronized when replayed? - what is the typical physical connection between an AC3 source and an AC3 decoder (Cinch, optical...)? Any information on this would be greatly apreciated. Klaus Schmidinger -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ From patrick.prasse@gmx.net Wed Aug 1 13:17:38 2001 Date: Sat, 3 Jun 2000 15:28:32 +0200 From: Patrick Prasse To: linux-dvb@linuxtv.org Subject: Re: Re: Everyone tried UBCOM UBSKY ? Status: O X-Status: X-Keywords: X-UID: 19 On Wed, 31 May 2000, Jens Graf wrote: > Yes, I have an UbSky account, too... > I did not want to pay the 6 Pf/minute for their direct account and use the Eon-Proxies like > every other non-UBSky-User does simply via another provider. > Just follow the instructions given here with a differen ISP than UBCom - They simply give > the 30 DM/month to EON and earn their money through these 6 PF/minute. Works perfectly with > both Windows and Linux using CyberLogin... Yes, but I wrote UBCOM and they said that if I would used their access, the downstream over the Sat. is Full-IP ( not only HTTP, FTP ) for example the Napster protocol ;-) From Carsten.Koch@icem.de Wed Aug 1 13:17:38 2001 Date: Sun, 04 Jun 2000 23:02:10 +0200 From: Carsten Koch To: Ralph Metzler Cc: Peter Visser , Klaus Schmidinger , linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 75 Ralph Metzler wrote: ... > Yes, there is a SP/DIF connection on the board. > > The following is from the readme file of the Windows Siemens driver > distribution (the one which came out 2 or 3 months ago): > > > 3. Internal Connector (DVB-S) > > > > There is a two row connector(10pin) on the DVB Sat version: > > Pin definition (pin1 shows an arrow) > > CVBS (Composite) 1 - 2 VCC > > Blue out 3 - 4 SPDIF out > > Green out 5 - 6 Audio Right out > > Red out 7 - 8 Audio Left out > > not con. 9 - 10 Ground Thanks, Ralph! That is good news. There are actually *two* 10pin jumper fields on the board. The Hauppauge and the original Technotrend manual both refer to them as "J2" and "J8" and describe them as "Reserved for future enhancements". Two questions: Which one is the one described above? J2 or J8? J2 is at the center of the board, J8 is at the upper right corner above the CI connector. What is the pinout of the other connector? Thanks again, Carsten. From mocm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Mon, 5 Jun 2000 00:26:09 +0200 (MEST) From: Marcus O.C. Metzler To: Thomas Eichenhofer Cc: linux-dvb@linuxtv.org Subject: switch channel by using favorites Status: O X-Status: X-Keywords: X-UID: 122 Thomas Eichenhofer writes: > [1 ] > Hi, > after little problems while compiling, driver version 0.05 is working fine for me now. > Any body else got problem when changing channels using favorites? > Switching channels work for me with "dvb info", but channel buttons up/down and favorites DO NOT work. Yes, I noticed that, I fixed it last week. Here is the diff for graphs.cc: 21a22 > #ifdef DVB_TUNER 22a24 > #endif 30c32 < static GtkWidget *clist1, *audiomenu, *menubar; --- > static GtkWidget *clist1, *menubar; 32a35,36 > #ifdef DVB_TUNER > static GtkWidget *audiomenu; 36a41 > #endif 41a47 > static int fdescr; 42a49 > #ifdef DVB_TUNER 52,53d58 < < static int fdescr; 54a60 > #endif 65a72 > #ifdef DVB_TUNER 95c102 < --- > #endif 109a117,118 > #ifdef DVB_TUNER > 128a138,155 > void save_dvb(GtkWidget * w, gpointer data){ > ofstream dvbout; > char path[80]; > const char *home = getenv("HOME"); > const char *file = ".dvbrc"; > > strncpy(path, home, STRSIZE); > strncat(path, "/", STRSIZE); > strncat(path, file, STRSIZE); > dvbout.open(path); > if (dvbout) { > status_message("Saving .dvbrc\n"); > dvbout << dvb; > } > > } > > 171a199 > #endif 205a234 > #ifdef DVB_TUNER 212,214c241 < set_audio_menu(&dvb.chans[k]); < else < set_audio_menu(NULL); --- > set_channel_dvb(GTK_WIDGET(gwidget),k); 217a245 > #endif 218a247 > #ifdef DVB_TUNER 219a249 > #endif 221a252,253 > #ifdef DVB_TUNER > 244c276 < strlen(dvb.lnbs[i].name))) { --- > 1+strlen(dvb.lnbs[i].name))) { 255c287 < strlen(name)); --- > strlen(name)+1); 269c301 < strncpy(name, entry, strlen(entry)); --- > strncpy(name, entry, strlen(entry)+1); 337c369,371 < items = g_list_append(items, "new lnb"); --- > > char *nlnb = "new lnb"; // for gcc 2.95 > items = g_list_append(items,nlnb); 339c373 < if (dvb.lnbs[i].name[0]) --- > if (dvb.lnbs[i].name[0] != 0) 344a379 > strncpy(dvb.lnbs[i].name,name,strlen(name)+1); 405a441 > #endif 466a503,504 > #else > if (!dev) dev = "/dev/video"; 506,507c544,545 < < menuitem = CreateMenuItem(menu, "Load", "^l", --- > #ifdef DVB_TUNER > menuitem = CreateMenuItem(menu, "Set Play File", "^l", 511c549 < menuitem = CreateMenuItem(menu, "Save", "^s", --- > menuitem = CreateMenuItem(menu, "Set Record File", "^s", 514a553,556 > menuitem = CreateMenuItem(menu, "Save DVB", "^d", > "Save .dvbrc", > GTK_SIGNAL_FUNC(save_dvb), NULL); > #endif 520a563 > #ifdef DVB_TUNER 532c575 < --- > #endif 541a585 > #ifdef DVB_TUNER 543c587 < --- > #endif 593a638 > #ifdef DVB_TUNER 601,603c646 < if (chlist.NumChan()) < set_channel(chlist(0)); < --- > #endif 610a654,658 > if (chlist.NumChan()){ > set_channel(chlist(0)); //once should be enough > set_channel(chlist(0)); // but the driver doesn`t get it !! > } > 702a751 > #ifdef DVB_TUNER 738a788 > #endif 790a841,842 > #ifdef DVB_TUNER > 802a855 > #endif 819a873 > #ifdef DVB_TUNER 864c918 < --- > #endif 1257a1312 > #ifdef DVB_TUNER 1328a1384 > 1331c1387 < --- > 1352,1353c1408,1410 < widget_destroy(window1); < } --- > } > widget_destroy(window1); > cout << *lnb << endl; 1554a1612 > #endif 1662c1720 < --- > #ifdef DVB_TUNER 2194a2253 > #endif From rjkm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Mon, 5 Jun 2000 16:35:10 +0200 (CEST) From: Ralph Metzler To: linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 144 Carsten Koch writes: > There are actually *two* 10pin jumper fields on the board. > The Hauppauge and the original Technotrend manual both refer > to them as "J2" and "J8" and describe them as "Reserved for > future enhancements". > > Two questions: > > Which one is the one described above? J2 or J8? > J2 is at the center of the board, J8 is at the upper right > corner above the CI connector. The one at the center. > What is the pinout of the other connector? No idea. Ralph From vasile@death.yi.org Wed Aug 1 13:17:39 2001 Date: Mon, 5 Jun 2000 21:07:52 +0300 (EEST) From: Alex To: linux-dvb@linuxtv.org Subject: CyberLogin 1.8 Status: O X-Status: X-Keywords: X-UID: 146 I've upgraded to CyberLogin 1.8 and now I can't connect. I has the old config in the distribution. I have copied from this list the new one and it says connected but I can't ping any proxy.... # Init file for CyberLogin # Frequency SymbolRate Alignment IP/Proxy # TR 103: 12461000 27500000 H ??? / ??? # TR 113: 12633250 22000000 H .4 / .6 # TR 114: 12640000 22000000 V .35 / .36 # TR 115: 12662750 22000000 H .163 / ./164 Frequency = 12633250 LocalOscillator = 10600000 ServerIPAddress = 194.177.32.4 Symbolrate = 22000 Alignment = H DiseqcPort = 0 LNBHigh = 1 DataPID = 512 DVBDevice = dvb0 NetDevice = ppp0 SendPort = 6000 RecvPort = 8000 UserName = ******** Password = ******** From vasile@death.yi.org Wed Aug 1 13:17:39 2001 Date: Mon, 5 Jun 2000 21:08:39 +0300 (EEST) From: Alex To: linux-dvb@linuxtv.org Subject: dvbd 2 Status: O X-Status: X-Keywords: X-UID: 147 I have also installed dvbd2 ... I get: Fsync = 0, Freq = 2032250000, Sync = 127 Afc = 4294795421 Agc = 351 Nest = 15360Fsync = 0, Freq = 2032250000, Sync = 127 Afc = 4294795421 Agc = 223 Nest = 15360Fsync = 0, Freq = 2032250000, Sync = 127 Afc = 4294795421 Agc = 255 Nest = 15360Fsync = 0, Freq = 2032250000, Sync = 127 Afc = 4294795421 Agc = 191 Nest = 15104Fsync = 0, Freq = 2032250000, Sync = 127 Afc = 4294795421 Agc = 239 Nest = 15104 Vber = 0 But I can't ping any proxy.... Any ideea? From ujq7@rz.uni-karlsruhe.de Wed Aug 1 13:17:39 2001 Date: Mon, 05 Jun 2000 22:07:44 +0200 From: Andreas Peter To: linux-dvb@linuxtv.org Subject: outcommand error 1 Status: O X-Status: X-Keywords: X-UID: 148 Hi, I'm using a Hauppauge DVB-s (SuSE 6.4, Kernel 2.2.14, driver 0.05, Klaus Schmidinger's VDR 0.05). The driver works fine, but I get an outcommand error 1 after some channel switchings. Does anybody know a solution for this problem? Thanks, Andreas From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:17:39 2001 Date: Mon, 05 Jun 2000 23:09:17 +0200 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: Re: outcommand error 1 Status: O X-Status: X-Keywords: X-UID: 149 Andreas Peter wrote: > > I'm using a Hauppauge DVB-s (SuSE 6.4, Kernel 2.2.14, driver 0.05, Klaus > Schmidinger's VDR 0.05). > The driver works fine, but I get an outcommand error 1 after some > channel switchings. > Does anybody know a solution for this problem? I have observed that this condition occurs every time I switch to a channel that is currently broadcasting in 16:9 mode. Must be a memory problem in the firmware. Let's hope Ralph can find a solution for this... Klaus Schmidinger -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ From d.picciani@novacomp.it Wed Aug 1 13:17:39 2001 Date: Wed, 7 Jun 2000 11:43:34 +0200 From: Diego Picciani To: Hans-Henrik Andresen Cc: linux-dvb@linuxtv.org Subject: Re: Whats wrong now ?? Status: O X-Status: X-Keywords: X-UID: 194 This is an piece of an e-mail I received from EON: Outage all Transponders As part of our continued efforts to provide you with better service, we will be servicing our database engine at 9:30 am on Wednesday 07th June 2000. During this period users will not be able to login into our network or sign on to our web site. Maintenance Action: Database service. Maintenance Time: Wednesday, 07.06.2000 09:30 CET Transponder Affected: All Transponders Estimated Outage:Three hours. ----- Original Message ----- From: "Hans-Henrik Andresen" Cc: Sent: Wednesday, June 07, 2000 11:32 AM Subject: OT: Whats wrong now ?? > I keep get > > ERROR 504: Gateway Time-out. > > when trying to recieve fra EON via wget ? It ran as nicely as it can with > EON for a few hours. > > > > /HHA > > From G.Welter@rocleiden.nl Wed Aug 1 13:17:39 2001 Date: Wed, 07 Jun 2000 11:47:26 +0200 From: Gerben Welter To: linux-dvb@linuxtv.org Subject: Re: OT: Whats wrong now ?? Status: O X-Status: X-Keywords: X-UID: 196 At 11:32 7-6-00 +0200, you wrote: >I keep get > > ERROR 504: Gateway Time-out. > >when trying to recieve fra EON via wget ? It ran as nicely as it can with >EON for a few hours. I get that all the time. EON is having many problems with their new proxy servers. That's unfortunately all I know. I just wish they would publish some info on their site regarding what's going on. That way you're informing your customers and at the same time the customers will understand why the service is down. It keeps a lot of bitching and swearing out of the newsgroups and mailinglists :-) Grtz Gerben. From hha@consulting.dk Wed Aug 1 13:17:39 2001 Date: Wed, 7 Jun 2000 12:43:36 +0200 (CEST) From: Hans-Henrik Andresen To: Diego Picciani Cc: linux-dvb@linuxtv.org Subject: Re: Whats wrong now ?? Status: O X-Status: X-Keywords: X-UID: 197 Thank you - now it up again - but why do you recieve mail from EON ?? where do I subscribe ?? /HHA > This is an piece of an e-mail I received from EON: > > Outage all Transponders > As part of our continued efforts to provide you with better service, > we will be servicing our database engine at 9:30 am on Wednesday 07th June > 2000. > During this period users will not be able to login into our network or sign > on to our web site. > Maintenance Action: Database service. > Maintenance Time: Wednesday, 07.06.2000 09:30 CET > Transponder Affected: All Transponders > Estimated Outage:Three hours. > > > ----- Original Message ----- > From: "Hans-Henrik Andresen" > Cc: > Sent: Wednesday, June 07, 2000 11:32 AM > Subject: OT: Whats wrong now ?? > > > > I keep get > > > > ERROR 504: Gateway Time-out. > > > > when trying to recieve fra EON via wget ? It ran as nicely as it can with > > EON for a few hours. > > > > > > > > /HHA > > > > > From dave@dchapman.com Wed Aug 1 13:17:39 2001 Date: Wed, 7 Jun 2000 12:21:10 +0100 From: Dave Chapman To: linux-dvb@linuxtv.org Subject: Electronic Program Guides (DVB-SI) Status: O X-Status: X-Keywords: X-UID: 198 I'm looking to contribute some programming time to supporting DVB under Linux (although not until August) and was wondering what the status is of an EPG application for Linux. Does the Siemens driver support extraction of the service information data for producing an EPG display? Or is specific support not necessary (I don't know enough about the details of DVB yet). Is anyone working on it? Best wishes, Dave Chapman. From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Wed, 07 Jun 2000 14:12:42 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: "linux-dvb@linuxtv.org" Subject: EON problems, once more Status: O X-Status: X-Keywords: X-UID: 199 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] It often happens that I get "Unable to forward this request at this time. " reply from EON proxies when I am using proxy-auth method, and it happens when accessing sites that were accessible just few seconds before. It seems that some of EON parent caches are becoming unreachable too often. Similar experiences? In the sam time, old "cyberlogin" authentication method is functioning much better, but access to some sites produces "DNS lookup failed" replies, when these sites are accessible via terrestrial link. -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From lartur@cs.tut.fi Wed Aug 1 13:17:39 2001 Date: Thu, 08 Jun 2000 10:30:31 +0300 From: "@rtur Lugmayr" To: Dave Chapman Cc: linux-dvb@linuxtv.org Subject: Re: Electronic Program Guides (DVB-SI) Status: O X-Status: X-Keywords: X-UID: 207 > > * The (DVB- and channel-specific) EPG information that > > is sent on most channels. The problem is that only less channels provide a complete and DVB encoded TS/DVB-SI. > This is what I'm mainly interested in being able to access. > > > * The general teletext information. > > This is useful to an extent, but every channel uses a different format to > display the information. It would be a lot of work to write parsers for the > hundreds of channels out there. DVB provides a pretty good description of it`s MHP and provides a pretty good framework in Java. My implementation bases on this - still there is a problem, as it`s too much tables for parsing. I suggest a parsing tool for all those tables. Furthermore there should be only one channel format -> DVB... > However, I'm currently working on extracting VBI teletext information from > terrestrial BBC1 teletext signals (I live in London) in order to feed a > database of sporting results. This system could easily be used as the basis > of a teletext-based EPG system if required, but the real data should be used > from the Service Information broadcasts. > > Does anyone think that creating an "EPG database" is the right way to > implement an EPG? The only problem I can forsee with it is a legal one > concerning the copyright of the program listings. I think there is no other way than that!!! Without a DB no user-depended- serach can be made. Furthermore it is almost not possible to decode each table (there are too much) to a "hashtable" ;-). If you dont want to use a DB I suggest you to decode just the EIT for retrieving information about the actual program shedule or only a subset of all tables... Regards, @rtur Lugmayr From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Thu, 08 Jun 2000 15:12:53 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: ralph@convergence.de Cc: "linux-dvb@linuxtv.org" Subject: bug in DVB driver Status: O X-Status: X-Keywords: X-UID: 208 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] From time to time it happens that it is impossible to connect to EON, and I found it useful to reload DVB driver modules (e.g. rmmod followed by insmod, after stopping all processes that may be using dvb). But, it happens that I could not reload them because "used by" count for dvb.o module drops to -1 which is different from 0, and kernel refuses to unload it - the only way for solvig the problem is machine reboot. It happens with both 0.04 and 0.05 versions. Regards, Nenad -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From design@euro.net.ro Wed Aug 1 13:17:39 2001 Date: Thu, 08 Jun 2000 17:24:35 +0300 From: Benea Rares To: "linux-dvb@linuxtv.org" Subject: DVB scripts Status: O X-Status: X-Keywords: X-UID: 209 Hi all I am an EON user.. and of course like the rest of us I had some problems with the drivers and the transponders. So there for I made 3 silly scripts that help to continue in this situation. So... here they are: dvb-up - it replaces the make insmod plus after that it runs CyberLogin in background #!/bin/sh echo "Initializing dvb modules"; cd ./driver/ insmod -s i2c-core.o; insmod -s videodev.o; \ insmod -s saa7146_core.o mode=0; \ insmod -s saa7146_v4l.o; \ insmod -s VES1893.o; \ insmod -s VES1820.o; \ insmod -s dvb.o; \ insmod -s tuner.o; \ insmod -s msp3400.o; \ ifconfig dvb0 192.168.4.1; \ echo "Logging to EON" cd ../apps/CyberLogin nohup "./CyberLogin" dvb-down - it kills CyberLogin from background and removes the modules from memory #!/bin/sh echo "Logging out from EON" killall -TERM CyberLogin echo "Removing dvb modules"; cd ./driver ifconfig dvb0 down; \ rmmod -s msp3400; \ rmmod -s tuner; \ rmmod -s dvb; \ rmmod -s VES1893; \ rmmod -s VES1820; \ rmmod -s saa7146_v4l; \ rmmod -s saa7146_core; \ rmmod -s videodev; \ rmmod -s i2c-core; \ dvbd.pl - the script that controls these two; It checks if you have upload, and if you do is starts the dvb-up. If the dvb fall down it starts dvb-down and tries to reinstall the drivers #!/usr/bin/perl my $i; print "Start\n"; while (3>2) { $i = upload_up(); if($i == 0) {print "Upload down!!!";} while ($i == 0) {print "Waiting upload to go up\n"; $i = upload_up();} print "Upload up!!!\n"; system ("./dvb-up &"); print "Waiting for the dvb to go up\n"; sleep 40; $i = dvb_up(); if($i == 1) {print "Dvb up!!!\n";} while ($i == 1) {$i = dvb_up();} print "Dvb down!!!\n"; system ("./dvb-down"); sleep 20; } sub dvb_up { $_ = qx{ping -c 1 -q -n 194.177.32.36}; if(/.*\s(\d+)\% packet loss.*/) {if($1 == 0) {return 1} else {return 0} } } sub upload_up { $_ = qx{ping -c 1 -q -n 194.177.32.35}; if(/.*\s(\d+)\% packet loss.*/) {if($1 == 0) {return 1} else {return 0} } } NOTE: the scripts must be placed in the DVB directory near ./driver and ./apps ; Otherwise you'll have to change the path in the scripts I'm waiting for suggestions Best Regards Rares From jeffrey@borgs.net Wed Aug 1 13:17:39 2001 Date: Fri, 9 Jun 2000 00:40:23 +1000 (EST) From: Jeffrey Borg To: Benea Rares Cc: "linux-dvb@linuxtv.org" Subject: Re: DVB scripts Status: O X-Status: X-Keywords: X-UID: 210 Hi there EON = Euroupe on line? that is a sat service covering euroupe (as far as I know) None of you wouldn't happen to know if a service covered Australia that was A) useable with linux mainly Telstra's service say it's much like the DirectPC service in the us in that the protocols are the same basically is that compatable with this dvb data stuff or are the many different standards for this And is there a providor that Services Australia that does use the dvb data standard? Jeff On Thu, 8 Jun 2000, Benea Rares wrote: > Hi all > > I am an EON user.. and of course like the rest of us I had some > problems with the drivers and the transponders. So there for I made 3 > silly scripts that help to continue in this situation. > > So... here they are: > > > dvb-up - it replaces the make insmod plus after that it runs CyberLogin > in background > > #!/bin/sh > > echo "Initializing dvb modules"; > cd ./driver/ > insmod -s i2c-core.o; > insmod -s videodev.o; \ > insmod -s saa7146_core.o mode=0; \ > insmod -s saa7146_v4l.o; \ > insmod -s VES1893.o; \ > insmod -s VES1820.o; \ > insmod -s dvb.o; \ > insmod -s tuner.o; \ > insmod -s msp3400.o; \ > ifconfig dvb0 192.168.4.1; \ > > echo "Logging to EON" > cd ../apps/CyberLogin > nohup "./CyberLogin" > > > > > dvb-down - it kills CyberLogin from background and removes the modules > from memory > > #!/bin/sh > > echo "Logging out from EON" > killall -TERM CyberLogin > > echo "Removing dvb modules"; > cd ./driver > ifconfig dvb0 down; \ > rmmod -s msp3400; \ > rmmod -s tuner; \ > rmmod -s dvb; \ > rmmod -s VES1893; \ > rmmod -s VES1820; \ > rmmod -s saa7146_v4l; \ > rmmod -s saa7146_core; \ > rmmod -s videodev; \ > rmmod -s i2c-core; \ > > > > dvbd.pl - the script that controls these two; It checks if you have > upload, and if you do is starts the dvb-up. If the dvb fall down it > starts dvb-down and tries to reinstall the drivers > > #!/usr/bin/perl > > my $i; > > print "Start\n"; > while (3>2) > { $i = upload_up(); > if($i == 0) {print "Upload down!!!";} > while ($i == 0) {print "Waiting upload to go up\n"; $i = > upload_up();} > print "Upload up!!!\n"; > system ("./dvb-up &"); > print "Waiting for the dvb to go up\n"; > sleep 40; > $i = dvb_up(); > if($i == 1) {print "Dvb up!!!\n";} > while ($i == 1) {$i = dvb_up();} > print "Dvb down!!!\n"; > system ("./dvb-down"); > sleep 20; > } > > sub dvb_up > { > $_ = qx{ping -c 1 -q -n 194.177.32.36}; > if(/.*\s(\d+)\% packet loss.*/) > {if($1 == 0) {return 1} > else {return 0} > } > > } > > sub upload_up > { > $_ = qx{ping -c 1 -q -n 194.177.32.35}; > if(/.*\s(\d+)\% packet loss.*/) > {if($1 == 0) {return 1} > else {return 0} > } > > } > > > NOTE: the scripts must be placed in the DVB directory near ./driver and > ./apps ; Otherwise you'll have to change the path in the scripts > > I'm waiting for suggestions > > Best Regards > Rares > From nicky@nbis.net Wed Aug 1 13:17:39 2001 Date: Fri, 9 Jun 2000 19:46:49 +0200 From: Nick Bashev To: linux-dvb@linuxtv.org Subject: Fw: [Fwd: Status: O X-Status: X-Keywords: X-UID: 211 ----- Original Message ----- From: customer To: Sent: Thursday, June 08, 2000 12:08 PM Subject: [Fwd: > > > Sylvia Lehmann wrote: > > > Dear Sir, > > > > Thank you for your interest in Europe Online Networks S.A. > > > > We would like to advise you that we are not a fast Internet > > Specialist. > > > > The inbound traffic depends on how you want to use our services. There > > is a possibility to surf on the web and there the speed goes up to 512 > > Kb/s. > > > > However, it depends on the number of users that are currently online. > > There is no guaranteed speed. > > > > However there is a possibility to download big ftp files from our proxy > > that are broadcasted . You can select the files presented on our web site > > or > > enter the ftp path if we do not have it on the web site. You can > > therefore receive all the downloads you want via our download centre. The > > speed > > there is always 2Mb/s. > > > > Should you have any other queries you are welcome to contact our > > Customer Support Center on Tel: 0031.346.597.333 (English), > > 0031.346.597.332 (German) or 0031.346.597.331 (French). The email > > address is: helpdesk@europeonline.net > > > > Kind regards > > Customer care > > > > customer wrote: > > > > > Subject: > > > Date: > > > Thu, 1 Jun 2000 13:48:42 +0200 > > > From: > > > "Nick Bashev" > > > To: > > > > > > > > > Hello, > > > > > > is there any problems with your service. I can't get speed more than 50 > > > kbit/s on any transponder. > > > > > > Nick. From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Fri, 09 Jun 2000 22:54:54 +0200 From: Carsten Koch Cc: linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 212 Ralph Metzler wrote: ... > Yes, there is a SP/DIF connection on the board. > > The following is from the readme file of the Windows Siemens driver > distribution (the one which came out 2 or 3 months ago): > > > 3. Internal Connector (DVB-S) > > > > There is a two row connector(10pin) on the DVB Sat version: > > Pin definition (pin1 shows an arrow) > > CVBS (Composite) 1 - 2 VCC > > Blue out 3 - 4 SPDIF out > > Green out 5 - 6 Audio Right out > > Red out 7 - 8 Audio Left out > > not con. 9 - 10 Ground > > You should be able to get digital PCM sound from this output. > But the TI chip cannot output AC3 sound packets. It just does not > generate AC3 headers but only PCM headers. I tried this out and my experiment proved Ralph correct: Pin 4 on the center 10 pin/2 row connector on the board does carry an SPDIF signal which I can play back on my HiFi system, but it is only plain stereo, not AC3 (I tried the AC3 promo channel with APID = 256 and also Pro7 with APID = 101 and some PIDs in the neighbourhood of these). I also had the impression that the sound quality I got from that pin 4 was surprisingly poor (high-pitched sounds hissed a little). Did anyone else try the SPDIF output? It seems kind of odd to me that the DVB-S card neither outputs Y/C video nor AC3 sound. Isn't perfect picture and sound quality the whole point of DVB? Carsten. From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 00:00:20 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: "linux-dvb@linuxtv.org" Subject: More EON techsupport responses Status: O X-Status: X-Keywords: X-UID: 213 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Sylvia Lehmann wrote: > Dear Sir, > > Thank you for your interest in Europe Online Networks S.A. > > We would like to advise you that you should delete all your temps files > as well as internet files (except IE5)in windows and then try agin to > make > enter an URL. > > Should you have any other queries you are welcome to contact our > Customer Support Center on Tel: 0031.346.597.333 (English), > 0031.346.597.332 (German) or 0031.346.597.331 (French). The email > address is: helpdesk@europeonline.net > > Kind regards > Customer Care > > customer wrote: > > > Subject: > > ERROR: The requested URL could not be retrieved > > Date: > > Sun, 04 Jun 2000 19:00:29 +0200 > > From: > > Nenad Opsenica > > Reply-To: > > nenad@ravangrad.net > > Organization: > > Bivalent d.o.o., Sombor > > To: > > customer.support@europeonline.net > > > > http://perl-script.virtualave.net/en_index.html > > -- > > Nenad Opsenica nopsenica@iname.com, nenad@bivalent.co.yu > > Bivalent d.o.o. http://www.bivalent.co.yu > > > > ERROR > > > > The requested URL could not be retrieved > > > > While trying to retrieve the URL: > > http://perl-script.virtualave.net/en_index.html > > > > The following error was encountered: > > > > Unable to forward this request at this time. > > > > This request could not be forwarded to the origin server or to any > > parent caches. The most likely cause for this error is that: > > > > The cache administrator does not allow this cache to make direct > > connections to origin servers, and > > All configured parent caches are currently unreachable. > > > > Your cache administrator is customer.support@europeonline.net. > > > > Generated Sun, 04 Jun 2000 17:00:38 GMT by glop115.europeonline.net > > (Squid/2.3.STABLE2) -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 00:27:32 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: "linux-dvb@linuxtv.org" Subject: EON again Status: O X-Status: X-Keywords: X-UID: 214 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] It seems that it is the second night in sequence that all of EON transponders went off line... Am I wrong? :( Nenad -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 15:59:02 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: Martijn van Heezik Cc: "linux-dvb@linuxtv.org" Subject: Re: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 215 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] It seems that all of EON proxies are out of order since yesterday evening. Martijn van Heezik wrote: > Hi everybody, I've been working last night (till very late) to get my > configuration working. I have the following setup:A masquerading > server connected to the internet (is working fine). In that same > server I installed my technotrend dvb card and the driver (is working > fine as well, I can see a picture on the composite port) then I > started CyberLogin which connects fine as well. But when I try to > reach the eon proxy (194.177.32.6) from my windows machine I don't get > any response. There is no traffic on dvb0, I can't figure out what I'm > doing wrong. Can anybody help? Regards and thanks for the > driver. Martijn van Heezik -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From martijn@muntstraat9.demon.nl Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 16:01:22 +0200 From: Martijn van Heezik To: linux-dvb@linuxtv.org Subject: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 216 [ Part 1, Text/PLAIN 15 lines. ] [ Unable to print this part. ] Hi everybody,   I've been working last night (till very late) to get my configuration working. I have the following setup: A masquerading server connected to the internet (is working fine). In that same server I installed my technotrend dvb card and the driver (is working fine as well, I can see a picture on the composite port) then I started CyberLogin which connects fine as well. But when I try to reach the eon proxy (194.177.32.6) from my windows machine I don't get any response. There is no traffic on dvb0, I can't figure out what I'm doing wrong. Can anybody help?   Regards and thanks for the driver.   Martijn van Heezik From G.Welter@rocleiden.nl Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 16:12:58 +0200 From: Gerben Welter To: linux-dvb@linuxtv.org Subject: Re: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 217 At 15:59 6/10/00 +0200, Nenad Opsenica wrote: > It seems that all of EON proxies are out of order since yesterday >evening. At the moment I'm using the new proxy for transponder 113 (using dvbd). But the one for tp 114 and tp 115 also work, although they're all slow :-( Grtz Gerben. From martijn@muntstraat9.demon.nl Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 17:08:34 +0200 From: Martijn van Heezik To: linux-dvb Subject: Re: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 218 I'm using CyberLogin on tp 113, used the ini settings from an example from the archive. I can login with CyberLogin but I can't reach the proxy (194.177.32.6). Martijn van Heezik -----Oorspronkelijk bericht----- Van: Gerben Welter Aan: linux-dvb@linuxtv.org Datum: zaterdag 10 juni 2000 16:13 Onderwerp: Re: eon and masqueraded network >At 15:59 6/10/00 +0200, Nenad Opsenica wrote: > >> It seems that all of EON proxies are out of order since yesterday >>evening. > >At the moment I'm using the new proxy for transponder 113 (using dvbd). But >the one for tp 114 and tp 115 also work, although they're all slow :-( > >Grtz Gerben. > From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 18:35:03 +0200 From: Carsten Koch Cc: linux-dvb Subject: Re: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 219 Martijn van Heezik wrote: > > I'm using CyberLogin on tp 113, used the ini settings from an example from > the archive. I can login with CyberLogin but I can't reach the proxy > (194.177.32.6). Is there any way to verify that one of these proxies work, except trying it via the DVB card? I do not think the proxies respond to anything via the normal internet, so if we cannot reach them with a ping or a traceroute, they are not necessarily down. Having said that: they ARE down a lot. And when they are not down, the bandwidth is often disappointing. I have just subscribed to the Telecom ISDN flat rate (which has been 100% reliable so far) and I will cancel my EON subscription now. Carsten. From design@euro.net.ro Wed Aug 1 13:17:39 2001 Date: Sat, 10 Jun 2000 20:20:41 +0300 From: Benea Rares To: Martijn van Heezik Cc: "linux-dvb@linuxtv.org" Subject: Re: eon and masqueraded network Status: O X-Status: X-Keywords: X-UID: 221 Me again what kind of linux (or OS) do u use? and other data about your system pls. I had the same problem on my RH 5.2 with kernel 2.2.14 machine. I put RH 6.2 and the same 2.2.14 and it worked.... C U Rares Martijn van Heezik wrote: > Hi everybody, I've been working last night (till very late) to get my > configuration working. I have the following setup:A masquerading > server connected to the internet (is working fine). In that same > server I installed my technotrend dvb card and the driver (is working > fine as well, I can see a picture on the composite port) then I > started CyberLogin which connects fine as well. But when I try to > reach the eon proxy (194.177.32.6) from my windows machine I don't get > any response. There is no traffic on dvb0, I can't figure out what I'm > doing wrong. Can anybody help? Regards and thanks for the > driver. Martijn van Heezik From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Mon, 12 Jun 2000 15:51:02 +0200 From: Nenad Opsenica To: "linux-dvb@linuxtv.org" Subject: HELP! Status: O X-Status: X-Keywords: X-UID: 222 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Since friday evening I'm unable to use EON services - old "cyberlogin" client connects to login servers, but there is no reply from proxies. New proxy-auth is also refusing to work. DVB card is OK as I can watch TV. Any clues? Nenad -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From Karsten.Siebert@dataplanet.net Wed Aug 1 13:17:39 2001 Date: Mon, 12 Jun 2000 16:30:20 +0200 From: Karsten Siebert To: Phil Bingham , linux-dvb@linuxtv.org Subject: Re: Linux gateway - multicast problem Status: O X-Status: X-Keywords: X-UID: 223 How does cat /proc/net/ip_mr_cache cat /proc/net/ip_mr_vif look like once you joined a group from the NT machine ? Can you check with mrouted -d3 if the NT sends a join message ? Karsten ----- Original Message ----- From: "Phil Bingham" To: Sent: Monday, June 12, 2000 4:54 PM Subject: Linux gateway - multicast problem > > Hi, > > I am having problems getting multicast routing working on my system. > > Setup: > > Linux Gateway > Interfaces: > dvb0 - Hauppauge DVB card > eth0 - 3Com 3c905 > ppp0 - modem to ISP > > Network machine (WinNT) > eth0 - 3Com 3c905 > > > I have installed the DVB card and can insmod the drivers, no problem. I am > fairly sure that the card is happy, as I can run vdr and view sat TV > channels. I have downloaded the dvbd 0.05 driver and run this, again no > problems, I also run the mrouted from the dvbrouter package, and this > seems to work. > > Doing a "tcpdump -i dvb0" while running Fazzt or > http://www.europeonline.net/streamingvideo on the Windows box I get data > from kr113 and sr113, respectively. This suggests that mrouted and the dvb > stuff is OK. > > What I don't get is any multicast data on the ethernet segment. Anyone got > any ideas? I am running SuSE 6.4 with the 2.2.14-SMP kernel, any options I > need to enable? > > Anyone got any ideas, I'm sure someone else must have a similar setup. > > Regards, > > Phil. > From phil@ukmail.org Wed Aug 1 13:17:39 2001 Date: Mon, 12 Jun 2000 14:54:21 +0000 (GMT) From: Phil Bingham To: linux-dvb@linuxtv.org Subject: Linux gateway - multicast problem Status: O X-Status: X-Keywords: X-UID: 224 Hi, I am having problems getting multicast routing working on my system. Setup: Linux Gateway Interfaces: dvb0 - Hauppauge DVB card eth0 - 3Com 3c905 ppp0 - modem to ISP Network machine (WinNT) eth0 - 3Com 3c905 I have installed the DVB card and can insmod the drivers, no problem. I am fairly sure that the card is happy, as I can run vdr and view sat TV channels. I have downloaded the dvbd 0.05 driver and run this, again no problems, I also run the mrouted from the dvbrouter package, and this seems to work. Doing a "tcpdump -i dvb0" while running Fazzt or http://www.europeonline.net/streamingvideo on the Windows box I get data from kr113 and sr113, respectively. This suggests that mrouted and the dvb stuff is OK. What I don't get is any multicast data on the ethernet segment. Anyone got any ideas? I am running SuSE 6.4 with the 2.2.14-SMP kernel, any options I need to enable? Anyone got any ideas, I'm sure someone else must have a similar setup. Regards, Phil. From mumble@chat.ru Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 04:49:23 +0400 From: Hamitov Denis To: linux-dvb@linuxtv.org Subject: Re:Cannot make EON working Status: O X-Status: X-Keywords: X-UID: 225 Same situation. Can anyone help with this? From lbaltes@jupiter.sibiu.ro Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 16:24:19 +0300 (EEST) From: Baltes Lucian To: linux-dvb@linuxtv.org Cc: Karsten.Siebert@dataplanet.net Subject: dvbd problems Status: O X-Status: X-Keywords: X-UID: 226 Hi, I have some problems with dvbd. I have a Slackware 7.0 with kernel 2.2.13 and a dvb card. I installed drivers for it and the dvb0 is up, but my dvbd don't work. I tried with a dvbd2.tgz from the www.linuxtv.org. In the /var/log/messages file only "dvbd starting" and "dvbd exiting" appear. I ask you to write me what to do now and how can I configure my dvbd to work with my MAC card address ! Thanks, Luci From G.Welter@rocleiden.nl Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 21:55:35 +0200 From: Gerben Welter To: linux-dvb@linuxtv.org Subject: Fazzt: is there a solution or not? Status: O X-Status: X-Keywords: X-UID: 227 Hi. Reading through the mailinglist I've seen similar questions, but couldn't find an answer. So here am I to ask this question once again: Is there a Linux solution for the Fazzt client or not? Grtz Gerben. From paul@campina.iiruc.ro Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 23:32:48 +0300 From: Paul Lacatus To: linux-dvb@linuxtv.org Subject: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 228 Does anybody knows a Multi threaded download like Mass downloader from Meta products on Linux ? Paul From dragisha@frodo.ho.com Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 22:36:50 +0200 (CEST) From: Dragisa Duric To: Gerben Welter Cc: linux-dvb@linuxtv.org Subject: Re: Fazzt: is there a solution or not? Status: O X-Status: X-Keywords: X-UID: 229 www.kencast.com, they are authoring it. They use Linux in house, but looks like nothing for Linux is released. -- dragisha@ho.com On Tue, 13 Jun 2000, Gerben Welter wrote: > Hi. > > Reading through the mailinglist I've seen similar questions, but couldn't > find an answer. So here am I to ask this question once again: Is there a > Linux solution for the Fazzt client or not? > > Grtz Gerben. > From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 22:45:01 +0200 From: Carsten Koch To: Paul Lacatus Cc: linux-dvb@linuxtv.org Subject: Re: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 230 Paul Lacatus wrote: > > Does anybody knows a Multi threaded download like Mass downloader from > Meta products on Linux ? Maybe I am way off, because I do not know what problem you want to solve, but what's wrong with just using multiple copies of wget? Carsten. From dmarin@deuroconsult.ro Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 01:50:19 +0300 (EEST) From: Doru MARIN To: Carsten Koch Cc: Paul Lacatus , linux-dvb@linuxtv.org Subject: Re: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 231 There is an user interface for wget, kwebget. It's a KDE tool. By using simple command-line "wget" you'll get some headaches sometimes. Some m$oft utilities are able to use more than one process, to retrieve more parts of a big file, simultanely. It's simple, they use "reget" ftp command in each process. I wish to see that on Linux, too. Doru. On Tue, 13 Jun 2000, Carsten Koch wrote: > Paul Lacatus wrote: > > > > Does anybody knows a Multi threaded download like Mass downloader from > > Meta products on Linux ? > > Maybe I am way off, because I do not know what problem you want to > solve, but what's wrong with just using multiple copies of wget? > > Carsten. > From phil@ukmail.org Wed Aug 1 13:17:39 2001 Date: Tue, 13 Jun 2000 23:59:07 +0000 (GMT) From: Phil Bingham To: Karsten Siebert Cc: linux-dvb@linuxtv.org Subject: Re: Linux gateway - multicast problem Status: O X-Status: X-Keywords: X-UID: 232 On Mon, 12 Jun 2000, Karsten Siebert wrote: > How does > > cat /proc/net/ip_mr_cache > cat /proc/net/ip_mr_vif > > > look like once you joined a group from the NT machine ? I have the following entries: cat /proc/net/ip_mr_vif Interface BytesIn PktsIn BytesOut PktsOut Flags Local Remote 0 eth0 0 0 0 0 00000 010E23C2 00000000 1 dvb0 0 0 0 0 00000 0104A8C0 00000000 cat /proc/net/ip_mr_cache Group Origin Iif Pkts Bytes Wrong Oifs 1104E0E0 1920B1C2 32 1131 4623768 1131 120387EB 0A20B1C2 32 43 565149 43 11032CED 0920B1C2 32 37 486291 37 > Can you check with mrouted -d3 if the NT sends a join message ? 23:53:40.763 ageing entries 23:53:40.763 SENT membership query from 194.35.14.1 to 224.0.0.1 23:53:40.764 SENT membership query from 192.168.4.1 to 224.0.0.1 23:53:40.765 RECV membership query from 194.35.14.1 to 224.0.0.1 23:53:40.765 RECV membership query from 192.168.4.1 to 224.0.0.1 23:53:41.312 RECV membership report from 194.35.14.2 to 235.135.3.18 23:53:41.463 RECV membership report from 194.35.14.2 to 224.224.4.17 23:53:43.653 RECV new member report from 192.168.4.1 to 224.0.0.4 23:53:43.783 RECV new member report from 192.168.4.1 to 224.0.0.2 23:53:43.963 RECV membership report from 194.35.14.2 to 235.135.3.18 23:53:45.763 ageing entries 23:53:47.043 RECV membership report from 194.35.14.1 to 224.0.0.2 23:53:49.473 RECV membership report from 194.35.14.1 to 224.0.0.4 23:53:50.763 update 0 starting at 2 of 2 23:53:50.763 ageing entries Where 194.35.14.1 is my server ethernet IP, and 194.35.14.2 is my NT client IP. And tcpdump -i dvb0 gives entries like: 23:49:03.367122 sr1113.europeonline.net > 237.44.3.17: (frag 46471:1480@1480+) 23:51:40.312216 kc113.europeonline.net > 224.224.4.17: (frag 27086:1144@2960) Thanks for your help. Regards, Phil. From zimage@delbg.com Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 11:03:59 +0300 From: Toto To: linux-dvb@linuxtv.org Subject: Re: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 233 On Wed, Jun 14, 2000 at 01:50:19AM +0300, Doru MARIN wrote: > There is an user interface for wget, kwebget. It's a KDE tool. > By using simple command-line "wget" you'll get some headaches sometimes. > Some m$oft utilities are able to use more than one process, to retrieve > more parts of a big file, simultanely. It's simple, they use "reget" ftp > command in each process. I wish to see that on Linux, too. > > Doru. > > > On Tue, 13 Jun 2000, Carsten Koch wrote: > > > Paul Lacatus wrote: > > > > > > Does anybody knows a Multi threaded download like Mass downloader from > > > Meta products on Linux ? > > > > Maybe I am way off, because I do not know what problem you want to > > solve, but what's wrong with just using multiple copies of wget? > > > > Carsten. > > > I don't like these fscked downloaders and discourage users of using them. >From the user point of view It's ok, but on the other hand my squid goes crazy. And let's get am example scenario: 1. Client is using such kind of multithreaded downloader. 2. Proxy is squid type. 3. Server from wich download is, does not support resuming. In this case downloader says to squid get for me file.zip at positions 0k, 1000k, 2000k, 3000k... because of lack of capabilities at the server side, the squid will handle such a request by downloading file from 0k, then from 0 to 1000k, then from 0 to 2000k.... Believe me you won't like to see this happening at your site. Even flowcontrol brokes. Virtualy squid download file at same speed as client, but when above scenario occurs, squid must to download at full speed between 0 and 1000k... um! Excuse me for the poor english. -- =- --rw------- =--=--=--=--=--=--=--=--=--=--=--=--=--= Theodor Milkov Administrator IP Networks Davidov Electric Ltd. Phone: +359 (2) 730158 PGP: http://www.zimage.delbg.com/zimage.pkr =--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--= From Karsten.Siebert@dataplanet.net Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 11:04:05 +0200 From: Karsten Siebert To: linux-dvb@linuxtv.org, Gerben Welter Subject: Re: Fazzt: is there a solution or not? Status: O X-Status: X-Keywords: X-UID: 234 No, not available. Kencast is thinking of implementing one, but not scheduled yet. Karsten ----- Original Message ----- From: Gerben Welter To: Sent: Dienstag, 13. Juni 2000 21:55 Subject: Fazzt: is there a solution or not? > Hi. > > Reading through the mailinglist I've seen similar questions, but couldn't > find an answer. So here am I to ask this question once again: Is there a > Linux solution for the Fazzt client or not? > > Grtz Gerben. > From jeffrey@borgs.net Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 19:04:36 +1000 (EST) From: Jeffrey Borg To: Toto Cc: linux-dvb@linuxtv.org Subject: Re: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 235 > I don't like these fscked downloaders and discourage users of using them. > >From the user point of view It's ok, but on the other hand my squid goes > crazy. And let's get am example scenario: > > 1. Client is using such kind of multithreaded downloader. > 2. Proxy is squid type. > 3. Server from wich download is, does not support resuming. > > In this case downloader says to squid get for me file.zip at positions 0k, > 1000k, 2000k, 3000k... because of lack of capabilities at the server side, > the squid will handle such a request by downloading file from 0k, then > from 0 to 1000k, then from 0 to 2000k.... > Believe me you won't like to see this happening at your site. Even flowcontrol > brokes. Virtualy squid download file at same speed as client, but when above > scenario occurs, squid must to download at full speed between 0 and 1000k... I do know that netapps cache appliance when trying to do this from a server wich does not support resuming will send the data to the client from byte 0 I am pretty sure squid does this too anyway the other downside to this is that the proxy dosen't cache such things anyway. So I think lack of capabilities at the serverside equate to lack of abilities at the proxy. But I am not 100% sure for squid and the idea sucks why not try to find a closer mirror in the first place. Jeff From Karsten.Siebert@dataplanet.net Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 11:34:13 +0200 From: Karsten Siebert To: Phil Bingham Cc: linux-dvb@linuxtv.org Subject: Re: Linux gateway - multicast problem Status: O X-Status: X-Keywords: X-UID: 236 Have a look at your /etc/mrouted.conf and verify the following entries. phyint dvb0 altnet 128.0.0.0/1 altnet 125.0.0.0/1 phyint eth0 Did you enable PID 0x312 (tcpdump shows only PID 0x311, check for x.x.3.18) ? Otherwise let dvbd do it for you (if you set dvbauto to ON and disable the PID in /etc/dvbd.conf (#). Karsten ----- Original Message ----- From: Phil Bingham To: Karsten Siebert Cc: Sent: Mittwoch, 14. Juni 2000 01:59 Subject: Re: Linux gateway - multicast problem > > > On Mon, 12 Jun 2000, Karsten Siebert wrote: > > > How does > > > > cat /proc/net/ip_mr_cache > > cat /proc/net/ip_mr_vif > > > > > > look like once you joined a group from the NT machine ? > > I have the following entries: > > cat /proc/net/ip_mr_vif > Interface BytesIn PktsIn BytesOut PktsOut Flags Local Remote > 0 eth0 0 0 0 0 00000 010E23C2 00000000 > 1 dvb0 0 0 0 0 00000 0104A8C0 00000000 > > cat /proc/net/ip_mr_cache > Group Origin Iif Pkts Bytes Wrong Oifs > 1104E0E0 1920B1C2 32 1131 4623768 1131 > 120387EB 0A20B1C2 32 43 565149 43 > 11032CED 0920B1C2 32 37 486291 37 > > > > Can you check with mrouted -d3 if the NT sends a join message ? > > > 23:53:40.763 ageing entries > 23:53:40.763 SENT membership query from 194.35.14.1 to 224.0.0.1 > 23:53:40.764 SENT membership query from 192.168.4.1 to 224.0.0.1 > 23:53:40.765 RECV membership query from 194.35.14.1 to 224.0.0.1 > 23:53:40.765 RECV membership query from 192.168.4.1 to 224.0.0.1 > 23:53:41.312 RECV membership report from 194.35.14.2 to 235.135.3.18 > 23:53:41.463 RECV membership report from 194.35.14.2 to 224.224.4.17 > 23:53:43.653 RECV new member report from 192.168.4.1 to 224.0.0.4 > 23:53:43.783 RECV new member report from 192.168.4.1 to 224.0.0.2 > 23:53:43.963 RECV membership report from 194.35.14.2 to 235.135.3.18 > 23:53:45.763 ageing entries > 23:53:47.043 RECV membership report from 194.35.14.1 to 224.0.0.2 > 23:53:49.473 RECV membership report from 194.35.14.1 to 224.0.0.4 > 23:53:50.763 update 0 starting at 2 of 2 > 23:53:50.763 ageing entries > > > Where 194.35.14.1 is my server ethernet IP, and 194.35.14.2 is my NT > client IP. > > > And tcpdump -i dvb0 gives entries like: > > 23:49:03.367122 sr1113.europeonline.net > 237.44.3.17: (frag 46471:1480@1480+) > 23:51:40.312216 kc113.europeonline.net > 224.224.4.17: (frag 27086:1144@2960) > > > Thanks for your help. > > > Regards, > > Phil. > From G.Welter@rocleiden.nl Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 12:22:38 +0200 From: Gerben Welter To: linux-dvb@linuxtv.org Subject: Re: Fazzt: is there a solution or not? Status: O X-Status: X-Keywords: X-UID: 237 At 11:04 14-6-00 +0200, you wrote: >No, not available. Kencast is thinking of implementing one, but not >scheduled yet. Let's hope it happens real soon. The kencast website has nothing to offer with regards to software. It only speaks of kencast 'fantastic' technologies. Nothing substantial. Grtz Gerben. From rolaxe@yahoo.com Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 07:21:12 -0700 (PDT) From: Roland Axelsson To: linux-dvb@linuxtv.org Subject: DVB-T? Status: O X-Status: X-Keywords: X-UID: 238 Hello there, Has anyone heard anything about a DVB-T (Terrestrial) receiver PCI card? ... with a Linux driver.... ? /Roland __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com From rolaxe@yahoo.com Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 07:21:12 -0700 (PDT) From: Roland Axelsson To: linux-dvb@linuxtv.org Subject: DVB-T? Status: O X-Status: X-Keywords: X-UID: 239 Hello there, Has anyone heard anything about a DVB-T (Terrestrial) receiver PCI card? ... with a Linux driver.... ? /Roland __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com From mihai@ambra.ro Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 17:53:25 +0300 From: Mihai Amariutei To: Jeffrey Borg , Toto Cc: linux-dvb@linuxtv.org Subject: Re: Multi threads downloader Status: O X-Status: X-Keywords: X-UID: 240 You can set range_offset_limit = -1 to make squid always download requested file from the beginning, even if the client ask for a portion of it farther away. This way, squid takes the whole file anyway. Mihai ----- Original Message ----- From: "Jeffrey Borg" To: "Toto" Cc: Sent: Wednesday, June 14, 2000 12:04 PM Subject: Re: Multi threads downloader > > I don't like these fscked downloaders and discourage users of using them. > > >From the user point of view It's ok, but on the other hand my squid goes > > crazy. And let's get am example scenario: > > > > 1. Client is using such kind of multithreaded downloader. > > 2. Proxy is squid type. > > 3. Server from wich download is, does not support resuming. > > > > In this case downloader says to squid get for me file.zip at positions 0k, > > 1000k, 2000k, 3000k... because of lack of capabilities at the server side, > > the squid will handle such a request by downloading file from 0k, then > > from 0 to 1000k, then from 0 to 2000k.... > > Believe me you won't like to see this happening at your site. Even flowcontrol > > brokes. Virtualy squid download file at same speed as client, but when above > > scenario occurs, squid must to download at full speed between 0 and 1000k... > > I do know that netapps cache appliance when trying to do this from a > server wich does not support resuming will send the data to the client > from byte 0 > > I am pretty sure squid does this too > > anyway the other downside to this is that the proxy dosen't cache such > things anyway. > > So I think lack of capabilities at the serverside equate to lack of > abilities at the proxy. > > But I am not 100% sure for squid > > and the idea sucks why not try to find a closer mirror in the first place. > > Jeff > From antonio@working.it Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 17:04:42 +0200 From: Antonio Esposito To: linux-dvb@linuxtv.org Subject: EOL and Astra Status: O X-Status: X-Keywords: X-UID: 241 Hi All, Why the trasponders 103-113-114-115 don't work properly? Before the modification of Login check we reach speeds of 128-354K and now we have speed not far of an ISDN connection. Best Regards -- Antonio Esposito LK Research http://www.lksat.bbk.org From j-com@digicom.bg Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 18:31:14 +0300 From: Jani Georgiev To: linux-dvb-help@linuxtv.org Cc: linux-dvb@linuxtv.org Subject: HELP ME, cyberlogin,dvbd .... Status: O X-Status: X-Keywords: X-UID: 242 [ The following text is in the "koi8-r" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] hi, Please help me !!!!!!!!!!! I've tried so many configuration, can't find the RIGHT ONE (below is some of the tries). I NEED INTERNET ACCESS !!!! via Squid proxy.... The card is working under Windows. If anyone can give me the corespondence of the Windows to Linux options in the config files.... My Config (after reading the mailing list archives and browsing the code) : RedHat 6.2 (2.2.14) TechnoTrend Card CyberLogin.ini =========== DVBDevice = dvb0 NetDevice = ppp0 ServerIPAddress = 194.177.32.4 SendPort = 6000 RecvPort = 8000 UserName = ***** Password = ***** Frequency = 12633250 SymbolRate = 22000 LocalOscillator = 10600000 Alignment = H LNBHigh = 1 DiseqcPort = 0 DataPID = 512 CyberLogin connects but no data can be transffered (rp_filter is 0 for all interfaces including dvb0) via any of the proxies - 194.177.32.6, 36, 164. !!! NO DATA AT ALL. !!! ifconfig dvb0 - zero Rx and Tx... I've tried all Squid,lynx and Netscape. Does someone have a working configuration please send it to me : j-com@digicom.bg or raptor@unacs.bg DVBD section : ============= Also below is one of many tried - /etc/dvbd.conf (I also tried w/o it i.e. default) power 1 symbolrate 22000000 frequency 12662750 ttk 1 diseqc 0 AFC 0 polarization 1 filter_0 512 FF:FF:FF:FF:FF:FF 6 filter_1 512 00:02:D4:05:85:62 6 (with and w/o filters, with filters it finds the Local ip address but no yncronization) DVBD can't synhronize. What the ttk,AFC,Agc, Nest, Vber,FSync mean ???!?? I read the code and see that when Sync == 127 I must get [OK], on the display Sync = 127, but I don't get [OK].. I tried all proxies : 194.177.32.11,44,171 with Squid,lynx and Netscape.. Send me any working configuration : j-com@digicom.bg or raptor@unacs.bg. DOES someone have any troubleshooting tool for this service - something like ping but "echo" returned from satelite (not over normal dial-up/leased line). DOES someone have some CARD testing tool (/libdvb/stest seems to work !!) PLEASE PEOPLE write some simple FAQ or HOWTO.... with dvdb2.tar.gz or with driver there is no sample config files I have to read the whole mailing list arhive to find something usefull... Thanx alot in advance From mihai@ambra.ro Wed Aug 1 13:17:39 2001 Date: Wed, 14 Jun 2000 19:54:42 +0300 From: Mihai Amariutei To: Antonio Esposito , linux-dvb@linuxtv.org Subject: Re: EOL and Astra TP 120 ? Status: O X-Status: X-Keywords: X-UID: 243 But now at least TP 103 (finaly) works. BTW, I've noticed a couple of weeks ago in http://www.lyngsat.com/astra19.shtml that EOL also have TP 120 (12.728 GHz, V). Does anyone knows something about it (I mean proxy IP)? Mihai ----- Original Message ----- From: "Antonio Esposito" To: Sent: Wednesday, June 14, 2000 6:04 PM Subject: EOL and Astra > Hi All, > Why the trasponders 103-113-114-115 don't work properly? Before the > modification of Login check we reach speeds of 128-354K and now we have speed > not far of an ISDN connection. > Best Regards > > -- > Antonio Esposito > LK Research > http://www.lksat.bbk.org From boom@uni-paderborn.de Wed Aug 1 13:17:39 2001 Date: Fri, 16 Jun 2000 19:39:33 +0200 From: Jens Rosenboom Cc: linux-dvb@linuxtv.org Subject: Re: Transport stream Status: O X-Status: X-Keywords: X-UID: 244 Ralph Metzler schrieb: > I posted an example for this with an AC3 stream last week. > You have to set the DATA_PIPING_FLAG (defined in dvb_comcode.h), > e.g.: > > struct bitfilter filt1 = { > 0x1ff, > { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, > 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, > 0x0500|DATA_PIPING_FLAG, 0, FILTER_MEM > }; > > The filter bytes are not used in this mode. It seems to be only one filter of this kind (DATA_PIPING_FLAG) possible, is that true? Is it a bug? Greetings Jens -- email: boom@uni-paderborn.de From rjkm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Fri, 16 Jun 2000 22:01:08 +0200 (CEST) From: Ralph Metzler To: linux-dvb@linuxtv.org Subject: Re: Transport stream Status: O X-Status: X-Keywords: X-UID: 246 > > I posted an example for this with an AC3 stream last week. > > You have to set the DATA_PIPING_FLAG (defined in dvb_comcode.h), > > e.g.: > > > > struct bitfilter filt1 = { > > 0x1ff, > > { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, > > 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, > > 0x0500|DATA_PIPING_FLAG, 0, FILTER_MEM > > }; > > > > The filter bytes are not used in this mode. > > It seems to be only one filter of this kind (DATA_PIPING_FLAG) possible, > is that true? Is it a bug? No. I only used it with 2 such filters yet but you can have up to 8. Ralph From classic@ghost.odessos.org Wed Aug 1 13:17:39 2001 Date: Fri, 16 Jun 2000 18:50:19 -0200 (GMT+2) From: classic@ghost.odessos.org To: linux-dvb@linuxtv.org Subject: news... Status: O X-Status: X-Keywords: X-UID: 247 hi there! anyone to know why there are no news on the EON?? i got everytime connection refused message... any ideas?? regards, george From TextorR@t-online.de Wed Aug 1 13:17:39 2001 Date: Sat, 17 Jun 2000 17:31:06 +0200 From: stefan Textor To: linux-dvb@linuxtv.org Subject: DVB EON Status: O X-Status: X-Keywords: X-UID: 249 Hi! I just installed the 0.0.5 driver, compiled it and now I am receiving a picture at Chinch-out (Pro7). I´ve tried to run the Cyberlogin 1.80 after compiling, but it seems that the "Transponder =114" can´t be understood (Error could not...) I´ve tried the version from EON-FTP (1.01) it´s working (connected!) but I do not receive any packets on dvb0 (consulted ifconfig). Are there any Kernelpatches I must run ? Can anybody help me? Stefan From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:17:39 2001 Date: Sun, 18 Jun 2000 06:40:07 +0200 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: New Sat.1 channel data for VDR Status: O X-Status: X-Keywords: X-UID: 250 The new channel data entry for Sat.1 is Sat.1:12480:v:1:27500:1791:1792:0:0 You may want to change this if you are running the VDR program (see file 'channels.conf' or the OSD menu for channels). Klaus Schmidinger -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ From Klaus.Schmidinger@cadsoft.de Wed Aug 1 13:17:39 2001 Date: Sun, 18 Jun 2000 06:40:07 +0200 From: Klaus Schmidinger To: linux-dvb@linuxtv.org Subject: New Sat.1 channel data for VDR Status: O X-Status: X-Keywords: X-UID: 251 The new channel data entry for Sat.1 is Sat.1:12480:v:1:27500:1791:1792:0:0 You may want to change this if you are running the VDR program (see file 'channels.conf' or the OSD menu for channels). Klaus Schmidinger -- _______________________________________________________________ Klaus Schmidinger Phone: +49-8635-6989-10 CadSoft Computer GmbH Fax: +49-8635-6989-40 Hofmark 2 Email: kls@cadsoft.de D-84568 Pleiskirchen, Germany URL: www.cadsoft.de _______________________________________________________________ From holly@in-mhl.de Wed Aug 1 13:17:39 2001 Date: Sun, 18 Jun 2000 22:07:59 +0200 From: Holger Amberg To: "linux-dvb@linuxtv.org" Subject: AstraNet and Linux? Status: O X-Status: X-Keywords: X-UID: 253 Hi People! Is someone using linux in connection with AstraNet (ses.hsi.astra-net.com)? I want to setup such a connection, but until today I don't know how to realize. I need VPN for Linux to establish a connection to the Astra VPN server. Dvbd can be used to setup the correct transponder. But how to setup the hole connection?? Please help! Thanks! CYa, Holger PS: I tried to subscribe to the maillinglist, but it didn't work. :-( Please enter my mailadresse to the list. Thank you! PPS: The list was last updated on Jun 04 2000 ! :-( From torres@torres-c.com Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 09:23:58 +0200 From: Gustavo Torres To: "'linux-dvb@linuxtv.org'" Subject: Problems with SM200 and Astra-Net (HELP !!!) Status: O X-Status: X-Keywords: X-UID: 254 Please there is someone that have Sm200 and Astra-Net service. I need to setup my system to work wth Astra-Net service. The Astra-Net service use a PPTP client to connect to the VPN server of Astra-Net. I don't know how to setup a PPTP client in Linux to the Astra VPN server. I have RH 6.1 installation and a SM200 card. Thanks ================================= Gustavo Torres Torres Consulting - ITALY Phone: +39-348-3019076 Fax: +39-0464-556615 Web: http://www.torres-c.com E-Mail: torres@torres-c.com ================================= From kad@blackcatlinux.com Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 11:20:31 +0300 (EEST) From: kad@blackcatlinux.com To: linux-dvb@linuxtv.org Subject: some SkyStar driver questions Status: O X-Status: X-Keywords: X-UID: 255 Hi. Can anybody say me what the fields inv and which constats in fec correct ? and one more - how I can adjust local oscillator freq like in SkyMedia ? -- With best regards, Alexandr. (AK2644, AK2240-RIPE, AK2-6BONE) -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS dx s+:+ a-- C+++ U++++ P+ L++++ E--- W+++ N++ o K w--- O+ M V- PS++ PE Y PGP++ t 5 X+ R tv- b++ DI- D++ G+ e++ h* r++ y? ------END GEEK CODE BLOCK------ From david@convergence.de Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 11:53:13 +0200 From: David Podeur To: linux-dvb@linuxtv.org Subject: Re: DVB over RTP Status: O X-Status: X-Keywords: X-UID: 256 * @rtur Lugmayr [000616 10:46]: > rtp provides 3 types of encapsulating an MPEG stream: > payload based on encapsulating PS and TS RFC2250. 2. Encapsulation of MPEG System and Transport Streams > payload based on seperate packetisation of MPEG audio/video ES and RFC2250. 3. Encapsulation of MPEG Elementary Streams > payload based on joint packetization of mpeg2 audio/video ES = > bundled MPEG format). RFC2343. > > Do you know if someone has already implemented this DVB-RTP gateway? > > If so, can you give me some links? > > Can we do it, using "Mpeg-2 TS over RTP" and linux driver? "MPEG2 TS over RTP" from linuxtv.org is a raw implementation of RFC2250-2. It packs the MPEG2 188bytes packets into RTP Packets (several MPEG-2 packets per RTP packet, according to the MTUi defined). DVB is directly compatible with MPEG-2 transport packets. As far as I have understood it, DVB just adds a few FEC techniques so that the transmission becomes almost QEF (Quasi Error Free) in spite of the tranport step (satellite link, ...). So the answer for the first item is yes: "MPEG2 TS over RTP" will do the job, provided you have an MPEG-2 transport stream. But then you have to get this TS... and for that purpose there is nothing to exect from the siemens card. You will never get a full TS from it (see previous mails from Ralph Metzler). This does not means you will not be able to RTPize digital TV sessions with the siemens card, as it gives you an AV_PES stream, wich is nothing else than an MPEG-2 program stream limited to 1 video and 1 audio canals (this is actually my thesis) Moreover, with a full DVB stream, you will deal with something like a 38Mbit/s traffic. You may be able to handle it "on the fly", but i will be harder to get such a bitrate from a storage unit (harddisk...). Hope it helps, David. -- david@convergence.de From bernd@uni-paderborn.de Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 18:18:15 +0200 From: Bernd Melcher To: linux-dvb@linuxtv.org Subject: video device flushing Status: O X-Status: X-Keywords: X-UID: 257 Hi, when switching the DVB card to another channel, the video device I read from still delivers some PVA packets from the old channel before delivering new data. Is there any way of flushing the video device? I thought of switching to PIDs that do not exist, and then reading from the device until there is no data any more after a timeout, but I think this is not an elegant method. Are there any other solutions? Greetings, Bernd From boom@uni-paderborn.de Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 18:28:52 +0200 From: Jens Rosenboom Cc: linux-dvb@linuxtv.org Subject: Re: Transport stream Status: O X-Status: X-Keywords: X-UID: 258 Ralph Metzler schrieb: > > But is it possible to get a one-program-transport-stream (not in > > PVA-format)? > > I posted an example for this with an AC3 stream last week. > You have to set the DATA_PIPING_FLAG (defined in dvb_comcode.h), Ok, but even then i don't get transport-stream packets (i don't know which format it is, but it has no 0x47 every 188 bytes). Is it possible to get the content of the /dev/video-stream but in TS-packets? Greetings Jens -- email: boom@uni-paderborn.de From rjkm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Mon, 19 Jun 2000 19:18:31 +0200 (CEST) From: Ralph Metzler To: linux-dvb@linuxtv.org Subject: Re: Transport stream Status: O X-Status: X-Keywords: X-UID: 261 Jens Rosenboom writes: > Ralph Metzler schrieb: > > > > But is it possible to get a one-program-transport-stream (not in > > > PVA-format)? > > > > I posted an example for this with an AC3 stream last week. > > You have to set the DATA_PIPING_FLAG (defined in dvb_comcode.h), > > Ok, but even then i don't get transport-stream packets (i don't know > which format it is, but it has no 0x47 every 188 bytes). Is it possible You cannot get the complete TS packets, no headers, no adaptation fields, only the payload. > to get the content of the /dev/video-stream but in TS-packets? Yes. Just set up two piping filters, one for a video PID, one for an audio PID (both cannot be the same as the one being displayed). The next driver release will also have tools included for streaming the result directly into a PVA file. So, you can watch one program and record another from the same transponder at the same time. A modified firmware even allows to do this and have playback going at the a same time. But I still get a lot of dropouts since DMA is only possible in one direction at the same time and at the moment there is only one buffer on the card for transfers in both directions. It will take some more firmware rewriting ... Ralph From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:20:29 +0200 From: Ivo Simicevic To: linux-dvb@linuxtv.org Subject: Is EON working? Status: O X-Status: X-Keywords: X-UID: 262 I can ping both proxys on TP114 PING 194.177.32.44 (194.177.32.44): 56 data bytes 64 bytes from 194.177.32.44: icmp_seq=0 ttl=254 time=559.3 ms 64 bytes from 194.177.32.44: icmp_seq=1 ttl=254 time=549.9 ms --- 194.177.32.44 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 549.9/554.6/559.3 ms PING 194.177.32.36 (194.177.32.36): 56 data bytes 64 bytes from 194.177.32.36: icmp_seq=0 ttl=254 time=557.8 ms 64 bytes from 194.177.32.36: icmp_seq=1 ttl=254 time=530.6 ms --- 194.177.32.36 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 530.6/544.2/557.8 ms but I get no data from EON. In fact using proxy auth I got only >> 14:32:01 ERROR 503: Service Unavailable. Is it just me or ... ? As I am still not getting anouncements from EON (after several e-mails and phone calls) I don't know if there is something wrong with them (again). Regards, Ivo. From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:23:14 +0200 From: Ivo Simicevic To: linux-dvb@linuxtv.org Subject: Any alternatives for EON Status: O X-Status: X-Keywords: X-UID: 263 Can someone (who has experience) tell me about other Internet providers over DVB-S? Any pointers, contacts, speed info, pricing, ... Regards, Ivo. From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:23:50 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: ivo@ultra.hr Cc: "linux-dvb@linuxtv.org" Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 264 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] I have just switched to T103 and it works fine. It looks like EON is changing something within their network today. Since yesterday eveneing, sometimes I get "unable to forward request" reply from heromaster1.europeonline.net (until yesterday, I was getting this reply from glop*.europeonline.net). I have written 2 times to customer.support complainig about this "unable to forward request...", and 2 times I have got reply saying "please try to delete temporary internet files" ?! Nenad Ivo Simicevic wrote: > I can ping both proxys on TP114 > > PING 194.177.32.44 (194.177.32.44): 56 data bytes > 64 bytes from 194.177.32.44: icmp_seq=0 ttl=254 time=559.3 ms > 64 bytes from 194.177.32.44: icmp_seq=1 ttl=254 time=549.9 ms > > --- 194.177.32.44 ping statistics --- > 2 packets transmitted, 2 packets received, 0% packet loss > round-trip min/avg/max = 549.9/554.6/559.3 ms > > PING 194.177.32.36 (194.177.32.36): 56 data bytes > 64 bytes from 194.177.32.36: icmp_seq=0 ttl=254 time=557.8 ms > 64 bytes from 194.177.32.36: icmp_seq=1 ttl=254 time=530.6 ms > > --- 194.177.32.36 ping statistics --- > 2 packets transmitted, 2 packets received, 0% packet loss > round-trip min/avg/max = 530.6/544.2/557.8 ms > > but I get no data from EON. > > In fact using proxy auth I got only >> 14:32:01 ERROR 503: Service Unavailable. > > Is it just me or ... ? > > As I am still not getting anouncements from EON (after several e-mails > and phone calls) I don't know if there is something wrong with them > (again). > > Regards, > > Ivo. -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From nopsenica@iname.com Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:35:03 +0200 From: Nenad Opsenica Reply-To: nenad@ravangrad.net To: ivo@ultra.hr Cc: "linux-dvb@linuxtv.org" Subject: Re: Any alternatives for EON Status: O X-Status: X-Keywords: X-UID: 265 [ The following text is in the "iso-8859-2" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Maybe a good starting point: http://www.ses-astra.com/multimedia/applications/commercial/high_speed_internet.htm Ivo Simicevic wrote: > Can someone (who has experience) tell me about other > Internet providers over DVB-S? > > Any pointers, contacts, speed info, pricing, ... > > Regards, > > Ivo. -- Nenad Opsenica nenad@ravangrad.net, nenad@bivalent.co.yu Bivalent d.o.o. http://www.ravangrad.net From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:37:28 +0200 From: Ivo Simicevic To: Konstantin S. Kurianoff Cc: linux-dvb@linuxtv.org Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 266 On Tue, Jun 20, 2000 at 04:33:42PM +0400, Konstantin S. Kurianoff wrote: > Read the file README.EON in your DVB/doc directory. There is a string about > rp_filter. Maybe it will help you. > > Regards, Calman. > Thanks, but if ping is working it means that packets are coming through meaning filter is not filtering. Regards, Ivo. From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 15:58:48 +0200 From: Ivo Simicevic To: nenad@ravangrad.net Cc: linux-dvb@linuxtv.org Subject: Re: Any alternatives for EON Status: O X-Status: X-Keywords: X-UID: 267 On Tue, Jun 20, 2000 at 03:35:03PM +0200, Nenad Opsenica wrote: > > Maybe a good starting point: > http://www.ses-astra.com/multimedia/applications/commercial/high_speed_internet.htm > After sending short e-mail : >> Dear Sirs, >> >> would you be so kind to send us more information about Your >> Hi-Speed Internet service together with pricing information. I waited for about 45 days and got nice printed material with about the same information as on the web. No prices, no tech details, no .... Is anyone using this service ? Regards, Ivo. From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 16:14:17 +0200 From: Ivo Simicevic To: nenad@ravangrad.net Cc: linux-dvb@linuxtv.org Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 268 On Tue, Jun 20, 2000 at 03:23:50PM +0200, Nenad Opsenica wrote: > > I have just switched to T103 and it works fine. It looks like EON is changing > AFAIK I need dvbd and not Cyberlogin for using T103, and as dvbd (dvbd2) still doesn't work for me I can't switch to T103 :-(( Thanks anyway for info. Regards, Ivo. From jeffrey@borgs.net Wed Aug 1 13:17:39 2001 Date: Wed, 21 Jun 2000 00:37:29 +1000 (EST) From: Jeffrey Borg To: Ivo Simicevic Cc: linux-dvb@linuxtv.org Subject: Re: Any alternatives for EON Status: O X-Status: X-Keywords: X-UID: 269 Anybody know of any providor doing (data over) dvb-s in australia because the only one that allows you to not use any isp is exactly like the directpc service in the us hence you need the helius software and you can not use your own card Jeff On Tue, 20 Jun 2000, Ivo Simicevic wrote: > Can someone (who has experience) tell me about other > Internet providers over DVB-S? > > Any pointers, contacts, speed info, pricing, ... > > Regards, > > Ivo. > From mihai@ambra.ro Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 18:02:51 +0300 From: Mihai Amariutei To: ivo@ultra.hr, nenad@ravangrad.net Cc: linux-dvb@linuxtv.org Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 270 You don't neet dvbd to receive T103, as the configuration of the card can be carried out by CyberLogin, too. I've posted some time ago on this mailing list a modified CyberLogin which let you do that. ----- Original Message ----- From: "Ivo Simicevic" To: Cc: Sent: Tuesday, June 20, 2000 5:14 PM Subject: Re: Is EON working? > On Tue, Jun 20, 2000 at 03:23:50PM +0200, Nenad Opsenica wrote: > > > > I have just switched to T103 and it works fine. It looks like EON is changing > > > > AFAIK I need dvbd and not Cyberlogin for using T103, and as dvbd (dvbd2) still > doesn't work for me I can't switch to T103 :-(( > > Thanks anyway for info. > > Regards, > > Ivo. From torres@torres-c.com Wed Aug 1 13:17:39 2001 Date: Tue, 20 Jun 2000 18:14:33 +0200 From: Gustavo Torres To: linux-dvb@linuxtv.org Subject: Alternatives to EON !!! (YES) Status: O X-Status: X-Keywords: X-UID: 271 I'm using Astra-Net from CBL Luexmburg, bug after few day of working without support to installation, the system don't work from Friday 16.06. I just send many mails but nobody respond, I don't know why the system don't work, nor when the service will work. The price is around of 33 Euros/month but when the service work is very stable and the throughpt is better of EON, but now is not working. Please there are another user of this service ? Thanks ================================= Gustavo Torres Torres Consulting - ITALY Phone: +39-348-3019076 Fax: +39-0464-556615 Web: http://www.torres-c.com E-Mail: torres@torres-c.com ================================= From 320041590583-0001@t-online.de Wed Aug 1 13:17:39 2001 Date: Wed, 21 Jun 2000 16:16:41 +0200 From: stefan Textor <320041590583-0001@t-online.de> To: linux-dvb@linuxtv.org Subject: EON-networking HOW-TO Status: O X-Status: X-Keywords: X-UID: 272 HI. I got the Hauppauge WinTV DVB-S connected directly to an QuadLNB on verical/22khz. I just downloaded the 0.0.5 driver, compiled it and loaded the modules. I get the picture of PRO7 on TV-OUT. OK,what to do now? I tried the CyberLogin included in the package. it says ...connected and setted echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter, but i don´t get any data on dvb0 (checked via tcpdump -i dvb0). -> means can´t get any connection to proxy. Btw, I´ve setted up cyberlogin.ini correcly for TP114/vertical.(... tried to use Transponder =114, but it won´t work, so I´ve setted up frequency...etc by hand) I´ve tried the dvbd also, at least recompiled it with the headerfiles of package 0.0.5, then changed the defaultvalues in dvbd.c matching TP114, because it won´t read the /etc/dvbd.conf. -> is there any documentation aboutdvbd??? -> are there other versions elsewhere? It seems to work for about 15sec, but only with HTTP. 1. what to do with MAC/PID-filter in dvbd and/or CyberLogin? 2. are there any routes to set? 3. does anybody know other recources for dvb/linux? 4. is there any HOW-TO for linux/dvb and/or networking via satellite? 5. Some of you said, that they achieved a working EON/SQUID-config. how to do? 6. are there some specials for masqerading with dvb in gateway? 7. how to route the multicast-packages? U see, I have many questions and only a few answers. Can anybody HELP me? xcuse From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Fri, 23 Jun 2000 01:55:52 +0200 From: Carsten Koch To: Ralph Metzler Cc: Peter Visser , Klaus Schmidinger , linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 274 Ralph Metzler wrote: ... > Yes, there is a SP/DIF connection on the board. ... > > Blue out 3 - 4 SPDIF out I connected this to my receiver. I hear the sound and my receiver displays that it is stereo digital audio (no AC3, as Ralph predicted :-( ). However, about once per minute the signal drops: no sound for about two seconds and the receiver display shows no digital signal during that period. The receiver is OK (use it with a DVD player all the time). Can this be caused by a driver or firmware problem? Is it a hardware design bug in the card? Is my card broken? Should I return it? Has anyone else tried this? Thanks for any enlightenment, Carsten. From greg@ulima.unil.ch Wed Aug 1 13:17:39 2001 Date: Fri, 23 Jun 2000 10:39:54 +0200 From: Gregoire Favre To: linux-dvb@linuxtv.org Subject: A few Hauppauge DVB-s question Status: O X-Status: X-Keywords: X-UID: 275 Hello, I have such a card ;-) I also already have 3 LNB with a diseqc 2.0 ready and waiting for me (the PC and the LNB are about 45 km each other: I am going to change the PC location soon as I change my living place). I have just bought the card and I don't know if it would work under linux (I have compiled the siemens:dvb-0.05.tar.gz (except gVideo which don't compile on my Suse 6.4) but I don't know if I can test anything without an attached LNB? Does that card support diseqc 2.0? And the linux software? Is there any way to use the cards for playing my DVD? I would like to see the Swiss channel (which are encrypted: I have the card): does the linux software accept common interface module? Does someone know a good way to have such a reader? Thanks for all help, Greg ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch From alen@smartnet.ba Wed Aug 1 13:17:39 2001 Date: Fri, 23 Jun 2000 19:41:01 +0200 From: A.S. To: linux-dvb@linuxtv.org Subject: Driver for Philips Status: O X-Status: X-Keywords: X-UID: 277 I need help,well I have a Philips DVB card in my Linux RedHat5 machine but there is a problem I ,don`t have a driver for it ,can anyone tell me where can I find it off course if it exist. Thanks ,Alen From design@euro.net.ro Wed Aug 1 13:17:39 2001 Date: Sat, 24 Jun 2000 01:36:35 +0300 From: Benea Rares To: A.S. , "linux-dvb@linuxtv.org" Subject: Re: Driver for Philips Status: O X-Status: X-Keywords: X-UID: 278 Hi I had the same problems... but not the drivers are the problem .. it's RH5. Put RH6.2!!! Good luck Rares "A.S." wrote: > I need help,well > I have a Philips DVB card in my Linux RedHat5 machine but there is a > problem I ,don`t have a driver for it ,can anyone tell me where can I > find it off course if it exist. > Thanks ,Alen From alen@smartnet.ba Wed Aug 1 13:17:39 2001 Date: Sat, 24 Jun 2000 08:36:27 +0200 From: A.S. To: Benea Rares , "linux-dvb@linuxtv.org" Subject: Re: Driver for Philips Status: O X-Status: X-Keywords: X-UID: 281 Please I have a lot of problems so you think that I need RedHat 6.2 or what,and that I can use any driver for my Philips DVB card. Benea Rares wrote: > Hi > > I had the same problems... but not the drivers are the problem .. > it's RH5. Put RH6.2!!! > > Good luck > Rares > > "A.S." wrote: > > > I need help,well > > I have a Philips DVB card in my Linux RedHat5 machine but there is a > > problem I ,don`t have a driver for it ,can anyone tell me where can I > > find it off course if it exist. > > Thanks ,Alen From G.Welter@rocleiden.nl Wed Aug 1 13:17:39 2001 Date: Sat, 24 Jun 2000 10:46:43 +0200 From: Gerben Welter To: linux-dvb@linuxtv.org Subject: Re: Driver for Philips Status: O X-Status: X-Keywords: X-UID: 283 At 01:36 6/24/00 +0300, you wrote: >Hi > > I had the same problems... but not the drivers are the problem .. >it's RH5. Put RH6.2!!! The driver IS the problem if you have a Philips DVB card, because there is NO driver available for it.... Grtz Gerben. From rjkm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Sat, 24 Jun 2000 14:50:34 +0200 (CEST) From: Ralph Metzler To: Carsten Koch Cc: Peter Visser , Klaus Schmidinger , linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 284 Carsten Koch writes: > Ralph Metzler wrote: > ... > > Yes, there is a SP/DIF connection on the board. > ... > > > Blue out 3 - 4 SPDIF out > > I connected this to my receiver. > I hear the sound and my receiver displays that it > is stereo digital audio (no AC3, as Ralph predicted :-( ). > > However, about once per minute the signal drops: no > sound for about two seconds and the receiver display > shows no digital signal during that period. > > The receiver is OK (use it with a DVD player all the time). > Can this be caused by a driver or firmware problem? > Is it a hardware design bug in the card? > Is my card broken? Should I return it? > Has anyone else tried this? There is really not much one can do in the firmware regarding SP/DIF besides switching it on/off. How did you connect the pin to your receiver? I don´t know what kind of signal levels the SP/DIF pin delivers. So, it might not be possible to connect it directly without having this kind of problems. And of course it might damage your hardware. Ralph From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Sun, 25 Jun 2000 00:51:37 +0200 From: Carsten Koch To: Ralph Metzler Cc: Peter Visser , Klaus Schmidinger , linux-dvb@linuxtv.org Subject: Re: data & tv broadcasts Status: O X-Status: X-Keywords: X-UID: 286 Ralph Metzler wrote: ... > There is really not much one can do in the firmware regarding SP/DIF > besides switching it on/off. It may be far fetched, but after all: that's what I'm observing. The signal appears to be switched on/off. Maybe I should attach a scope to see if that is really the case or the receiver just gets out of sync with the card occasionally. > How did you connect the pin to your receiver? I used an internal high-quality shielded cable (about 20 cm) from pins 4 and 10 to a cinch socked that I put into a slot cover. I used a regular cinch-cinch coax from there to the receiver. > I don´t know what kind of signal levels the SP/DIF pin delivers. > So, it might not be possible to connect it directly without having > this kind of problems. And of course it might damage your hardware. Well, subjectively, the sound quality was not any better than through the analog output (between the interruptions, that is). If there is nothing to be gained and the hardware to be lost, I suppose it is best to give up on a direct digital sound connection. Carsten. From trient0@yahoo.com Wed Aug 1 13:17:39 2001 Date: Sun, 25 Jun 2000 11:09:00 +0300 From: Lucian Fratila To: linux-dvb@linuxtv.org Subject: live broadcast Status: O X-Status: X-Keywords: X-UID: 287 Hello list, Is there any way that I can see EON's EuroSport broadcast if I have the dvb card installed on a linux machine using dvbd (I'm talking about those .NSC files as in http://www.europeonline.net/streamedvideo/ENC11419.nsc)? I know this can be done using MS's mediaplayer on a windows box + dvb card, but I wondered if the data stream coming into the linux box could be forwarded (masquerading maybe?) to a windows machine inside the local network?. TIA, Lucian From isz@dds.nl Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 03:35:36 +0200 From: Jeroen To: linux-dvb@linuxtv.org Subject: Re: CI module Status: O X-Status: X-Keywords: X-UID: 288 Though I'm not a German, there is a dutch shop which sells the CI adapters tou'll need for the CAM's. They sell it for fl299,- (that's about 140 EURO). The URL is http://www.wwsat.nl/be_index.htm But is there anybody on the list who knows how to connect a CAM directly to the Sat cards?? grtz Jeroen ----- Original Message ----- From: Boris V. To: Sent: Monday, June 26, 2000 2:55 PM Subject: CI module > Maybe little off topic, sorry... > > Anyone know where can I get CI module for TechnoTrend card. > I'm from Slovenia and here is very hard to get it. > Anyone from Germany willing to send it to me or something ? > How much does it cost in Germany ? > > Thanks. > > And again sorry for off topic... > > B. > > -- > junij 26, 2000 > ---------------------------------------------------------------- > Never judge a book by its movie. > ---------------------------------------------------------------- From boris@bstnet.org Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 14:55:44 +0200 From: Boris V. To: "linux-dvb@linuxtv.org" Subject: CI module Status: O X-Status: X-Keywords: X-UID: 289 Maybe little off topic, sorry... Anyone know where can I get CI module for TechnoTrend card. I'm from Slovenia and here is very hard to get it. Anyone from Germany willing to send it to me or something ? How much does it cost in Germany ? Thanks. And again sorry for off topic... B. -- junij 26, 2000 ---------------------------------------------------------------- Never judge a book by its movie. ---------------------------------------------------------------- From pmlists@prosyst.bg Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 15:05:29 +0200 From: Pavel Milev To: linux-dvb@linuxtv.org Subject: CyberLogin.ini Questions Status: O X-Status: X-Keywords: X-UID: 290 Hello Linux-dvb, I have : - TechnoTrend DVB card, installed on - Linux 2.2.13 machine (Slackware) using - driver version 0.05. , and - CyberLogin v. 1.80 gVideo worlk fine , but i cannot make a connections to EON Proxys Here is my CyberLogin.ini file Frequency = 12633250 SymbolRate = 22000 LocalOscillator = 10600000 Alignment = H LNBHigh = 1 DiseqcPort = 0 DataPID = 512 UserName = ****** PassWord = ****** NetDevice = eth0 ServerIpAddress = 194.177.32.4 DVBDevice = dvb0 SendPort = 6000 RecvPort = 8000 #Transponder = 113 When I start ./CyberLogin it writes to console : CyberLogin V. 1.80 Started. (C) 1999 Diego Picciani E-Mail: d.picciani@novacomp.it Connecting ... Connected ! but I EON Proxy at 194.177.32.6 returns nothing , and there are no packets coming via dvb0 My questions 1. I try to connect using commands in this order : insmod i2c-core.o; \ insmod videodev.o; \ insmod saa7146_core.o mode=0; \ insmod saa7146_v4l.o; \ insmod VES1893.o; \ insmod VES1820.o; \ insmod dvb.o; \ insmod tuner.o; \ insmod msp3400.o; \ ifconfig dvb0 192.168.0.1; \ echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter ./CyberLogin Q: Is that correct , is there anything more to do when I try to make the connection ? 2. Q: Is there anything wrong ina my CyberLogin.ini file ? 3. When Ia uncomment Transponder = 113 line CyberLogin writes : Command Transponder not understood in ./CyberLogin.ini line 15 Q: Is there any way to tell CyberLogin which transponder to use ? Best regards, Pavel mailto:pmlists@prosyst.bg From greg@ulima.unil.ch Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 15:32:32 +0200 From: Gregoire Favre To: "linux-dvb@linuxtv.org" Cc: Boris V. Subject: Re: CI module Status: O X-Status: X-Keywords: X-UID: 291 "Boris V." wrote: > > Maybe little off topic, sorry... > > Anyone know where can I get CI module for TechnoTrend card. > I'm from Slovenia and here is very hard to get it. > Anyone from Germany willing to send it to me or something ? > How much does it cost in Germany ? I think that a good question: I have found that URL: http://www.dvb-shop.de/ that sell what you need. For Hauppauge, you could find the modules on http://www.hauppauge.de/prod_ci_s.htm with more pictures and explaination (I had really troubles to understand what a CAM and what a CI are, many thanks to Marcus O.C. Metzler for all the explanation ;-) ) (in Italian) on http://www.hauppauge.de/ital/page5.html Siemens also have an URL, but they only sold there CI only with a new DVB-s card. I am on the point of commanding one for my Hauppauge ;-) Greg ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch From boris@bstnet.org Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 15:54:00 +0200 From: Boris V. To: "linux-dvb@linuxtv.org" Subject: Re: CI module Status: O X-Status: X-Keywords: X-UID: 292 Gregoire Favre wrote: > > > I think that a good question: I have found that URL: > http://www.dvb-shop.de/ that sell what you need. > > For Hauppauge, you could find the modules on http://www.hauppauge.de/prod_ci_s.htm > with more pictures and explaination (I had really troubles to > understand what a CAM and what a CI are, many thanks to Marcus O.C. Metzler > for all the explanation ;-) ) (in Italian) on > http://www.hauppauge.de/ital/page5.html > > Siemens also have an URL, but they only sold there CI only with a new > DVB-s card. > > I am on the point of commanding one for my Hauppauge ;-) > > Greg > ________________________________________________________________ > http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch I'm a little confused now ;) So I need both, CI and CAM module ? B. -- junij 26, 2000 ---------------------------------------------------------------- Never judge a book by its movie. ---------------------------------------------------------------- From mihai@safe-invest.ro Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 100 17:20:24 +0300 (EEST) From: Mihai Parlea Reply-To: mihai.parlea@safe-invest.ro To: linux-dvb@linuxtv.org Cc: d.picciani@novacomp.it Subject: cyberlogin: cannot open dvb device! Status: O X-Status: X-Keywords: X-UID: 293 dear dvb users, i'm pretty new to dvb and installation but the concept seems to be cool, and i really am looking forward to see it at work. after installing the dish, i have installed the cable and card into my pc. i'm running linux rh52, kernel-2.3.99-pre9 (latest) and successfully compiled the 0.05 drivers from linuxtv.org/dvb/devel.. [tested the signal level on a windows based pc, everything okay! 100%] switching back to linux: i have built the apps, but when i run CyberLogin i get: Cannot Open DVB Device ! heeelp! here's my Cyberlogin.ini. DVBDevice = dvb0 Frequency = 12640000 SymbolRate = 22000 LocalOscillator = 10600000 Alignment = V DiseqcPort = 0 LNBHigh = 1 DataPID = 512 NetDevice = eth0 ServerIPAddress = 194.177.32.35 SendPort = 6000 RecvPort = 8000 UserName = don'tknow Password = either. my network configuration includes a weak ethernet connection to internet, but it's at around 3-4KB at its low, and i configured for cyberlogin as a netdevice the eth0. could this be the problem? i also looked up the /dev/ directory and haven't seen any dvb0 device. do i have to see some dvb device in there? when i do make insmod, everything is fine. dvb0 Link encap:Ethernet HWaddr 00:D0:5C:3D:1A:64 inet addr:192.168.4.1 Bcast:192.168.4.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 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 Kernel Routing Table looks like this. student.ro * 255.255.255.128 U 0 0 0 eth0 192.168.4.0 * 255.255.255.0 U 0 0 0 dvb0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default cisco2509.stude 0.0.0.0 UG 0 0 0 eth0 i don't know whether i have to make a route to the whole network of 192.168.4.0 over my kernel, but insmod is makeing it by default. Module Size Used by msp3400 12904 0 (unused) tuner 3856 0 (unused) dvb 36192 1 VES1820 3480 0 [dvb] VES1893 3860 0 (unused) saa7146_v4l 15768 0 (unused) saa7146_core 14300 0 [dvb saa7146_v4l] videodev 2976 2 [dvb] i2c-core 12768 0 [msp3400 tuner dvb VES1820 VES1893 saa7146_core] thanks for your help, mihai. From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Mon, 26 Jun 2000 20:37:02 +0200 From: Carsten Koch Cc: linux-dvb@linuxtv.org Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 297 Ivo Simicevic wrote: ... > As I am still not getting anouncements from EON (after several e-mails > and phone calls) I don't know if there is something wrong with them > (again). EON just mailed the following text to me (in a MS Word document, sigh): Luxembourg, June 26th, 2000 Dear Europe Online customer, As the new Chief Executive Officer of Europe Online, I would first like to thank you for your loyalty to Europe Online. As a former executive of the Walt Disney Company in Europe, I experienced how important it is to listen to my customers and meet their needs and expectations. We are fully aware of the serious problems that you experienced with our service in the last two months: the login was difficult or even impossible, the downloads were slow or disrupted, and the response and communication with our customer service was very poor. Today, I am very glad to announce that we have strengthened our team with the addition of several specialists in various departments. Our objective is to solve these problems in the shortest possible time. You are one of our first users and it is our primary task to listen to your remarks and to respond to your concerns. We want to establish a constructive dialogue with you in the future and thus create together the new multimedia experience. In the meantime, we are working on a "fair deal package" and the establishment of a hotline service to deal with your individual inquiries. Details will be communicated to you very shortly. In order for you to follow our future developments, we will send you information via e-mail on a regular basis and we will implement a special page on our website which will inform you of the changes and improvements that have been made to our service. Again I would like to thank you for your loyalty and collaboration. Sincerely yours, Dennis F. Hightower Chief Executive Officer Europe Online Networks S.A. From carsten.roessner@web.de Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 10:59:35 +0200 From: Carsten Roessner To: "Linux DVB Mailinglist (E-Mail)" Subject: xawtv working with the DVB driver? Status: O X-Status: X-Keywords: X-UID: 298 Hallo, does someone have xawtv working with the DVB driver? I'm especially interested in the channel switching of the cable version (everything else works fine). If not I will try to implement this by myself. Are there any "big" problems to be expect? Thanks in advance, Carsten Rößner From cbredi@lasting.ro Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 14:58:39 +0300 From: Cristian N. Bradiceanu To: linux-dvb@linuxtv.org Subject: dvbd download Status: O X-Status: X-Keywords: X-UID: 299 Hi, I couldn't find dvbd/dvbd2 on www.linuxtv.org/dvb. Could someone send it or the url to me? A working .conf file would be greatly appreciated. Thanks, Cristi B. From Roland.Morgenroth@kapp-coburg.de Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 15:43:01 +0200 From: Roland Morgenroth To: Carsten Roessner Cc: linux-dvb@linuxtv.org Subject: Re: xawtv working with the DVB driver? Status: O X-Status: X-Keywords: X-UID: 300 Carsten Roessner wrote: > > Hallo, > > does someone have xawtv working with the DVB driver? I'm especially > interested in the channel switching of the cable version (everything else > works fine). > > If not I will try to implement this by myself. Are there any "big" problems > to be expect? > > Thanks in advance, > Carsten Rößner i made the hack, channel switching of sat channels is working (cable ??) grabbing and other things are not working. From m.hataj@digim.de Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 16:11:04 +0200 From: Mo Hataj To: linux-dvb@linuxtv.org Subject: thanks to convergence (tm) Status: O X-Status: X-Keywords: X-UID: 301 Finding the phonenumber of Siemens-Fujitsu-Werksverkauf online isn't an easy task (0821-804-2278). But then, Siemens will accept a fax with bank retrieval and delivers a card phoned in on friday on monday. Thanks to convergence/Berlin for the number. -- mit freundlichen Grüßen / sincerely Mo Hataj From Mike.Neuhaus@gmx.de Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 19:06:55 +0200 From: Mike Neuhaus To: Roland Morgenroth Cc: linux-dvb@linuxtv.org Subject: Re: xawtv working with the DVB driver? Status: O X-Status: X-Keywords: X-UID: 302 > i made the hack, channel switching of sat channels is working (cable ??) > grabbing and other things are not working. Where can i find the hack for xawtv?? cu Mike From sbrown@cortland.com Wed Aug 1 13:17:39 2001 Date: Tue, 27 Jun 2000 17:21:56 -0700 From: Steve Brown To: linux-dvb@linuxtv.org Subject: Siemens DVB-S card and NTSC output? Status: O X-Status: X-Keywords: X-UID: 303 The latest version (0.05) of the driver seems not to implement NTSC. The AV7110 is advertised to support NTSC, but defaults to PAL. Is there any way to set NTSC mode on the board's composite output? I checked the archive, but all I can find is a question similar to mine. I looked through the source and dinked with the call to VidMode in the initialization code in dvb.c. No noticable difference, just an unsynced raster. Are there any other issues in decoding NTSC? Display on my monitor is not important for me right now. The audio works fine. I live in NTSC land. Is there anything I can do to help out? Steve From sandworm77@yahoo.com Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 05:23:55 +0400 From: Sasha Sotnikov To: linux-dvb@linuxtv.org Subject: insmod dvb.o : unresolved symbol memset what is wrong? Status: O X-Status: X-Keywords: X-UID: 304 [ The following text is in the "koi8-r" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] Well , it's propably not a problem in the latest version (0.05) of the driver. but when I try to do ' insmod dvb.o' I recive 'unresolved symbol memset' Function memset is used in other modules and they load ok, but dvb.o not. System used is Debian 2.1 kernel 2.2.16 , mayby I miss something? People running RedHat don't mention this problem or mayby solving this problem is too simple to mention. Anyway fny help would by useful. Thanks. From rjkm@netcologne.de Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 03:50:28 +0200 (CEST) From: Ralph Metzler To: Steve Brown Cc: linux-dvb@linuxtv.org Subject: Siemens DVB-S card and NTSC output? Status: O X-Status: X-Keywords: X-UID: 305 Steve Brown writes: > The latest version (0.05) of the driver seems not to implement NTSC. The > AV7110 is advertised to support NTSC, but defaults to PAL. > > Is there any way to set NTSC mode on the board's composite output? I > checked the archive, but all I can find is a question similar to mine. > > I looked through the source and dinked with the call to VidMode in the > initialization code in dvb.c. No noticable difference, just an unsynced > raster. > > Are there any other issues in decoding NTSC? Display on my monitor is > not important for me right now. The audio works fine. > > I live in NTSC land. Is there anything I can do to help out? The next release will have NTSC. The original firmware switched the video output microcode to NTSC with the VidMode call but did not set some other registers to NTSC mode. I changed the firmware to do this. I have NTSC playback from file working now. I still have to test this with DVB. Does anybody know if there is an NTSC DVB channel somewhere on Astra or Hotbird where I can test this? Ralph From pganev@com-it.net Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 08:50:27 +0200 From: Plamen Ganev To: mocm@netcologne.de Cc: linux-dvb@linuxtv.org Subject: RE: switch channel by using favorites Status: O X-Status: X-Keywords: X-UID: 306 Dear Marcus I tried to patch graphs.cc with your patch. The result is that each time I press up/down button I get this errors: GTK-Warning**: invalid cast from 'unknown' to GtkList GTK-Critical**: file gtklist.c: line 3420 (gtk_clist_select_row): assertion 'GTK_IS_CLIST(clist)' failed GTK-Warning**: invalid cast from 'unknown' to GtkList GTK-Critical**: file gtkclist.c: line 2924 (gtk_clist_moveto): assertion 'GTK_IS_CLIST (clist)' failed The buttons don't work as well as the favorites list... any idea? By the way: I tried gVideo from driver 0.04 and it works... Thank you, Dave PS: "Scan Sat" is always disabled and the LNB menu is not quite working.... > -----Original Message----- > From: Marcus O.C. Metzler [mailto:mocm@netcologne.de] > Sent: Sunday, June 04, 2000 23:26 > To: Thomas Eichenhofer > Cc: linux-dvb@linuxtv.org > Subject: switch channel by using favorites > > > Thomas Eichenhofer writes: > > [1 ] > > Hi, > > after little problems while compiling, driver version 0.05 is > working fine for me now. > > Any body else got problem when changing channels using favorites? > > Switching channels work for me with "dvb info", but channel > buttons up/down and favorites DO NOT work. > > Yes, I noticed that, I fixed it last week. Here is the diff for > graphs.cc: From Mike.Neuhaus@gmx.de Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 09:12:51 +0200 From: Mike Neuhaus To: Sasha Sotnikov Cc: linux-dvb@linuxtv.org Subject: Re: insmod dvb.o : unresolved symbol memset what is wrong? Status: O X-Status: X-Keywords: X-UID: 307 Am Wed, 28 Jun 2000 schrieben Sie: > Well , it's propably not a problem in the latest version (0.05) of the > driver. > but when I try to do ' insmod dvb.o' I recive 'unresolved symbol memset' Dear Sasha, please check your gcc-version. If you have gcc 2.7.2.3 please upgrade to gcc 2.95.2 (+libraries). cu do swidanja Mike From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 09:58:29 +0200 From: Ivo Simicevic To: Sasha Sotnikov Cc: linux-dvb@linuxtv.org Subject: Re: insmod dvb.o : unresolved symbol memset what is wrong? Status: O X-Status: X-Keywords: X-UID: 308 On Wed, Jun 28, 2000 at 05:23:55AM +0400, Sasha Sotnikov wrote: > Well , it's propably not a problem in the latest version (0.05) of the > driver. > but when I try to do ' insmod dvb.o' I recive 'unresolved symbol memset' > > Function memset is used in other modules and they load ok, but dvb.o > not. > System used is Debian 2.1 kernel 2.2.16 , mayby I miss something? It is problem with compiler. You need gcc 2.95 (not 2.7.2) or egcs? to compile driver and sucessfuly insmod it. GL, Ivo. From Mike.Neuhaus@gmx.de Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 15:31:35 +0200 From: Mike Neuhaus To: Thilo Wunderlich , linux-dvb@linuxtv.org Subject: Re: insmod dvb.o : unresolved symbol memset what is wrong? Status: O X-Status: X-Keywords: X-UID: 309 Am Wed, 28 Jun 2000 schrieben Sie: > > > driver. but when I try to do ' insmod dvb.o' I recive 'unresolved symbol > > > memset' > > please check your gcc-version. If you have gcc 2.7.2.3 please upgrade to > > gcc 2.95.2 (+libraries). > > would it be possible to fix this so gcc 2.7.2.3 would work as well ? > a lot of people have this problem. i don't now, if it is possible to fix this. Mike > > Thilo > -- > Thilo Wunderlich tw@ubcom.net From ivo@ultra.hr Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 15:52:41 +0200 From: Ivo Simicevic To: Mihai Amariutei Cc: linux-dvb@linuxtv.org Subject: Re: Is EON working? Status: O X-Status: X-Keywords: X-UID: 310 On Tue, Jun 20, 2000 at 06:02:51PM +0300, Mihai Amariutei wrote: > You don't neet dvbd to receive T103, as the configuration of the card can be > carried out by CyberLogin, too. > I've posted some time ago on this mailing list a modified CyberLogin which > let you do that. > Yes, but your version can't be compiled with older (read patched) version of driver, and as new version doesn't work for me I am stuck. Thanks anyway. Ivo. From Da.Force@gmx.net Wed Aug 1 13:17:39 2001 Date: Wed, 28 Jun 2000 20:36:02 +0200 (MEST) From: david goertz To: linux-dvb@linuxtv.org Subject: gVideo configure problem Status: O X-Status: X-Keywords: X-UID: 311 I have some problems to compile gVideo. When I type make in /DVB/apps I always get a error message : "g++ -O2 mpg2mpg.cc -o mpg2mpg mpg2mpg.cc:24: iostream.h: Datei oder Verzeichnis nicht gefunden mpg2mpg.cc:25: iomanip.h: Datei oder Verzeichnis nicht gefunden mpg2mpg.cc:26: fstream.h: Datei oder Verzeichnis nicht gefunden make: *** [mpg2mpg] Error 1 " -- Sent through GMX FreeMail - http://www.gmx.net From alen@smartnet.ba Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 09:49:12 +0200 From: A.S. To: "linux-dvb@linuxtv.org" Subject: Login client Status: O X-Status: X-Keywords: X-UID: 314 Does anybody know how can I set my IP address in Login client. I have a problem ,my commputer is under NAT and I have IP :192.168.2.112 there is a problem I can`t connect to Syber Login server. Can I do anything without changing IP address on real IP address Thanks,Alen From mihai@ambra.ro Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 11:59:21 +0300 From: Mihai Amariutei To: A.S. , linux-dvb@linuxtv.org Subject: Re: Login client Status: O X-Status: X-Keywords: X-UID: 316 You CANNOT use CyberLogin with translated adresses, it have to use real IP adresses. ----- Original Message ----- From: "A.S." To: Sent: Thursday, June 29, 2000 10:49 AM Subject: Login client > Does anybody know how can I set my IP address in Login client. > I have a problem ,my commputer is under NAT and I have IP :192.168.2.112 > > there is a problem I can`t connect to Syber Login server. > Can I do anything without changing IP address on real IP address > Thanks,Alen From greg@ulima.unil.ch Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 11:02:42 +0200 From: Gregoire Favre Reply-To: linux-dvb@linuxtv.org To: linux-dvb@linuxtv.org Subject: Best way to have DVB and bttv together? Status: O X-Status: X-Keywords: X-UID: 318 Hello, I have two Hauppauge: one WinTV and one DVB-s. I have compiled some kernels with bttv and some with DVB-s. Is there a way to have both together? Thanks you very much, Greg ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch From chrfrei@gmx.net Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 22:28:12 +0200 From: Christoph Frei To: linux-dvb@linuxtv.org Subject: Re: Login client Status: O X-Status: X-Keywords: X-UID: 321 Hello! Mihai Amariutei wrote: > You CANNOT use CyberLogin with translated adresses, it have to use real IP > adresses. Are you sure about this? I'm trying to get it to work under Win and Linux, with some redirectet ports i can connect, but when i send a request to the proxy, "something" is happening (the Win-Smiley gets light-green for a second), and a few bytes where shown in the DVB-App, but i cannot receive real data. As i never could get it to work with Windows, i've never tried it with Linux, but this would be the next step... Any ideas...? Greetings! Christoph From dcost@bigfoot.com Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 23:07:12 +0200 From: dcost To: linux-dvb@linuxtv.org Subject: Hotbird chanel list for VDR/gVIDEO Status: O X-Status: X-Keywords: X-UID: 323 I think someone asked before... but here's the question: How do I make a channel list for HotBird? I took the data from satcodx but wasn't successfull in creating the VDR channels.conf file (i.e. are Vpid and Apid listed on satco the same as VDR expects)? Thank you, Dave From dcost@bigfoot.com Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 23:07:12 +0200 From: dcost To: linux-dvb@linuxtv.org Subject: Hotbird chanel list for VDR/gVIDEO Status: O X-Status: X-Keywords: X-UID: 324 I think someone asked before... but here's the question: How do I make a channel list for HotBird? I took the data from satcodx but wasn't successfull in creating the VDR channels.conf file (i.e. are Vpid and Apid listed on satco the same as VDR expects)? Thank you, Dave From dcost@bigfoot.com Wed Aug 1 13:17:39 2001 Date: Thu, 29 Jun 2000 23:08:30 +0200 From: dcost To: linux-dvb@linuxtv.org Subject: Antenna aligning... Status: O X-Status: X-Keywords: X-UID: 326 Is there any tool in helping with antenna aligment? Something that shows the signal strength without needing a correctly set-up channel (looking to align antenna for hotbird...) Thankx! Dave. From chris@Nice.CH Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 02:47:38 +0200 From: Christian Limpach To: Mihai Amariutei , Christoph Frei , linux-dvb@linuxtv.org Subject: Re: Login client Status: O X-Status: X-Keywords: X-UID: 329 > As I said, you have to use real IP addresses, even by forwarding specific > ports from the gateway in order to let CyberLogin talk to the server (as you > did). > The bytes you receives are from the EOL proxy trying to connect to yours. > The problem is that the IP packets received by sattelite are destined to the > REAL IP used (of the gateway). You may try to enable routing on the receiver > PC, to get them sent to the gateway which will (hopefully) de-masquerade > them and have them sent back to the said PC. It looks rather messy (and some > roadblocks can appear). I couldn't get this to work but that was because my NAT machine will only de-nat packets which arrive on the correct interface. I use the following setup: NAT machines external ip address = a.b.c.d add alias on NAT machines internal interface: a.b.c.1 netmask 255.255.255.0 add alias on machine with the DVB card: a.b.c.d netmask 255.255.255.0 add routes on machine with the DVB card: route add -host proxy-ip netmask 255.255.255.255 gw a.b.c.1 have your NAT machine forward udp packets it receives on port 8000 to the machine with the DVB card use the alias device in CyberLogin.ini (most likely eth0:1 if this is your first alias) I think the default gateway on your external segment must not be in the a.b.c.0/255.255.255.0 ip-space. If it is and it doesn't work because of this, you can try to use a narrower netmask or try to use a 255.255.255.255 netmask for the a.b.c.1 alias... This works if your NAT machine will not touch packets which already have external ip addresses. This works because you only need to get packets through your NAT machine in one direction. This works because the TCP-stack is smart enough to choose the sender address depending on the route it uses to send the packet... The machine with the DVB card can run Linux or Windows, I use it with both... Setting up the alias on Windows a little tricky... It's a gross hack and I can't wait to get a dedicated IP for my DVB machine... > Using proxy authentification for masqueraded connections looks a lot more > cleaner and is described in detail on the web (there is a link earlier on > this list). definitely! christian From alen@smartnet.ba Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 09:25:49 +0200 From: A.S. To: "linux-dvb@linuxtv.org" Subject: Proxy Status: O X-Status: X-Keywords: X-UID: 330 Ok I get some answers that told me I can't use NAT IP address to connect to Syber Login ,but I will try to solve that and let you know. I would like that somebody help me if there is any way to pass proxy-cash server without entering user name and passwd every time when I open explorer or netscape window. Well I need it because I made Proxy and If I solve the problem I would be able too give all users to use Satellite link through my Proxy ,but problem is user name and passwd. From alen@smartnet.ba Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 09:25:49 +0200 From: A.S. To: "linux-dvb@linuxtv.org" Subject: Proxy Status: O X-Status: X-Keywords: X-UID: 331 Ok I get some answers that told me I can't use NAT IP address to connect to Syber Login ,but I will try to solve that and let you know. I would like that somebody help me if there is any way to pass proxy-cash server without entering user name and passwd every time when I open explorer or netscape window. Well I need it because I made Proxy and If I solve the problem I would be able too give all users to use Satellite link through my Proxy ,but problem is user name and passwd. From georg.thoma@student.uni-ulm.de Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 12:36:57 +0200 From: Georg Thoma To: linux-dvb@linuxtv.org Subject: Video Recording Status: O X-Status: X-Keywords: X-UID: 332 Hello, i was not able to find any information on the format of the videostream recorded by the dvb-driver or the VDR-project (which is the same format i think). My goal is to record the MPEG2 Stream broadcasted an burn it as a SVCD to watch i on my DVD player. I know the windows DVB software records a .PVA or .PAV file which is the MPEG2 Stream plus some other signals. There is software to convert .PVA or .PAV to real MPEG2 but it didn't work with the .vdr file of the VDR-Project. Thanks in advance. mfg Gorgo From dent@cosy.sbg.ac.at Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 12:48:43 +0200 (MET DST) From: Thomas 'Dent' Mirlacher To: Georg Thoma Cc: linux-dvb@linuxtv.org Subject: Re: Video Recording Status: O X-Status: X-Keywords: X-UID: 333 On Fri, 30 Jun 2000, Georg Thoma wrote: > Hello, > i was not able to find any information on the format of the videostream > recorded > by the dvb-driver or the VDR-project (which is the same format i think). does the VCD standard include mpeg2-video-streams? ++dent -- Linux is no REVOLUTION - it's EVOLUTION at operating system level ;) From georg.thoma@student.uni-ulm.de Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 12:54:20 +0200 From: Georg Thoma To: linux-dvb@linuxtv.org Subject: Re: Video Recording Status: O X-Status: X-Keywords: X-UID: 334 Thomas 'Dent' Mirlacher schrieb: > > > does the VCD standard include mpeg2-video-streams? > > ++dent No the VCD standard not, but VCD was modified by Phillips or another company to SVCD which is a MPEG2 Program Stream (Video+Audio) on a CD. Such SVCD are for example playable on the cheap Yamakawa 715 DVD player. mfg Gorgo From chih@menicx.com.tw Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 19:08:59 +0800 From: chih To: linux-dvb@linuxtv.org Subject: Please remove me from mail list Status: O X-Status: X-Keywords: X-UID: 335 [ The following text is in the "big5" character set. ] [ Your display is set for the "ISO-8859-1" character set. ] [ Some characters may be displayed incorrectly. ] From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 13:14:13 +0200 From: Carsten Koch To: Georg Thoma Cc: linux-dvb@linuxtv.org Subject: Re: Video Recording Status: O X-Status: X-Keywords: X-UID: 336 Georg Thoma wrote: ... > My goal is to record the MPEG2 Stream broadcasted an burn it as a SVCD > to watch i on my DVD player. I believe this is a great idea. Of course, we would also need tools to cut the advertising out and to create chunks of exactly one SVCD (~700 MB) each. > I know the windows DVB software records a .PVA or .PAV file which is the > > MPEG2 Stream plus some other signals. There is software to convert .PVA > or .PAV > to real MPEG2 but it didn't work with the .vdr file of the VDR-Project. Last time I tried, the windows PVA to MPEG2 converter by Technotrend (http://www.technotrend.de/Software_DVB.htm) worked with files recorded under Linux. However, Nero 5.0 refused to burn the resulting file onto an SVCD... Of course, it would be much more useful to have a tool that does this directly under Linux. I even believe that a standard MPEG-2 system stream rather than non-standard PVA data ought to come directly out of the DVB driver. If that is not possible, maybe we can convince Klaus Schmidinger to extend his VDR, so it creates and accepts standard MPEG-2 system streams? In the meantime, have you taken a look at DVB/apps/mpg2mpg.cc? I heard rumors that convercence also has another internal tool that can convert between PVA and MPEG2. Would anyone from convergence care to comment on that? Carsten. From Carsten.Koch@icem.de Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 13:20:56 +0200 From: Carsten Koch To: Georg Thoma Cc: linux-dvb@linuxtv.org Subject: Re: Video Recording Status: O X-Status: X-Keywords: X-UID: 337 Georg Thoma wrote: ... > SVCD which is a MPEG2 Program Stream (Video+Audio) > on a CD. > Such SVCD are for example playable on the cheap Yamakawa 715 DVD player. Yes. The Yamakawa 715 is great. It plays back DVDs, VCDs, SVCDs and even data CDs with MP3 files on them. Also, only few DVD players can read CD-R media, the Yamakawa 715 does. And it is really cheap considering its many talents. I believe it would make a lot of sense to create Linux software that can record data from the DVB-s card that you can replay on the Yamakawa. Check out http://www.dvdboard.de In particular http://www.dvdforen.de/forumdisplay.php3?forumid=6 Carsten. From mhonarc@convergence.de Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 15:23:13 +0200 (CEST) From: Marlen Caemmerer To: chih Cc: linux-dvb@linuxtv.org Subject: Re: Please remove me from mail list Status: O X-Status: X-Keywords: X-UID: 338 okay. done. regards, mhonarc From dcost@bigfoot.com Wed Aug 1 13:17:39 2001 Date: Fri, 30 Jun 2000 16:57:40 +0200 From: dcost To: linux-dvb@linuxtv.org Subject: RE: CI module Status: O X-Status: X-Keywords: X-UID: 339 Another question.... will a hauppauge CI module work in a Technotrend card? Or any other mix since the cards are the same? Dave