public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033)
@ 2008-03-01 12:33 Rikard Wissing
  2008-03-01 13:44 ` e9hack
  0 siblings, 1 reply; 4+ messages in thread
From: Rikard Wissing @ 2008-03-01 12:33 UTC (permalink / raw)
  To: linux-dvb


Hi there,

I've got the following card: http://www.twinhan.com/product_cable_2033.asp

I am running Ubunu 7.10 with kernel 2.6.22-14-generic

I have compiled and installed the latest drivers from http://jusst.de/hg/mantis and it seems to detect the card correctly but when scanning for channels it fails.
The card works correctly in windows.

This is what dmesg gives me:
...
[ 4022.137802] found a VP-2033 PCI DVB-C device on (05:05.0),
[ 4022.137803]     Mantis Rev 1 [1822:0008], irq: 23, latency: 64
[ 4022.137805]     memory: 0xfdaff000, mmio: 0xf8abc000
[ 4022.140491]     MAC Address=[00:08:ca:1c:2e:4b]
[ 4022.140502] mantis_alloc_buffers (0): DMA=0x2e830000 cpu=0xee830000 size=65536
[ 4022.140506] mantis_alloc_buffers (0): RISC=0x2e819000 cpu=0xee819000 size=1000
[ 4022.140508] DVB: registering new adapter (Mantis dvb adapter)
[ 4022.656841] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
[ 4022.658236] TDA10021: i2c-addr = 0x0c, id = 0x7d
[ 4022.658238] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend (TDA10021) @ 0x0c
[ 4022.658240] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
[ 4022.658243] DVB: registering frontend 0 (Philips TDA10021 DVB-C)...
...

When trying to scan it simply gives me the following result:

using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 370000000 6875000 0 3
>>> tune to: 370000000:INVERSION_AUTO:6875000:FEC_NONE:QAM_64
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
WARNING:>>> tuning failed!!!
>>> tune to: 370000000:INVERSION_AUTO:6875000:FEC_NONE:QAM_64 (tuning failed)
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
>>> tuning status == 0x00
WARNING:>>> tuning failed!!!

Is there any way i can debug the driver to see where it goes wrong?
If there is anything i can do, I would be glad to help out.

Any help would be greatly appreciated.

Best regards,
Rikard Wissing

_________________________________________________________________
Mörkt och kallt? Kanske Barcelona?
http://search.live.com/results.aspx?q=Barcelona+reseguide&form=QBRE
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033)
  2008-03-01 12:33 [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033) Rikard Wissing
@ 2008-03-01 13:44 ` e9hack
  2008-03-01 18:52   ` Rikard Wissing
  2008-03-02 22:45   ` Manu Abraham
  0 siblings, 2 replies; 4+ messages in thread
From: e9hack @ 2008-03-01 13:44 UTC (permalink / raw)
  To: linux-dvb

Rikard Wissing schrieb:

> [ 4022.656841] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
> [ 4022.658236] TDA10021: i2c-addr = 0x0c, id = 0x7d
> [ 4022.658238] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend (TDA10021) @ 0x0c
> [ 4022.658240] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
> [ 4022.658243] DVB: registering frontend 0 (Philips TDA10021 DVB-C)...

The chip ID is 0x7d. Probably, your card uses a CU1216-3 with a TDA10023. There are 
differences between the TDA10021 and the TDA10023.

-Hartmut

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

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

* Re: [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033)
  2008-03-01 13:44 ` e9hack
@ 2008-03-01 18:52   ` Rikard Wissing
  2008-03-02 22:45   ` Manu Abraham
  1 sibling, 0 replies; 4+ messages in thread
From: Rikard Wissing @ 2008-03-01 18:52 UTC (permalink / raw)
  To: linux-dvb


Changed the tuner to TDA10023 and it worked like a charm!
Thanks alot!

Best regards,
Rikard Wissing

----------------------------------------
> Date: Sat, 1 Mar 2008 14:44:12 +0100
> To: linux-dvb@linuxtv.org
> From: e9hack@googlemail.com
> Subject: Re: [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033)
> 
> Rikard Wissing schrieb:
> 
>> [ 4022.656841] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
>> [ 4022.658236] TDA10021: i2c-addr = 0x0c, id = 0x7d
>> [ 4022.658238] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend (TDA10021) @ 0x0c
>> [ 4022.658240] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
>> [ 4022.658243] DVB: registering frontend 0 (Philips TDA10021 DVB-C)...
> 
> The chip ID is 0x7d. Probably, your card uses a CU1216-3 with a TDA10023. There are 
> differences between the TDA10021 and the TDA10023.
> 
> -Hartmut
> 
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

_________________________________________________________________
Mörkt och kallt? Kanske Barcelona?
http://search.live.com/results.aspx?q=Barcelona+reseguide&form=QBRE
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033)
  2008-03-01 13:44 ` e9hack
  2008-03-01 18:52   ` Rikard Wissing
@ 2008-03-02 22:45   ` Manu Abraham
  1 sibling, 0 replies; 4+ messages in thread
From: Manu Abraham @ 2008-03-02 22:45 UTC (permalink / raw)
  To: e9hack; +Cc: linux-dvb

e9hack wrote:
> Rikard Wissing schrieb:
> 
>> [ 4022.656841] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
>> [ 4022.658236] TDA10021: i2c-addr = 0x0c, id = 0x7d
>> [ 4022.658238] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend (TDA10021) @ 0x0c
>> [ 4022.658240] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
>> [ 4022.658243] DVB: registering frontend 0 (Philips TDA10021 DVB-C)...
> 
> The chip ID is 0x7d. Probably, your card uses a CU1216-3 with a TDA10023. There are 
> differences between the TDA10021 and the TDA10023.

Yep, it is. The 10021 based tuners are out of stock at least.

Regards,
Manu


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

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

end of thread, other threads:[~2008-03-02 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 12:33 [linux-dvb] Tuning fails with Twinhan DVB-C AD-CP300 (Mantis 2033) Rikard Wissing
2008-03-01 13:44 ` e9hack
2008-03-01 18:52   ` Rikard Wissing
2008-03-02 22:45   ` Manu Abraham

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