public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [DVB] Octopus driver status
@ 2011-06-23 21:31 Sébastien RAILLARD (COEXSI)
  2011-06-24  9:51 ` Oliver Endriss
  0 siblings, 1 reply; 10+ messages in thread
From: Sébastien RAILLARD (COEXSI) @ 2011-06-23 21:31 UTC (permalink / raw)
  To: Linux Media Mailing List

Dear all,

I'm looking at the Octopus DVB cards system from Digital Devices for a while
as their system seems to be very interesting 

Here is link with their products:
http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
2357162/Categories

The good points I have found:

* They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
DVB-S2
* They are moderately priced
* There is a CAM support with a CI adapter for unscrambling channels
* They are using the now de-facto standard PCI-Express bus
* The new Octopus system is using a LATTICE PCI-Express bridge that seems to
be more future proof than the previous bridge Micronas APB7202A
* They seem to be well engineered ("Designed and manufactured in Germany" as
they say!)

And now the doubts :

* The DVB-C/T frontend driver is specific to this system and is very new, so
as Devin said one week ago, it's maybe not yet production ready
* The way the CAM is supported break all the existing userland DVB
applications (gnutv, mumudvb, vlc, etc.)
* There isn't so much information about the Digital Devices company and
their products roadmap (at least in English)

So, my two very simple questions to the developers who worked on the drivers
(I think Oliver and Ralph did) and know the product:
* How you feel the future about the Octopus driver?
* Do you think a compatibility mode (like module parameter) can be added to
simulate the way the CAM is handled in the other drivers?

I'm ready to buy the different cards and do some testing if it can help.

Best regards,
Sebastien.



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

* Re: [DVB] Octopus driver status
  2011-06-23 21:31 [DVB] Octopus driver status Sébastien RAILLARD (COEXSI)
@ 2011-06-24  9:51 ` Oliver Endriss
  2011-06-24 11:18   ` Sébastien RAILLARD (COEXSI)
                     ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Oliver Endriss @ 2011-06-24  9:51 UTC (permalink / raw)
  To: Sébastien RAILLARD; +Cc: Linux Media Mailing List

Hi,

On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
> Dear all,
> 
> I'm looking at the Octopus DVB cards system from Digital Devices for a while
> as their system seems to be very interesting 
> 
> Here is link with their products:
> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
> 2357162/Categories
> 
> The good points I have found:
> 
> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
> DVB-S2
> * They are moderately priced
> * There is a CAM support with a CI adapter for unscrambling channels
> * They are using the now de-facto standard PCI-Express bus
> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
> be more future proof than the previous bridge Micronas APB7202A
> * They seem to be well engineered ("Designed and manufactured in Germany" as
> they say!)
> 
> And now the doubts :
> 
> * The DVB-C/T frontend driver is specific to this system and is very new, so
> as Devin said one week ago, it's maybe not yet production ready
> * The way the CAM is supported break all the existing userland DVB
> applications (gnutv, mumudvb, vlc, etc.)
> * There isn't so much information about the Digital Devices company and
> their products roadmap (at least in English)
> 
> So, my two very simple questions to the developers who worked on the drivers
> (I think Oliver and Ralph did) and know the product:
> * How you feel the future about the Octopus driver?

The drivers work fine. I am not aware of any problems.

All Digital Devices cards and tuner variants are supported by the driver
http://linuxtv.org/hg/~endriss/media_build_experimental

ddbridge (Lattice bridge):
- Octopus (all variants)
- cineS2 v6
- DuoFlex S2 (stv0900 + stv6110 + lnbp21)
- DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)

ngene bridge:
- cineS2 (v4,v5), Satix S2 Dual
- PCIe bridge, mini PCIe bridge
- DuoFlex S2 (stv0900 + stv6110 + lnbp21)
- DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)

For a German description, see
http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400

>From an operational point of view, the driver is ready for the kernel.
Unfortunately I did not have the time yet to clean up the coding-style.
There are thousands of coding-style issues waiting to be fixed...

> * Do you think a compatibility mode (like module parameter) can be added to
> simulate the way the CAM is handled in the other drivers?

Yes, this could be done:
++ The CI could be used with any application.
-- The CI will be attached to one tuner exclusively.

It is not very hard to implement this.
Patches are welcome. ;-)

CU
Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

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

* RE: [DVB] Octopus driver status
  2011-06-24  9:51 ` Oliver Endriss
@ 2011-06-24 11:18   ` Sébastien RAILLARD (COEXSI)
  2011-06-24 11:57   ` Mauro Carvalho Chehab
  2011-07-29 14:52   ` Rune Evjen
  2 siblings, 0 replies; 10+ messages in thread
From: Sébastien RAILLARD (COEXSI) @ 2011-06-24 11:18 UTC (permalink / raw)
  To: 'Linux Media Mailing List'



> -----Original Message-----
> From: linux-media-owner@vger.kernel.org [mailto:linux-media-
> owner@vger.kernel.org] On Behalf Of Oliver Endriss
> Sent: vendredi 24 juin 2011 11:52
> To: Sébastien RAILLARD (COEXSI)
> Cc: Linux Media Mailing List
> Subject: Re: [DVB] Octopus driver status
> 
> Hi,
> 
> On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
> > Dear all,
> >
> > I'm looking at the Octopus DVB cards system from Digital Devices for a
> > while as their system seems to be very interesting
> >
> > Here is link with their products:
> > http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/S
> > hops/6
> > 2357162/Categories
> >
> > The good points I have found:
> >
> > * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S
> > and
> > DVB-S2
> > * They are moderately priced
> > * There is a CAM support with a CI adapter for unscrambling channels
> > * They are using the now de-facto standard PCI-Express bus
> > * The new Octopus system is using a LATTICE PCI-Express bridge that
> > seems to be more future proof than the previous bridge Micronas
> > APB7202A
> > * They seem to be well engineered ("Designed and manufactured in
> > Germany" as they say!)
> >
> > And now the doubts :
> >
> > * The DVB-C/T frontend driver is specific to this system and is very
> > new, so as Devin said one week ago, it's maybe not yet production
> > ready
> > * The way the CAM is supported break all the existing userland DVB
> > applications (gnutv, mumudvb, vlc, etc.)
> > * There isn't so much information about the Digital Devices company
> > and their products roadmap (at least in English)
> >
> > So, my two very simple questions to the developers who worked on the
> > drivers (I think Oliver and Ralph did) and know the product:
> > * How you feel the future about the Octopus driver?
> 
> The drivers work fine. I am not aware of any problems.
> 
> All Digital Devices cards and tuner variants are supported by the driver
> http://linuxtv.org/hg/~endriss/media_build_experimental
> 
> ddbridge (Lattice bridge):
> - Octopus (all variants)
> - cineS2 v6
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> 
> ngene bridge:
> - cineS2 (v4,v5), Satix S2 Dual
> - PCIe bridge, mini PCIe bridge
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> 
> For a German description, see
> http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-
> s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-
> duoflex-s2-duoflex-ct-sowie-tt-s2-6400
> 
> From an operational point of view, the driver is ready for the kernel.
> Unfortunately I did not have the time yet to clean up the coding-style.
> There are thousands of coding-style issues waiting to be fixed...
> 

Ok, thank you for the update.
We will try some Octopus cards.

> > * Do you think a compatibility mode (like module parameter) can be
> > added to simulate the way the CAM is handled in the other drivers?
> 
> Yes, this could be done:
> ++ The CI could be used with any application.
> -- The CI will be attached to one tuner exclusively.
> 
> It is not very hard to implement this.
> Patches are welcome. ;-)
> 

Maybe I'll ask for advices!!!

> CU
> Oliver
> 
> --
> ----------------------------------------------------------------
> VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
> 4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
> Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
> ----------------------------------------------------------------
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media"
> in the body of a message to majordomo@vger.kernel.org More majordomo
> info at  http://vger.kernel.org/majordomo-info.html


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

* Re: [DVB] Octopus driver status
  2011-06-24  9:51 ` Oliver Endriss
  2011-06-24 11:18   ` Sébastien RAILLARD (COEXSI)
@ 2011-06-24 11:57   ` Mauro Carvalho Chehab
  2011-06-24 12:46     ` Simon Liddicott
                       ` (2 more replies)
  2011-07-29 14:52   ` Rune Evjen
  2 siblings, 3 replies; 10+ messages in thread
From: Mauro Carvalho Chehab @ 2011-06-24 11:57 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Oliver Endriss, "Sébastien RAILLARD (COEXSI)"

Em 24-06-2011 06:51, Oliver Endriss escreveu:
> Hi,
> 
> On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
>> Dear all,
>>
>> I'm looking at the Octopus DVB cards system from Digital Devices for a while
>> as their system seems to be very interesting 
>>
>> Here is link with their products:
>> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
>> 2357162/Categories
>>
>> The good points I have found:
>>
>> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
>> DVB-S2
>> * They are moderately priced
>> * There is a CAM support with a CI adapter for unscrambling channels
>> * They are using the now de-facto standard PCI-Express bus
>> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
>> be more future proof than the previous bridge Micronas APB7202A
>> * They seem to be well engineered ("Designed and manufactured in Germany" as
>> they say!)
>>
>> And now the doubts :
>>
>> * The DVB-C/T frontend driver is specific to this system and is very new, so
>> as Devin said one week ago, it's maybe not yet production ready
>> * The way the CAM is supported break all the existing userland DVB
>> applications (gnutv, mumudvb, vlc, etc.)
>> * There isn't so much information about the Digital Devices company and
>> their products roadmap (at least in English)
>>
>> So, my two very simple questions to the developers who worked on the drivers
>> (I think Oliver and Ralph did) and know the product:
>> * How you feel the future about the Octopus driver?
> 
> The drivers work fine. I am not aware of any problems.
> 
> All Digital Devices cards and tuner variants are supported by the driver
> http://linuxtv.org/hg/~endriss/media_build_experimental
> 
> ddbridge (Lattice bridge):
> - Octopus (all variants)
> - cineS2 v6
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> 
> ngene bridge:
> - cineS2 (v4,v5), Satix S2 Dual
> - PCIe bridge, mini PCIe bridge
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> 
> For a German description, see
> http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400
> 
> From an operational point of view, the driver is ready for the kernel.
> Unfortunately I did not have the time yet to clean up the coding-style.
> There are thousands of coding-style issues waiting to be fixed...

Hi Oliver,

If it is ok for you, I have here a few devices with DRXK that I'm seeking for
some time to work with. I'll probably have some time this weekend for them,
so I can do the CodingStyle cleanups, if it is ok for you.

Cheers,
Mauro.

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

* Re: [DVB] Octopus driver status
  2011-06-24 11:57   ` Mauro Carvalho Chehab
@ 2011-06-24 12:46     ` Simon Liddicott
       [not found]     ` <BANLkTinzBGMxwd7AmxPhG3Q1pCx0EsUxvA@mail.gmail.com>
  2011-06-25  0:02     ` Oliver Endriss
  2 siblings, 0 replies; 10+ messages in thread
From: Simon Liddicott @ 2011-06-24 12:46 UTC (permalink / raw)
  Cc: Linux Media Mailing List

On 24 June 2011 12:57, Mauro Carvalho Chehab <mchehab@redhat.com> wrote:
>
> Em 24-06-2011 06:51, Oliver Endriss escreveu:
> > Hi,
> >
> > On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
> >> Dear all,
> >>
> >> I'm looking at the Octopus DVB cards system from Digital Devices for a while
> >> as their system seems to be very interesting
> >>
> >> Here is link with their products:
> >> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
> >> 2357162/Categories
> >>
> >> The good points I have found:
> >>
> >> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
> >> DVB-S2
> >> * They are moderately priced
> >> * There is a CAM support with a CI adapter for unscrambling channels
> >> * They are using the now de-facto standard PCI-Express bus
> >> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
> >> be more future proof than the previous bridge Micronas APB7202A
> >> * They seem to be well engineered ("Designed and manufactured in Germany" as
> >> they say!)
> >>
> >> And now the doubts :
> >>
> >> * The DVB-C/T frontend driver is specific to this system and is very new, so
> >> as Devin said one week ago, it's maybe not yet production ready
> >> * The way the CAM is supported break all the existing userland DVB
> >> applications (gnutv, mumudvb, vlc, etc.)
> >> * There isn't so much information about the Digital Devices company and
> >> their products roadmap (at least in English)
> >>
> >> So, my two very simple questions to the developers who worked on the drivers
> >> (I think Oliver and Ralph did) and know the product:
> >> * How you feel the future about the Octopus driver?
> >
> > The drivers work fine. I am not aware of any problems.
> >
> > All Digital Devices cards and tuner variants are supported by the driver
> > http://linuxtv.org/hg/~endriss/media_build_experimental
> >
> > ddbridge (Lattice bridge):
> > - Octopus (all variants)
> > - cineS2 v6
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> >
> > ngene bridge:
> > - cineS2 (v4,v5), Satix S2 Dual
> > - PCIe bridge, mini PCIe bridge
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> >
> > For a German description, see
> > http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400
> >
> > From an operational point of view, the driver is ready for the kernel.
> > Unfortunately I did not have the time yet to clean up the coding-style.
> > There are thousands of coding-style issues waiting to be fixed...
>
> Hi Oliver,
>
> If it is ok for you, I have here a few devices with DRXK that I'm seeking for
> some time to work with. I'll probably have some time this weekend for them,
> so I can do the CodingStyle cleanups, if it is ok for you.
>
> Cheers,
> Mauro.
> --

Do you have a Terratec Cinergy 2400i? It belongs to the ngene family
but has PLL tuners.
http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_2400i_DVB-T

There are some drivers floating on the net that I have got to work in
Ubuntu 8.04 but the current ngene drivers has moved on a long way and
left it behind.

Si.

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

* Re: [DVB] Octopus driver status
       [not found]     ` <BANLkTinzBGMxwd7AmxPhG3Q1pCx0EsUxvA@mail.gmail.com>
@ 2011-06-24 13:35       ` Mauro Carvalho Chehab
  2011-06-25  0:37       ` Oliver Endriss
  1 sibling, 0 replies; 10+ messages in thread
From: Mauro Carvalho Chehab @ 2011-06-24 13:35 UTC (permalink / raw)
  To: Simon Liddicott
  Cc: Linux Media Mailing List, Oliver Endriss,
	"Sébastien RAILLARD (COEXSI)"

Em 24-06-2011 09:44, Simon Liddicott escreveu:
> On 24 June 2011 12:57, Mauro Carvalho Chehab <mchehab@redhat.com <mailto:mchehab@redhat.com>> wrote:
> 
> 
>     Em 24-06-2011 06:51, Oliver Endriss escreveu:
>     > Hi,
>     >
>     > On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
>     >> Dear all,
>     >>
>     >> I'm looking at the Octopus DVB cards system from Digital Devices for a while
>     >> as their system seems to be very interesting
>     >>
>     >> Here is link with their products:
>     >> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
>     >> 2357162/Categories
>     >>
>     >> The good points I have found:
>     >>
>     >> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
>     >> DVB-S2
>     >> * They are moderately priced
>     >> * There is a CAM support with a CI adapter for unscrambling channels
>     >> * They are using the now de-facto standard PCI-Express bus
>     >> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
>     >> be more future proof than the previous bridge Micronas APB7202A
>     >> * They seem to be well engineered ("Designed and manufactured in Germany" as
>     >> they say!)
>     >>
>     >> And now the doubts :
>     >>
>     >> * The DVB-C/T frontend driver is specific to this system and is very new, so
>     >> as Devin said one week ago, it's maybe not yet production ready
>     >> * The way the CAM is supported break all the existing userland DVB
>     >> applications (gnutv, mumudvb, vlc, etc.)
>     >> * There isn't so much information about the Digital Devices company and
>     >> their products roadmap (at least in English)
>     >>
>     >> So, my two very simple questions to the developers who worked on the drivers
>     >> (I think Oliver and Ralph did) and know the product:
>     >> * How you feel the future about the Octopus driver?
>     >
>     > The drivers work fine. I am not aware of any problems.
>     >
>     > All Digital Devices cards and tuner variants are supported by the driver
>     > http://linuxtv.org/hg/~endriss/media_build_experimental
>     >
>     > ddbridge (Lattice bridge):
>     > - Octopus (all variants)
>     > - cineS2 v6
>     > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
>     > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
>     >
>     > ngene bridge:
>     > - cineS2 (v4,v5), Satix S2 Dual
>     > - PCIe bridge, mini PCIe bridge
>     > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
>     > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
>     >
>     > For a German description, see
>     > http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400 <http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-f%C3%BCr-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400>
>     >
>     > From an operational point of view, the driver is ready for the kernel.
>     > Unfortunately I did not have the time yet to clean up the coding-style.
>     > There are thousands of coding-style issues waiting to be fixed...
> 
>     Hi Oliver,
> 
>     If it is ok for you, I have here a few devices with DRXK that I'm seeking for
>     some time to work with. I'll probably have some time this weekend for them,
>     so I can do the CodingStyle cleanups, if it is ok for you.
> 
>     Cheers,
>     Mauro.
>     --
> 
> Do you have a Terratec Cinergy 2400i? 

