public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [future of drivers?] a proposal for binary drivers.
@ 2006-03-13 19:00 Tim Tassonis
  2006-03-13 19:15 ` Lee Revell
  0 siblings, 1 reply; 97+ messages in thread
From: Tim Tassonis @ 2006-03-13 19:00 UTC (permalink / raw)
  To: linux-kernel, rlrevell

> On Mon, 2006-03-13 at 10:24 +0100, Bernd Petrovitsch wrote:
>> Maybe not under (US-American) copyright, but under continental
>> European authors rights there are such possibilities (I leave it to
>> lawyers if and when they apply) and you can't even remove them with
>> contracts (as with all law stuff).
>> 
> 
> Please refrain from knee-jerk USA-bashing, you said yourself you don't
> know the law.
> 
> Lee
> 

Are you completely out of your head or what? When somebody reminds you 
of the fact that U.S. law is not the only law in the world and that some 
things may be different in other countries you call him a knee-jerking 
USA-basher???

In this sense, you better go back wanking to pictures of tortured 
iranians, yankee.

Tim



^ permalink raw reply	[flat|nested] 97+ messages in thread
* Re: [future of drivers?] a proposal for binary drivers.
@ 2006-03-13  6:02 Matt Reuther
  2006-03-13  9:08 ` Bernd Petrovitsch
  2006-03-13 22:00 ` David Schwartz
  0 siblings, 2 replies; 97+ messages in thread
From: Matt Reuther @ 2006-03-13  6:02 UTC (permalink / raw)
  To: LKML

Hi, David.

You seem to have misspelled, "I am not a lawyer. Please seek the advice of a 
competent attorney experienced in copyright law in your jurisdiction instead 
of listening to my uninformed blather."

Hope this helps!

Matt

^ permalink raw reply	[flat|nested] 97+ messages in thread
* Re: [future of drivers?] a proposal for binary drivers.
@ 2006-03-08 21:28 Tim Tassonis
  2006-03-08 21:32 ` Randy.Dunlap
  2006-03-09  0:20 ` Jan Knutar
  0 siblings, 2 replies; 97+ messages in thread
From: Tim Tassonis @ 2006-03-08 21:28 UTC (permalink / raw)
  To: linux-kernel

 >
 > if there was binary allowed (with any license) maybe dlink themself
 > would build a driver, make documentation and provide it on CD, just
 > see how much effort would be saved and in end he would get more time
 > to treat his patients.
 >

Apart from all the other good arguments already posted:

Are you really sure they will? Maybe dlink will, but I can tell from 
personal expierience (whine, whine) that the majority of vendors still 
won't release drivers. For the simple reason because they regard Linux a 
market too small to support. That is the main reason for most of them, 
not the license stuff.

Before Linux, I was an OS/2 user and although every vendor in the world 
was allowed to provide OS/2 drivers, there were more or less the same 
amount of vendor contributed drivers as there are now in Linux.

I'm 100% sure that Linux supports more hardware than OS/2 did back then 
and the user base (Desktop wise) was at least as big as Linux.

OS/2 died exactly because software companies didn't write closed-source 
software, hardware companies didn't write closed-source drivers, and IBM 
couldn't write it all themselves.

So why repeat this desaster?
Tim



^ permalink raw reply	[flat|nested] 97+ messages in thread
* [future of drivers?] a proposal for binary drivers.
@ 2006-03-08  9:35 Anshuman Gholap
  2006-03-08  9:51 ` Jan Knutar
                   ` (3 more replies)
  0 siblings, 4 replies; 97+ messages in thread
From: Anshuman Gholap @ 2006-03-08  9:35 UTC (permalink / raw)
  To: linux-kernel

Hello,

First, I would like to give you my intro, so that you have a picture
who is talking. I am 28 year old from india working as administrator
for a hosting company (not naming here cause that will be cheap way to
advert it).  We have 100+ servers (shared,semi-dedicated and
dedicated) and growing steadily, all have linux-distros ofcourse (many
RHEL).

But i also have 3-4 pc's with me and one laptop, most of them have 
linux installed, i go digicam not working on linux, webcam not working
on linux, dlink 630d pcmcia card not working natively on linux, the
list is just too big here (sony 510i not working, etc).

I had read earlier Linus Travolds totally opposes the idea of allowing
binary drivers to exists along with kernel, but on other hand, i also
heard lots like, how andrew morton is stretched for supporting the
programmers at various companies who keep sending him drivers for
their devices .

1) The people who have control over linux kernel as of now are
countable on hands but cannot be held countable for work cause they do
it as hobby/"insert anything which says working for free", now for a
peice of code like linux kernel, such kind of aloofness regarding
manpower and kind_of nazism in not allowing others to dynamically
get_work_done (like binary driver) seems totally wrong.

2) there are two possibilities here, a) linus and co can gather in a
building pay all intellects and allow fast driver developments, b)
allow binary drivers to work with linux kernel dynamically(with their
own license what they choose).

b) ofcourse is like china accepting democracy cause that the only way
to continue living, but although it sounds that extreme, i can see
ONLY THAT to happen sooner or later when one day linus is not part of
the team controlling linux kernel, so why not start to make it happen
right now and shape it the way it can be benificial to everyone?
like there is mm kernel we can have kernel-dri-2.*** which the desktop
users can use knowingly that third party drivers can work with mixture
of lincenses. there even can be rating system for a company which can
be rated for their quality of drivers, so the users know before hand.
how good or bad the driver (even if he/she isnt codeguru).

This email is very raw and not polished at all, this is just a bunch
of thoughts which has came to my head after working with linux based
distros on home computers as well as enterprise servers years and
years now.

If something i said here is wrong , i apologise and correct me where
you feel so.

Regards,
Anshuman Gholap
admin.

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

end of thread, other threads:[~2006-03-15  9:18 UTC | newest]

Thread overview: 97+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 19:00 [future of drivers?] a proposal for binary drivers Tim Tassonis
2006-03-13 19:15 ` Lee Revell
2006-03-13 19:25   ` Tim Tassonis
2006-03-13 19:31     ` Lee Revell
2006-03-13 19:46       ` Tim Tassonis
2006-03-13 23:06   ` Bernd Petrovitsch
  -- strict thread matches above, loose matches on Subject: below --
