public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
@ 2008-03-10 11:17 Tero Pelander
  2008-03-10 11:59 ` Derk Dukker
  0 siblings, 1 reply; 6+ messages in thread
From: Tero Pelander @ 2008-03-10 11:17 UTC (permalink / raw)
  To: linux-dvb

The driver in linux kernel 2.6.24.2 for "Terratec Cinergy DT usb XS 
diversity" sets the reported bandwith outside the fe_bandwidth_t range. 
The value 0 (BANDWIDTH_8_MHZ) is replaced with 8000. Here is an example 
showing the problem...

Device: Terratec Cinergy DT usb xs diversity
Linux: 2.6.24.2 (modules: mt2266, dvb_usb_dib0700)
Firmware: dvb-usb-dib0700-1.10.fw


Received event for frontend 0

Status for frontend 0 is now:
   0 (no signal)

Reported parameters for frontend 0 are now:
   Frequency: 714000000 Hz
   Inversion: AUTO (2)
   Bandwidth: 8 (0)
   High priority stream code rate: AUTO (9)
   Low priority stream code rate: AUTO (9)
   Constellation: QAM64 (3)
   Transmission mode: AUTO (2)
   Guard interval: AUTO (4)
   Hierarchy information: AUTO (4)

Received event for frontend 0

Status for frontend 0 is now:
   FE_HAS_SIGNAL (found something above the noise level)
   FE_HAS_CARRIER (found a DVB signal)
   FE_HAS_VITERBI (FEC is stable)
   FE_HAS_SYNC (found sync bytes)
   FE_HAS_LOCK (everything's working)

Reported parameters for frontend 0 are now:
   Frequency: 714000000 Hz
   Inversion: AUTO (2)
   Bandwidth: ??? (8000)
   High priority stream code rate: 2/3 (2)
   Low priority stream code rate: 1/2 (1)
   Constellation: QAM64 (3)
   Transmission mode: 8K (1)
   Guard interval: 1/8 (2)
   Hierarchy information: NONE (0)

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
  2008-03-10 11:17 [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS Tero Pelander
@ 2008-03-10 11:59 ` Derk Dukker
  2008-03-10 12:19   ` Tero Pelander
  2008-03-10 15:37   ` Markus Rechberger
  0 siblings, 2 replies; 6+ messages in thread
From: Derk Dukker @ 2008-03-10 11:59 UTC (permalink / raw)
  To: Tero Pelander; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 1979 bytes --]

Hi Tero,

I also have a Terratec Cinergy DT XS diversity but can't get it working with
the Cinergy CI usb, do you have any idea how I can make it work?
By the way, they showed on CEBIT a EeePC with linux on it with the Cinergy
XSS. They also said that they will release linux drivers for all of their tv
tuners.

Regards

On Mon, Mar 10, 2008 at 12:17 PM, Tero Pelander <tpeland@tkukoulu.fi> wrote:

> The driver in linux kernel 2.6.24.2 for "Terratec Cinergy DT usb XS
> diversity" sets the reported bandwith outside the fe_bandwidth_t range.
> The value 0 (BANDWIDTH_8_MHZ) is replaced with 8000. Here is an example
> showing the problem...
>
> Device: Terratec Cinergy DT usb xs diversity
> Linux: 2.6.24.2 (modules: mt2266, dvb_usb_dib0700)
> Firmware: dvb-usb-dib0700-1.10.fw
>
>
> Received event for frontend 0
>
> Status for frontend 0 is now:
>   0 (no signal)
>
> Reported parameters for frontend 0 are now:
>   Frequency: 714000000 Hz
>   Inversion: AUTO (2)
>   Bandwidth: 8 (0)
>   High priority stream code rate: AUTO (9)
>   Low priority stream code rate: AUTO (9)
>   Constellation: QAM64 (3)
>   Transmission mode: AUTO (2)
>   Guard interval: AUTO (4)
>   Hierarchy information: AUTO (4)
>
> Received event for frontend 0
>
> Status for frontend 0 is now:
>   FE_HAS_SIGNAL (found something above the noise level)
>   FE_HAS_CARRIER (found a DVB signal)
>   FE_HAS_VITERBI (FEC is stable)
>   FE_HAS_SYNC (found sync bytes)
>   FE_HAS_LOCK (everything's working)
>
> Reported parameters for frontend 0 are now:
>   Frequency: 714000000 Hz
>   Inversion: AUTO (2)
>   Bandwidth: ??? (8000)
>   High priority stream code rate: 2/3 (2)
>   Low priority stream code rate: 1/2 (1)
>   Constellation: QAM64 (3)
>   Transmission mode: 8K (1)
>   Guard interval: 1/8 (2)
>   Hierarchy information: NONE (0)
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>

[-- Attachment #1.2: Type: text/html, Size: 2722 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
  2008-03-10 11:59 ` Derk Dukker
@ 2008-03-10 12:19   ` Tero Pelander
  2008-03-10 15:37   ` Markus Rechberger
  1 sibling, 0 replies; 6+ messages in thread
From: Tero Pelander @ 2008-03-10 12:19 UTC (permalink / raw)
  To: Derk Dukker; +Cc: linux-dvb

On Mon, Mar 10, 2008 at 12:59:55PM +0100, Derk Dukker wrote:
>I also have a Terratec Cinergy DT XS diversity but can't get it working with
>the Cinergy CI usb, do you have any idea how I can make it work?

I don't have any CI units so I haven't tested.

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
  2008-03-10 11:59 ` Derk Dukker
  2008-03-10 12:19   ` Tero Pelander
@ 2008-03-10 15:37   ` Markus Rechberger
  2008-03-10 15:44     ` Derk Dukker
  1 sibling, 1 reply; 6+ messages in thread
From: Markus Rechberger @ 2008-03-10 15:37 UTC (permalink / raw)
  To: Derk Dukker; +Cc: linux-dvb

Hi,

On 3/10/08, Derk Dukker <derk.dukker@gmail.com> wrote:
> Hi Tero,
>
> I also have a Terratec Cinergy DT XS diversity but can't get it working with
> the Cinergy CI usb, do you have any idea how I can make it work?
> By the way, they showed on CEBIT a EeePC with linux on it with the Cinergy
> XSS. They also said that they will release linux drivers for all of their tv
> tuners.
>

This was an eeePC with a Terratec Hybrid XS FM (Analog TV, Radio,
DVB-T), Pinnacle also had an eeePC with a Pinnacle 330e (Analog TV and
DVB-T) both Empia em28xx based.

Here's the 3liner installation instruction:
http://mcentral.de/pipermail/em28xx/2008-March/001320.html

Markus

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
  2008-03-10 15:37   ` Markus Rechberger
@ 2008-03-10 15:44     ` Derk Dukker
  2008-03-11  9:39       ` Markus Rechberger
  0 siblings, 1 reply; 6+ messages in thread
From: Derk Dukker @ 2008-03-10 15:44 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 1327 bytes --]

Thank you very much Markus!!
Do you also have any idea how to get the Cinergy CI usb working? I live in
Holland and most of the channels are encrypted, so I need to use the Cinergy
CI usb but I can't find drivers/information anywhere.

I bought this in the firstplace for my playstation 3 with linux on it, I
knew that support for CI was hard, but they said it would work with eyetv.
So I thought, if it isn't working on linux  it will on mac with eyetv.
Everything works on my mac with eyetv except the CI usb :(

Regards,

Derk

On Mon, Mar 10, 2008 at 4:37 PM, Markus Rechberger <mrechberger@gmail.com>
wrote:

> Hi,
>
> On 3/10/08, Derk Dukker <derk.dukker@gmail.com> wrote:
> > Hi Tero,
> >
> > I also have a Terratec Cinergy DT XS diversity but can't get it working
> with
> > the Cinergy CI usb, do you have any idea how I can make it work?
> > By the way, they showed on CEBIT a EeePC with linux on it with the
> Cinergy
> > XSS. They also said that they will release linux drivers for all of
> their tv
> > tuners.
> >
>
> This was an eeePC with a Terratec Hybrid XS FM (Analog TV, Radio,
> DVB-T), Pinnacle also had an eeePC with a Pinnacle 330e (Analog TV and
> DVB-T) both Empia em28xx based.
>
> Here's the 3liner installation instruction:
> http://mcentral.de/pipermail/em28xx/2008-March/001320.html
>
> Markus
>

[-- Attachment #1.2: Type: text/html, Size: 1860 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS
  2008-03-10 15:44     ` Derk Dukker
@ 2008-03-11  9:39       ` Markus Rechberger
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Rechberger @ 2008-03-11  9:39 UTC (permalink / raw)
  To: Derk Dukker; +Cc: linux-dvb

Hi Derk,

On 3/10/08, Derk Dukker <derk.dukker@gmail.com> wrote:
> Thank you very much Markus!!
> Do you also have any idea how to get the Cinergy CI usb working? I live in
> Holland and most of the channels are encrypted, so I need to use the Cinergy
> CI usb but I can't find drivers/information anywhere.
>
> I bought this in the firstplace for my playstation 3 with linux on it, I
> knew that support for CI was hard, but they said it would work with eyetv.
> So I thought, if it isn't working on linux it will on mac with eyetv.
> Everything works on my mac with eyetv except the CI usb :(
>

there's no support for this CI device at this time.

Markus

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-11  9:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 11:17 [linux-dvb] illegal bandwith value, driver for Terratec Cinergy DT usb XS Tero Pelander
2008-03-10 11:59 ` Derk Dukker
2008-03-10 12:19   ` Tero Pelander
2008-03-10 15:37   ` Markus Rechberger
2008-03-10 15:44     ` Derk Dukker
2008-03-11  9:39       ` Markus Rechberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox