[linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-10 Thread Sebastian Ferraro
Hi,

I have a Zaapa LR545TA DVB-T USB device, which is not currently supported. I 
think it is a rebranding of a Lifeview device 
(http://www.lifeview.com.tw/html/products/external_tv/tv_walker_dvbt_hybrid_lite.htm).
  I include the output of lsusb -v below. The vendor ID is 0x10fd (Anubis 
Electronics), but the product ID (0x1545) is not listed in dvb-usb.ids.h. I 
include the output of lsusb -v below.

I am willing to test new patches. I am using Gentoo Linux, kernel 2.6.21, with  
the v4l-dvb sources obtained via mercurial.

Best regards,
Sebastian

Relevant section of lsusb -v:
Bus 001 Device 007: ID 10fd:1545 Anubis Electronics, Ltd
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  idVendor   0x10fd Anubis Electronics, Ltd
  idProduct  0x1545
  bcdDevice0.01
  iManufacturer  16 Trident
  iProduct   32 Hybrid DVB-T Stick
  iSerial64 2
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   78
bNumInterfaces  1
bConfigurationValue 1
iConfiguration 48 0
bmAttributes 0x80
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x1400  3x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   2
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x1400  3x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  bNumConfigurations  1

 

-

Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
Hi Michel,

Michel Ludwig wrote:
> On Monday 11 June 2007 07:16:46 Sebastian Ferraro wrote:
>> I have a Zaapa LR545TA DVB-T USB device, which is not currently supported.
>> I think it is a rebranding of a Lifeview device
>> (http://www.lifeview.com.tw/html/products/external_tv/tv_walker_dvbt_hybrid
>> _lite.htm). The vendor ID is 0x10fd
>> (Anubis Electronics), but the product ID (0x1545) is not listed in
>> dvb-usb.ids.h. 
>
> Do you maybe have the possibility to open the package of the device in order 
> to see what's exactly inside? Among other things, I suspect a Trident 
> TVMaster chip...
> 
I will try to (I'd have to get the proper tools) when I get home. The
Windows driver files have names like TridVid.sys, which seems to agree
with your guess.

Sebastian


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
> > Do you maybe have the possibility to open the
> package of the device in order 
> > to see what's exactly inside? Among other things,
> I suspect a Trident 
> > TVMaster chip...

I opened it and it has a Trident TVMaster indeed...
this is the full text on the chip, in case there is
something useful:

TVMaster
TM6000 B HCC02
D2CSR-1 0616
2013F0F604F553003
Trident '04
   LF


Best regards,
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
--- Michel Ludwig <[EMAIL PROTECTED]> escribió:
> So far, so good.
> 
> And if there is also a Xceive XC3028 tuner chip, you
> should be able to use 
> your device in DVB-T mode quite easily...

Once again, you're right! It has a Xceive XC3028ACO.
But I'm not sure yet which driver/fw I should use...

Best regards,
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
> Ok, I forgot to ask you about the demodulator,
> though. Let me guess once more: 
> ZL10353

Well, it has a WJMT352 (I guess it's the demodulator).
I'll try the experimental drivers and tell you what
happens.

Sebastian






__ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-12 Thread Sebastian Ferraro

--- Michel Ludwig <[EMAIL PROTECTED]> escribió:

> On Mon 11 Jun 2007, you wrote:
> > > Ok, I forgot to ask you about the demodulator,
> > > though. Let me guess once more:
> > > ZL10353
> >
> > Well, it has a WJMT352 (I guess it's the
> demodulator).
> 
> Ok, probably they don't work, but I think that the
> MT352 can be supported as 
> well in the future. And I've just heard that Mauro
> Carvalho Chehab has been 
> working on supporting the analogue part of the chip,
> so it looks like we can 
> get everything in the end.

Someone on the list said something about the ZL10353
possibly being an enhanced MT352 (on Jan 2). But if
you say that it will probably not work, then I believe
you :) ...

Anyway, I'd like to test the experimental drivers just
in case. However, I can't extract the firmware using
dd as in the instructions, because you have
skip=145441 and my tridvid.sys is only 137472 bytes
long. I got another (158336 bytes) tridvid.sys off the
net, but the extracted files look too regular to be
firmware. I'd be thankful if you could point me to the
fw files.

If this doesn't work, I'll stay tuned for MT352
support (lame pun not intended).

Thanks,
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-13 Thread Sebastian Ferraro

Thanks Michel, I'll let you know how it goes.
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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