2006-08-13 12:26:20

by Henti Smith

[permalink] [raw]
Subject: upgrading pentavalue drivers from 2.4 to 2.6

Hi guys,

I have a client that uses pentavalue DVB-S cards pretty much all over
their business, however the drivers has not been updated since 2002
(2.4 kernel only) I've spoken to the dev's at the company and they are
not interested in doing drivers for 2.6

The 2.4 drivers they released is source code format, however I could
not find any clear indication of licence agreements to use the code for
further development.

I'm hoping that it's GPL'ed since MODULE_LICENSE("GPL"); appears in the
pentadrv.c and scanval.c files

I'm going to contact them again to confirm we can use the code for
2.4 to upgrade to 2.6 and possible include in the kernel source (if it
will be allowed :P)

Lastly .. and the reason I'm mailing is .. I'm looking for somebody
that is keen on doing the port .. I'll happily supply hardware (we
have lots of these cards)

beer or other incentives can be negotiated ;P

Thanks :)

--
Henti Smith
[email protected]
+27 82 958 2525
http://www.geekware.co.za

DISCLAIMER :

Unauthorised use of characters, images, sounds, odors, severed limbs,
noodles, wierd dreams, strange looking fruit, oxygen, and certain parts
of Jupiter are strictly forbidden. If I find you violating, or
molesting my property in any way, I will employ a pair of burly
convicts to find you, kidnap you, and perform god-awful sexual
experiments on you until you lose the ability to sound out vowels. I
don't know why you are still reading this, but by doing so you have
proven that you have far too much time on your hands, and you should go
plant a tree, or read a book or something.
- http://www.ctrlaltdel-online.com/


2006-08-13 21:36:49

by James Courtier-Dutton

[permalink] [raw]
Subject: Re: upgrading pentavalue drivers from 2.4 to 2.6

Henti Smith wrote:
> Hi guys,
>
> I have a client that uses pentavalue DVB-S cards pretty much all over
> their business, however the drivers has not been updated since 2002
> (2.4 kernel only) I've spoken to the dev's at the company and they are
> not interested in doing drivers for 2.6
>
> The 2.4 drivers they released is source code format, however I could
> not find any clear indication of licence agreements to use the code for
> further development.
>
> I'm hoping that it's GPL'ed since MODULE_LICENSE("GPL"); appears in the
> pentadrv.c and scanval.c files
>
> I'm going to contact them again to confirm we can use the code for
> 2.4 to upgrade to 2.6 and possible include in the kernel source (if it
> will be allowed :P)
>
> Lastly .. and the reason I'm mailing is .. I'm looking for somebody
> that is keen on doing the port .. I'll happily supply hardware (we
> have lots of these cards)
>
> beer or other incentives can be negotiated ;P
>
> Thanks :)
>

They are binary only drivers. I.e. A group of .o files with .c wrappers.
So no way to port them to 2.6

James