I don't have. I have a few Terratec DVB-C devices here with DRXK, using different
bridge drivers. I started looking on them based on a released DRXK driver, but, as
Oliver already had some work on the drxk driver, it is better to merge Oliver series
first and then I start working on adding DRXK support to the other drivers, to avoid
duplicated work at the DRXK drivers.

> It belongs to the ngene family but has PLL tuners. http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_2400i_DVB-T
> 
> There are some drivers floating on the net that I have got to work in Ubuntu 8.04 but the current ngene drivers has moved on a long way and left it behind.
> 
> Si. 
> 


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

* Re: [DVB] Octopus driver status
  2011-06-24 11:57   ` Mauro Carvalho Chehab
  2011-06-24 12:46     ` Simon Liddicott
       [not found]     ` <BANLkTinzBGMxwd7AmxPhG3Q1pCx0EsUxvA@mail.gmail.com>
@ 2011-06-25  0:02     ` Oliver Endriss
  2 siblings, 0 replies; 10+ messages in thread
From: Oliver Endriss @ 2011-06-25  0:02 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Media Mailing List, Sébastien RAILLARD (COEXSI)

Hi Mauro,

On Friday 24 June 2011 13:57:16 Mauro Carvalho Chehab wrote:
> Em 24-06-2011 06:51, Oliver Endriss escreveu:
> > Hi,
> > 
> > On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
> >> Dear all,
> >>
> >> I'm looking at the Octopus DVB cards system from Digital Devices for a while
> >> as their system seems to be very interesting 
> >>
> >> Here is link with their products:
> >> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
> >> 2357162/Categories
> >>
> >> The good points I have found:
> >>
> >> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
> >> DVB-S2
> >> * They are moderately priced
> >> * There is a CAM support with a CI adapter for unscrambling channels
> >> * They are using the now de-facto standard PCI-Express bus
> >> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
> >> be more future proof than the previous bridge Micronas APB7202A
> >> * They seem to be well engineered ("Designed and manufactured in Germany" as
> >> they say!)
> >>
> >> And now the doubts :
> >>
> >> * The DVB-C/T frontend driver is specific to this system and is very new, so
> >> as Devin said one week ago, it's maybe not yet production ready
> >> * The way the CAM is supported break all the existing userland DVB
> >> applications (gnutv, mumudvb, vlc, etc.)
> >> * There isn't so much information about the Digital Devices company and
> >> their products roadmap (at least in English)
> >>
> >> So, my two very simple questions to the developers who worked on the drivers
> >> (I think Oliver and Ralph did) and know the product:
> >> * How you feel the future about the Octopus driver?
> > 
> > The drivers work fine. I am not aware of any problems.
> > 
> > All Digital Devices cards and tuner variants are supported by the driver
> > http://linuxtv.org/hg/~endriss/media_build_experimental
> > 
> > ddbridge (Lattice bridge):
> > - Octopus (all variants)
> > - cineS2 v6
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> > 
> > ngene bridge:
> > - cineS2 (v4,v5), Satix S2 Dual
> > - PCIe bridge, mini PCIe bridge
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> > 
> > For a German description, see
> > http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400
> > 
> > From an operational point of view, the driver is ready for the kernel.
> > Unfortunately I did not have the time yet to clean up the coding-style.
> > There are thousands of coding-style issues waiting to be fixed...
> 
> Hi Oliver,
> 
> If it is ok for you, I have here a few devices with DRXK that I'm seeking for
> some time to work with. I'll probably have some time this weekend for them,
> so I can do the CodingStyle cleanups, if it is ok for you.

