* Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
@ 2009-04-25 9:49 Peter Hoyland
2009-04-25 13:21 ` Devin Heitmueller
0 siblings, 1 reply; 8+ messages in thread
From: Peter Hoyland @ 2009-04-25 9:49 UTC (permalink / raw)
To: linux-media
Hallo
I have a Terratec Cinergy HTC USB XS Stick and want to use this with
Me-TV in order to record and view TV via Cable (Germany).
My research shows that a driver is in development under this link
http://mcentral.de/wiki/index.php5?title=Terratec_HTC_XS&oldid=2804.
This link offers no instructions to installation, I was hoping that it
would be included In Ubuntu Jaunty, alas to no avail. I am hoping that
you can help me further or at least tell me in which Kernel release this
driver will be integrated.
Thanks in advance
Peter Hoyland
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 9:49 Installation of Cinergy HTC USB Driver in Ubuntu Jaunty Peter Hoyland
@ 2009-04-25 13:21 ` Devin Heitmueller
2009-04-25 14:52 ` Markus Rechberger
2009-04-25 15:11 ` Request for hardware Steven Toth
0 siblings, 2 replies; 8+ messages in thread
From: Devin Heitmueller @ 2009-04-25 13:21 UTC (permalink / raw)
To: Peter Hoyland; +Cc: linux-media
On Sat, Apr 25, 2009 at 5:49 AM, Peter Hoyland
<Peter.Hoyland@t-online.de> wrote:
> Hallo
>
> I have a Terratec Cinergy HTC USB XS Stick and want to use this with
> Me-TV in order to record and view TV via Cable (Germany).
>
> My research shows that a driver is in development under this link
> http://mcentral.de/wiki/index.php5?title=Terratec_HTC_XS&oldid=2804.
>
> This link offers no instructions to installation, I was hoping that it
> would be included In Ubuntu Jaunty, alas to no avail. I am hoping that
> you can help me further or at least tell me in which Kernel release this
> driver will be integrated.
>
> Thanks in advance
> Peter Hoyland
This device is supported in Markus's closed source driver only. It
will not be merged into the mainline kernel, and there are no plans at
this time for anyone else to reverse engineer the Micronas demod and
write an open source driver.
My advice: return it and buy something supported.
Micronas actively screwed the Linux community when they had me do all
the integration work for their device and then refused to let me
release it. I wouldn't buy any of their products if you care about
open source.
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 13:21 ` Devin Heitmueller
@ 2009-04-25 14:52 ` Markus Rechberger
2009-04-25 15:04 ` Steven Toth
2009-04-25 15:11 ` Request for hardware Steven Toth
1 sibling, 1 reply; 8+ messages in thread
From: Markus Rechberger @ 2009-04-25 14:52 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: Peter Hoyland, linux-media
On Sat, Apr 25, 2009 at 9:21 PM, Devin Heitmueller
<devin.heitmueller@gmail.com> wrote:
> On Sat, Apr 25, 2009 at 5:49 AM, Peter Hoyland
> <Peter.Hoyland@t-online.de> wrote:
>> Hallo
>>
>> I have a Terratec Cinergy HTC USB XS Stick and want to use this with
>> Me-TV in order to record and view TV via Cable (Germany).
>>
>> My research shows that a driver is in development under this link
>> http://mcentral.de/wiki/index.php5?title=Terratec_HTC_XS&oldid=2804.
>>
>> This link offers no instructions to installation, I was hoping that it
>> would be included In Ubuntu Jaunty, alas to no avail. I am hoping that
>> you can help me further or at least tell me in which Kernel release this
>> driver will be integrated.
>>
>> Thanks in advance
>> Peter Hoyland
>
> This device is supported in Markus's closed source driver only. It
> will not be merged into the mainline kernel, and there are no plans at
> this time for anyone else to reverse engineer the Micronas demod and
> write an open source driver.
>
> My advice: return it and buy something supported.
>
> Micronas actively screwed the Linux community when they had me do all
> the integration work for their device and then refused to let me
> release it. I wouldn't buy any of their products if you care about
> open source.
>
There is no code to merge for the mainline kernel this is why it will
not be merged actually. The driver is userland based and works with
LD_PRELOAD right infront of the existing em28xx driver, the patched
one is just required in order to support VBI. It can be seen as
firmware from userland.
This is a new framework providing the v4l and dvb configuration
framework from userland and provides support from tested 2.6.10+
(possibly earlier ones already)
There's no need for Micronas nor Trident to provide such kerneldrivers
as long as the userland driver is available. It's also much easier to
install than the earlier versions.
regards,
Markus
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 14:52 ` Markus Rechberger
@ 2009-04-25 15:04 ` Steven Toth
2009-04-25 15:28 ` Markus Rechberger
0 siblings, 1 reply; 8+ messages in thread
From: Steven Toth @ 2009-04-25 15:04 UTC (permalink / raw)
To: Markus Rechberger, Peter Hoyland; +Cc: Devin Heitmueller, linux-media
> There's no need for Micronas nor Trident to provide such kerneldrivers
> as long as the userland driver is available. It's also much easier to
> install than the earlier versions.
Markus, This is your typical self-serving nonsense and it only serves to confuse
the non-technical Linux community. Please don't try to spread your non-GPL tree
and userland rhetoric on the list as it's not welcome.
This mailing list is dedicated the v4l-dvb GPL source code trees and associated
applications. As far as I'm concerned your opinion is not welcome. Please keep
all conversation related to promoting and developing the main repositories please.
Peter, Devin is correct. If a vendor will not provide a driver then vote with
your pocket and buy another product. If you do anything else you're not helping
the rest of the community.
I (occasionally) speak on behalf of a vendor.
- Steve
^ permalink raw reply [flat|nested] 8+ messages in thread
* Request for hardware
2009-04-25 13:21 ` Devin Heitmueller
2009-04-25 14:52 ` Markus Rechberger
@ 2009-04-25 15:11 ` Steven Toth
1 sibling, 0 replies; 8+ messages in thread
From: Steven Toth @ 2009-04-25 15:11 UTC (permalink / raw)
To: linux-media, linux-dvb; +Cc: Devin Heitmueller, Peter Hoyland
> This device is supported in Markus's closed source driver only. It
> will not be merged into the mainline kernel, and there are no plans at
> this time for anyone else to reverse engineer the Micronas demod and
> write an open source driver.
Message to all:
If some kind individual would mail me a Cinergy HTC USB stick, with the Micronas
Demod, then I'd be happy to spend my free time reverse engineering the demod and
creating a GPL driver.
I'm tired of the Micronas nonsense so let's get a barebones GPL driver in v4l-dvb.
If someone will ship me the hardware I'll do the rest.
- Steve
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 15:04 ` Steven Toth
@ 2009-04-25 15:28 ` Markus Rechberger
2009-04-25 15:33 ` Markus Rechberger
0 siblings, 1 reply; 8+ messages in thread
From: Markus Rechberger @ 2009-04-25 15:28 UTC (permalink / raw)
To: Steven Toth; +Cc: Peter Hoyland, Devin Heitmueller, linux-media
On Sat, Apr 25, 2009 at 11:04 PM, Steven Toth <stoth@linuxtv.org> wrote:
>> There's no need for Micronas nor Trident to provide such kerneldrivers
>> as long as the userland driver is available. It's also much easier to
>> install than the earlier versions.
>
> Markus, This is your typical self-serving nonsense and it only serves to
> confuse the non-technical Linux community. Please don't try to spread your
> non-GPL tree and userland rhetoric on the list as it's not welcome.
>
it serves the question about linux support for those devices, if more
information is needed about it I can be contacted directly of course.
> This mailing list is dedicated the v4l-dvb GPL source code trees and
> associated applications. As far as I'm concerned your opinion is not
> welcome. Please keep all conversation related to promoting and developing
> the main repositories please.
>
maybe put up a policy, and also list devices which require a closed
source firmware which are basically alot linux supported devices
already. I'm mainly considered about having support for that, if you
don't like the way it is supported try to start to reverse engineer it
and don't bother about it.
> Peter, Devin is correct. If a vendor will not provide a driver then vote
> with your pocket and buy another product. If you do anything else you're not
> helping the rest of the community.
>
best regards,
Markus
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 15:28 ` Markus Rechberger
@ 2009-04-25 15:33 ` Markus Rechberger
2009-04-26 3:57 ` hermann pitton
0 siblings, 1 reply; 8+ messages in thread
From: Markus Rechberger @ 2009-04-25 15:33 UTC (permalink / raw)
To: Steven Toth; +Cc: Peter Hoyland, Devin Heitmueller, linux-media
On Sat, Apr 25, 2009 at 11:28 PM, Markus Rechberger
<mrechberger@gmail.com> wrote:
> On Sat, Apr 25, 2009 at 11:04 PM, Steven Toth <stoth@linuxtv.org> wrote:
>>> There's no need for Micronas nor Trident to provide such kerneldrivers
>>> as long as the userland driver is available. It's also much easier to
>>> install than the earlier versions.
>>
>> Markus, This is your typical self-serving nonsense and it only serves to
>> confuse the non-technical Linux community. Please don't try to spread your
>> non-GPL tree and userland rhetoric on the list as it's not welcome.
>>
>
> it serves the question about linux support for those devices, if more
> information is needed about it I can be contacted directly of course.
>
http://lkml.indiana.edu/hypermail/linux/kernel/0802.0/0015.html
even Greg Kroah adviced to use for example USBFS for closed source
drivers, and even pointed out to the usb mailinglist for that a while
ago, so I'd say it has a valid reason to coexist now.
best regards,
Markus
>> This mailing list is dedicated the v4l-dvb GPL source code trees and
>> associated applications. As far as I'm concerned your opinion is not
>> welcome. Please keep all conversation related to promoting and developing
>> the main repositories please.
>>
>
> maybe put up a policy, and also list devices which require a closed
> source firmware which are basically alot linux supported devices
> already. I'm mainly considered about having support for that, if you
> don't like the way it is supported try to start to reverse engineer it
> and don't bother about it.
>
>> Peter, Devin is correct. If a vendor will not provide a driver then vote
>> with your pocket and buy another product. If you do anything else you're not
>> helping the rest of the community.
>>
>
> best regards,
> Markus
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Installation of Cinergy HTC USB Driver in Ubuntu Jaunty
2009-04-25 15:33 ` Markus Rechberger
@ 2009-04-26 3:57 ` hermann pitton
0 siblings, 0 replies; 8+ messages in thread
From: hermann pitton @ 2009-04-26 3:57 UTC (permalink / raw)
To: Markus Rechberger, Greg KH
Cc: Steven Toth, Peter Hoyland, Devin Heitmueller, linux-media
Am Samstag, den 25.04.2009, 23:33 +0800 schrieb Markus Rechberger:
> On Sat, Apr 25, 2009 at 11:28 PM, Markus Rechberger
> <mrechberger@gmail.com> wrote:
> > On Sat, Apr 25, 2009 at 11:04 PM, Steven Toth <stoth@linuxtv.org> wrote:
> >>> There's no need for Micronas nor Trident to provide such kerneldrivers
> >>> as long as the userland driver is available. It's also much easier to
> >>> install than the earlier versions.
> >>
> >> Markus, This is your typical self-serving nonsense and it only serves to
> >> confuse the non-technical Linux community. Please don't try to spread your
> >> non-GPL tree and userland rhetoric on the list as it's not welcome.
> >>
> >
> > it serves the question about linux support for those devices, if more
> > information is needed about it I can be contacted directly of course.
> >
>
> http://lkml.indiana.edu/hypermail/linux/kernel/0802.0/0015.html
>
> even Greg Kroah adviced to use for example USBFS for closed source
> drivers, and even pointed out to the usb mailinglist for that a while
> ago, so I'd say it has a valid reason to coexist now.
>
> best regards,
> Markus
> >> This mailing list is dedicated the v4l-dvb GPL source code trees and
> >> associated applications. As far as I'm concerned your opinion is not
> >> welcome. Please keep all conversation related to promoting and developing
> >> the main repositories please.
> >>
> >
> > maybe put up a policy, and also list devices which require a closed
> > source firmware which are basically alot linux supported devices
> > already. I'm mainly considered about having support for that, if you
> > don't like the way it is supported try to start to reverse engineer it
> > and don't bother about it.
> >
> >> Peter, Devin is correct. If a vendor will not provide a driver then vote
> >> with your pocket and buy another product. If you do anything else you're not
> >> helping the rest of the community.
> >>
> >
> > best regards,
> > Markus
I would like to hear Ralph's comments on it.
So far you have done a very good job to confuse all others.
But that is the only thing, I can confirm for sure.
That Greg is alright with you, I seriously doubt ...
Cheers,
Hermann
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-04-26 4:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-25 9:49 Installation of Cinergy HTC USB Driver in Ubuntu Jaunty Peter Hoyland
2009-04-25 13:21 ` Devin Heitmueller
2009-04-25 14:52 ` Markus Rechberger
2009-04-25 15:04 ` Steven Toth
2009-04-25 15:28 ` Markus Rechberger
2009-04-25 15:33 ` Markus Rechberger
2009-04-26 3:57 ` hermann pitton
2009-04-25 15:11 ` Request for hardware Steven Toth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox