Re: Linux Incompatibility List

From: Jonathan Bastien-Filiatrault
Date: Sat Aug 21 2004 - 21:37:06 EST


James Courtier-Dutton wrote:

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.

My dad had a thing like that(quick reference card) for an old motorola 6800(not 68000) processor. It only had 2 8-bit general purpose registers if I remember correctly. Doesn't even begin to compare with modern ppc processors.

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.

Good idea, we should have something like two lists one for "chips" and one for "containers of chips" aka whole systems. That way it could be cross-referenced in a database-like way with a nice gtk frontend. The project probably ressemble the pci-ids project. That would pave the way for a free(as in speech) hardware purchasing guide.
-
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/