Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-04 Thread Mickael Marchand
that did it for me too :) seems Gerd Knorr already applied thanks Cheers, Mik Guillaume Chazarain wrote: Mickael Marchand wrote: Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-04 Thread Guillaume Chazarain
Mickael Marchand wrote: Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help sadely. I have the same problem, but on x86, the attached patch fixed it for me. -- Guillaume ---

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-04 Thread Guillaume Chazarain
Mickael Marchand wrote: Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help sadely. I have the same problem, but on x86, the attached patch fixed it for me. -- Guillaume ---

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-04 Thread Mickael Marchand
that did it for me too :) seems Gerd Knorr already applied thanks Cheers, Mik Guillaume Chazarain wrote: Mickael Marchand wrote: Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Mickael Marchand
Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help sadely. log files attached if you have time to look at them :) (the non-working one being 2.6.11-rc3+your patch) Cheers, Mik Gerd

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Markus Trippelsdorf
On Thu, 2005-02-03 at 12:30 +0100, Gerd Knorr wrote: > Thanks, seems to be a initialization order bug which changes the default > state of the tda9887 output ports. The patch below should fix that. Everything is working fine now. Thank you. __ Markus - To unsubscribe from this list: send the

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Gerd Knorr
> > > mt2032_set_if_freq failed with -121 > > OK here you go. Thanks, seems to be a initialization order bug which changes the default state of the tda9887 output ports. The patch below should fix that. Gerd diff -u linux-2.6.11/drivers/media/video/tda9887.c

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Markus Trippelsdorf
On Thu, 2005-02-03 at 11:17 +0100, Gerd Knorr wrote: > > tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw] > > tuner: type set to 33 (MT20xx universal) by bt878 #0 [sw] > > tuner: microtune: companycode=4d54 part=04 rev=04 > > tuner: microtune MT2032 found, OK > > tda9885/6/7: chip found @

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Gerd Knorr
Markus Trippelsdorf <[EMAIL PROTECTED]> writes: > tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw] > tuner: type set to 33 (MT20xx universal) by bt878 #0 [sw] > tuner: microtune: companycode=4d54 part=04 rev=04 > tuner: microtune MT2032 found, OK > tda9885/6/7: chip found @ 0x86 > ... >

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Gerd Knorr
Markus Trippelsdorf [EMAIL PROTECTED] writes: tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw] tuner: type set to 33 (MT20xx universal) by bt878 #0 [sw] tuner: microtune: companycode=4d54 part=04 rev=04 tuner: microtune MT2032 found, OK tda9885/6/7: chip found @ 0x86 ...

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Markus Trippelsdorf
On Thu, 2005-02-03 at 11:17 +0100, Gerd Knorr wrote: tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw] tuner: type set to 33 (MT20xx universal) by bt878 #0 [sw] tuner: microtune: companycode=4d54 part=04 rev=04 tuner: microtune MT2032 found, OK tda9885/6/7: chip found @ 0x86 ...

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Gerd Knorr
mt2032_set_if_freq failed with -121 OK here you go. Thanks, seems to be a initialization order bug which changes the default state of the tda9887 output ports. The patch below should fix that. Gerd diff -u linux-2.6.11/drivers/media/video/tda9887.c linux/drivers/media/video/tda9887.c

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Markus Trippelsdorf
On Thu, 2005-02-03 at 12:30 +0100, Gerd Knorr wrote: Thanks, seems to be a initialization order bug which changes the default state of the tda9887 output ports. The patch below should fix that. Everything is working fine now. Thank you. __ Markus - To unsubscribe from this list: send the

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-03 Thread Mickael Marchand
Hello, I am having the same kind of troubles (can't tune and mt_set_frequency -121 errors) since 2.6.10 (it was working in 2.6.9) on amd64. this patch did not help sadely. log files attached if you have time to look at them :) (the non-working one being 2.6.11-rc3+your patch) Cheers, Mik Gerd

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-02 Thread Markus Trippelsdorf
On Wed, 2005-02-02 at 18:35 -0800, Linus Torvalds wrote: > I'd _really_ like to calm down for a final 2.6.11 now, so please note > anything really important I missed, but keep the rest pending. And give > this a good testing.. ... > Gerd Knorr: > o video/arv: remove casts > o video/w9966:

Re: Linux 2.6.11-rc3 - BT848 no signal

2005-02-02 Thread Markus Trippelsdorf
On Wed, 2005-02-02 at 18:35 -0800, Linus Torvalds wrote: I'd _really_ like to calm down for a final 2.6.11 now, so please note anything really important I missed, but keep the rest pending. And give this a good testing.. ... Gerd Knorr: o video/arv: remove casts o video/w9966: remove