[linux-dvb] xml2vdr

2003-06-27 Thread Botjan Jerko
Hello ! I got channel list from Astra satellite using dvbtune. Translated list from xml to vdr format and used it in vdr. Now I can browse through channels but for every channel I get serial number 0. How can I numerate channels? B. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED]

[linux-dvb] Re: xml2vdr

2003-06-27 Thread ansalmo
I got channel list from Astra satellite using dvbtune. Translated list from xml to vdr format and used it in vdr. Now I can browse through channels but for every channel I get serial number 0. How can I numerate channels? I had this and traced it to an error in one of the entries in the

[linux-dvb] Re: A few frontend implementation questions

2003-06-27 Thread Holger Waechtler
Andrew de Quincey wrote: 1) What units shoud FE_READ_SNR return? Are there any, or should it just be 0x is REALLY GOOD and 0 is REALLY BAD. a lot frontends don't provide a real measure, so 0x is REALLY GOOD and 0 is REALLY BAD. :) 2) Same goes for FE_READ_SIGNAL_STRENGTH? yes 3)

[linux-dvb] Re: A few frontend implementation questions

2003-06-27 Thread Holger Waechtler
Andrew de Quincey wrote: 3) FE_READ_BER. Is this the BER before VITERBI, or after? I mean, is it the Channel BER, or the Viterbi BER? It's the number of bit errors at the input of the Viterbi decoder. Holger -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb

[linux-dvb] Re: KNC1 budget with 1.1.6b(even 1.1.7) frontend modulemissing?

2003-06-27 Thread Holger Waechtler
Doug You wrote: Hi, I am working on running some TV application with a KNC1 budget(Satellite) card now. I've noticed there is something missing-Grundig 29504-491 (DVB-S, TDA8083 based)-in the modules. =-=-=-= Module Size Used by dvb-saa714675136 0 (unused) evdev

[linux-dvb] Re: channels.conf for dvb-t in berlin

2003-06-27 Thread Holger Waechtler
Robert Schlabbach wrote: From: Christian Marscheck [EMAIL PROTECTED] i just add three cannels to the list. There is a mistake in your file: c56:77800:INVERSION_OFF:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:QAM_16:TRANSMI SSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE:161:82 778 MHz is channel 59,

[linux-dvb] Re: xml2vdr

2003-06-27 Thread Sergei Haller
On Fri, 27 Jun 2003, [EMAIL PROTECTED] () wrote: I got channel list from Astra satellite using dvbtune. Translated list from xml to vdr format and used it in vdr. Now I can browse through channels but for every channel I get serial number 0. How can I numerate channels? I had this and

[linux-dvb] Which linux distribution is best for DVB drivers?

2003-06-27 Thread Tapio Karinsalo
Hi, which linux distribution suits best for linux dvb drivers? And what kernel version And is there good tutorial for newbie how to get those dvb drivers working? I have RedHat9 with kernel version 2.4.20-8, but it looks to me that it is not compatiple with dvb drivers so I

[linux-dvb] skystar2 in LinuxDVB CVS

2003-06-27 Thread Holger Waechtler
Hi all, I imported the skystar2 driver that was floating around on the web last weeks into the dvb-kernel tree. Since various improvements and patches showed up I believe it would be good to keep the reference source on a central place. I modified the dvbnet stuff and the software-demux

[linux-dvb] Re: patch for initial.h

2003-06-27 Thread Johannes Stezenbach
On Fri, Jun 27, 2003 at 12:13:08AM +0300, Timo Helkiö wrote: Hi, with attached patch to present CVS, I get now my Siemens v1.5 card scanning propably all cabel channels here in Uusikaupunki, Finland. Comitted. Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with

[linux-dvb] Re: Which linux distribution is best for DVB drivers?

2003-06-27 Thread Holger Waechtler
Tapio Karinsalo wrote: Hi, which linux distribution suits best for linux dvb drivers? And what kernel version And is there good tutorial for newbie how to get those dvb drivers working? I have RedHat9 with kernel version 2.4.20-8, but it looks to me that it is not compatiple with dvb

[linux-dvb] Re: patch parameter -r for scan

2003-06-27 Thread Johannes Stezenbach
Hi, Lauri Tischler wrote: Add parameter -r, -r 0 disables radiochannels from vdrlist scan -h shows usage I don't like this patch, because it works for vdr output format only, and because IMHO the -r N stuff is too specialized. How about: -t N select service type (bitset: 1 TV, 2 radio,

[linux-dvb] Re: patch for initial.h

2003-06-27 Thread Jean-Claude Repetto
Johannes Stezenbach wrote: On Fri, Jun 27, 2003 at 12:13:08AM +0300, Timo Helkiö wrote: Hi, with attached patch to present CVS, I get now my Siemens v1.5 card scanning propably all cabel channels here in Uusikaupunki, Finland. Comitted. Johannes Don't you think it would be better to put all

[linux-dvb] Re: dvb-bt8xx and net device

2003-06-27 Thread Holger Waechtler
Hi Steffen, André, can you please try again and report if this oops is fixed? Holger André Stein wrote: Hi, First of all, I always set the MAC address manually because after ifconfig -a dvb0_0 the mac address was always inited to 0.. Then the driver actually never oops. It simply fucks

[linux-dvb] tda10045h driver changes

2003-06-27 Thread Andrew de Quincey
Hi, I've made some changes to the driver 1) Implemented status readouts (BER, all status bits etc). 2) Reorganised internally so we can implement future revisions easily. IMPORTANT: the firmware filename has changed to: /usr/lib/DVB/driver/frontends/tda1004x.mc The reason for the

[linux-dvb] Re: tda10045h driver changes

2003-06-27 Thread Holger Waechtler
Andrew de Quincey wrote: Hi, I've made some changes to the driver 1) Implemented status readouts (BER, all status bits etc). 2) Reorganised internally so we can implement future revisions easily. IMPORTANT: the firmware filename has changed to: /usr/lib/DVB/driver/frontends/tda1004x.mc

[linux-dvb] Re: patch parameter -r for scan

2003-06-27 Thread Lauri Tischler
Johannes Stezenbach wrote: Hi, Lauri Tischler wrote: Add parameter -r, -r 0 disables radiochannels from vdrlist scan -h shows usage I don't like this patch, because it works for vdr output format only, and because IMHO the -r N stuff is too specialized. How about: -t N select service type

[linux-dvb] Re: tda10045h driver changes

2003-06-27 Thread Andrew de Quincey
Hi André, can you please make the firmware location configurable through Kconfig as it is done for e.g. the DEC2000 driver? For the 2.4 build just add a fallback Cool, done. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] tda10045h driver changes

2003-06-27 Thread Ralph Metzler
Andrew de Quincey writes: 1) Implemented status readouts (BER, all status bits etc). 2) Reorganised internally so we can implement future revisions easily. IMPORTANT: the firmware filename has changed to: /usr/lib/DVB/driver/frontends/tda1004x.mc The reason for the

[linux-dvb] KNC1 budget with 1.1.6b(even 1.1.7) frontend module missing?

2003-06-27 Thread Ralph Metzler
Doug You writes: I am working on running some TV application with a KNC1 budget(Satellite) card now. I've noticed there is something missing-Grundig 29504-491 (DVB-S, Is this really a 9 in 491? I looks more like 451 on my card. TDA8083 based)-in the modules. =-=-=-= Module

[linux-dvb] Re: tda10045h driver changes

2003-06-27 Thread Andrew de Quincey
On Friday 27 June 2003 13:14, Ralph Metzler wrote: Andrew de Quincey writes: 1) Implemented status readouts (BER, all status bits etc). 2) Reorganised internally so we can implement future revisions easily. IMPORTANT: the firmware filename has changed to:

[linux-dvb] Re: patch parameter -r for scan

2003-06-27 Thread Johannes Stezenbach
Lauri Tischler wrote: Johannes Stezenbach wrote: How about: -t N select service type (bitset: 1 TV, 2 radio, 4 others; default: 7) Ummm... could comparison be made then against field service_type in struct service, according to table 72 in ETSI EN 300 468. service_type could be