public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Cinergy Hybrid T USB XS (0ccd:0042) not working
@ 2009-03-24 23:15 David Woitkowski
  2009-03-25  1:02 ` Markus Rechberger
  0 siblings, 1 reply; 4+ messages in thread
From: David Woitkowski @ 2009-03-24 23:15 UTC (permalink / raw)
  To: video4linux-list

Hi,

I'm currently fiddling around with my Terratec Cinergy Hybrid T USB XS

$ lsusb
Bus 008 Device 007: ID 0ccd:0042 TerraTec Electronic GmbH Cinergy Hybrid
T XS

$ uname -r
2.6.27-11-generic
(it's a ubuntu 8.10 machine)

I have installed the latest em28xx-new drivers provided by Markus
Rechberger and get

$ modprobe em28xx device_mode=1
$ modprobe em28xx-dvb
(attaching the device)
$ dmesg
[ 5155.748881] em28xx v4l2 driver version 0.0.1 loaded
[ 5155.750479] usbcore: registered new interface driver em28xx
[ 5169.348074] usb 8-2: new high speed USB device using ehci_hcd and
address 7
[ 5169.494648] usb 8-2: configuration #1 chosen from 1 choice
[ 5169.496087] em28xx: new video device (0ccd:0042): interface 0, class 255
[ 5169.496099] em28xx: device is attached to a USB 2.0 bus
[ 5169.496105] em28xx #0: Alternate settings: 8
[ 5169.496110] em28xx #0: Alternate setting 0, max size= 0
[ 5169.496114] em28xx #0: Alternate setting 1, max size= 0
[ 5169.496119] em28xx #0: Alternate setting 2, max size= 1448
[ 5169.496123] em28xx #0: Alternate setting 3, max size= 2048
[ 5169.496128] em28xx #0: Alternate setting 4, max size= 2304
[ 5169.496132] em28xx #0: Alternate setting 5, max size= 2580
[ 5169.496136] em28xx #0: Alternate setting 6, max size= 2892
[ 5169.496140] em28xx #0: Alternate setting 7, max size= 3072
[ 5169.743938] attach_inform: tvp5150 detected.
[ 5169.808565] tvp5150 0-005c: tvp5150am1 detected.
[ 5171.360938] successfully attached tuner
[ 5171.367995] em28xx #0: V4L2 VBI device registered as /dev/vbi0
[ 5171.386199] em28xx #0: V4L2 device registered as /dev/video1
[ 5171.386657] em2880-dvb.c: DVB Init
[ 5171.687691] DVB: registering new adapter (em2880 DVB-T)
[ 5171.687943] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[ 5171.691406] input: em2880/em2870 remote control as
/devices/virtual/input/input11
[ 5171.737150] em28xx-input.c: remote control handler attached
[ 5171.737157] em28xx #0: Found Terratec Hybrid XS

everything seems to be all right but actually nothing I've tested so far
works.

My current attempts cover dvb-t:

$ scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld >
channels.conf
scanning /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 514000000 0 2 9 1 1 3 0
initial transponder 554000000 0 1 9 3 1 3 0
initial transponder 570000000 0 2 9 1 1 3 0
>>> tune to: 
514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE 

(tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE 

(tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 
570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 
570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE 

(tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.

and after that attempt I got
$ dmesg
... as before ...
[ 5171.691406] input: em2880/em2870 remote control as
/devices/virtual/input/input11
[ 5171.737150] em28xx-input.c: remote control handler attached
[ 5171.737157] em28xx #0: Found Terratec Hybrid XS
[ 5191.914643] em28xx_dvb_init
[ 5205.996064] powered down zl10353
[ 5308.636444] tvp5150 0-005c: tvp5150am1 detected.
[ 5712.944647] em28xx_dvb_init
[ 5727.073036] powered down zl10353

Any hints? Is there any possibility this is a variant of the 0042 not
covered by the em28xx-new? (BTW: I tried analogue TV too just recieving
white noise with no signal on every channel)

I am willing to debug this but have no clue where to start.

Thanks for your help,

David

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

* Re: Cinergy Hybrid T USB XS (0ccd:0042) not working
  2009-03-24 23:15 Cinergy Hybrid T USB XS (0ccd:0042) not working David Woitkowski
@ 2009-03-25  1:02 ` Markus Rechberger
  2009-03-25 10:19   ` David Woitkowski
  2009-04-23  8:37   ` Jarrn
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Rechberger @ 2009-03-25  1:02 UTC (permalink / raw)
  To: David Woitkowski; +Cc: video4linux-list

