[linux-dvb] frequency out of range - Problems

2007-08-06 Thread Lars Buerding
Hello, has anyone seen errors like this before?: I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc kernel: DVB: frontend 0 frequency 151 out of range

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Michael Krufky
Lars Buerding wrote: Hello, has anyone seen errors like this before?: I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc kernel: DVB: frontend 0

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Manu Abraham
On 8/6/07, Lars Buerding [EMAIL PROTECTED] wrote: Hello, has anyone seen errors like this before?: I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Lars Buerding
Hello Michael, Working version: - Kernel V2.6.22.1 / dvb-pll-0549f1757f66 ^^^ This is an invalid revision. Where did you get that tree? I dont remember exactly, but this was short before I subscribed to linuxtv-dvb, and I think I got it

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Lars Buerding
Hello Manu, I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc kernel: DVB: frontend 0 frequency 151 out of range (95..140) Aug 6 07:08:05 gwmuc

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Manu Abraham
On 8/6/07, Lars Buerding [EMAIL PROTECTED] wrote: Hello Manu, I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc kernel: DVB: frontend 0 frequency

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Michael Krufky
Manu Abraham wrote: On 8/6/07, Lars Buerding [EMAIL PROTECTED] wrote: Hello Manu, I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17 gwmuc kernel: DVB: frontend 0

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Oliver Endriss
Michael Krufky wrote: Manu Abraham wrote: On 8/6/07, Lars Buerding [EMAIL PROTECTED] wrote: Hello Manu, I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5). -- Aug 6 07:07:17

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Michael Krufky
Oliver Endriss wrote: According to the crippled datasheet, a symbol rate from 12..30 MSym/s should be correct for the TDA8083. The Grundig 29504-451 tuner uses the TDA8060 down-converter, which has a frequency range from 920..2200MHz. So the attached patch should fix the range issues. Ok?

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Manu Abraham
On 8/6/07, Oliver Endriss [EMAIL PROTECTED] wrote: Michael Krufky wrote: Manu Abraham wrote: On 8/6/07, Lars Buerding [EMAIL PROTECTED] wrote: Hello Manu, I am getting these messages using the latest available tip-version (v4l-dvb-5bb1af77fdc5).

Re: [linux-dvb] frequency out of range - Problems

2007-08-06 Thread Trent Piepho
On Mon, 6 Aug 2007, Michael Krufky wrote: Manu Abraham wrote: In frontends/tda8083.c Look for this: 446 .frequency_min = 95, /* FIXME: guessed! */ 447 .frequency_max = 140,/* FIXME: guessed! */ change to