Just for the record: Ralph did most of the work.
I just contributed some glue stuff.

I'll check with Ralph, whether he has any updates pending.
These should be applied before fixing the coding-style.

If you could wait until next weekend, I could prepare a patch series,
which you could start with. The current repository has some files at
the wrong places, etc.

CU
Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

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

* Re: [DVB] Octopus driver status
       [not found]     ` <BANLkTinzBGMxwd7AmxPhG3Q1pCx0EsUxvA@mail.gmail.com>
  2011-06-24 13:35       ` Mauro Carvalho Chehab
@ 2011-06-25  0:37       ` Oliver Endriss
  1 sibling, 0 replies; 10+ messages in thread
From: Oliver Endriss @ 2011-06-25  0:37 UTC (permalink / raw)
  To: Simon Liddicott
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Sébastien RAILLARD

On Friday 24 June 2011 14:44:50 Simon Liddicott wrote:
> Do you have a Terratec Cinergy 2400i? It belongs to the ngene family but has
> PLL tuners. http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_2400i_DVB-T
> 
> There are some drivers floating on the net that I have got to work in Ubuntu
> 8.04 but the current ngene drivers has moved on a long way and left it
> behind.

Sorry, I do not have this device, and I have no plans to work on it.
Terratec did not contribute in any way to the ngene driver. [1]

As always, patches are welcome.

CU
Oliver

[1] Some time ago I had a look at that driver, and found that it could
    not be added to the kernel, due to an GPL-incompatible proprietary
    license for some files.

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

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

* Re: [DVB] Octopus driver status
  2011-06-24  9:51 ` Oliver Endriss
  2011-06-24 11:18   ` Sébastien RAILLARD (COEXSI)
  2011-06-24 11:57   ` Mauro Carvalho Chehab
@ 2011-07-29 14:52   ` Rune Evjen
  2011-07-30 14:25     ` Cine CT V6 (was: Re: [DVB] Octopus driver status) Oliver Endriss
  2 siblings, 1 reply; 10+ messages in thread
From: Rune Evjen @ 2011-07-29 14:52 UTC (permalink / raw)
  To: Linux Media Mailing List

Dear all,

I am looking into buying the Digital Devices Cine CT V6 (product link:
http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/62357162/Products/091203)

Is this card including multiple dvb-c tuners supported by the ddbridge
(Lattice bridge) driver ?

Is the driver available also in git://linuxtv.org/media_build.git or
do I need to use
http://linuxtv.org/hg/~endriss/media_build_experimental ?

Best regards,

Rune Evjen




2011/6/24 Oliver Endriss <o.endriss@gmx.de>:
> Hi,
>
> On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
>> Dear all,
>>
>> I'm looking at the Octopus DVB cards system from Digital Devices for a while
>> as their system seems to be very interesting
>>
>> Here is link with their products:
>> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
>> 2357162/Categories
>>
>> The good points I have found:
>>
>> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
>> DVB-S2
>> * They are moderately priced
>> * There is a CAM support with a CI adapter for unscrambling channels
>> * They are using the now de-facto standard PCI-Express bus
>> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
>> be more future proof than the previous bridge Micronas APB7202A
>> * They seem to be well engineered ("Designed and manufactured in Germany" as
>> they say!)
>>
>> And now the doubts :
>>
>> * The DVB-C/T frontend driver is specific to this system and is very new, so
>> as Devin said one week ago, it's maybe not yet production ready
>> * The way the CAM is supported break all the existing userland DVB
>> applications (gnutv, mumudvb, vlc, etc.)
>> * There isn't so much information about the Digital Devices company and
>> their products roadmap (at least in English)
>>
>> So, my two very simple questions to the developers who worked on the drivers
>> (I think Oliver and Ralph did) and know the product:
>> * How you feel the future about the Octopus driver?
>
> The drivers work fine. I am not aware of any problems.
>
> All Digital Devices cards and tuner variants are supported by the driver
> http://linuxtv.org/hg/~endriss/media_build_experimental
>
> ddbridge (Lattice bridge):
> - Octopus (all variants)
> - cineS2 v6
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
>
> ngene bridge:
> - cineS2 (v4,v5), Satix S2 Dual
> - PCIe bridge, mini PCIe bridge
> - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
>
> For a German description, see
> http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400
>
> From an operational point of view, the driver is ready for the kernel.
> Unfortunately I did not have the time yet to clean up the coding-style.
> There are thousands of coding-style issues waiting to be fixed...
>
>> * Do you think a compatibility mode (like module parameter) can be added to
>> simulate the way the CAM is handled in the other drivers?
>
> Yes, this could be done:
> ++ The CI could be used with any application.
> -- The CI will be attached to one tuner exclusively.
>
> It is not very hard to implement this.
> Patches are welcome. ;-)
>
> CU
> Oliver
>
> --
> ----------------------------------------------------------------
> VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
> 4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
> Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
> ----------------------------------------------------------------
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Cine CT V6 (was: Re: [DVB] Octopus driver status)
  2011-07-29 14:52   ` Rune Evjen
@ 2011-07-30 14:25     ` Oliver Endriss
  0 siblings, 0 replies; 10+ messages in thread
From: Oliver Endriss @ 2011-07-30 14:25 UTC (permalink / raw)
  To: Rune Evjen; +Cc: Linux Media Mailing List

Hi,

the Cine CT V6 is very new and not yet supported,
but the driver is under development.

When ready, it will be added to media_build_experimental first.
After some testing period it will be submitted to linux-media.

CU
Oliver