Hi,

On Wed, Mar 25, 2009 at 12:15 AM, David Woitkowski <jarrn@campus.upb.de> wrote:
> Hi,
>
> I'm currently fiddling around with my Terratec Cinergy Hybrid T USB XS
>
> $ lsusb
> Bus 008 Device 007: ID 0ccd:0042 TerraTec Electronic GmbH Cinergy Hybrid
> T XS
>
> $ uname -r
> 2.6.27-11-generic
> (it's a ubuntu 8.10 machine)
>
> I have installed the latest em28xx-new drivers provided by Markus
> Rechberger and get
>
> $ modprobe em28xx device_mode=1
> $ modprobe em28xx-dvb
> (attaching the device)
> $ dmesg
> [ 5155.748881] em28xx v4l2 driver version 0.0.1 loaded
> [ 5155.750479] usbcore: registered new interface driver em28xx
> [ 5169.348074] usb 8-2: new high speed USB device using ehci_hcd and
> address 7
> [ 5169.494648] usb 8-2: configuration #1 chosen from 1 choice
> [ 5169.496087] em28xx: new video device (0ccd:0042): interface 0, class 255
> [ 5169.496099] em28xx: device is attached to a USB 2.0 bus
> [ 5169.496105] em28xx #0: Alternate settings: 8
> [ 5169.496110] em28xx #0: Alternate setting 0, max size= 0
> [ 5169.496114] em28xx #0: Alternate setting 1, max size= 0
> [ 5169.496119] em28xx #0: Alternate setting 2, max size= 1448
> [ 5169.496123] em28xx #0: Alternate setting 3, max size= 2048
> [ 5169.496128] em28xx #0: Alternate setting 4, max size= 2304
> [ 5169.496132] em28xx #0: Alternate setting 5, max size= 2580
> [ 5169.496136] em28xx #0: Alternate setting 6, max size= 2892
> [ 5169.496140] em28xx #0: Alternate setting 7, max size= 3072
> [ 5169.743938] attach_inform: tvp5150 detected.
> [ 5169.808565] tvp5150 0-005c: tvp5150am1 detected.
> [ 5171.360938] successfully attached tuner
> [ 5171.367995] em28xx #0: V4L2 VBI device registered as /dev/vbi0
> [ 5171.386199] em28xx #0: V4L2 device registered as /dev/video1
> [ 5171.386657] em2880-dvb.c: DVB Init
> [ 5171.687691] DVB: registering new adapter (em2880 DVB-T)
> [ 5171.687943] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
> [ 5171.691406] input: em2880/em2870 remote control as
> /devices/virtual/input/input11
> [ 5171.737150] em28xx-input.c: remote control handler attached
> [ 5171.737157] em28xx #0: Found Terratec Hybrid XS
>
> everything seems to be all right but actually nothing I've tested so far
> works.
>
> My current attempts cover dvb-t:
>
> $ scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld >
> channels.conf
> scanning /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> initial transponder 514000000 0 2 9 1 1 3 0
> initial transponder 554000000 0 1 9 3 1 3 0
> initial transponder 570000000 0 2 9 1 1 3 0
>>>>
>>>> tune to:
>
> 514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> WARNING: >>> tuning failed!!!
>>>>
>>>> tune to:
>
> 514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> (tuning failed)
> WARNING: >>> tuning failed!!!
>>>>
>>>> tune to:
>
> 554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> WARNING: >>> tuning failed!!!
>>>>
>>>> tune to:
>
> 554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> (tuning failed)
> WARNING: >>> tuning failed!!!
>>>>
>>>> tune to:
>
> 570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> WARNING: >>> tuning failed!!!
>>>>
>>>> tune to:
>
> 570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
> (tuning failed)
> WARNING: >>> tuning failed!!!
> ERROR: initial tuning failed
> dumping lists (0 services)
> Done.
>
> and after that attempt I got
> $ dmesg
> ... as before ...
> [ 5171.691406] input: em2880/em2870 remote control as
> /devices/virtual/input/input11
> [ 5171.737150] em28xx-input.c: remote control handler attached
> [ 5171.737157] em28xx #0: Found Terratec Hybrid XS
> [ 5191.914643] em28xx_dvb_init
> [ 5205.996064] powered down zl10353
> [ 5308.636444] tvp5150 0-005c: tvp5150am1 detected.
> [ 5712.944647] em28xx_dvb_init
> [ 5727.073036] powered down zl10353
>
> Any hints? Is there any possibility this is a variant of the 0042 not
> covered by the em28xx-new? (BTW: I tried analogue TV too just recieving
> white noise with no signal on every channel)
>
> I am willing to debug this but have no clue where to start.
>

I have that device here, I guess it's an issue with the zl10353 or
mt352 which is in the kernel because it already worked for a very long
time :-)
I'll check it within the next 2 days.

