Re: [linux-dvb] Re: [Proposal] Unification of the v4L & dvb wikis

2007-04-19 Thread Jean Paul Gatt
Add another positive!! Whilst browsing for information through both wiki's I can't help noticing the fragmentation of information, and the difficulty in obtaining what I need, especially from the hardware part of the wikis. There are too many guides out there, sometimes containing contrasting inf

[linux-dvb] Re :Re: Regarding En50221 Stack

2007-04-19 Thread Santosh
Hi,    In the EN50221 stack there are so many API\'s for so many resources..Can anybody tell me whether the main application will call those API\'s   Explanations with examples is higly appreciated...Can anybody tell me regarding this..Rgds,\"Santosh\"On Sun, 01 Apr 2007 19:06:38 +0400 Manu

[linux-dvb] Re: [Proposal] Unification of the v4L & dvb wikis

2007-04-19 Thread Johannes Stezenbach
On Wed, Apr 18, 2007, David Liontooth wrote: > > Johannes Stezenbach, if I'm not mistaken, is in charge of the DVB wiki > -- what do you think? "In charge" as in "do software updates", "check for Wiki spam" etc. I haven't contributed significant content. Whatever is fine for the Wiki users is fi

Re: [linux-dvb] Re: Nova-T 500 Channel scanning + EIT + Kernel oops...

2007-04-19 Thread Jose Alberto Reguero
El Lunes, 12 de Marzo de 2007, Antti P Miettinen escribió: > Patrick Boettcher <[EMAIL PROTECTED]> writes: > > I think you simply made a mistake extracting the firmware from the log. > > Definitely. One particularly stupid mistake seems to be that the fw > loader wants addresses to be little endian

[linux-dvb] Re: 2 MSI Megasky 580s - different tuning results