On Friday 29 July 2011 16:52:19 Rune Evjen wrote:
> Dear all,
> 
> I am looking into buying the Digital Devices Cine CT V6 (product link:
> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/62357162/Products/091203)
> 
> Is this card including multiple dvb-c tuners supported by the ddbridge
> (Lattice bridge) driver ?
> 
> Is the driver available also in git://linuxtv.org/media_build.git or
> do I need to use
> http://linuxtv.org/hg/~endriss/media_build_experimental ?
> 
> Best regards,
> 
> Rune Evjen
> 
> 
> 2011/6/24 Oliver Endriss <o.endriss@gmx.de>:
> > Hi,
> >
> > On Thursday 23 June 2011 23:31:08 Sébastien RAILLARD wrote:
> >> Dear all,
> >>
> >> I'm looking at the Octopus DVB cards system from Digital Devices for a while
> >> as their system seems to be very interesting
> >>
> >> Here is link with their products:
> >> http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6
> >> 2357162/Categories
> >>
> >> The good points I have found:
> >>
> >> * They support most of the common DVB standards: DVB-C, DVB-T, DVB-S and
> >> DVB-S2
> >> * They are moderately priced
> >> * There is a CAM support with a CI adapter for unscrambling channels
> >> * They are using the now de-facto standard PCI-Express bus
> >> * The new Octopus system is using a LATTICE PCI-Express bridge that seems to
> >> be more future proof than the previous bridge Micronas APB7202A
> >> * They seem to be well engineered ("Designed and manufactured in Germany" as
> >> they say!)
> >>
> >> And now the doubts :
> >>
> >> * The DVB-C/T frontend driver is specific to this system and is very new, so
> >> as Devin said one week ago, it's maybe not yet production ready
> >> * The way the CAM is supported break all the existing userland DVB
> >> applications (gnutv, mumudvb, vlc, etc.)
> >> * There isn't so much information about the Digital Devices company and
> >> their products roadmap (at least in English)
> >>
> >> So, my two very simple questions to the developers who worked on the drivers
> >> (I think Oliver and Ralph did) and know the product:
> >> * How you feel the future about the Octopus driver?
> >
> > The drivers work fine. I am not aware of any problems.
> >
> > All Digital Devices cards and tuner variants are supported by the driver
> > http://linuxtv.org/hg/~endriss/media_build_experimental
> >
> > ddbridge (Lattice bridge):
> > - Octopus (all variants)
> > - cineS2 v6
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> >
> > ngene bridge:
> > - cineS2 (v4,v5), Satix S2 Dual
> > - PCIe bridge, mini PCIe bridge
> > - DuoFlex S2 (stv0900 + stv6110 + lnbp21)
> > - DuoFlex C/T (Micronas DRXK + NXP TDA18271C2)
> >
> > For a German description, see
> > http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-für-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400
> >
> > From an operational point of view, the driver is ready for the kernel.
> > Unfortunately I did not have the time yet to clean up the coding-style.
> > There are thousands of coding-style issues waiting to be fixed...
> >
> >> * Do you think a compatibility mode (like module parameter) can be added to
> >> simulate the way the CAM is handled in the other drivers?
> >
> > Yes, this could be done:
> > ++ The CI could be used with any application.
> > -- The CI will be attached to one tuner exclusively.
> >
> > It is not very hard to implement this.
> > Patches are welcome. ;-)
> >
> > CU
> > Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

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

end of thread, other threads:[~2011-07-30 14:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 21:31 [DVB] Octopus driver status Sébastien RAILLARD (COEXSI)
2011-06-24  9:51 ` Oliver Endriss
2011-06-24 11:18   ` Sébastien RAILLARD (COEXSI)
2011-06-24 11:57   ` Mauro Carvalho Chehab
2011-06-24 12:46     ` Simon Liddicott
     [not found]     ` <BANLkTinzBGMxwd7AmxPhG3Q1pCx0EsUxvA@mail.gmail.com>
2011-06-24 13:35       ` Mauro Carvalho Chehab
2011-06-25  0:37       ` Oliver Endriss
2011-06-25  0:02     ` Oliver Endriss
2011-07-29 14:52   ` Rune Evjen
2011-07-30 14:25     ` Cine CT V6 (was: Re: [DVB] Octopus driver status) Oliver Endriss

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