2006-03-13  6:02 Matt Reuther
2006-03-13  9:08 ` Bernd Petrovitsch
2006-03-13 22:00 ` David Schwartz
2006-03-13 22:32   ` Lee Revell
2006-03-14  0:02     ` David Schwartz
2006-03-08 21:28 Tim Tassonis
2006-03-08 21:32 ` Randy.Dunlap
2006-03-09  0:20 ` Jan Knutar
2006-03-13 11:17   ` Helge Hafting
2006-03-13 15:19     ` Anshuman Gholap
2006-03-13 15:53       ` Dave Neuer
2006-03-08  9:35 Anshuman Gholap
2006-03-08  9:51 ` Jan Knutar
2006-03-08 10:03   ` Anshuman Gholap
2006-03-08 10:23     ` Martin Mares
2006-03-08 14:34       ` Jan Engelhardt
2006-03-08 11:11     ` Jan Knutar
2006-03-08 13:07       ` Diego Calleja
2006-03-09 15:17       ` Luke-Jr
2006-03-09 16:22         ` Phillip Susi
2006-03-09 16:56         ` Michael Concannon
2006-03-09  9:21     ` Helge Hafting
2006-03-10  8:03     ` Matthias Andree
2006-03-13 23:06     ` Bernd Petrovitsch
2006-03-14  0:00       ` David Schwartz
2006-03-15  0:50       ` Valdis.Kletnieks
2006-03-15  9:18         ` Bernd Petrovitsch
2006-03-08 19:41   ` Martin Michlmayr
2006-03-08  9:57 ` Xavier Bestel
2006-03-08 10:27 ` Al Viro
2006-03-08 10:52   ` Anshuman Gholap
2006-03-08 10:55     ` Arjan van de Ven
2006-03-08 11:02       ` Anshuman Gholap
2006-03-14  3:02         ` Jon Masters
     [not found]           ` <20060313223520.113bc6d0.seanlkml@sympatico.ca>
2006-03-14  3:35             ` sean
2006-03-08 11:40     ` Matthias Schniedermeyer
2006-03-08 12:00       ` Anshuman Gholap
2006-03-09 15:32       ` Rik van Riel
2006-03-08 14:59     ` Dave Neuer
2006-03-08 21:54       ` Hannu Savolainen
2006-03-09  4:41       ` David Schwartz
2006-03-09 10:02         ` Dave Airlie
2006-03-09 10:42           ` Rudolf Randal
2006-03-09 11:22             ` DervishD
2006-03-09 12:13               ` Andreas Mohr
2006-03-09 18:34               ` Alistair John Strachan
2006-03-10  8:19                 ` DervishD
2006-03-09 22:04           ` David Schwartz
2006-03-09 11:41         ` Dagfinn Ilmari Mannsåker
2006-03-09 22:12           ` David Schwartz
2006-03-09 15:13         ` Dave Neuer
2006-03-09 22:11           ` David Schwartz
2006-03-09 23:30             ` Dave Neuer
2006-03-10  1:04               ` David Schwartz
2006-03-09  9:26     ` Helge Hafting
2006-03-09 15:09 ` Luke-Jr
2006-03-09 16:29   ` Phillip Susi
2006-03-09 16:49     ` Olivier Galibert
2006-03-09 17:33     ` Dave Neuer
2006-03-09 18:25       ` Xavier Bestel
2006-03-09 20:22         ` Dave Neuer
2006-03-09 21:32           ` marty fouts
2006-03-11  0:54           ` Eduard Bloch
2006-03-11  1:01             ` Jan Knutar
2006-03-11  9:16             ` DervishD
2006-03-11  9:52               ` Eduard Bloch
2006-03-11 11:43               ` David Schwartz
2006-03-11 12:07                 ` DervishD
2006-03-12 17:09                 ` Dave Neuer
2006-03-13  2:19                   ` David Schwartz
2006-03-13 16:16                     ` Dave Neuer
2006-03-13 21:57                       ` David Schwartz
2006-03-14 13:30                         ` Helge Hafting
2006-03-12  3:57             ` Dave Neuer
2006-03-13  5:16               ` David Schwartz
2006-03-13  5:25                 ` David Schwartz
2006-03-13  8:20                 ` Arjan van de Ven
2006-03-13 21:57                   ` David Schwartz
     [not found]                     ` <20060314032447.6be9af0a.seanlkml@sympatico.ca>
2006-03-14  8:24                       ` sean
2006-03-14 10:46                         ` David Schwartz
2006-03-14 21:42                   ` Valdis.Kletnieks
2006-03-13  9:24                 ` Bernd Petrovitsch
2006-03-13 17:16                   ` Lee Revell
2006-03-13 22:08                     ` Bernd Petrovitsch
2006-03-13 21:57                   ` David Schwartz
2006-03-09 20:15       ` Phillip Susi
2006-03-09 21:30         ` Dave Neuer
2006-03-09 22:06           ` Lee Revell
2006-03-10  2:57           ` Phillip Susi
2006-03-10  4:25             ` David Schwartz
2006-03-09 22:21       ` David Schwartz

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