Re: Linux Incompatibility List
From: James Courtier-Dutton
Date: Sat Aug 21 2004 - 21:00:53 EST
Jonathan Bastien-Filiatrault wrote:
Vendors should understand that ACTUALLY supporting linux means adopting
the free software philosophy. In many cases, vendors think that they
should be the only one to be able to write drivers, since 99% of desktop
users dont care about their software freedom. Vendors should not try to
obscure the workings of their devices, they should show the world how
they are innovating in hardware design by releasing specs on a
freely-redistributable basis. This would greatly improve competiveness
and innovation in the domain of hardware design. Give me a binary driver
and i will buy from you once, give me the specs and i'll appreciate the
effort you put in designing the device.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
I remember a computer from pre ibm-pc days. It came with a manual that
included a detailed circuit diagram, so the user could make any repairs
they wished. It also gave details regarding CPU instruction set, and
memory layout, so that anyone could write any OS they liked for it.
If we do create a nice long list, we should also include Linux
compatible hardware as well.
E.g. Latest XYZ laptop, it would list all the chips in the laptop,
together with what level of support linux has for each one.
The problem comes with actually identifying the parts.
For example, Creative have lots of different sound cards, all called the
SB Live, but they all have very different chips in them, with some
supported by linux, and some not. Don't you just love those Marketing
people. :-(
We can use PCI IDs and PCI subsystem IDs, to identify Motherboards, and
PCI cards. We might also have to identify revision numbers.
We can use USB IDs to identify USB devices.
As an aid to this, I think we should create a script, that will gather
the IDs in a consistent way, so that a user just runs the script, adds a
comment, and submits it to the database.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/