2007-04-19 Thread Magnus Hörlin
Hi. I have five of them and I also came to the conclusion that there's something wrong with the agc settings. Where I live the signal is quite weak so I have a roof-mounted antenna amplifier with variable gain. None of the other six types of cards I've tried, PCI or USB, have any reception pro

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Marco Gittler
[EMAIL PROTECTED] schrieb: Was this patch ever posted to the linux-dvb mailing list? There are some (minor) concerns that I have with this changeset. Please see my comments inline below: Patch from Marco Gittler wrote: The patch number 5532 was added via Mauro Carvalho Chehab <[EMAIL PROT

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Michael Krufky
Marco Gittler wrote: >>> +/* I2C */ >>> + >>> >> >> Looks like i2c is using the 8-bit addresses instead of 7-bit >> addresses, just >> like how m920x, gl861 and au6610 did at first... This needs to be fixed. >> > this seem very difficult. the device uses 16 bit (or better 2 byte for > addr

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Marco Gittler
this patch has applied the hints from mkrufky (dvb_attach, firmware-naming) and also one working rewrite of the i2c addresses stuff to fit the kernel i2c reqs. Signed-off-by: Marco Gittler<[EMAIL PROTECTED]> [EMAIL PROTECTED] schrieb: Was this patch ever posted to the linux-dvb mailing list?

[linux-dvb] Re: Re :Re: Regarding En50221 Stack

2007-04-19 Thread Manu Abraham
Santosh wrote: > Hi, > > In the EN50221 stack there are so many API's for so many > resources..Can anybody tell me whether the main application will call > those API's Depends how you look at it. It depends what you are doing. A module/host can have many resources, registered by the Resou

[linux-dvb] inconsistent use of saa7146_pgtable_free?

2007-04-19 Thread Jon Burgess
I've been looking at the sa7146 page table code and it looks like the saa7146_pgtable_free function is used incorrectly in the error cases: from budget-core.c: ttpci_budget_init() { ... budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt)) ... err:

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Mauro Carvalho Chehab
> @@ -93,17 +100,31 @@ static int opera1_usb_i2c_msgxfer(struct > > + switch (addr>>1){ > if ((tmp = opera1_usb_i2c_msgxfer(d, > - msg[i].addr, > + > (msg[i].addr<<1)|(msg[i].flags&I2C_M_RD?0x01:0)

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Michael Krufky
Marco Gittler wrote: > this patch has applied the hints from mkrufky (dvb_attach, > firmware-naming) > and also one working rewrite of the i2c addresses stuff to fit the > kernel i2c reqs. > > Signed-off-by: Marco Gittler<[EMAIL PROTECTED]> > diff -r c8b73ec18b42 linux/drivers/media/dvb/dvb-usb/ope

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Mauro Carvalho Chehab
Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: > Marco Gittler wrote: > > this patch has applied the hints from mkrufky (dvb_attach, > > firmware-naming) > > and also one working rewrite of the i2c addresses stuff to fit the > > kernel i2c reqs. > > > > Signed-off-by: Marco Gittler<[EM

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Manu Abraham
Mauro Carvalho Chehab wrote: > Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: >> Marco Gittler wrote: >>> this patch has applied the hints from mkrufky (dvb_attach, >>> firmware-naming) >>> and also one working rewrite of the i2c addresses stuff to fit the >>> kernel i2c reqs. >>> >>>

[linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Michael Krufky
Mauro Carvalho Chehab wrote: > Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: > >> Marco Gittler wrote: >> >>> this patch has applied the hints from mkrufky (dvb_attach, >>> firmware-naming) >>> and also one working rewrite of the i2c addresses stuff to fit the >>> kernel i2c r

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread hermann pitton
Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: > Mauro Carvalho Chehab wrote: > > Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: > >> Marco Gittler wrote: > >>> this patch has applied the hints from mkrufky (dvb_attach, > >>> firmware-naming) > >>> and also one working r

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Markus Rechberger
On 4/19/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: > Marco Gittler wrote: > > this patch has applied the hints from mkrufky (dvb_attach, > > firmware-naming) > > and also one working rewrite of the i2c addresses stuff to fit th

[linux-dvb] Q re Nova-T 500 USB bootup messages

2007-04-19 Thread Eyal Lebedinsky
I notice some errors reported when the dib0700 is loaded. Are these OK to ignore? [ 50.462203] usbcore: registered new interface driver usbfs [ 50.487401] usbcore: registered new interface driver hub [ 50.511893] usbcore: registered new device driver usb [ 50.545315] USB Universal Host Con

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Manu Abraham
hermann pitton wrote: > Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: >> Mauro Carvalho Chehab wrote: >>> Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: Marco Gittler wrote: > this patch has applied the hints from mkrufky (dvb_attach, > firmware-naming) >>>

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Markus Rechberger
On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: hermann pitton wrote: > Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: >> Mauro Carvalho Chehab wrote: >>> Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: Marco Gittler wrote: > this patch has applied the hint

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Manu Abraham
Markus Rechberger wrote: > On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: >> hermann pitton wrote: >> > Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: >> >> Mauro Carvalho Chehab wrote: >> >>> Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: >> Marco Gittler wrot

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread hermann pitton
Am Freitag, den 20.04.2007, 02:51 +0400 schrieb Manu Abraham: > Markus Rechberger wrote: > > On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > >> hermann pitton wrote: > >> > Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: > >> >> Mauro Carvalho Chehab wrote: > >> >>> Em Qui, 2007

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Manu Abraham
hermann pitton wrote: > Am Freitag, den 20.04.2007, 02:51 +0400 schrieb Manu Abraham: >> Markus Rechberger wrote: >>> On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: hermann pitton wrote: > Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: >> Mauro Carvalho Chehab wrote

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread hermann pitton
Am Freitag, den 20.04.2007, 03:19 +0400 schrieb Manu Abraham: > hermann pitton wrote: > > Am Freitag, den 20.04.2007, 02:51 +0400 schrieb Manu Abraham: > >> Markus Rechberger wrote: > >>> On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > hermann pitton wrote: > > Am Freitag, den 20.04.

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Manu Abraham
hermann pitton wrote: > Am Freitag, den 20.04.2007, 03:19 +0400 schrieb Manu Abraham: >> hermann pitton wrote: >>> Am Freitag, den 20.04.2007, 02:51 +0400 schrieb Manu Abraham: Markus Rechberger wrote: > On 4/20/07, Manu Abraham <[EMAIL PROTECTED]> wrote: >> hermann pitton wrote: >

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread hermann pitton
Am Freitag, den 20.04.2007, 03:42 +0400 schrieb Manu Abraham: > hermann pitton wrote: > > Am Freitag, den 20.04.2007, 03:19 +0400 schrieb Manu Abraham: > >> hermann pitton wrote: > >>> Am Freitag, den 20.04.2007, 02:51 +0400 schrieb Manu Abraham: > Markus Rechberger wrote: > > On 4/20/07,

[linux-dvb] Re: Nova-T 500 windows driver update fixes reception problems

2007-04-19 Thread chris dance
Patrick Boettcher wrote: Hi all, I have discussed with the people involved with Hauppauge at DiBcom and wanted to know the problem. They explained me, that the actual problem/mistake is the broadcaster: They are using SFNs (single-frequency network, a DVB-T mux is transmitted by several, geogra

Re: [Bulk] Re: [linux-dvb] Re: [Proposal] Unification of the v4L & dvb wikis

2007-04-19 Thread CityK
Hi folks, Thanks for the further positive support. Addressing a few points: Nick Andrew wrote: > Regarding content, I think the page needs better support for the newbie, Yep, I completely agree things have to be made clearer for new users -- Marghanita's comment (as well as those from many othe