All of lore.kernel.org
 help / color / mirror / Atom feed
* USB Wintv HVR-900 Hauppauge
@ 2009-08-19 11:01 Miguel
  2009-08-19 13:42 ` Devin Heitmueller
  0 siblings, 1 reply; 10+ messages in thread
From: Miguel @ 2009-08-19 11:01 UTC (permalink / raw)
  To: linux-media


Hello,

I am trying to set up the dvb-t device in my ubuntu 9.04.
As far as i can see , this device has tm6000 chipset but I don't get it
works. I have followed the guide of tvlinux.org:
http://www.linuxtv.org/wiki/index.php/Trident_TM6000#TM6000_based_Devices

I have compile v4l-dvb, make, and make install and it seems that the
modules are loaded:


em28xx                 90668  0 
ir_common              57732  1 em28xx
v4l2_common            25600  1 em28xx
videobuf_vmalloc       14724  1 em28xx
videobuf_core          26244  2 em28xx,videobuf_vmalloc
tveeprom               20228  1 em28xx
videodev               44832  3 em28xx,v4l2_common,uvcvideo


But by the moment, I don't know which driver  I should you. Actually,
when I switch the usb wintv on , my so doesn't recognize it:

[11107.449900] usb 1-3: new high speed USB device using ehci_hcd and
address 8
[11107.593094] usb 1-3: configuration #1 chosen from 1 choice


how can I get this device run?

thank you in advance.

Miguel



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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-19 11:01 USB Wintv HVR-900 Hauppauge Miguel
@ 2009-08-19 13:42 ` Devin Heitmueller
       [not found]   ` <1250701340.14727.28.camel@McM>
  2009-08-19 21:35   ` Stefano De Dionigi
  0 siblings, 2 replies; 10+ messages in thread
From: Devin Heitmueller @ 2009-08-19 13:42 UTC (permalink / raw)
  To: Miguel; +Cc: linux-media

On Wed, Aug 19, 2009 at 7:01 AM, Miguel<mcm@moviquity.com> wrote:
>
> Hello,
>
> I am trying to set up the dvb-t device in my ubuntu 9.04.
> As far as i can see , this device has tm6000 chipset but I don't get it
> works. I have followed the guide of tvlinux.org:
> http://www.linuxtv.org/wiki/index.php/Trident_TM6000#TM6000_based_Devices
>
> I have compile v4l-dvb, make, and make install and it seems that the
> modules are loaded:
>
>
> em28xx                 90668  0
> ir_common              57732  1 em28xx
> v4l2_common            25600  1 em28xx
> videobuf_vmalloc       14724  1 em28xx
> videobuf_core          26244  2 em28xx,videobuf_vmalloc
> tveeprom               20228  1 em28xx
> videodev               44832  3 em28xx,v4l2_common,uvcvideo
>
>
> But by the moment, I don't know which driver  I should you. Actually,
> when I switch the usb wintv on , my so doesn't recognize it:
>
> [11107.449900] usb 1-3: new high speed USB device using ehci_hcd and
> address 8
> [11107.593094] usb 1-3: configuration #1 chosen from 1 choice
>
>
> how can I get this device run?
>
> thank you in advance.
>
> Miguel

Hello Miguel,

Can you confirm the exact model number of the device (or provide the
USB ID)?  I suspect you probably have what is often referred to as an
HVR-900 R2, which is not currently supported under Linux.

I've got it working here but still need to write the firmware extract
script so I can release it, but the work has been delayed due to other
priorities.

Cheers,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: USB Wintv HVR-900 Hauppauge
       [not found]   ` <1250701340.14727.28.camel@McM>
@ 2009-08-19 17:16     ` Devin Heitmueller
       [not found]       ` <1250761934.6730.2.camel@McM>
  2009-08-21  6:07       ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 10+ messages in thread
From: Devin Heitmueller @ 2009-08-19 17:16 UTC (permalink / raw)
  To: Miguel; +Cc: linux-media

On Wed, Aug 19, 2009 at 1:02 PM, Miguel<mcm@moviquity.com> wrote:
> oh, what a shame, :-s
>
> The USB id is:
>
> Bus 001 Device 011: ID 2040:6600 Hauppauge
>
>
> is this the version you commented that is not supported?

Ah, ok.  So you really do have an HVR-900H and not an HVR-900 (either
R1 or R2).  Since this is the case, your device really is TM6000
based, but that development tree has not been worked on in a very long
time and is known to be broken.

Unfortunately, it is not clear when/if Mauro will ever get back to
getting that bridge to a supported state (it hasn't had any active
development in over nine months).

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-19 13:42 ` Devin Heitmueller
       [not found]   ` <1250701340.14727.28.camel@McM>
@ 2009-08-19 21:35   ` Stefano De Dionigi
  2009-08-19 21:40     ` Devin Heitmueller
  1 sibling, 1 reply; 10+ messages in thread
From: Stefano De Dionigi @ 2009-08-19 21:35 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: linux-media

On Wed, Aug 19, 2009 at 3:42 PM, Devin
Heitmueller<dheitmueller@kernellabs.com> wrote:
> On Wed, Aug 19, 2009 at 7:01 AM, Miguel<mcm@moviquity.com> wrote:
>>
>> Hello,
>>
>> I am trying to set up the dvb-t device in my ubuntu 9.04.
>> As far as i can see , this device has tm6000 chipset but I don't get it
>> works. I have followed the guide of tvlinux.org:
>> http://www.linuxtv.org/wiki/index.php/Trident_TM6000#TM6000_based_Devices
>>
>> how can I get this device run?
>>
>> thank you in advance.
>>
>> Miguel
>
> Hello Miguel,
>
> Can you confirm the exact model number of the device (or provide the
> USB ID)?  I suspect you probably have what is often referred to as an
> HVR-900 R2, which is not currently supported under Linux.
>
> I've got it working here but still need to write the firmware extract
> script so I can release it, but the work has been delayed due to other
> priorities.
>

Hello Devin,

I own a HVR-900 R2 and if you need help in testing i'd be more than
happy to help.
It's nice to see that for this device could there finally be light at
the end of the tunnel.

-- 
Thank you,
regards,
dedioste

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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-19 21:35   ` Stefano De Dionigi
@ 2009-08-19 21:40     ` Devin Heitmueller
  0 siblings, 0 replies; 10+ messages in thread
From: Devin Heitmueller @ 2009-08-19 21:40 UTC (permalink / raw)
  To: Stefano De Dionigi; +Cc: linux-media

On Wed, Aug 19, 2009 at 5:35 PM, Stefano De Dionigi<dedioste@gmail.com> wrote:
> Hello Devin,
>
> I own a HVR-900 R2 and if you need help in testing i'd be more than
> happy to help.
> It's nice to see that for this device could there finally be light at
> the end of the tunnel.

Hello Dedioste,

Fortunately, in this case I have the device pretty well tested using
the generator.  I just have to get the firmware extract script written
so that the changes can actually be released.

Keep an eye on the Kernellabs blog (http://www.kernellabs.com/blog),
since when I have a tree setup I will likely put out a call for
testers before the changes go upstream into the v4l-dvb mainline.

Cheers,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: USB Wintv HVR-900 Hauppauge
       [not found]       ` <1250761934.6730.2.camel@McM>
@ 2009-08-20 10:16         ` Devin Heitmueller
  0 siblings, 0 replies; 10+ messages in thread
From: Devin Heitmueller @ 2009-08-20 10:16 UTC (permalink / raw)
  To: Miguel; +Cc: linux-media

On Thu, Aug 20, 2009 at 5:52 AM, Miguel<mcm@moviquity.com> wrote:
> hi again Devin,
>
> In this case, the guide :
> http://www.linuxtv.org/wiki/index.php/Trident_TM6000#TM6000_based_Devices
> should be work ?
>
> I get some errors applying the patch:
>
> mcm@McM:~/opt/hvr900/v4l-dvb$ patch -p1 < tm6000-makefile-dvb-tree.patch
> patching file linux/drivers/media/video/Kconfig
> Hunk #1 succeeded at 914 with fuzz 2 (offset 218 lines).
> patching file linux/drivers/media/video/Makefile
> Hunk #1 FAILED at 67.
> 1 out of 1 hunk FAILED -- saving rejects to file
> linux/drivers/media/video/Makefile.rej
>
> could it be my problem here?

No, that guide will not work for your device.  The HVR-900H uses the
TM6010, not the TM6000, and as the Wiki states, the driver is
completely broken:

http://www.linuxtv.org/wiki/index.php/Trident_TM6000#TM6010_based_Devices

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-19 17:16     ` Devin Heitmueller
       [not found]       ` <1250761934.6730.2.camel@McM>
@ 2009-08-21  6:07       ` Mauro Carvalho Chehab
  2009-08-21 16:12         ` Devin Heitmueller
  1 sibling, 1 reply; 10+ messages in thread
From: Mauro Carvalho Chehab @ 2009-08-21  6:07 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Miguel, linux-media

Em Wed, 19 Aug 2009 13:16:23 -0400
Devin Heitmueller <dheitmueller@kernellabs.com> escreveu:

> Unfortunately, it is not clear when/if Mauro will ever get back to
> getting that bridge to a supported state (it hasn't had any active
> development in over nine months).

This is a recorrent question, already discussed at the ML. Probably, I should
update the wiki.

The driver is still on my TODO list. I intend to return back to it, but this is
not on my current top priorities. Those chips are very buggy and they behave
badly if the driver doesn't do exactly the same thing as the original one (it
starts to loose frames). I suspect that this is a firmware bug at
tm6000/tm6010, although I'm not sure. Maybe the conversion of the driver to the
new i2c approach could help to fix this issue, since this will avoid sending
probing packets at i2c bus. Also, on all tests we've done so far, it can't
reliably read data from an i2c device. This prevents that tools like scan to
properly detect the signal strength of a channel. You can't even be sure if
xc3028 firmware were successfully loaded on this device, due to this issue.

It is important to notice that the vendor (Trident) doesn't seem to want
helping with open source development. I tried during 2007 and 2008 to get their
help by opening docs to me, via Linux Foundation NDA program, without success.
Currently, they are refusing so far to help with their demod DRX-K line that
they acquired from Micronas (as pointed at http://linux.terratec.de/tv_en.html).

In brief, while I want to fix the driver issues, I recommend to avoid
buying any devices with tm5600/tm6000/tm6010 (and DRX demod) chips. There are
other offers at the market with drivers that work properly, including some
nice HVR devices that are fully supported.



Cheers,
Mauro

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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-21  6:07       ` Mauro Carvalho Chehab
@ 2009-08-21 16:12         ` Devin Heitmueller
  2009-08-21 16:27           ` James Peters
  0 siblings, 1 reply; 10+ messages in thread
From: Devin Heitmueller @ 2009-08-21 16:12 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Miguel, linux-media

On Fri, Aug 21, 2009 at 2:07 AM, Mauro Carvalho
Chehab<mchehab@infradead.org> wrote:
> In brief, while I want to fix the driver issues, I recommend to avoid
> buying any devices with tm5600/tm6000/tm6010 (and DRX demod) chips. There are
> other offers at the market with drivers that work properly, including some
> nice HVR devices that are fully supported.

The more I think about it, the more I think we should setup something
along the lines of a "Wall of Shame" on the LinuxTV wiki, so that
people will be better informed exactly which products they should not
buy because of the chipset vendor's behavior.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: USB Wintv HVR-900 Hauppauge
  2009-08-21 16:12         ` Devin Heitmueller
@ 2009-08-21 16:27           ` James Peters
  2009-08-23 13:34             ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 10+ messages in thread
From: James Peters @ 2009-08-21 16:27 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Mauro Carvalho Chehab, Miguel, linux-media

On Fri, Aug 21, 2009 at 6:12 PM, Devin
Heitmueller<dheitmueller@kernellabs.com> wrote:
> On Fri, Aug 21, 2009 at 2:07 AM, Mauro Carvalho
> Chehab<mchehab@infradead.org> wrote:
>> In brief, while I want to fix the driver issues, I recommend to avoid
>> buying any devices with tm5600/tm6000/tm6010 (and DRX demod) chips. There are
>> other offers at the market with drivers that work properly, including some
>> nice HVR devices that are fully supported.
>
> The more I think about it, the more I think we should setup something
> along the lines of a "Wall of Shame" on the LinuxTV wiki, so that
> people will be better informed exactly which products they should not
> buy because of the chipset vendor's behavior.
>

I doubt that this will help, it will moreover scare them off and also
put a bad light on Linux we already have a list of supported devices
on linuxtv.org if people buy the wrong devices it's their fault in the
end.

Better support the available devices properly so that everyone can
easily use them... "everyone" is the highest burden at this time...

James

> Devin
>
> --
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
> --
> 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: USB Wintv HVR-900 Hauppauge
  2009-08-21 16:27           ` James Peters
@ 2009-08-23 13:34             ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 10+ messages in thread
From: Mauro Carvalho Chehab @ 2009-08-23 13:34 UTC (permalink / raw)
  To: James Peters; +Cc: Devin Heitmueller, Miguel, linux-media

Em Fri, 21 Aug 2009 18:27:30 +0200
James Peters <james.peters.ml@googlemail.com> escreveu:

> On Fri, Aug 21, 2009 at 6:12 PM, Devin
> Heitmueller<dheitmueller@kernellabs.com> wrote:
> > On Fri, Aug 21, 2009 at 2:07 AM, Mauro Carvalho
> > Chehab<mchehab@infradead.org> wrote:
> >> In brief, while I want to fix the driver issues, I recommend to avoid
> >> buying any devices with tm5600/tm6000/tm6010 (and DRX demod) chips. There are
> >> other offers at the market with drivers that work properly, including some
> >> nice HVR devices that are fully supported.
> >
> > The more I think about it, the more I think we should setup something
> > along the lines of a "Wall of Shame" on the LinuxTV wiki, so that
> > people will be better informed exactly which products they should not
> > buy because of the chipset vendor's behavior.
> 
> I doubt that this will help, it will moreover scare them off and also
> put a bad light on Linux we already have a list of supported devices
> on linuxtv.org if people buy the wrong devices it's their fault in the
> end.
> 
> Better support the available devices properly so that everyone can
> easily use them... "everyone" is the highest burden at this time...

I sort of agree with you both. From one side, IMO, it is very badly documented,
currently, what are the manufacturers that helps the project, and on what
level, and what are the ones that refuses to help.

On the other hand, just blaming the manufacturer won't solve. There are even
some cases where the rights for certain parts of their hardware belongs to a
third party, so, even if they want to help, maybe they can't on some cases.
Unfortunately, I've seen some cases where the hardware and binary distribution
rights were transferred from one company to the other, but, apparently, the
source code and/or development datasheet rights were not transferred.

Maybe we could create a search engine at linuxtv with the info we have about
each board, that could report some specific troubles we're having with some
board/vendor info, reporting also if the vendor helped with some driver.



Cheers,
Mauro

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

end of thread, other threads:[~2009-08-23 17:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-19 11:01 USB Wintv HVR-900 Hauppauge Miguel
2009-08-19 13:42 ` Devin Heitmueller
     [not found]   ` <1250701340.14727.28.camel@McM>
2009-08-19 17:16     ` Devin Heitmueller
     [not found]       ` <1250761934.6730.2.camel@McM>
2009-08-20 10:16         ` Devin Heitmueller
2009-08-21  6:07       ` Mauro Carvalho Chehab
2009-08-21 16:12         ` Devin Heitmueller
2009-08-21 16:27           ` James Peters
2009-08-23 13:34             ` Mauro Carvalho Chehab
2009-08-19 21:35   ` Stefano De Dionigi
2009-08-19 21:40     ` Devin Heitmueller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.