-Markus

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

* Re: Cinergy Hybrid T USB XS (0ccd:0042) not working
  2009-03-25  1:02 ` Markus Rechberger
@ 2009-03-25 10:19   ` David Woitkowski
  2009-04-23  8:37   ` Jarrn
  1 sibling, 0 replies; 4+ messages in thread
From: David Woitkowski @ 2009-03-25 10:19 UTC (permalink / raw)
  To: video4linux-list

Hi,

Markus Rechberger schrieb:
> On Wed, Mar 25, 2009 at 12:15 AM, David Woitkowski <jarrn@campus.upb.de> wrote:
>> I'm currently fiddling around with my Terratec Cinergy Hybrid T USB XS
>>
>> $ lsusb
>> Bus 008 Device 007: ID 0ccd:0042 TerraTec Electronic GmbH Cinergy Hybrid
>> T XS
>>
>> $ uname -r
>> 2.6.27-11-generic
>> (it's a ubuntu 8.10 machine)
> 
> I have that device here, I guess it's an issue with the zl10353 or
> mt352 which is in the kernel because it already worked for a very long
> time :-)
> I'll check it within the next 2 days.

Okay, thanks for your quick response. Tell me if you need more 
information on that issue.

David

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

* Re: Cinergy Hybrid T USB XS (0ccd:0042) not working
  2009-03-25  1:02 ` Markus Rechberger
  2009-03-25 10:19   ` David Woitkowski
@ 2009-04-23  8:37   ` Jarrn
  1 sibling, 0 replies; 4+ messages in thread
From: Jarrn @ 2009-04-23  8:37 UTC (permalink / raw)
  To: video4linux-list

Hi,

could you please give me an update on the issue quoted below regarding  
the Terratec Cinergy T USB XS (0ccd:0042).  I tried it with the most  
recent em28xx-new kernel module and got the same error as below.

David



Zitat von Markus Rechberger <mrechberger@gmail.com>:

> Hi,
>
> On Wed, Mar 25, 2009 at 12:15 AM, David Woitkowski   
> <jarrn@campus.upb.de> wrote:
>> Hi,
>>
>> I'm currently fiddling around with my Terratec Cinergy Hybrid T USB XS
>>
>> $ lsusb
>> Bus 008 Device 007: ID 0ccd:0042 TerraTec Electronic GmbH Cinergy Hybrid
>> T XS
>>
>> $ uname -r
>> 2.6.27-11-generic
>> (it's a ubuntu 8.10 machine)
>>
>> I have installed the latest em28xx-new drivers provided by Markus
>> Rechberger and get
>>
>> $ modprobe em28xx device_mode=1
>> $ modprobe em28xx-dvb
>> (attaching the device)
>> $ dmesg
>> [ 5155.748881] em28xx v4l2 driver version 0.0.1 loaded
>> [ 5155.750479] usbcore: registered new interface driver em28xx
>> [ 5169.348074] usb 8-2: new high speed USB device using ehci_hcd and
>> address 7
>> [ 5169.494648] usb 8-2: configuration #1 chosen from 1 choice
>> [ 5169.496087] em28xx: new video device (0ccd:0042): interface 0, class 255
>> [ 5169.496099] em28xx: device is attached to a USB 2.0 bus
>> [ 5169.496105] em28xx #0: Alternate settings: 8
>> [ 5169.496110] em28xx #0: Alternate setting 0, max size= 0
>> [ 5169.496114] em28xx #0: Alternate setting 1, max size= 0
>> [ 5169.496119] em28xx #0: Alternate setting 2, max size= 1448
>> [ 5169.496123] em28xx #0: Alternate setting 3, max size= 2048
>> [ 5169.496128] em28xx #0: Alternate setting 4, max size= 2304
>> [ 5169.496132] em28xx #0: Alternate setting 5, max size= 2580
>> [ 5169.496136] em28xx #0: Alternate setting 6, max size= 2892
>> [ 5169.496140] em28xx #0: Alternate setting 7, max size= 3072
>> [ 5169.743938] attach_inform: tvp5150 detected.
>> [ 5169.808565] tvp5150 0-005c: tvp5150am1 detected.
>> [ 5171.360938] successfully attached tuner
>> [ 5171.367995] em28xx #0: V4L2 VBI device registered as /dev/vbi0
>> [ 5171.386199] em28xx #0: V4L2 device registered as /dev/video1
>> [ 5171.386657] em2880-dvb.c: DVB Init
>> [ 5171.687691] DVB: registering new adapter (em2880 DVB-T)
>> [ 5171.687943] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
>> [ 5171.691406] input: em2880/em2870 remote control as
>> /devices/virtual/input/input11
>> [ 5171.737150] em28xx-input.c: remote control handler attached
>> [ 5171.737157] em28xx #0: Found Terratec Hybrid XS
>>
>> everything seems to be all right but actually nothing I've tested so far
>> works.
>>
>> My current attempts cover dvb-t:
>>
>> $ scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld >
>> channels.conf
>> scanning /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Bielefeld
>> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
>> initial transponder 514000000 0 2 9 1 1 3 0
>> initial transponder 554000000 0 1 9 3 1 3 0
>> initial transponder 570000000 0 2 9 1 1 3 0
>>>>>
>>>>> tune to:
>>
>> 514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> WARNING: >>> tuning failed!!!
>>>>>
>>>>> tune to:
>>
>> 514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> (tuning failed)
>> WARNING: >>> tuning failed!!!
>>>>>
>>>>> tune to:
>>
>> 554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> WARNING: >>> tuning failed!!!
>>>>>
>>>>> tune to:
>>
>> 554000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_1_2:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> (tuning failed)
>> WARNING: >>> tuning failed!!!
>>>>>
>>>>> tune to:
>>
>> 570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> WARNING: >>> tuning failed!!!
>>>>>
>>>>> tune to:
>>
>> 570000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
>> (tuning failed)
>> WARNING: >>> tuning failed!!!
>> ERROR: initial tuning failed
>> dumping lists (0 services)
>> Done.
>>
>> and after that attempt I got
>> $ dmesg
>> ... as before ...
>> [ 5171.691406] input: em2880/em2870 remote control as
>> /devices/virtual/input/input11
>> [ 5171.737150] em28xx-input.c: remote control handler attached
>> [ 5171.737157] em28xx #0: Found Terratec Hybrid XS
>> [ 5191.914643] em28xx_dvb_init
>> [ 5205.996064] powered down zl10353
>> [ 5308.636444] tvp5150 0-005c: tvp5150am1 detected.
>> [ 5712.944647] em28xx_dvb_init
>> [ 5727.073036] powered down zl10353
>>
>> Any hints? Is there any possibility this is a variant of the 0042 not
>> covered by the em28xx-new? (BTW: I tried analogue TV too just recieving
>> white noise with no signal on every channel)
>>
>> I am willing to debug this but have no clue where to start.
>>
>
> I have that device here, I guess it's an issue with the zl10353 or
> mt352 which is in the kernel because it already worked for a very long
> time :-)
> I'll check it within the next 2 days.
>
> -Markus
>




--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

end of thread, other threads:[~2009-04-23  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 23:15 Cinergy Hybrid T USB XS (0ccd:0042) not working David Woitkowski
2009-03-25  1:02 ` Markus Rechberger
2009-03-25 10:19   ` David Woitkowski
2009-04-23  8:37   ` Jarrn

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