Linux Hardware Compatibility HOWTO Steven Pritchard Southern Illinois Linux Users Group / K&S Pritchard Enterprises, Inc.    3.2.4 Copyright © 2001-2007 Steven Pritchard Copyright © 1997-1999 Patrick Reijnen 2007-05-22 This document attempts to list most of the hardware known to be either supported or unsupported under Linux. Copyright This HOWTO is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free software Foundation; either version 2 of the license, or (at your option) any later version. ----------------------------------------------------------------------------- Table of Contents 1. Introduction 1.1. Notes on binary-only drivers 1.2. Notes on proprietary drivers 1.3. System architectures 1.4. Related sources of information 1.5. Known problems with this document 1.6. New versions of this document 1.7. Feedback and corrections 1.8. Acknowledgments 1.9. Revision History 2. Computers/Motherboards/BIOS 2.1. Specific system/motherboard/BIOS 2.2. Unsupported 3. Laptops 3.1. Specific laptops 3.2. PCMCIA 4. CPU/FPU 4.1. Intel 4.2. AMD 4.3. Cyrix 4.4. IDT 4.5. Transmeta 4.6. Misc. notes 5. Memory 6. Video cards 6.1. XFree86 6.2. Kernel Framebuffer (fbdev) 6.3. SVGALIB (graphics for console) 7. Controllers (hard drive) 7.1. Alpha, Beta drivers 8. Controllers (SCSI) 8.1. Supported 8.2. Alpha, Beta drivers 8.3. Unsupported 9. SCSI RAID Controllers 10. IDE RAID Controllers 11. Controllers (I/O) 12. Controllers (multiport) 12.1. Non-intelligent cards 12.2. Intelligent cards 13. Network adapters 13.1. Supported 13.2. Alpha, Beta drivers 13.3. Unsupported 14. Sound cards 14.1. Supported 14.2. Alpha, Beta drivers 14.3. Unsupported 15. Hard drives 15.1. Unsupported 16. Tape drives 16.1. Supported 16.2. Alpha, Beta drivers 16.3. Unsupported 17. CD-ROM drives 17.1. Supported 17.2. Alpha, Beta drivers 17.3. Notes 18. CD-Writers 19. DVD drives 20. Removable drives 21. Mice 21.1. Supported 21.2. Alpha, Beta drivers 21.3. Notes 22. Modems 23. Printers/Plotters 23.1. Ghostscript 24. Scanners 24.1. Supported 24.2. Alpha, Beta drivers 24.3. Unsupported 25. USB 25.1. Digital Cameras 25.2. Miscellaneous 26. IEEE 1394 (FireWire/i.Link) 27. PCMCIA/Cardbus cards 28. Other hardware 28.1. Amateur Radio 28.2. VESA Power Savings Protocol (DPMS) monitors 28.3. Touch screens 28.4. Terminals on serial port 28.5. Joysticks 28.6. Video devices (capture boards, frame grabbers, TV tuners, etc.) 28.7. Digital Camera 28.8. UPS 28.9. Multifunction boards 28.10. Data acquisition 28.11. Watchdog timer interfaces 28.12. Miscellaneous 29. Appendix A. Supported Parallel Port devices 29.1. Ethernet 29.2. Hard drives 29.3. Tape drives 29.4. CD-ROM drives 29.5. Removable drives 29.6. IDE Adapter 29.7. SCSI Adapters 29.8. Digital Camera 29.9. PCMCIA parallel port cards 30. Appendix B. Linux incompatible Hardware 31. Glossary 1. Introduction This document lists most of the hardware components (not whole computers) known to be supported or not supported under Linux, so reading through this document you can choose the components for your own Linux computer and know what to avoid. As the list of components supported by Linux changes constantly, this document will never be complete. If a component is not mentioned in this HOWTO, I simply have not found support for the component and nobody has told me about support. Subsections titled 'Alpha, Beta drivers' list hardware with alpha or beta drivers in varying degrees of usability. Note that some drivers only exist in alpha kernels, so if you see something listed as supported but isn't in your version of the Linux kernel, upgrade. ----------------------------------------------------------------------------- 1.1. Notes on binary-only drivers Some devices are supported by binary-only modules; avoid these when you can. Binary-only modules are modules which are compiled for ONE kernel version. The source code for these modules has NOT been released. This may prevent you from upgrading or maintaining your system. It will also prevent you from using the component on alternate (usually non-x86) architectures. Linus Torvalds says "I allow binary-only modules, but I want people to know that they are _only_ ever expected to work on the one version of the kernel that they were compiled for." (See [http://lwn.net/1999/0211/a/ lt-binary.html] http://lwn.net/1999/0211/a/lt-binary.html for the rest of the message.) ----------------------------------------------------------------------------- 1.2. Notes on proprietary drivers Various proprietary drivers for sound, video, etc. exist for Linux. Tracking these proprietary drivers is beyond the scope of this document. These drivers might be mentioned at various points in this document, but note that no effort has been made to make sure that this information is current. ----------------------------------------------------------------------------- 1.3. System architectures This document primarily deals with Linux for x86-based platforms. For other platforms, check the following:   * [http://www.alphalinux.org/] Alpha   * [http://www.arm.linux.org.uk/] ARM   * CRIS (Axis Communications ETRAX 100LX embedded CPU)   * [http://www.linuxia64.org/] IA-64   * [http://www.linux-m68k.org/] m68k   * [http://www.linux-mips.org/] MIPS   * [http://www.parisc-linux.org/] PA-RISC   * [http://www.penguinppc.org/] PowerPC   * [http://oss.software.ibm.com/developerworks/opensource/linux390/] S/390   * [http://www.linux-sh.org/] SuperH   * [http://www.ultralinux.org/] SPARC There are also the [http://elks.sourceforge.net/] ELKS and [http:// www.uclinux.org/] uClinux ports, which are forks of the mainstream kernel source designed for MMU-less (mostly very low-end and embedded) systems. ----------------------------------------------------------------------------- 1.4. Related sources of information   * The LDP has an [http://www.tldp.org/HOWTO/HOWTO-INDEX/hardware.html] index of hardware-related HOWTO documents.   * [http://www.pricewatch.com/] Price Watch (street price search engine, also useful for finding specs on various bits of hardware)   * Guide to Computer Vendors ----------------------------------------------------------------------------- 1.5. Known problems with this document This document can't possibly be up-to-date at all times. I would like to see this document be a useful reference again. The following items need to be fixed for that to happen:   * Old cruft needs to be eliminated. Much of this document was written in 1995, give or take, when PCI was new and not supported terribly well, and ISA PnP was seen as something evil. Oh, how the times have changed... Also, many of the model numbers listed in this document are no longer available, and are probably not of much interest to the vast majority of people. Personally, I think hardware that hasn't been available for more than 5 years or so can safely be removed. Old versions of this document will always be available on the Internet...   * URLs in this document need updating. I've begun to do that, but it is a big job... Diffs are welcome.   * In the process of updating and converting this document to DocBook, some cruft was introduced. If anyone wants to help clean up this, get the latest source (preferably by emailing me at ) and grep for "FIXME".   * Lists in this HOWTO that are available in other HOWTOs or FAQs need to be either updated here or dropped completely from this document.   * Newer interfaces such as USB need to be added into the list. (Would a USB-attached hard drive go under "USB", "Removable drives", "Hard drives", or all of the above?)   * And, of course, random hardware that just isn't listed in this document needs to be added. All of this is going to require a lot of work. If this happens to interest you, please email . I can use the help. :-) ----------------------------------------------------------------------------- 1.6. New versions of this document The latest version of this document can be found on the Linux Documentation Project home site or any of its many mirrors. ----------------------------------------------------------------------------- 1.7. Feedback and corrections If you have questions or comments about this document, please feel free to email Steven Pritchard at . I also welcome corrections and additions. At some point in the near future, I plan to set up a web interface for adding components to this document. In the mean time, please just use the word "hardware" somewhere in the subject when sending corrections or additions. ----------------------------------------------------------------------------- 1.8. Acknowledgments This document has passed through many hands. I don't know if he wrote the first version, but in 1993 Ed Carp was maintaining it. In August of 1994, FRiC (Boy of Destiny) took over. After he fell off the face of the planet in late 1995 or early 1996 (and we all miss him from IRC, I might add), Patrick Reijnen took over (sometime in 1997) and continued to maintain this document until late 1999. Recent versions of this document contained the following: Thanks to all the authors and contributors of other HOWTO's, many things here are shamelessly stolen from their works; to FRiC, Zane Healy and Ed Carp, the original authors of this HOWTO; and to everyone else who sent in updates and feedbacks. Special thanks to Eric Boerner and lilo (the person, not the program) for the sanity checks. And thanks to Dan Quinlan for the original SGML conversion. Many thanks to all those who have contributed to this document over the years. In addition, I'd like to thank the many members of the Southern Illinois Linux Users Group and the Linux Users of Central Illinois for giving me so many interesting problems to solve over the years, and, of course, my wife Kara for putting up with me all these years. :-) ----------------------------------------------------------------------------- 1.9. Revision History The following is the revision history of this document since I (Steven Pritchard) took over maintenance. Revision History Revision 3.2.4 2007-05-22 Revised by: sjp Fixed or removed a ton of bad links. (Fix SANE links. Fix tuxmobile.org link. Drop outdated links to network card drivers. Replace links to dandelion.com with dandelion.sourceforge.net. Probably others I've forgotten...) Drop some old notes on proprietary X servers. Add a link to the Linux Incompatibility List. Update links to CD/DVD burning applications. Revision 3.2.3 2005-07-12 Revised by: sjp Fix link for AlphaLinux project. Add some laptop notes. Add information about the 3ware 9000-series cards. Revision 3.2.2 2004-01-30 Revised by: sjp Opteron/Athlon64 information added. Fixed up some of the video card entries. Add notes about 3ware 8000-series cards, SATA, and the WD drive "configuration update". Revision 3.2.1 2002-11-12 Revised by: sjp Replaced "commercial" with "proprietary" in most cases. (I should probably go one more step and make that "proprietary, closed-source" or something similar. Comments and suggestions are appreciated.) Added placeholder IEEE 1394 section. Updated various other sections. Thanks to Rick Moen for prompting this revision with various updates and suggestions. Revision 3.2.0 2002-08-13 Revised by: sjp Removed a lot of cruft. Added information direct from pcmcia-cs.sourceforge.net on supported PCMCIA cards. Added a section on DVD drives. Thanks to Tom Hanlin for pointing out that there was no mention of them before. Replaced all references to metalab with ibiblio, and all references to linuxdoc.org with tldp.org. Probably other changes I'm forgetting, which should teach me not to wait so long between releases. Revision 3.1.5 2002-03-28 Revised by: sjp Moved revision history to Introduction section. More dead link fixes and other corrections. Thanks to Lin Hung-Ta, Silviu Tamasdan, and various others. Revision 3.1.4 2002-02-17 Revised by: sjp Added note about CRIS architecture. Updated WAN Cards section. Revision 3.1.3 2001-12-30 Revised by: sjp Updated video card section and other minor cleanups and updates. Revision 3.1.2 2001-12-21 Revised by: sjp Update location for GS-4500 software in the scanners section. (Thanks to Jan Willamowius for pointing out that the page had moved.) Begin updating RAID controller section by separating SCSI RAID and IDE RAID. Revision 3.1.1 2001-12-14 Revised by: sjp List printers with a "F" or missing grade from the [http:// www.linuxprinting.org/] linuxprinting.org database in the incompatible hardware section. Revision 3.1.0 2001-12-12 Revised by: sjp Fix/remove more broken/dead links. Import printer listing from [http:// www.linuxprinting.org/] linuxprinting.org. Revision 3.0.7 2001-10-18 Revised by: sjp Started fixing dead links. (Thanks to Rob Janssen, Shaul Karl, Charles McColm, and Paul Stephenson for the corrections.) Revision 3.0.6 2001-09-14 Revised by: sjp Started cleaning up incompatible hardware section. Revision 3.0.5 2001-09-04 Revised by: sjp Updated CPU and motherboards sections. Added WAN Cards section and removed old "Frame Relay", "X.25", and "Synchronous PPP, Cisco HDLC" sections under Network adapters. Revision 3.0.4 2001-06-25 Revised by: sjp Updated Network adapters and Controllers (multiport) sections to include current [http://www.cyclades.com/] Cyclades products. (Thanks to Ivan Passos at Cyclades for the update.) Revision 3.0.3 2001-05-28 Revised by: sjp Added USB section. Added note on non-x86 hardware to CPU section. Updated Motherboards section. Added a link to the Sound HOWTO in the Sound cards section. Folded Related sources of information section into introduction and removed dead links. Revision 3.0.2 2001-05-10 Revised by: sjp LDP-requested cleanup. Revision 3.0.1 2001-05-07 Revised by: sjp Updated modems section. Revision 3.0.0 2001-04-22 Revised by: sjp First DocBook version. Various updates. ----------------------------------------------------------------------------- 2. Computers/Motherboards/BIOS ISA, VLB, EISA, PCI, and AGP buses are all supported. All recent motherboards should work fine, although certain integrated controllers may or may not work well (or at all). ----------------------------------------------------------------------------- 2.1. Specific system/motherboard/BIOS Please note that this is by no means a complete list. Please send updates. +------------------------------+----------+------------+----------+ |Manufacturer |Model |Description |Notes | | |Number | | | +------------------------------+----------+------------+----------+ |Intel |STL2 |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |video (ATI),| | | | |ethernet | | | | |(eepro100), | | | | |and | | | | |dual-channel| | | | |SCSI | | | | |(aic7xxx) | | +------------------------------+----------+------------+----------+ |Intel |815EEA, |Intel 815 |video, | | |815EEA2L |chipset, |sound, | | | |Socket 370 |ethernet, | | | |(PIII/ |etc. are | | | |Celeron), |all | | | |integrated |supported,| | | |video, |although | | | |audio, |they | | | |ethernet |require | | | |(815EEA2L |recent | | | |only) |kernels | | | | |and | | | | |XFree86 | +------------------------------+----------+------------+----------+ |SuperMicro |370DL3 |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |ethernet | | | | |(eepro100), | | | | |SCSI | | | | |(aic7xxx) | | +------------------------------+----------+------------+----------+ |SuperMicro |370DLE |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |ethernet | | | | |(eepro100) | | +------------------------------+----------+------------+----------+ |SuperMicro |P6DGE |Intel 440GX |  | | | |chipset, | | | | |dual Slot 1 | | | | |(PII/PIII/ | | | | |Celeron) | | +------------------------------+----------+------------+----------+ |SuperMicro |P6DBE |Intel 440BX |  | | | |chipset, | | | | |dual Slot 1 | | | | |(PII/PIII/ | | | | |Celeron) | | +------------------------------+----------+------------+----------+ |Soyo |SY-K7VTA-B|VIA KT133 |  | | | |chipset, | | | | |Socket A, | | | | |integrated | | | | |ATA/100 and | | | | |AC97 audio | | +------------------------------+----------+------------+----------+ |Tyan |Thunder K7|AMD 760MP |Early | | |(S2462NG/ |chipset, |models | | |S2462UNG/ |dual Athlon |apparently| | |S2462UNGM)|MP, |had bugs. | | | |integrated |Be sure | | | |video (ATI |you have a| | | |RAGE XL), |recent | | | |dual |BIOS and a| | | |ethernet (2 |recent | | | |x 3Com |2.2.x or | | | |3C920), |2.4.x | | | |dual-channel|kernel. | | | |SCSI | | | | |(Adaptec | | | | |AIC-7899W - | | | | |S2462UNG/ | | | | |S2462UNGM | | | | |only) | | +------------------------------+----------+------------+----------+ The following are old notes and are probably out of date.   * IBM PS/2 MCA systems Supported since kernel version 2.0.7, but only for the stable kernel releases. For information you can look at the [http://www.dgmicro.com/mca /] Micro Channel Linux Home Page. Software for MCA systems can be found [ftp://ftp.dgmicro.com/pub/linuxmca] here. Information on the MCA SCSI subsystem can be found [http://www.uni-mainz.de/~langm000/linux.html] here.   * EFA E5TX-AT motherboard has a solvable problem with RedHat Linux 5.0 and possibly other versions of Linux. It spontaneously reboots while probing hardware. To solve, update BIOS to version 1.01. Get the BIOS update [http://www.efacorp.com/download/bios/E5TX103.EXE] here.   * The Zida 6MLX motherboard with PII Intel LX chipset is mentioned only to work with Linux when the PII cache is disabled in BIOS. BIOS upgrade does not solve the problem. Symptom is random reboots during or shortly after system boot. ----------------------------------------------------------------------------- 2.2. Unsupported   * Supermicro P5MMA with BIOS versions 1.36, 1.37 and 1.4. Linux will not boot on this motherboard. A new (beta) release of the BIOS which makes Linux boot, is available [ftp://ftp.supermicro.com/mma9051.zip] here.   * Supermicro P5MMA98. Linux will not boot on this motherboard. A new (beta) release of the BIOS which makes Linux boot, is available [ftp:// ftp.supermicro.com/a98905.zip] here.   * DataExpert Corp. ExpertColor TX531 V1.0 motherboard with chipset ACER M1531 (Date: 9729, TS6) and ACER M1543 (Date: 9732 TS6) seems to present not reproducible segmentations faults, kernel oops and kernel hangs under heavy load and tape access. The problem seems to be the PCI-bus, respectively the ACER chipset. ----------------------------------------------------------------------------- 3. Laptops In general, any laptop will support Linux fine. Some specific features (wireless and video especially) may have issues, but these should not interfere with basic functionality. Currently, laptops with the Intel® Centrino?? logo are the most likely to work perfectly under Linux. The Intel PRO/Wireless [http:// ipw2100.sourceforge.net/] 2100 and [http://ipw2200.sourceforge.net/] 2200 802.11b/g wireless cards are supported by drivers released by Intel that are being integrated into the stock Linux kernel. Accelerated 3D support for the on-board video is provided by the [http://dri.freedesktop.org/wiki/Intel] DRI project and is included in recent releases of [http://xorg.freedesktop.org/] X.org and [http://www.xfree86.org/] XFree86. For more information about Linux and laptops, the following sites are good starting points.   * Linux Laptop and Notebook Survey   * [http://www.linux-laptop.net/] Linux Laptop Homepage   * [http://tuxmobile.org/howtos.html] Linux Mobile Guide - A Guide for Laptops and Mobile Devices Other information related to laptops can be found at the following sites:   * [ftp://ftp.cs.unc.edu/pub/users/faith/linux/] Avanced Power Management   * [ftp://ftp.ibiblio.org/pub/Linux/system/power/] Notebook battery status   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/console/ noblink-1.7.tar.gz] non-blinking cursor   * [ftp://tsx-11.mit.edu/pub/linux/packages/laptops/] other general info ----------------------------------------------------------------------------- 3.1. Specific laptops   * [http://www.cs.nmsu.edu/~pfeiffer/] Compaq Concerto (pen driver)   * [http://www.alvestrand.no/linux/aero-faq.html] Compaq Contura Aero   * [http://peipa.essex.ac.uk/tp-linux/tp-linux.html] IBM ThinkPad   * [http://mathphys.fsk.uni-heidelberg.de/~mfluch/tp770.html] IBM Thinkpad 770 series   * [http://www.santafe.edu/~nelson/versa-linux/] NEC Versa M and P   * [http://www.tadpole.com/support-trdi/plans/linux.html] Tadpole P1000   * Tadpole P1000 (another one)   * [ftp://ftp.biomath.jussieu.fr/pub/linux/TM4000M-mini-HOWTO.txt.Z] TI TravelMate 4000M   * TI TravelMate 5100   * [http://terra.mpikg-teltow.mpg.de/~burger/T400CDT-Linux.html] Toshiba Satellite Pro 400CDT ----------------------------------------------------------------------------- 3.2. PCMCIA See the PCMCIA/Cardbus section and the Linux PCMCIA HOWTO for more information on PCMCIA and Cardbus cards. ----------------------------------------------------------------------------- 4. CPU/FPU Please see this note for more on non-x86 hardware. ----------------------------------------------------------------------------- 4.1. Intel Intel 386SX/DX/SL, 486SX/DX/SL/SX2/DX2/DX4, Pentium, Pentium Pro, Pentium II, Pentium III (regular and Xeon versions), Pentium 4, and Celeron (including mobile versions of all of the above) are all supported. ----------------------------------------------------------------------------- 4.2. AMD AMD 386SX/DX, 486SX/DX/DX2/DX4, K5, K6, K6-2, K6-3, and Athlon (all varieties, including MP) are all supported. Older versions of K6 should be avoided as they are buggy. Setting "internal cache" disabled in bios setup can be a workaround. Some early K6-2 300Mhz have problems with the system chips. AMD's 64-bit Opteron and Athlon64 processors, as well as the mobile Athlon64 (or Turion64), are also supported, running either in 32-bit or 64-bit mode. For 32-bit mode, compile a kernel for i386, optionally optimized for Athlons, since that's essentially what these processors look like in 32-bit mode. For 64-bit mode, compile a kernel for [http://www.x86-64.org/] x86_64. It will still run 32-bit binaries, assuming all the appropriate libraries are available. Opteron and Athlon64 systems use standard PC hardware, so the information in this HOWTO still applies. The old NexGen processors are also supported. A few very early AMD 486DX's may hang in some special situations. All current chips should be okay and getting a chip swap for old CPU's should not be a problem. ----------------------------------------------------------------------------- 4.3. Cyrix Cyrix 386SX/DX, 486SX/DX, 5x86, 6x86, and MediaGX are all supported.   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/CxPatch030.tar.z] enable cache on Cyrix processors   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/linux.cxpatch] Cyrix software cache control   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/cx5x86mod_1.0c.tgz] Cyrix 5x86 CPU register settings ----------------------------------------------------------------------------- 4.4. IDT [http://www.winchip.com/] IDT Winchip C6-PSME2006A processors are supported under Linux. ----------------------------------------------------------------------------- 4.5. Transmeta The Transmeta [http://www.transmeta.com/] Crusoe processors are supported. ----------------------------------------------------------------------------- 4.6. Misc. notes Linux has built-in FPU emulation if you don't have a math coprocessor. Linux supports SMP (multiple CPUs) in all 2.x kernels. See the Linux SMP HOWTO for more information. ULSI Math*Co series has a bug in the FSAVE and FRSTOR instructions that causes problems with all protected mode operating systems. Some older IIT and Cyrix chips may also have this problem. There are problems with TLB flushing in UMC U5S chips in very old kernels. (1.1.x) ----------------------------------------------------------------------------- 5. Memory All memory like DRAM, EDO and SDRAM can be used with Linux. Be aware that older kernels or kernels running on a mortherboard with an older BIOS may only be able to detect 64MB of RAM. If you have this problem, when you add more than 64 Mb of memory you have to add the following line to your LILO configuration file: append="mem=M" So when you have 96 MB of memory this should become append="mem=96M" Don't use a number higher than the amount of RAM you really have. This will cause crashes. ----------------------------------------------------------------------------- 6. Video cards Please note that this section is currently being updated, so some information may not be entirely correct or complete. Linux will work with all video cards in text mode, VGA cards not listed below probably will still work with mono VGA and/or standard VGA drivers. If you're looking into buying a cheap video card to run X, keep in mind that accelerated cards (ATI Mach, ET4000/W32p, S3) are MUCH faster than unaccelerated or partially accelerated (Cirrus, WD) cards. "32 bpp" is actually 24 bit color aligned on 32 bit boundaries. It does NOT mean the cards are capable of 32 bit color, they still display 24 bit color (16,777,216 colors). 24 bit packed pixels modes are not supported in XFree86, so cards that can do 24 bit modes to get higher resolutions in other OS's are not able to do this in X using XFree86. These cards include Mach32, Cirrus 542x, S3 801/805/868/968, ET4000, and others. AGP (Accelerated Graphics Port) support is growing fast. Most of the X-servers (both freely available and proprietary versions) have more or less support for AGP. ----------------------------------------------------------------------------- 6.1. XFree86 The following is a list of cards known to work with XFree86 versions 3.3.6 and/or 4.1.0. See [http://www.xfree86.org/] the XFree86 web site for more information. +------------------------------+------------+-----------+-------------+-----+ |Card Name |Chipset |XFree86 |XFree86 4.x |Notes| | | |3.3.x |driver | | | | |server | | | +------------------------------+------------+-----------+-------------+-----+ |ASPEED Technology, Inc. |  |  |ast |  | |AST2000 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 68800AX |  |  |ati |  | |[Mach32] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 215CT |  |  |ati |  | |[Mach64 CT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888CX |  |  |ati |  | |[Mach64 CX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888ET |  |  |ati |  | |[Mach64 ET] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Mach64 VT|  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro AGP 1X/2X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro AGP 1X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | |AGP 2X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro 215GP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro 215GQ | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage I|  |  |ati |  | |/II 215GT [Mach64 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |II+ 215GTB [Mach64 GTB] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC 215IIC [Mach64 GT IIC] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888GX |  |  |ati |  | |[Mach64 GX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro AGP-133 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro AGP-66 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT-G 215LG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility P/M AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility L AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility P/M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility L | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264LT |  |  |ati |  | |[Mach64 LT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Mach 64 |  |  |ati |  | |VT | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT |  |  |ati |  | |[Mach64 VT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT3 |  |  |ati |  | |[Mach64 VT3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT4 |  |  |ati |  | |[Mach64 VT4] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5430/40 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5432 [Alpine] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5434-4 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5434-8 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5436 [Alpine] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5440 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5446 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5480 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5462 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5462 [Laguna |  |  |cirrus |  | |I] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5464 [Laguna] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5464 BD |  |  |cirrus |  | |[Laguna] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5465 [Laguna] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5436U |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |cirrus |  | |Speedstar Pro SE | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |cirrus |  | |Speedstar 64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Sierra Semiconductor STB |  |  |cirrus |  | |Horizon 64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82815 |  |  |i810 |  | |Chipset Graphics Controller | | | | | |(CGC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82845G/GL |  |  |i810 |  | |[Brookdale-G]/GE Chipset | | | | | |Integrated Graphics Device | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82865G |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82915G/GV/ |  |  |i810 |  | |910GL Integrated Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation E7221 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 915GM|  |  |i810 |  | |/GMS/910GML Express Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82945G/GZ |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |i810 |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82946GZ/GL |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 965 G1 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82Q963/Q965 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82G965 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82830 CGC |  |  |i810 |  | |[Chipset Graphics Controller] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82852/855GM |  |  |i810 |  | |Integrated Graphics Device | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810 (CGC) |  |  |i810 |  | |Chipset Graphics Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810 DC-100|  |  |i810 |  | |(CGC) Chipset Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810E |  |  |i810 |  | |DC-133 (CGC) Chipset Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82865G |  |  |intel |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82915G/GV/ |  |  |intel |  | |910GL Integrated Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 915GM|  |  |intel |  | |/GMS/910GML Express Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |intel |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |intel |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA-II |  |  |mga |  | |[Athena] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2064W [Millennium] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |1064SG [Mystique] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2164W [Millennium II] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |1064SG [Mystique] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2164W [Millennium II] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G200|  |  |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G200|  |  |mga |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |G200e [Pilot] ServerEngines | | | | | |(SEP1) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. UNKNOWN |  |  |mga |  | |CARD 0x524 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G400|  |  |mga |  | |/G450 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G100|  |  |mga |  | |[Productiva] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G100|  |  |mga |  | |[Productiva] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G550|  |  |mga |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |nv |  | |Viper V550 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |nv |  | |Viper V330 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV4 [RIVA |  |  |nv |  | |TNT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [RIVA |  |  |nv |  | |TNT2/TNT2 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [RIVA |  |  |nv |  | |TNT2 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [Riva |  |  |nv |  | |TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [Riva |  |  |nv |  | |TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta/|  |  |nv |  | |Vanta LT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5M64 |  |  |nv |  | |[RIVA TNT2 Model 64/Model 64 | | | | | |Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta]|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta]|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40.2 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40.3 |  |  |nv |  | |[GeForce 6800 XE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | |[Quadro FX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | |[Quadro FX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x94 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x95 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x9c | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70GL |  |  |nv |  | |[Quadro FX 4500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x9e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 |  |  |nv |  | |[Aladdin TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.1 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.2 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV42 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.8 |  |  |nv |  | |[GeForce Go 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.9 |  |  |nv |  | |[GeForce Go 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[Quadro FX Go1400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[Quadro FX 3450/4000 SDI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41GL |  |  |nv |  | |[Quadro FX 1400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV45GL |  |  |nv |  | |[Quadro FX 3400/4400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV45 |  |  |nv |  | |[GeForce 6800 GTO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce PCX 5750] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce PCX 5900] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV37GL |  |  |nv |  | |[Quadro FX 330/GeForce PCX | | | | | |5300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV37GL |  |  |nv |  | |[Quadro PCI-E Series] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV38GL |  |  |nv |  | |[Quadro FX 1300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce PCX 4300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10 |  |  |nv |  | |[GeForce 256 SDR] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10DDR |  |  |nv |  | |[GeForce 256 DDR] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10GL |  |  |nv |  | |[Quadro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11 |  |  |nv |  | |[GeForce2 MX/MX 400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11DDR |  |  |nv |  | |[GeForce2 MX200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11 |  |  |nv |  | |[GeForce2 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11GL |  |  |nv |  | |[Quadro2 MXR/EX/Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6610 XL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[Geforce Go 6600TE/6200TE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6700 XL | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro NVS |  |  |nv |  | |440 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x14b | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |540 MXM | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro FX 550] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43GL |  |  |nv |  | |[Quadro FX 540] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15 |  |  |nv |  | |[GeForce2 GTS/Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15DDR |  |  |nv |  | |[GeForce2 Ti] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15BR |  |  |nv |  | |[GeForce2 Ultra, Bladerunner] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15GL |  |  |nv |  | |[Quadro2 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6500 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200 TurboCache(TM)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200SE TurboCache | | | | | |(TM)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce Go 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[Quadro NVS 285] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6200/6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6200/6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6250 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16b | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16c | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16d | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 460] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 440] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 420] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 440-SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 440 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 420 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 420 Go 32M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 460 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 550 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 440 Go 64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro NVS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 550 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 500 GoGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 410 Go 16M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 440 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 440SE AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 420 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 448 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 488 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro4 580 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x189 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro NVS with AGP8X] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro4 380 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro NVS 50 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 448 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NVCrush11 |  |  |nv |  | |[GeForce2 MX Integrated | | | | | |Graphics] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72 |  |  |nv |  | |[GeForce 7300 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7200 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[Quadro NVS 110M/GeForce Go | | | | | |7300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[GeForce Go 7400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[Quadro NVS 110M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x1db | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72GL |  |  |nv |  | |[Quadro FX 350M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72GL |  |  |nv |  | |[Quadro FX 350] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7300 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX - nForce GPU] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3 Ti 200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3 Ti 500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20DCC |  |  |nv |  | |[Quadro DCC] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x210 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x21d | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x21e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x220 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44A |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6200 A-LE | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x228 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation C51PV |  |  |nv |  | |[GeForce 6150] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation C51G |  |  |nv |  | |[GeForce 6100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 900 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 750 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 700 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4200 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4800 SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4200 Go AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GL |  |  |nv |  | |[Quadro4 980 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GL |  |  |nv |  | |[Quadro4 780 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GLM |  |  |nv |  | |[Quadro4 Go700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7900 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7900 GT/GTO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7900 GS | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7900 GTX | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 2500M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 1500M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 5500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71GL |  |  |nv |  | |[Quadro FX 3500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 1500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 [Quadro|  |  |nv |  | |FX 4500 X2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX 5800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX 5800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30GL |  |  |nv |  | |[Quadro FX 2000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30GL |  |  |nv |  | |[Quadro FX 1000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M Pro |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | |[GeForce FX Go5600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | |[GeForce FX Go5650] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |Go700 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM Pro|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM Pro|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200 64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5250] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200 32M/64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | |[Quadro NVS 280 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | |[Quadro FX 500/600 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GLM |  |  |nv |  | |[GeForce FX Go 5300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX Go5100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV38 |  |  |nv |  | |[GeForce FX 5950 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900ZT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35GL |  |  |nv |  | |[Quadro FX 3000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35GL |  |  |nv |  | |[Quadro FX 700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.1 |  |  |nv |  | |[GeForce FX 5700 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.2 |  |  |nv |  | |[GeForce FX 5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX 5700LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.4 |  |  |nv |  | |[GeForce FX 5700VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.5 |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX Go5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX Go5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36M Pro |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36MAP |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[Quadro FX Go1000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36GL |  |  |nv |  | |[Quadro FX 1100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7600 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x399 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x39a | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |550M | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |550M | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 430 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 405 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 400 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) Riva128 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) Riva128ZX | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) TNT | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) TNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) UTNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) VTNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) ITNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M3 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M3 AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M4 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M4 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PA/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PB/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PC/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PD/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PE/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PF/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PG/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PH/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PI/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PJ/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PK/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PL/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PM/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PN/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PO/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PP/PRO TMDS [Xpert 128] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PQ/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PR/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PS/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PT/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PU/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PV/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PW/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PX/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RE/SG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RF/SG AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RK/VR | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RL/VR AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SE/4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SF/4x AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SG/4x AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SH | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SK/4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SL/4x AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SM/4x AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TF | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TL | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TR | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TT | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TU | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M24 1P |  |  |radeon |  | |[Radeon Mobility X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3151 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M22 |  |  |radeon |  | |[Radeon Mobility X300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3153 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M24GL |  |  |radeon |  | |[Mobility FireGL V3200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3156 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |0x3e50 [Radeon X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e51 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e52 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e53 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |0x3e54 [FireGL V3200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e56 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP 320 M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP330/340/350 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AD |  |  |radeon |  | |[Radeon 9500 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AE |  |  |radeon |  | |[Radeon 9700 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AF |  |  |radeon |  | |[Radeon 9700 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AG |  |  |radeon |  | |[FireGL Z1/X1] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AH |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AI |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AJ |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AK |  |  |radeon |  | |[FireGL X2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AP |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AQ |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AR |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AS |  |  |radeon |  | |[Radeon 9550] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AT |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AU |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AV |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AW |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |7000 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 BB |  |  |radeon |  | |[Radeon All in Wonder 8500DV] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 BC |  |  |radeon |  | |[Radeon All in Wonder 8500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility U1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP 330M/340M/350M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility 7000 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV250 Id [Radeon 9000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV250 Ie [Radeon 9000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV250 If [Radeon 9000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV250 Ig [Radeon 9000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JH |  |  |radeon |  | |[Radeon X800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JI |  |  |radeon |  | |[Radeon X800PRO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JJ |  |  |radeon |  | |[Radeon X800SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JK |  |  |radeon |  | |[Radeon X800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JL |  |  |radeon |  | |[Radeon X800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JM |  |  |radeon |  | |[FireGL X3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M18 JN |  |  |radeon |  | |[Radeon Mobility 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 JP |  |  |radeon |  | |[Radeon X800XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R420 |  |  |radeon |  | |[Radeon X800 VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R480 |  |  |radeon |  | |[Radeon X850XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x4b4a | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R480 |  |  |radeon |  | |[Radeon X850Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R481 |  |  |radeon |  | |[Radeon X850XT-PE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility M7 LW [Radeon | | | | | |Mobility 7500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV200 LX [Mobility FireGL 7800| | | | | |M7] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility M6 LY | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility M6 LZ | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R250 Ld [Radeon Mobility 9000 | | | | | |M9] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R250 Le [Radeon Mobility 9000 | | | | | |M9] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R250 [Mobility FireGL 9000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R250 Lg [Radeon Mobility 9000 | | | | | |M9] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R300 ND [Radeon 9700 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R300 NE [Radeon 9500 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 NF |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R300 NG [FireGL X1] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R350 [Radeon 9800 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R350 [Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 NJ |  |  |radeon |  | |[Radeon 9800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 NK |  |  |radeon |  | |[FireGL X2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 |  |  |radeon |  | |[Mobility Radeon 9600 M10] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M10 NQ |  |  |radeon |  | |[Radeon Mobility 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 |  |  |radeon |  | |[Mobility Radeon 9600 M10] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M10 NS |  |  |radeon |  | |[Radeon Mobility 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M10 NT |  |  |radeon |  | |[FireGL Mobility T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M11 NV |  |  |radeon |  | |[FireGL Mobility T2e] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R100 QD [Radeon 7200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R100 QE | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R100 QF | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R100 QG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QH [Radeon 8500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QI | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QJ | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QK | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QL [Radeon 8500 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QM [Radeon 9100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QN [Radeon 8500LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 QO [Radeon 8500LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 QT |  |  |radeon |  | |[Radeon 8500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 QU |  |  |radeon |  | |[Radeon 9100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV200 QW [Radeon 7500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV200 QX [Radeon 7500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV100 QY [Radeon 7000/VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV100 QZ [Radeon 7000/VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc ES1000 |  |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc ES1000 |  |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 Qh | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 Qi | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 Qj | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 Qk | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |R200 Ql | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M22 |  |  |radeon |  | |[Mobility Radeon X300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5461 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M24 |  |  |radeon |  | |[Radeon Mobility X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5463 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M22 |  |  |radeon |  | |[FireGL GL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5465 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5466 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5467 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UH |  |  |radeon |  | |[Radeon X800 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UI |  |  |radeon |  | |[Radeon X800PRO (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UJ |  |  |radeon |  | |[Radeon X800LE (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UK |  |  |radeon |  | |[Radeon X800SE (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x554c | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R430 |  |  |radeon |  | |[Radeon X800 XL] (PCIe) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x554e | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R430 |  |  |radeon |  | |[Radeon X800 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 |  |  |radeon |  | |[FireGL V7100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 |  |  |radeon |  | |[FireGL V5100 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UR |  |  |radeon |  | |[FireGL V5100 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 UT |  |  |radeon |  | |[FireGL V7100 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M26 |  |  |radeon |  | |[Mobility FireGL V5000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M26 |  |  |radeon |  | |[Mobility FireGL V5000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M26 |  |  |radeon |  | |[Radeon Mobility X700 XL | | | | | |(PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M26 |  |  |radeon |  | |[Radeon Mobility X700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility X700 (PCIE) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |9100 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS300M |  |  |radeon |  | |AGP [Radeon Mobility 9100IGP] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5836 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5837 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV280 |  |  |radeon |  | |[Radeon 9200 SE (PCI)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS480 |  |  |radeon |  | |[Radeon Xpress 200G Series] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |XPRESS 200M 5955 (PCIE) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV280 |  |  |radeon |  | |[Radeon 9200 PRO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV280 |  |  |radeon |  | |[Radeon 9200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV280 |  |  |radeon |  | |[Radeon 9200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV280 |  |  |radeon |  | |[Radeon 9200 SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5965 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc ES1000 |  |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS482 |  |  |radeon |  | |[Radeon Xpress 200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS485 |  |  |radeon |  | |[Radeon Xpress 1100 IGP] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS400 |  |  |radeon |  | |[Radeon Xpress 200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RS400 |  |  |radeon |  | |[Radeon Xpress 200M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RC410 |  |  |radeon |  | |[Radeon Xpress 200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RC410 |  |  |radeon |  | |[Radeon Xpress 200M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV370 |  |  |radeon |  | |5B60 [Radeon X300 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5b61 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |[Radeon X600 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV370 |  |  |radeon |  | |[Sapphire X550 Silent] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV370 |  |  |radeon |  | |5B64 [FireGL V3100 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV370 |  |  |radeon |  | |5B65 [FireGL D1100 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5b66 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5b67 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV370 |  |  |radeon |  | |[Radeon X300SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |[Radeon X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M9+ 5C61 |  |  |radeon |  | |[Radeon Mobility 9200 (AGP)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M9+ 5C63 |  |  |radeon |  | |[Radeon Mobility 9200 (AGP)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M28 |  |  |radeon |  | |[Radeon Mobility X800XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M28 |  |  |radeon |  | |[Mobility FireGL V5100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Mobility |  |  |radeon |  | |Radeon X800 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5d4c | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R480 |  |  |radeon |  | |[Radeon X850XT Platinum | | | | | |(PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5d4e | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R480 |  |  |radeon |  | |[Radeon X800 GTO (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x5d50 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R480 |  |  |radeon |  | |[Radeon X850XT (PCIE)] | | | | | |(Primary) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 5F57|  |  |radeon |  | |[Radeon X800XT (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[FireGL V5000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[FireGL V3300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[Radeon X700XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[Radeon X700 Pro (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[Radeon X700SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV410 |  |  |radeon |  | |[Radeon X700 (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R423 |  |  |radeon |  | |[Radeon X800XT (PCIE)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |9100 PRO IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility 9200 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AQ |  |  |radeon |  | |[Radeon 9600 SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |s3 |  | |Stealth 64/SE | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c964 [Vision 964] |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c764_0 [Trio 32 vers|  |  |s3 |  | |0] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c764/765 [Trio32/64/|  |  |s3 |  | |64V+] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86cM65 [Aurora64V+] |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c764_3 [Trio 32/64 |  |  |s3 |  | |vers 3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c767 [Trio 64UV+] |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86cM65 [Aurora 128] |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c964 [Vision 964 |  |  |s3 |  | |VRAM] vers 0 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c964 [Vision 964 |  |  |s3 |  | |VRAM] vers 1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c964 [Vision 964-P |  |  |s3 |  | |VRAM] vers 2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c964 [Vision 964-P |  |  |s3 |  | |VRAM] vers 3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c968 [Vision 968 |  |  |s3 |  | |VRAM] rev 0 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c968 [Vision 968 |  |  |s3 |  | |VRAM] rev 1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c968 [Vision 968 |  |  |s3 |  | |VRAM] rev 2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c968 [Vision 968 |  |  |s3 |  | |VRAM] rev 3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64V+ family |  |  |s3 |  | +------------------------------+------------+-----------+-------------+-----+ |STB Systems Inc Velocity 128 |  |  |s3virge |  | |3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c325 [ViRGE] |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c988 [ViRGE/VX] |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 3D business |  |  |s3virge |  | |multimedia | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64 3D Integrated |  |  |s3virge |  | |Trio3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64 3D |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Trio 64 3D |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ViRGE/DX or /GX |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ViRGE/GX2 |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c368 [Trio 3D/2X] |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ViRGE/MX |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ViRGE/MX+ |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ViRGE/MX+MV |  |  |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c794 [Savage 3D] |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c390 [Savage 3D/MV] |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Savage 4 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. Savage 4 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ProSavage PM133 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. ProSavage KM133 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86C270-294 Savage/ |  |  |savage |  | |MX-MV | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 82C270-294 Savage/MX |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86C270-294 Savage/ |  |  |savage |  | |IX-MV | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86C270-294 Savage/IX |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage MX/128 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage MX/64 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage MX/64C |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/128 SDR|  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/128 DDR|  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/64 SDR |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/64 DDR |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/C SDR |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. SuperSavage IX/C DDR |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86C380 [ProSavageDDR |  |  |savage |  | |K4M266] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. VT8636A [ProSavage |  |  |savage |  | |KN133] AGP4X VGA Controller | | | | | |(TwisterK) | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. VT8751 [ProSavageDDR |  |  |savage |  | |P4M266] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. VT8375 [ProSavage8 |  |  |savage |  | |KM266/KL266] | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86C410 Savage 2000 |  |  |savage |  | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM710 |  |  |siliconmotion|  | |LynxEM | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM712 |  |  |siliconmotion|  | |LynxEM+ | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM720 |  |  |siliconmotion|  | |Lynx3DM | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM731 |  |  |siliconmotion|  | |Cougar3DR | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM810 |  |  |siliconmotion|  | |LynxE | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM811 |  |  |siliconmotion|  | |LynxE | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM820 |  |  |siliconmotion|  | |Lynx3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion, Inc. SM910 |  |  |siliconmotion|  | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 5597/5598/6326 VGA | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] SG86C205 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 300/305 PCI/AGP VGA | | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 315H PCI/AGP VGA Display| | | | | |Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 315 PCI/AGP VGA Display | | | | | |Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 315PRO PCI/AGP VGA | | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 330 [Xabre] PCI/AGP VGA | | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] UNKNOWN CARD 0x340 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] SiS540 PCI Display | | | | | |Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 550 PCI/AGP VGA Display | | | | | |Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 5597 [SiS5582] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 6236 3D-AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 630/730 PCI/AGP VGA | | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 530/620 PCI/AGP VGA | | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 65x/M650/740 PCI/AGP VGA| | | | | |Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 86C326 5598/6326 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Silicon Integrated Systems |  |  |sis |  | |[SiS] 661/741/760 PCI/AGP or | | | | | |662/761Gx PCIE VGA Display | | | | | |Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |XGI Technology Inc. (eXtreme |  |  |sis |  | |Graphics Innovation) Volari Z7| | | | | +------------------------------+------------+-----------+-------------+-----+ |XGI Technology Inc. (eXtreme |  |  |sis |  | |Graphics Innovation) Volari | | | | | |V3XT/V5/V8 | | | | | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |tdfx |  | |Banshee | | | | | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |tdfx |  | |Banshee [Velocity 100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |tdfx |  | |3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |tdfx |  | |4 / Voodoo 5 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Digital Equipment Corporation |  |  |tga |  | |DECchip 21030 [TGA] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade XP4m32 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/i7 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/i7d | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/i1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade i1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems UNKNOWN |  |  |trident |  | |CARD 0x8600 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/i1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade XPAi1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9320|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9382 [Reference design] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9385 [Reference design] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9388 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9397 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9397DVD | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9420|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9430|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9440|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9520 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9525 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Cyber |  |  |trident |  | |9540 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9660|  |  |trident |  | |/938x/968x | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9680|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 9682|  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems ProVIDIA |  |  |trident |  | |9685 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems 3DImage |  |  |trident |  | |9750 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems TGUI 975 |  |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems 3DImage |  |  |trident |  | |9850 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems Blade 3D |  |  |trident |  | |PCI/AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/XP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Microsystems |  |  |trident |  | |CyberBlade/XPm | | | | | +------------------------------+------------+-----------+-------------+-----+ |Weitek P9000 Viper |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Weitek P9000 Viper |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Weitek P9000 Viper |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Weitek P9100 Viper Pro/SE |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 7548 |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 7542 [Nordic] |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 7543 [Viking] |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 7541 [Nordic |  |  |vga |  | |Light] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV1 [EDGE |  |  |vga |  | |3D] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV1 [EDGE |  |  |vga |  | |3D] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Alliance Semiconductor |  |  |vga |  | |Corporation ProVideo 6422 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Rendition Verite 1000 |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Rendition Verite V2000/V2100/ |  |  |vga |  | |V2200 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic Inc. ALG-2301 |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic Inc. ALG-2302 |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic Inc. AVG-2302 GUI|  |  |vga |  | |Accelerator | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c868 [Vision 868 |  |  |vga |  | |VRAM] vers 0 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c868 [Vision 868 |  |  |vga |  | |VRAM] vers 1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c868 [Vision 868 |  |  |vga |  | |VRAM] vers 2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c868 [Vision 868 |  |  |vga |  | |VRAM] vers 3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c928 [Vision 928 |  |  |vga |  | |VRAM] vers 0 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c928 [Vision 928 |  |  |vga |  | |VRAM] vers 1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c928 [Vision 928 |  |  |vga |  | |VRAM] vers 2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c928 [Vision 928 |  |  |vga |  | |VRAM] vers 3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c864 [Vision 864 |  |  |vga |  | |DRAM] vers 0 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c864 [Vision 864 |  |  |vga |  | |DRAM] vers 1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c864 [Vision 864-P |  |  |vga |  | |DRAM] vers 2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Inc. 86c864 [Vision 864-P |  |  |vga |  | |DRAM] vers 3 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ARK Logic Inc 1000PV |  |  |vga |  | |[Stingray] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ARK Logic Inc 2000PV |  |  |vga |  | |[Stingray] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ARK Logic Inc 2000MT |  |  |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VIA Technologies, Inc. S3 |  |  |via |  | |Unichrome Pro VGA Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |VIA Technologies, Inc. S3 |  |  |via |  | |Unichrome Pro VGA Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |VIA Technologies, Inc. VT8623 |  |  |via |  | |[Apollo CLE266] integrated | | | | | |CastleRock graphics | | | | | +------------------------------+------------+-----------+-------------+-----+ |VIA Technologies, Inc. VT8378 |  |  |via |  | |[S3 UniChrome] Integrated | | | | | |Video | | | | | +------------------------------+------------+-----------+-------------+-----+ |VMware Inc [VMware SVGA II] |  |  |vmware |  | |PCI Display Adapter | | | | | +------------------------------+------------+-----------+-------------+-----+ |VMware Inc Virtual SVGA |  |  |vmware |  | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |voodoo |  | +------------------------------+------------+-----------+-------------+-----+ |3Dfx Interactive, Inc. Voodoo |  |  |voodoo |  | |2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |2 the Max MAXColor S3 Trio64V+|S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |2-the-Max MAXColor 6000 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |3DLabs Oxygen GMX |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |3DVision-i740 AGP |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |3Dlabs Permedia2 (generic) |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |928Movie |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ABIT G740 8MB SDRAM |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |AGP 2D/3D V. 1N, AGP-740D |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |AGX (generic) |AGX-014/15/ |XF86_AGX |vga |  | | |16 | | | | +------------------------------+------------+-----------+-------------+-----+ |ALG-5434(E) |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |AOpen AGP 2X 3D Navigator |Intel 740 |XF86_SVGA |i740 |  | |PA740 | | | | | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA2010 |Voodoo |XF86_SVGA |tdfx |  | | |Banshee | | | | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA45 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA50D |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA50E |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA50V |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PA80/DVD |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PG128 |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PG975 |3dimage975 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PS3010 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PT70 |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PT75 |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |AOpen PT80 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |ARISTO i740 AGP (ART-i740-G) |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS 3Dexplorer |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS AGP-V2740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS PCI-AV264CT |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS PCI-V264CT |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS Video Magic PCI V864 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ASUS Video Magic PCI VT64 |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |AT25 |Alliance |XF86_SVGA |apm |  | | |AT3D | | | | +------------------------------+------------+-----------+-------------+-----+ |AT3D |Alliance |XF86_SVGA |apm |  | | |AT3D | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI 3D Pro Turbo |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI 3D Pro Turbo PC2TV |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI 3D Xpression |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI 3D Xpression+ |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI 3D Xpression+ PC2TV |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI 8514 Ultra (no VGA) |ATI-Mach8 |XF86_Mach8 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ATI All-in-Wonder |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI All-in-Wonder 128 Pro AGP |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI All-in-Wonder Pro |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Graphics Pro Turbo |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Graphics Pro Turbo 1600 |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Graphics Ultra |ati |XF86_Mach8 |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Graphics Ultra Pro |ati |XF86_Mach32|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Graphics Xpression |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach32 |ati |XF86_Mach32|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 3D RAGE II |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 3D RAGE II+DVD |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 3D Rage IIC |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 3D Rage Pro |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 CT (264CT) |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 GT (264GT), aka 3D |ati |XF86_Mach64|ati |  | |RAGE | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Mach64 VT (264VT) |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Radeon (generic) |ati |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Radeon AGP |ati |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Radeon AGP VIVO |ati |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Radeon All In Wonder AGP |ati |  |radeon |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage 128 |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage 128 (generic) |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage 128 Mobility |ati |  |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage Fury AGP |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage Fury Pro AGP |ATI |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage LT |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage LT PRO |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage Mobility |ati |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage Mobility M4 AGP |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage Mobility P |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage XL |ati |XF86_SVGA |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Rage XL AGP |ati |XF86_SVGA |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Ultra Plus |ati |XF86_Mach32|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Video Boost |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Video Charger |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Video Xpression |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Video Xpression+ |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI WinBoost |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI WinCharger |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI WinTurbo |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Wonder SVGA |ati |XF86_SVGA |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI XPERT 128 AGP |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI XPERT 99 AGP |ati |XF86_SVGA |r128 |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Xpert 98 |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Xpert XL |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Xpert@Play |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Xpert@Play 98 |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Xpert@Work |ati |XF86_Mach64|ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI integrated on Intel Maui |ati |XF86_Mach64|ati |  | |MU440EX motherboard | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATrend ATC-2165A |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |AccelStar Permedia II AGP |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Acorp AGP i740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Actix GE32+ 2MB |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Actix GE32i |S3 805i |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Actix GE64 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Actix ProStar |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Actix ProStar 64 |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Actix Ultra |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Acumos AVGA3 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Alliance ProMotion 6422 |AP6422 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Appian Jeronimo 2000 |PERMEDIA 3 |  |glint |  | +------------------------------+------------+-----------+-------------+-----+ |Aristo ART-390-G S3 Savage3D |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |Ark Logic ARK1000PV (generic) |ARK1000PV |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Ark Logic ARK1000VL (generic) |ARK1000VL |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Ark Logic ARK2000MT (generic) |ARK1000MT |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Ark Logic ARK2000PV (generic) |ARK1000PV |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Atrend (Speedy) 3DIO740 AGP |Intel 740 |XF86_SVGA |i740 |  | |(ATC-2740) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2101 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2228 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2301 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2302 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2308 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Avance Logic 2401 |Avance Logic|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Binar Graphics AnyView |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Boca Vortex (Sierra RAMDAC) |AGX-015 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |COMPAQ Armada 7380DMT |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |COMPAQ Armada 7730MT |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |California Graphics SunTracer |ET6000 |XF86_SVGA |tseng |  | |6000 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Canopus Co. Power Window 3DV |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Canopus SPECTRA 3200R2 |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Canopus SPECTRA 5400 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Canopus SPECTRA 5400 Premium |RIVA ULTRA |XF86_SVGA |nv |  | |Edition |TNT2 | | | | +------------------------------+------------+-----------+-------------+-----+ |Canopus Total-3D |Verite 1000 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cardex Challenger (Pro) |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Cardex Cobra |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Cardex Trio64 |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Cardex Trio64Pro |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech AGP-740D |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado 3F10 |Voodoo |XF86_SVGA |tdfx |  | | |Banshee | | | | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado RI20 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado RI30 |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado RI40/41 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado RI50 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado RI60 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado SI21 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Desperado SI31 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Tornado I7000 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Chaintech Tornado S6000 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT64200 |ct64200 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT64300 |ct64200 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65520 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65525 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65530 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65535 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65540 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65545 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65546 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65548 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65550 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65554 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT65555 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT68554 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT69000 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Chips & Technologies CT69030 |ct65520 |XF86_SVGA |chips |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD542x |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD543x |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD5446 (noname |CL-GD5446, |XF86_SVGA |vga |  | |card) |1MB | | | | | |(upgradable | | | | | |to 2MB). | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD544x |CL-GD544x |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD5462 |CL-GD5462 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD5464 |CL-GD5464 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD5465 |CL-GD5465 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD5480 |CL-GD5480 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD62xx (laptop) |CL-GD6205/15|XF86_SVGA |vga |  | | |/25/35 | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD64xx (laptop) |CL-GD6420/ |XF86_SVGA |vga |  | | |6440 | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD754x (laptop) |CL-GD7541/42|XF86_SVGA |vga |  | | |/43/48 | | | | +------------------------------+------------+-----------+-------------+-----+ |Colorgraphic Dual Lightning |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Compaq Armada 7400 |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Compaq Armada 7800 |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Creative Blaster Exxtreme |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Creative Graphics Blaster TNT2|RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs 3D Blaster PCI |Verite 1000 |XF86_SVGA |vga |  | |(Verite 1000) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD5464 |XF86_SVGA |cirrus |  | |3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD5465 |XF86_SVGA |cirrus |  | |Eclipse (OEM Model CT6510) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD544x |  |cirrus |  | |MA201 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD544x |  |cirrus |  | |MA202 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD5462 |XF86_SVGA |cirrus |  | |MA302 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Graphics Blaster|CL-GD5464 |XF86_SVGA |cirrus |  | |MA334 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Creative Labs Savage 4 3D |S3 Savage |XF86_SVGA |savage |  | |Blaster | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cyrix MediaGX |MediaGX |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |DFI-WG1000 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |DFI-WG5000 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |DFI-WG6000 |WD90C33 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |DSV3326 |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |DataExpert DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |DataExpert DSV3365 |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Dell S3 805 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Dell onboard ET4000 |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Edge 3D |nv1 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Fire GL 1000 |PERMEDIA |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Fire GL 1000 PRO |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Fire GL 3000 |GLINT 500TX |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Monster Fusion |Voodoo |XF86_SVGA |tdfx |  | | |Banshee | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Stealth 3D |S3 ViRGE |XF86_SVGA |s3virge |  | |2000 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Stealth 3D |S3 ViRGE/DX |XF86_SVGA |s3virge |  | |2000 PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar (Plus) |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar 24 |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar 24X (not |WD90C31 |XF86_SVGA |vga |  | |fully supported) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar 64 |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar A50 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar HiColor |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar Pro (not SE)|CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar Pro 1100 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar Pro SE |CL-GD5430/ |XF86_SVGA |cirrus |  | |(CL-GD5430/5434) |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond SpeedStar64 Graphics |CL-GD5430/ |XF86_SVGA |cirrus |  | |2000/2200 |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 24 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 32 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 3D 2000 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 3D 2000 PRO |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 3D 3000 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 3D 4000 |S3 ViRGE/GX2|XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM SE |S3 Trio32 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM with |S3 864 |XF86_S3 |vga |  | |S3 SDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM with |S3 Trio64 |XF86_S3 |vga |  | |S3 Trio64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 64 VRAM |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth 64 Video VRAM |S3 968 |XF86_S3 |vga |  | |(TI RAMDAC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth II S220 |Verite 2x00 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth II/G460 AGP |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth III (S520/ |S3 Savage |XF86_SVGA |savage |  | |S540) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth Pro |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth VRAM |S3 911/924 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth Video 2500 |Alliance |XF86_SVGA |apm |  | | |AT24 | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth Video DRAM |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Graphics |ARK2000PV |XF86_SVGA |vga |  | |2001 series | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Graphics |S3 864 |XF86_S3 |vga |  | |2xx0 series (864 + SDAC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Graphics |S3 Trio64 |XF86_S3 |vga |  | |2xx0 series (Trio64) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Video 2001 |S3 Trio64V+ |XF86_S3 |vga |  | |series (2121/2201) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Video 2120/ |S3 868 |XF86_S3 |vga |  | |2200 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Video 3200 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Video 3240/ |S3 968 |XF86_S3 |vga |  | |3400 (IBM RAMDAC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Stealth64 Video 3240/ |S3 968 |XF86_S3 |vga |  | |3400 (TI RAMDAC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper 330 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper 550 |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper 770 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper PCI 2Mb |Weitek 9000 |XF86_P9000 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper Pro Video |Weitek P9100|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Viper VLB 2Mb |Weitek 9000 |XF86_P9000 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Digital 24-plane TGA (ZLXp-E2)|TGA |XF86_TGA |tga |  | +------------------------------+------------+-----------+-------------+-----+ |Digital 24-plane+3D TGA |TGA |XF86_TGA |tga |  | |(ZLXp-E3) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Digital 8-plane TGA (UDB/ |TGA |XF86_TGA |tga |  | |Multia) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Digital 8-plane TGA (ZLXp-E1) |TGA |XF86_TGA |tga |  | +------------------------------+------------+-----------+-------------+-----+ |EIZO (VRAM) |AGX-014/15/ |XF86_AGX |vga |  | | |16 | | | | +------------------------------+------------+-----------+-------------+-----+ |ELSA ERAZOR II |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA ERAZOR III |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria Synergy |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria-L |GLINT 500TX |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria-L/MX |GLINT MX |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria-S |PERMEDIA |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria-XL |GLINT MX |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA GLoria-XXL |GLINT MX |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Gloria-4 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Gloria-8 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Synergy II |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA VICTORY ERAZOR |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA VICTORY ERAZOR LT |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Victory 3D |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Victory 3DX |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA WINNER 1000/T2D |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000 R3D |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000AVI (AT&T |S3 868 |XF86_S3 |vga |  | |20C409 version) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000AVI (SDAC |S3 868 |XF86_S3 |vga |  | |version) | | | | | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000ISA |S3 805i |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000PRO with S3 |S3 864 |XF86_S3 |vga |  | |SDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000PRO with |S3 864 |XF86_S3 |vga |  | |STG1700 or AT&T RAMDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000PRO/X |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000TRIO |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000TRIO/V |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000TwinBus |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 1000VL |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000 |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000/Office |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000AVI |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000AVI/3D |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000PRO-2 |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000PRO-4 |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-2 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-4 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-8 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 3000 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 3000-L-42 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 3000-M-22 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ELSA Winner 3000-S |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |EONtronics Picasso 740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |EONtronics Van Gogh |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |EPSON CardPC (onboard) |SPC8110 |XF86_SVGA |  |  | +------------------------------+------------+-----------+-------------+-----+ |EPSON SPC8110 (CardPC) |SPC8110 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ET3000 (generic) |ET3000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |ET4000 (generic) |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |ET4000 W32i, W32p (generic) |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |ET4000/W32 (generic) |ET4000/W32 |XF86_W32 |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |ET6000 (generic) |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |ET6100 (generic) |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |ET6300 (generic) |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |EliteGroup(ECS) 3DVision-i740 |Intel 740 |XF86_SVGA |i740 |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Elsa Victory II |Voodoo |XF86_SVGA |tdfx |  | | |Banshee | | | | +------------------------------+------------+-----------+-------------+-----+ |Elsa Winner T3D |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Everex MVGA i740/AG |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |ExpertColor DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |ExpertColor DSV3365 |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Flagpoint Shocker i740 8MB |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Gainward CardExpert 740 8MB |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Gainward Challenger EV |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Generic VGA compatible |Generic VGA |XF86_VGA16 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Genoa 5400 |ET3000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Genoa 8500VL(-28) |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Genoa 8900 Phantom 32i |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Genoa Phantom 64i with S3 SDAC|S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Genoa Systems Phantom 740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Genoa VideoBlitz III AV |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Gigabyte Predator i740 8MB AGP|Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Graphics Blaster TNT |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Guillemot Maxi Gamer Xentor 32|RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |HOT-158 (Shuttle) |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite |ET4000/W32 |XF86_W32 |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite 128/Video |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite 3D/GL |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite Power |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite Pro |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Dynamite TNT |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite HG210 |AGX-014 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite Power |AGX-016 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite Pro |AGX-015 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite Terminator |S3 964 |XF86_S3 |vga |  | |64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite Terminator |S3 Trio64 |XF86_S3 |vga |  | |64/DRAM | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Graphite Terminator |S3 968 |XF86_S3 |vga |  | |Pro 64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray |ALG-2228/ |XF86_SVGA |vga |  | | |2301/2302 | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray 128 3D |Alliance |XF86_SVGA |apm |  | | |AT3D | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray 64/V with |ARK2000MT |XF86_SVGA |vga |  | |ICS5342 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray 64/V with |ARK1000PV |XF86_SVGA |vga |  | |ZoomDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray Pro |ARK1000PV |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Stingray Pro/V |ARK1000PV |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Terminator 128 2X/i |Intel 740 |XF86_SVGA |i740 |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Hercules Terminator 128/3D |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Terminator 3D/DX |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Terminator 64/3D |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Terminator 64/Video |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Hercules Thriller3D |Verite 2x00 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Integral FlashPoint |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel 5430 |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel 740 (generic) |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Intel 810 |Intel 810 |XF86_SVGA |i810 |  | +------------------------------+------------+-----------+-------------+-----+ |Intel 815 |Intel 815 |XF86_SVGA |i810 |  | +------------------------------+------------+-----------+-------------+-----+ |Intel Express 3D AGP |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Interay PMC Viper |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |JAX 8241 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Jaton Video-58P |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Jaton Video-70P |CL-GD5464 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Jaton Video-740 AGP 3D |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Jazz Multimedia G-Force 128 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Jetway J-740-3D 8MB AGP, i740 |Intel 740 |XF86_SVGA |i740 |  | |AGP 3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |Joymedia Apollo 7400 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |KouTech KeyVision 128 EV |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |LeadTek WinFast 3D S600 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |LeadTek WinFast 3D S680 |S3 ViRGE/GX2|XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |LeadTek WinFast S200 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |LeadTek WinFast S430 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |LeadTek WinFast S510 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Leadtek WinFast 2300 |PERMEDIA 2 |XF86_3DLabs|glint |  | +------------------------------+------------+-----------+-------------+-----+ |Leadtek WinFast 3D S320 |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Leadtek WinFast 3D S320II |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Leadtek WinFast 3D S3500 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Leadtek Winfast S900 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |MAXI Gamer AGP 8 MB |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |MELCO WGA-TS |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |MELCO WGP-VG4S |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |MELCO WGP-VX8 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |MSI MS-4417 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |MachSpeed VGA ET6000 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Machspeed Raptor i740 AGP 4600|Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Magic-Pro MP-740DVD |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Comet |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Marvel II |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Millennium |mga2064w |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Millennium G200 |mgag200 |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Millennium G400 |mgag400 |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Millennium G450 |mgag450 |  |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Millennium II |mga2164w |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Mystique |mga1064sg |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Mystique G200 |mgag200 |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Productiva G100 |mgag100 |XF86_SVGA |mga |  | +------------------------------+------------+-----------+-------------+-----+ |MediaVision Proaxcel 128 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Mirage Z-128 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Miro CRYSTAL VRX |Verite 1000 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 10SD with GenDAC |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 12SD |S3 Trio32 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 16S |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 20SD PCI with S3 |S3 868 |XF86_S3 |vga |  | |SDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 20SD VLB with S3 |S3 864 |XF86_S3 |vga |  | |SDAC (BIOS 3.xx) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 20SD with |S3 864 |XF86_S3 |vga |  | |ICD2061A (BIOS 2.xx) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 20SD with ICS2494|S3 864 |XF86_S3 |vga |  | |(BIOS 1.xx) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 20SV |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 22SD |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 40SV |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 80SV |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal 8S |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Miro Crystal DVD |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Miro MiroMedia 3D |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Miro MiroVideo 20TD |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |Miro Video 20SV |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce |GeForce |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce 2 (generic) |GeForce 2 |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce 2 GTS (generic)|GeForce 2 |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce 2 MX (generic) |GeForce 2 |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce 256 (generic) |GeForce 256 |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA GeForce DDR (generic) |GeForce DDR |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA Riva 128 (generic) |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA Riva TNT (generic) |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NVIDIA Riva TNT2 (generic) |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |NatSemi Geode |MediaGX |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |NeoMagic (laptop/notebook) |  |  |neomagic |  | +------------------------------+------------+-----------+-------------+-----+ |NeoMagic 128XD (laptop/ |  |  |neomagic |  | |notebook) | | | | | +------------------------------+------------+-----------+-------------+-----+ |NeoMagic 256 (laptop/notebook)|MagicGraph |  |neomagic |  | | |256 series | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Motion 331 |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Motion 332 |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Motion 531 |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Motion 771 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Reality 772 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine FX Vision 330 |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine GXE Level 10/11/12|S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine GXE Level 14/16 |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine GXE64 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine GXE64 Pro |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine GXE64 with S3 |S3 Trio64 |XF86_S3 |vga |  | |Trio64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Imagine 128 |I128 |XF86_I128 |i128 |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Imagine 128 |I128 |XF86_I128 |i128 |  | |(2-8MB) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Imagine 128 Series|I128 |XF86_I128 |i128 |  | |2 (2-4MB) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Imagine 128 T2R |I128 |XF86_I128 |i128 |  | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Revolution 3D AGP |I128 |XF86_I128 |i128 |  | |T2R | | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Revolution IV |I128 |XF86_I128 |i128 |  | |(T2R4) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Number Nine Visual 9FX Reality|S3 ViRGE |XF86_SVGA |s3virge |  | |332 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Oak 87 ISA (generic) |Oak OTI-087 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Oak 87 VLB (generic) |Oak OTI-087 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Oak ISA Card (generic) |Oak OTI-067/|XF86_SVGA |vga |  | | |77 | | | | +------------------------------+------------+-----------+-------------+-----+ |Ocean (octek) VL-VGA-1000 |ARK1000VL |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Octek AVGA-20 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Octek Combo-26 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Octek Combo-28 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Octek VL-VGA-26 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Octek VL-VGA-28 |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |Orchid Celsius (AT&T RAMDAC) |AGX-015 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Celsius (Sierra RAMDAC)|AGX-015 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Fahrenheit 1280 |S3 801 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Fahrenheit VA |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Fahrenheit-1280+ |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Kelvin 64 |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |Orchid Kelvin 64 VLB Rev A |CL-GD5434 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Kelvin 64 VLB Rev B |CL-GD5434 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid P9000 VLB |Weitek 9000 |XF86_P9000 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Orchid Technology Fahrenheit |S3 ViRGE |XF86_SVGA |s3virge |  | |Video 3D | | | | | +------------------------------+------------+-----------+-------------+-----+ |PC-Chips M567 Mainboard |SiS5597 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Palit Daytona AGP740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Paradise Accelerator Value |Oak OTI-087 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Paradise/WD 90CXX |WD90CXX |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |PixelView Combo TV 3D AGP |CL-GD5465, |XF86_SVGA |vga |  | |(Prolink) |4MB | | | | +------------------------------+------------+-----------+-------------+-----+ |PixelView Combo TV Pro |CL-GD5480, |XF86_SVGA |vga |  | |(Prolink) |4MB | | | | +------------------------------+------------+-----------+-------------+-----+ |PowerColor C740 (SG/SD) AGP |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |QDI Amazing I |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |RIVA TNT |RIVATNT |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |RIVA TNT2 |RIVATNT2 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |RIVA Ultra TNT2 |RIVA ULTRA |XF86_SVGA |nv |  | | |TNT2 | | | | +------------------------------+------------+-----------+-------------+-----+ |RIVA128 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |Real3D Starfighter AGP |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Real3D Starfighter PCI |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Rendition Verite 1000 |Verite 1000 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Rendition Verite 2x00 |Verite 2x00 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Revolution 3D T2R |I128 |XF86_I128 |i128 |  | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 (generic) |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with ATT20c490 |S3 801/805 |XF86_S3 |vga |  | |RAMDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with ATT20c490 |S3 801/805 |XF86_S3 |vga |  | |RAMDAC and ICD2061A | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with Chrontel 8391 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with S3 GenDAC |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with SC1148{2,3,4} |S3 801/805 |XF86_S3 |vga |  | |RAMDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 801/805 with SC1148{5,7,9} |S3 801/805 |XF86_S3 |vga |  | |RAMDAC | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 864 (generic) |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 864 with ATT 20C498 or |S3 864 |XF86_S3 |vga |  | |21C498 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 864 with SDAC (86C716) |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 864 with STG1703 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 868 (generic) |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 868 with ATT 20C409 |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 868 with ATT 20C498 or |S3 868 |XF86_S3 |vga |  | |21C498 | | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 868 with SDAC (86C716) |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C260 (ViRGE/MX) |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C280 (ViRGE/MX+) |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C325 (ViRGE) |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C357 (ViRGE/GX2) |S3 ViRGE/GX2|XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C365 (Trio3D) |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C368 (Trio3D/2X) |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C375 (ViRGE/DX) |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C385 (ViRGE/GX) |S3 ViRGE/GX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C390 (Savage3D) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C391 (Savage3D) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C395 (Savage4 Pro+) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C396 (Savage4) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C397 (Savage4) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C764 (Trio64) |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C765 (Trio64V+) |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C775 (Trio64V2/DX) |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C785 (Trio64V2/GX) |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C801 (generic) |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C805 (generic) |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C864 (generic) |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C868 (generic) |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C911 (generic) |S3 911/924 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C924 (generic) |S3 911/924 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C928 (generic) |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C964 (generic) |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C968 (generic) |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86C988 (ViRGE/VX) |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 86CM65 (Aurora64V+) |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 911/924 (generic) |S3 911/924 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 924 with SC1148 DAC |S3 924 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 928 (generic) |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 964 (generic) |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 968 (generic) |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Aurora64V+ (generic) |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage (generic) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage 2000 (generic) |S3 |XF86_SVGA |savage |  | | |Savage2000 | | | | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage/MX |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage3D |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage4 |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage4 (generic) |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Savage4 Pro+ |S3 Savage |XF86_SVGA |savage |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio32 (generic) |S3 Trio32 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio3D |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio3D/2X |S3 Trio3D |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio64 (generic) |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio64V+ (generic) |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio64V2 (generic) |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio64V2/DX (generic) |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Trio64V2/GX (generic) |S3 Trio64V2 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE (generic) |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE (old S3V server) |S3 ViRGE |XF86_S3V |  |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/DX (generic) |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/GX (generic) |S3 ViRGE/GX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/GX2 (generic) |S3 ViRGE/GX2|XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/MX (generic) |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/MX+ (generic) |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 ViRGE/VX (generic) |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Vision864 (generic) |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Vision868 (generic) |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Vision964 (generic) |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |S3 Vision968 (generic) |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SHARP 9080 |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |SHARP 9090 |S3 |XF86_S3 |vga |  | | |Aurora64V+ | | | | +------------------------------+------------+-----------+-------------+-----+ |SNI PC5H W32 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |SNI Scenic W32 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |SPEA Mercury 64 |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SPEA Mirage |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SPEA/V7 Mercury |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SPEA/V7 Mirage P64 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SPEA/V7 Mirage P64 with S3 |S3 Trio64 |XF86_S3 |vga |  | |Trio64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |SPEA/V7 Mirage VEGA Plus |ALG-2228 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |SPEA/V7 ShowTime Plus |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB Horizon |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |STB Horizon Video |CL-GD544x |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |STB LightSpeed |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB LightSpeed 128 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |STB MVP-2 |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |STB MVP-2 PCI |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB MVP-2X |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB MVP-4 PCI |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB MVP-4X |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |STB Nitro (64) |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |STB Nitro 3D |S3 ViRGE/GX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |STB Nitro 64 Video |CL-GD544x |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |STB Pegasus |S3 928 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |STB Powergraph 64 |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |STB Powergraph 64 Video |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |STB Powergraph X-24 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |STB Systems Powergraph 3D |S3 ViRGE |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |STB Systems Velocity 3D |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |STB Velocity 128 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |STB Velocity 64 Video |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |STB nvidia 128 |RIVA128 |XF86_SVGA |nv |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 300 |SiS300 |XF86_SVGA |  |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 3D PRO AGP |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 530 |SiS530 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 540 |SiS540 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 5597 |SiS5597 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 5598 |SIS5598 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 620 |SIS620 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 630 |SiS630 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS 6326 |SiS6326 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS SG86C201 |SIS86C201 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS SG86C205 |SIS86C205 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS SG86C215 |SIS86C215 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |SiS SG86C225 |SIS86C225 |XF86_SVGA |sis |  | +------------------------------+------------+-----------+-------------+-----+ |Sierra Screaming 3D |Verite 1000 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Sigma Concorde |ET4000/W32 |XF86_W32 |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Sigma Legend |ET4000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion Lynx (generic) |Lynx |XF86_SVGA |siliconmotion|  | +------------------------------+------------+-----------+-------------+-----+ |Silicon Motion LynxEM |Lynx |XF86_SVGA |siliconmotion|  | +------------------------------+------------+-----------+-------------+-----+ |Soyo AGP (SY-740 AGP) |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Spacewalker Hot-158 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Spider Black Widow |AGX-015 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Spider Black Widow Plus |AGX-016 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Spider Tarantula 64 |S3 964 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Spider VLB Plus |CL-GD5420/2/|XF86_SVGA |vga |  | | |4/6/8/9 | | | | +------------------------------+------------+-----------+-------------+-----+ |TechWorks Thunderbolt |ET4000/W32 |XF86_W32 |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |Techworks Ultimate 3D |CL-GD5464 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Satellite 2050 CDS |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Satellite 2520 CDS |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Satellite 4030CDT |Cyber9525 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Satellite 4060CDT |Cyber9525 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Satellite 4080CDT |Cyber9525 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Tecra 540CDT |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Tecra 550CDT |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Tecra 750CDT |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Toshiba Tecra 750DVD |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +------------------------------+------------+-----------+-------------+-----+ |Trident 3DImage975 (generic) |3dimage975 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident 3DImage975 AGP |3dimage975 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident 3DImage985 (generic) |3dimage985 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident 8900/9000 (generic) |TVGA8900/ |XF86_SVGA |vga |  | | |9000 | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident 8900D (generic) |TVGA8900D |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Blade3D (generic) |Blade3D |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9320 (generic) |Cyber9320 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9325 (generic) |Cyber9325 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9382 (generic) |Cyber9382 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9385 (generic) |Cyber9385 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9388 (generic) |Cyber9388 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9397 (generic) |Cyber9397 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 939a (generic) |Cyber939a |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9520 (generic) |Cyber9520 |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Cyber 9525 (generic) |Cyber9525 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident CyberBlade (generic) |CyberBlade |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident Providia 9682 |Providia9682|  |trident |  | |(generic) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident Providia 9685 |Providia9685|  |trident |  | |(generic) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9400CXi (generic) |TGUI9400CXi |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9420 (generic) |TGUI9420 |  |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9420DGi (generic) |TGUI9420DGi |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9430DGi (generic) |TGUI9430DGi |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9440 (generic) |TGUI9440 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9660 (generic) |TGUI9660 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9680 (generic) |TGUI9680 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9682 (generic) |TGUI9682 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TGUI9685 (generic) |TGUI9685 |XF86_SVGA |trident |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TVGA 8800BR |Generic VGA |XF86_VGA16 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TVGA 8800CS |Generic VGA |XF86_VGA16 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Trident TVGA9200CXr (generic) |TVGA9200CXr |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Unsupported VGA compatible |Generic VGA |XF86_VGA16 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VI720 |CL-GD5430/ |XF86_SVGA |cirrus |  | | |5434/5436 | | | | +------------------------------+------------+-----------+-------------+-----+ |VL-41 |S3 801/805 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VidTech FastMax P20 |S3 864 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VideoExcel AGP 740 |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 300 |S3 Trio64 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 400 |S3 Trio64V+ |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 500 |S3 868 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 550 |CL-GD5464 |XF86_SVGA |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 560 (PCI|CL-GD5465 |XF86_SVGA |cirrus |  | |/AGP) | | | | | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 600 |ET6000 |XF86_SVGA |tseng |  | +------------------------------+------------+-----------+-------------+-----+ |VideoLogic GrafixStar 700 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |ViewTop PCI |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |ViewTop ZeusL 8MB |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |Voodoo Banshee (generic) |Voodoo |XF86_SVGA |tdfx |  | | |Banshee | | | | +------------------------------+------------+-----------+-------------+-----+ |Voodoo Rush (generic) |Voodoo Rush |XF86_SVGA |tdfx |  | +------------------------------+------------+-----------+-------------+-----+ |Voodoo3 (generic) |Voodoo3 |XF86_SVGA |tdfx |  | +------------------------------+------------+-----------+-------------+-----+ |Voodoo5 (generic) |Voodoo5 |  |tdfx |  | +------------------------------+------------+-----------+-------------+-----+ |WD 90C24 (laptop) |WD90C24 |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |WD 90C24A or 90C24A2 (laptop) |WD90C24A |XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Weitek P9100 (generic) |Weitek P9100|XF86_SVGA |vga |  | +------------------------------+------------+-----------+-------------+-----+ |WinFast S200 |ET4000/W32(i|XF86_SVGA |tseng |  | | |/p) | | | | +------------------------------+------------+-----------+-------------+-----+ |WinFast S430 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |WinFast S510 |S3 968 |XF86_S3 |vga |  | +------------------------------+------------+-----------+-------------+-----+ |Winfast S900 i740 AGP 8MB |Intel 740 |XF86_SVGA |i740 |  | +------------------------------+------------+-----------+-------------+-----+ |XGA-1 (ISA bus) |XGA-1 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ |XGA-2 (ISA bus) |XGA-2 |XF86_AGX |vga |  | +------------------------------+------------+-----------+-------------+-----+ ----------------------------------------------------------------------------- 6.2. Kernel Framebuffer (fbdev) The kernel supports a graphical console on some video cards. This support was originally designed for non-x86 architectures which generally do not have text-capable video cards. It was integrated into the kernel in 2.2, and now supports various video cards. More information can be found at [http://www.linux-fbdev.org/] linux-fbdev.org. The following cards are supported:   * Amiga builtin chipset (amifb)   * ATARI builtin chipset (atafb)   * ATI Rage128 (aty128fb)   * ATI Mach64, RageII, RageII+, RageIIc (atyfb)   * Hercules Graphics Adaptor (hgafb)   * Matrox Millennium I, Millennium II, Mystique, G200 (matroxfb)   * PowerMAC "platinum" (platinumfb)   * S3 Savage4 (savagefb)   * 3Dfx Voodoo, Voodoo2, Voodoo3 (tdfxfb)   * S3 Trio64 (trio64fb)   * All VESA 2.0 cards (vesafb) ----------------------------------------------------------------------------- 6.3. SVGALIB (graphics for console)   * VGA   * EGA   * ARK Logic ARK1000PV/2000PV   * ATI VGA Wonder   * ATI Mach32   * Cirrus 542x, 543x   * OAK OTI-037/67/77/87   * S3 (limited support)   * Trident TVGA8900/9000   * Tseng ET3000/ET4000/W32 ----------------------------------------------------------------------------- 7. Controllers (hard drive) Enhanced IDE (EIDE) interfaces are supported, including support for UDMA and ATA/33, ATA/66, and so on for some controllers and compatible drives. Linux will detect these IDE interfaces:   * CMD-640 (Support for buggy interfaces in kernel 2.2)   * RZ1000 (Support for buggy interfaces in kernel 2.2)   * AEC62XX   * ALI M15x3   * AMD Viper   * CY82C693   * Cyrix CS5530 MediaGX   * HPT34X   * HPT366   * Intel PIIXn   * NS87415   * OPTi 82C621   * Promise PDC20246/PDC20262/PDC20267   * ServerWorks OSB4   * SiS5513   * SLC90E66   * Tekram TRM290   * VIA82CXXX   * DTC 2278D   * FGI/Holtek HT-6560B VLB (Support for secondary interface in kernel 2.2)   * Triton I (82371FB) (with busmaster DMA)   * Triton II (82371SB) (with busmaster DMA)   * ALI M14xx   * Promise DC4030   * QDI QD6580   * UMC 8672 Please see the IDE RAID controller section for information on IDE controllers with hardware RAID support. Linux will work with standard IDE, MFM and RLL controllers. When using MFM/ RLL controllers it is important to use ext2fs and the bad block checking options when formatting the disk. ESDI controllers that emulate the ST-506 (MFM/RLL/IDE) interface will also work. The bad block checking comment also applies to these controllers. Generic 8 bit XT controllers also work. ----------------------------------------------------------------------------- 7.1. Alpha, Beta drivers   * UMC 8672 interfaces (experimental in kernel 2.2)   * Promise DC4030VL caching interface card (experimental support in kernel 2.2) ----------------------------------------------------------------------------- 8. Controllers (SCSI) It is important to pick a SCSI controller carefully. Many cheap ISA SCSI controllers are designed to drive CD-ROM's rather than anything else. Such low-end SCSI controllers are no better than IDE. See the SCSI HOWTO and look at performance figures before buying a SCSI card. Please see the SCSI RAID controller section for information on SCSI controllers with hardware RAID support. ----------------------------------------------------------------------------- 8.1. Supported   * AMI Fast Disk (VLB/EISA) (BusLogic compatible)   * Adaptec AVA-1502E (ISA/VLB) (AIC-6360) (AHA1520)   * Adaptec AVA-1505/1515 (ISA) (Adaptec AHA-152x compatible)   * Adaptec AVA-1825 (VLB) (Adaptec AHA-152x compatible) This card has a SCSI, EIDE and floppy port which all work nicely.   * Adaptec AHA-1510/152x (ISA/VLB) (AIC-6260/6360)   * Adaptec AHA-154x (ISA) (all models)   * Adaptec AHA-174x (EISA) (in enhanced mode)   * Adaptec AHA-274x/274xT (EISA) (AIC-7771). The 274xT is supported since kernel series 2.1.x (AHA2740)   * Adaptec AHA-284x (VLB) (AIC-7770) (AHA2740)   * Adaptec AHA-2910B (PCI) (since kernel series 2.1.x)   * Adaptec AHA-2920 (PCI). Use the Future Domain driver. LILO parameters are needed when used for hard disks.   * Adaptec AHA-2920C (PCI)   * Adaptec AHA-2930/U/U2 (PCI)   * Adaptec AHA-2940/U/W/AU/UW/U2W/U2/U2B/U2BOEM (PCI) (AIC-7861, AIC-7871, AIC-7844, AIC-7881, AIC-7884). Some of these are only supported since kernel series 2.1.x (AHA2740)   * Adaptec AHA-2944D/WD/UD/UWD (PCI). Some of these are only supported since kernel series 2.1.x (AHA2740)   * Adaptec AHA-2950U2/U2B/U2W   * Adaptec AHA-3940/U/W/UW/AUW/U2W (PCI) (AIC-7872, AIC-7882) (since 1.3.6). Some of these are only supported since kernel series 2.1.x   * Adaptec AHA-3950U2B/U2D   * Adaptec AHA-3985U/W/UW (PCI) (AIC-7873, AIC-7883). Some of these are only supported since kernel series 2.1.x   * Adaptec PCI controllers with AIC-7850, AIC-7855, AIC-7860   * Adaptec on board controllers with AIC-777x (EISA), AIC-785x, AIC-786x, AIC-787x (PCI), AIC-788x (PCI), AIC-789x, AIC-3860. AIC-786x and AIC-789x are supported since kernel series 2.1.x   * AdvanSys ABP510/5150 Bus-Master (ISA) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP5140 Bus-Master (ISA) PnP [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP5142 Bus-Master (ISA) PnP with floppy [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP920 Bus-Master (PCI) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP930/U Bus-Master (PCI/Ultra>) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP960/U Bus-Master (PCI/ULTRA) MAC/PC [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP542 Bus-Master (ISA) with floppy (single channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP742 Bus-Master (EISA) (single channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP842 Bus-Master (VL) (single channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP940/U Bus-Master (PCI/Ultra) (single channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP970/U Bus-Master (PCI/Ultra) MAC/PC (single channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP752 Dual Channel Bus-Master (EISA) (dual channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP852 Dual Channel Bus-Master (VL) (dual channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * AdvanSys ABP950 Dual Channel Bus-Master (PCI) (dual channel) [http://www.connectcom.net/downloads/software/os/linux.html] (more info)   * Always IN2000   * AMD AM53C974   * BusLogic FlashPoint LT/DL/LW/DW (BT-930(R), BT-920, BT-932(R), BT-950(R), BT-952(R)) [http://dandelion.sourceforge.net/BusLogic.html] (more info)   * Compaq Smart Array 2   * DPT PM2001, PM2012A (EATA-PIO)   * DPT Smartcache/SmartRAID Plus,III,IV families (ISA/EISA/PCI) (EATA-DMA) Take a look at [http://www.uni-mainz.de/~neuffer/scsi/dpt/] this page for more information. Cards in these families are PM2011, PM2021, PM2041, PM3021, PM2012B, PM2022, PM2122, PM2322, PM2042, PM3122, PM3222, PM3332, PM2024, PM2124, PM2044, PM2144, PM3224, PM3334   * DTC 3180/3280   * DTC 329x (EISA) (Adaptec 154x compatible)   * Future Domain TMC-16x0, TMC-3260 (PCI)   * Future Domain TMC-8xx, TMC-950   * Future Domain chips TMC-1800, TMC-18C50, TMC-18C30, TMC-36C70   * ICP-Vortex PCI-SCSI Disk Array Controllers (many RAID levels supported) Patches for Linux 1.2.13 and 2.0.29 are available [ftp://icp-vortex.com/ download/linux/] here. The controllers GDT6111RP, GDT6121RP, GDT6117RP, GDT6127RP, GDT6511RP, GDT6521RP, GDT6517RP, GDT6527RP, GDT6537RP and GDT6557RP are supported. You can also use pre-patch-2.0.31-4 to pre-patch-2.0.31-9.   * ICP-Vortex EISA-SCSI Controllers (many RAID levels supported) Patches for Linux 1.2.13 and 2.0.29 are available [ftp://icp-vortex.com/download/ linux/] here. The controllers GDT3000B, GDT3000A, GDT3010A, GDT3020A and GDT3050A are supported. You can also use pre-patch-2.0.31-4 to pre-patch-2.0.31-9.   * Iomega PPA3 parallel port SCSI Host Bus Adapter embedded in ZIP drive   * Initio Corp. INI-9090U INI-9100, INI-9100W/A/UW, INI-9200U/UW, INI-9400U/ UW, INI-9520U/UW, INI-A100U2W   * Initio Corp. INIC-950   * Media Vision Pro Audio Spectrum 16 SCSI (ISA)   * Mylex (formerly BusLogic) W Series (PCI) (BT-948, BT-958, BT-958D)   * Mylex (formerly BusLogic) C Series (ISA/EISA/VLB/PCI) (BT-946C, BT-956C, BT-956CD, BT-445, BT-747C, BT-757C, BT-757CD, BT-545C, BT-540CF)   * Mylex (formerly Buslogic) S Series (ISA/EISA/VLB) (BT-445S, BT-747S, BT-747D, BT-757S, BT-757D, BT-545S, BT-542D, BT-742A, BT-542B)   * Mylex (formerly BusLogic) A Series (ISA/EISA) (BT-742A, BT-542B)   * NCR 5380 generic cards   * NCR 53C400 (Trantor T130B) (use generic NCR 5380 SCSI support)   * NCR 53C406a (Acculogic ISApport / Media Vision Premium 3D SCSI)   * NCR chips 53C7x0 (the 53C710 is only supported in PCI variant)   * NCR chips 53C810(A), 53C815, 53C820, 53C825(A), 53C860, 53C875, 53C895 (53C895 supported 'on paper')   * Qlogic / Control Concepts SCSI/IDE (FAS408) (ISA/VLB)   * Qlogic FASXXX/FASXX family of chips (ISA/VLB)   * QLogic IQ-PCI, IQ-PCI-10, IQ-PCI-D (PCI) (ISP1020 chip)   * Quantum ISA-200S, ISA-250MG   * Seagate ST-01/ST-02 (ISA)   * SIIG Ultrawide SCSI Pro (Initio chipset).   * SoundBlaster 16 SCSI-2 (Adaptec 152x compatible) (ISA)   * Tekram DC-390, DC-390W/U/F   * Trantor T128/T128F/T228 (ISA)   * UltraStor 14F (ISA), 24F (EISA), 34F (VLB)   * Western Digital WD7000 SCSI ----------------------------------------------------------------------------- 8.2. Alpha, Beta drivers   * AMD AM79C974 (PCI) (Compaq, HP, Zeos onboard SCSI) [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/scsi/AM53C974-0.3.tgz] (driver)   * Adaptec ACB-40xx SCSI-MFM/RLL bridgeboard [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/scsi/adaptec-40XX.tar.gz] (driver)   * Always Technologies AL-500 [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/scsi/al500-0.2.tar.gz] (driver)   * Iomega PC2/2B [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/scsi/ iomega_pc2-1.1.x.tar.gz] (driver)   * Ricoh GSI-8 [ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/gsi8.tar.gz] (driver) ----------------------------------------------------------------------------- 8.3. Unsupported   * Adaptec AHA 2940UW Pro   * Adaptec AAA-13x RAID Adapters   * Adaptec AAA-113x Raid Port Cards   * Adaptec AIC-7810   * NCR chip 53C710 (ISA) (old obsolete chip, but still used in some Compaq models)   * Non Adaptec compatible DTC boards (327x, 328x) ----------------------------------------------------------------------------- 9. SCSI RAID Controllers This is by no means a complete list. This section will be updated in a future revision of this document.   * Mylex RAID controllers More information can be found [http://dandelion.sourceforge.net/ DAC960.html] here. ----------------------------------------------------------------------------- 10. IDE RAID Controllers   * Tekram D690CD IDE PCI Cache Controller (with RAID level 1 Mirroring and caching)   * ARCO Inc. DupliDisk IDE disk mirroring controller Support for ATA, IDE, E-IDE and UDMA drive. Controllers available can be plugged into ISA and PCI slots, and directly into the IDE controller. Furthermore, 3.5-inch and 5.25-inch Bay Mount units are available that fit into the respective drive bays. More information at [http:// www.arcoide.com/] Arco's web site. Make sure you have at least rev 3.00 of the firmware.   * 3ware Escalade IDE RAID controllers 3ware's 5000-series and 6000-series controllers have been supported since kernel 2.2.15. Support for the 7000-series controllers and RAID5 on the 6000-series controllers requires kernel 2.4.5 or 2.2.20 or better. Also make sure to use a recent firmware for RAID 5, since older firmware revisions (and older versions of the driver) can cause data corruption when a RAID 5 array runs degraded. 8000-series SATA cards also work fine with recent 2.4.x or 2.6.x kernels. 9000-series cards are supported with the 3w-9xxx driver (instead of the older 3w-xxxx driver).   * Adaptec ATA RAID 2400A 4-port ATA/100 controller which supports RAID 0, RAID 1, RAID 1+0, and RAID 5. Use the dpt_i2o driver, which is included in recent 2.4.x kernels.   * Promise SuperTRAK SX6000 6-port ATA/100 controller which supports RAID 0, RAID 1, RAID 1+0, RAID 3, and RAID 5. Use the pti_st driver or the generic i2o drivers. Be sure to set the BIOS on the card for "Other OS" instead of "Linux", and check for firmware updates. ----------------------------------------------------------------------------- 11. Controllers (I/O) Any standard serial/parallel/joystick/combo cards. Linux supports 8250, 16450, 16550, and 16550A UART's. Cards that support non-standard IRQ's (IRQ > 9) can be used. See National Semiconductor's ``Application Note AN-493'' by Martin S. Michael. Section 5.0 describes in detail the differences between the NS16550 and NS16550A. Briefly, the NS16550 had bugs in the FIFO circuits, but the NS16550A (and later) chips fixed those. However, there were very few NS16550's produced by National, long ago, so these should be very rare. And many of the ``16550'' parts in actual modern boards are from the many manufacturers of compatible parts, which may not use the National ``A'' suffix. Also, some multiport boards will use 16552 or 16554 or various other multiport or multifunction chips from National or other suppliers (generally in a dense package soldered to the board, not a 40 pin DIP). Mostly, don't worry about it unless you encounter a very old 40 pin DIP National ``NS16550'' (no A) chip loose or in an old board, in which case treat it as a 16450 (no FIFO) rather than a 16550A. - Zhahai Stewart < [mailto: zstewart@hisys.com] zstewart@hisys.com> ----------------------------------------------------------------------------- 12. Controllers (multiport) 12.1. Non-intelligent cards 12.1.1. Supported   * AST FourPort and clones (4 port)   * Accent Async-4 (4 port)   * Arnet Multiport-8 (8 port)   * Bell Technologies HUB6 (6 port)   * Boca BB-1004, 1008 (4, 8 port) - no DTR, DSR, and CD   * Boca BB-2016 (16 port)   * Boca IO/AT66 (6 port)   * Boca IO 2by4 (4 serial / 2 parallel, uses 5 IRQ's)   * Computone ValuePort (4, 6, 8 port) (AST FourPort compatible)   * DigiBoard PC/X, PC/Xem, PCI/Xem, EISA/Xem, PCI/Xr (4, 8, 16 port)   * Comtrol Hostess 550 (4, 8 port)   * PC-COMM 4-port (4 port)   * SIIG I/O Expander 4S (4 port, uses 4 IRQ's)   * STB 4-COM (4 port)   * Twincom ACI/550   * Usenet Serial Board II (4 port) Non-intelligent cards usually come in two varieties, one using standard com port addresses and use 4 IRQ's, and another that's AST FourPort compatible and uses a selectable block of addresses and a single IRQ. (Addresses and IRQ's are set using setserial.) If you're getting one of these cards, be sure to check which standard it conforms to, prices are no indication. ----------------------------------------------------------------------------- 12.2. Intelligent cards 12.2.1. Supported   * Computone IntelliPort II (4/8/16 port) [ftp://ftp.computone.com/pub/bbs/beta/ip2linux-1.0.2.tar.gz] (driver)   * Cyclades Cyclom-Y (RISC-based, 8-32 ports) (ISA/PCI) [http://www.cyclades.com/support/downloads.php#CYCLOM-Y] (driver)   * Cyclades-Z (high-end, 16-64 ports) (PCI) [http://www.cyclades.com/support/downloads.php#CYCLADES-Z] (driver)   * DigiBoard PC/Xe (ISA), PC/Xi (EISA) and PC/Xeve [ftp://ftp.digibd.com/drivers/linux/] (driver)   * Equinox SST Intelligent serial I/O cards [http://www.equinox.com/] (driver)   * Hayes ESP 1, 2 and 8 port versions Included in kernel since 2.1.15. The driver for kernel versions 2.0.x can be found at [http://www.nyx.net/ ~arobinso/] (driver)   * Stallion EasyIO (ISA) / EasyConnection 8/32 (ISA/MCA) / EasyConnection 8/ 64 (PCI) For DIP switch settings and configuration files check [http:// www.stallion.com/] (driver)   * Stallion EasyConnection 8/64 (ISA/EISA) / ONboard (ISA/EISA/MCA) / Brumby (ISA) The latest driver can be found at [ftp://ftp.stallion.com/drivers/ ata5/Linux/v544.tar.gz] (driver) ----------------------------------------------------------------------------- 12.2.2. Alpha, Beta drivers   * Comtrol RocketPort (8/16/32 port) [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/serial/ comtrol-1.04.tar.gz] (driver) (kernels 1.2.x). A driver for kernels 2.x can be found at [ftp://tsx-11.mit.edu/pub/linux/packages/comtrol/] (driver)   * DigiBoard COM/Xi Contact Simon Park ([mailto:si@wimpol.demon.co.uk] si@wimpol.demon.co.uk) or Mark Hatle ([mailto: fray@krypton.mankato.msus.edu] fray@krypton.mankato.msus.edu). NOTE: both email addresses seem not to exist any longer.   * Moxa C102, C104, C168, C218 (8 port), C320 (8/16/24/32 expandable) and C320T [ftp://ftp.moxa.com.tw/drivers/linux/] (driver)   * RISCom/8   * Specialix SIO/XIO (modular, 4 to 32 ports) [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/serial/sidrv.taz] (driver)   * Specialix IO8+ Contact [mailto:devices@BitWizard.nl] devices@BitWizard.nl ----------------------------------------------------------------------------- 13. Network adapters 13.1. Supported 13.1.1. Ethernet Ethernet adapters vary greatly in performance. In general the newer the design the better. Some very old cards like the 3Com 3c501 are only useful because they can be found in junk heaps for $5 a time. Be careful with clones, not all are good clones and bad clones often cause erratic lockups under Linux. Read the [http://www.tldp.org/HOWTO/Ethernet-HOWTO.html] Ethernet HOWTO for detailed descriptions of various cards.   * 3Com 3c501 - "avoid like the plague" (3c501 driver)   * 3Com 3c503 (3c503 driver), 3c505 (3c505 driver), 3c507 (3c507 driver), 3c509/3c509B (ISA) / 3c579 (EISA)   * 3Com Etherlink III Vortex Ethercards (3c590, 3c592, 3c595, 3c597) (PCI), 3Com Etherlink XL Boomerang (3c900, 3c905) (PCI) and Cyclone (3c905B, 3c980) Ethercards (3c59x driver) and 3Com Fast EtherLink Ethercard (3c515) (ISA) (3c515 driver) Avoid the 3c900 card when possible as the driver is not functioning well for this card.   * 3Com 3ccfe575 Cyclone Cardbus (3c59x driver)   * 3Com 3c575 series Cardbus (3c59x driver) (ALL PCMCIA ??)   * AMD LANCE (79C960) / PCnet-ISA/PCI (AT1500, HP J2405A, NE1500/NE2100)   * AT&T GIS WaveLAN   * Allied Telesis AT1700   * Allied Telesis LA100PCI-T   * Allied Telesyn AT2400T/BT ("ne" module)   * Ansel Communications AC3200 (EISA)   * Apricot Xen-II / 82596   * Cabletron E21xx   * Cogent EM110   * Crystal Lan CS8920, Cs8900 [http://www.cirrus.com/en/support/drivers/ index.html] (driver)   * Danpex EN-9400   * DEC DE425 (EISA) / DE434/DE435 (PCI) / DE450/DE500 (DE4x5 driver)   * DEC DE450/DE500-XA (dc21x4x) (Tulip driver)   * DEC DEPCA and EtherWORKS   * DEC EtherWORKS 3 (DE203, DE204, DE205)   * DEC QSilver's (Tulip driver)   * Digi International RightSwitch   * DLink DE-220P, DE-528CT, DE-530+, DFE-500TX, DFE-530TX   * Fujitsu FMV-181/182/183/184   * HP PCLAN (27245 and 27xxx series)   * HP PCLAN PLUS (27247B and 27252A)   * HP 10/100VG PCLAN (J2577, J2573, 27248B, J2585) (ISA/EISA/PCI)   * ICL EtherTeam 16i / 32 (EISA)   * Intel EtherExpress   * Intel EtherExpress Pro   * KTI ET16/P-D2, ET16/P-DC ISA (work jumperless and with hardware-configuration options)   * Macromate MN-220P (PnP or NE2000 mode)   * NCR WaveLAN   * NE2000/NE1000 (be careful with clones)   * Netgear FA-310TX (Tulip chip)   * New Media Ethernet   * PureData PDUC8028, PDI8023   * SEEQ 8005   * SMC Ultra / EtherEZ (ISA)   * SMC 9000 series   * SMC PCI EtherPower 10/100 (Tulip driver)   * SMC EtherPower II (epic100.c driver)   * Sun LANCE adapters (kernel 2.2 and newer)   * Sun Intel adapters (kernel 2.2 and newer)   * Schneider & Koch G16   * Western Digital WD80x3   * Zenith Z-Note / IBM ThinkPad 300 built-in adapter   * Znyx 312 etherarray (Tulip driver) ----------------------------------------------------------------------------- 13.1.2. ISDN   * [http://www.isdn4linux.de/] ISDN for Linux WWW page   * ISDN4Linux tools are available from [ftp://ftp.isdn4linux.de/pub/ isdn4linux/utils/] here.   * 3Com Sonix Arpeggio [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/ network/sonix.tgz] (driver)   * ASUSCOM Network Inc. ISDNLink 128K PC adapter (HiSax)   * AVM A1 (HiSax)   * AVM B1 (avmb1)   * Combinet EVERYWARE 1000 ISDN [ftp://ftp.ibiblio.org/pub/Linux/kernel/ patches/network/combinet1000isdn-1.02.tar.gz] (driver)   * Compaq ISDN S0 (ISA) (HiSax)   * Creatix PnP S0 (HiSax)   * Dr. Neuhaus Niccy PnP/PCI (HiSax)   * Dynalink IS64PH (HiSax)   * Eicon.Diehl Diva 2.0 (ISA/PCI) (S0 and U interface, no PRO version) (HiSax)   * Eicon.Diehl Diva Piccola (HiSax)   * Elsa Microlink PCC-16, PCF, PCF-Pro, PCC-8 (HiSax)   * ELSA QuickStep 1000/1000PCI/3000 (HiSax)   * HFC-2BS0 based cards (HiSax)   * IBM Active 2000 (ISA) (act2000)   * ICN ISDN cards (icn)   * Ith Kommunikationstechnik GmbH MIC 16 (ISA) (HiSax)   * ITK ix1-micro Rev.2 (HiSax)   * Octal PCBIT (pcbit)   * Sedlbauer Speed Card (HiSax)   * Teles SO-8/SO-16.0/SO-16.3/SO-16.3c/SO-16.4 and compatible ones (HiSax)   * Traverse Technologie NETjet PCI S0 (HiSax)   * USR Sportster internal TA (HiSax) ISDN cards that emulate standard modems or common Ethernet adapters don't need any special drivers to work. ----------------------------------------------------------------------------- 13.1.3. WAN Cards +--------------------------+-------+----------+---------------+------------+ |Manufacturer |Model |Bus |Driver |Notes | | |name | | | | +--------------------------+-------+----------+---------------+------------+ |[http://www.cyclades.com/ |PC300/ |PCI |  |1 or 2 | |products/svrbas/pc300.htm]|RSV | | |ports, | |Cyclades | | | |RS-232 and | | | | | |V.35 | +--------------------------+-------+----------+---------------+------------+ |[http://www.cyclades.com/ |PC300/ |PCI |  |1 or 2 | |products/svrbas/pc300.htm]|X21 | | |ports, X.21 | |Cyclades | | | | | +--------------------------+-------+----------+---------------+------------+ |[http://www.cyclades.com/ |PC300/ |PCI |  |1 or 2 | |products/svrbas/pc300.htm]|TE | | |ports, T1 | |Cyclades | | | |and E1 | +--------------------------+-------+----------+---------------+------------+ |Emerging Technologies Inc.|ET/5025|ISA |  |1 port, | | | | | |8-bit | +--------------------------+-------+----------+---------------+------------+ |Emerging Technologies Inc.|ET/ |ISA |  |1 port, | | |5025-16| | |16-bit | +--------------------------+-------+----------+---------------+------------+ |Emerging Technologies Inc.|ET/ |ISA |  |2 port, | | |5025-25| | |16-bit | +--------------------------+-------+----------+---------------+------------+ |Emerging Technologies Inc.|ET/ |PCI |  |4 port | | |5025pq | | | | +--------------------------+-------+----------+---------------+------------+ |FarSite Communications |FarSync|PCI |  |2 port | | |X21 T2P| | | | | |/WAN | | | | | |T2P | | | | +--------------------------+-------+----------+---------------+------------+ |FarSite Communications |FarSync|PCI |  |4 port | | |X21 T4P| | | | | |/WAN | | | | | |T4P | | | | +--------------------------+-------+----------+---------------+------------+ |[http:// |WANic |PCI |See |1 or 2 | |www.imagestream.com/] |520 | |ImageStream's |synchronous | |ImageStream | | |web site |serial, T1, | | | | | |or E1 ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |WANic |PCI |See |4 or 8 | |www.imagestream.com/] |600 | |ImageStream's |synchronous | |ImageStream | | |web site |serial, T1, | | | | | |or E1 ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |WANic |PCI |See |1 or 2 HSSI,| |www.imagestream.com/] |720 | |ImageStream's |DS3, or E3 | |ImageStream | | |web site |ports with | | | | | |i960 | | | | | |co-processor| +--------------------------+-------+----------+---------------+------------+ |[http:// |WANic |PCI |See |1 or 2 HSSI,| |www.imagestream.com/] |800 | |ImageStream's |DS3, or E3 | |ImageStream | | |web site |ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |WANic |PCI |See |1 ATM DS3/ | |www.imagestream.com/] |1000 | |ImageStream's |E3, single | |ImageStream | | |web site |mode OC3, or| | | | | |multimode | | | | | |OC3 | +--------------------------+-------+----------+---------------+------------+ |[http:// |Aries |CompactPCI|See |1 or 2 | |www.imagestream.com/] |500 | |ImageStream's |synchronous | |ImageStream | | |web site |serial ports| +--------------------------+-------+----------+---------------+------------+ |[http:// |Aries |CompactPCI|See |4 or 8 | |www.imagestream.com/] |600 | |ImageStream's |synchronous | |ImageStream | | |web site |serial, T1, | | | | | |or E1 | +--------------------------+-------+----------+---------------+------------+ |[http:// |Aries |CompactPCI|See |1 or 2 HSSI,| |www.imagestream.com/] |720 | |ImageStream's |DS3, or E3 | |ImageStream | | |web site |ports with | | | | | |i960 | | | | | |co-processor| +--------------------------+-------+----------+---------------+------------+ |[http:// |Aries |CompactPCI|See |1 or 2 HSSI,| |www.imagestream.com/] |800 | |ImageStream's |DS3, or E3 | |ImageStream | | |web site |ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |Maxim |PCI |See |1, 2, or 4 | |www.imagestream.com/] |520 |Mezzanine |ImageStream's |synchronous | |ImageStream | |Card (PMC)|web site |serial, T1, | | | | | |or E1 ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |Maxim |PCI |See |4 | |www.imagestream.com/] |600 |Mezzanine |ImageStream's |synchronous | |ImageStream | |Card (PMC)|web site |serial + 4 | | | | | |T1 or E1 | | | | | |ports | +--------------------------+-------+----------+---------------+------------+ |[http:// |Maxim |PCI |See |1 or 2 HSSI | |www.imagestream.com/] |800 |Mezzanine |ImageStream's |ports | |ImageStream | |Card (PMC)|web site | | +--------------------------+-------+----------+---------------+------------+ |[http:// |Maxim |PCI |See |1 ATM DS3/ | |www.imagestream.com/] |1000 |Mezzanine |ImageStream's |E3, single | |ImageStream | |Card (PMC)|web site |mode OC3, or| | | | | |multimode | | | | | |OC3 | +--------------------------+-------+----------+---------------+------------+ |[http:// |ATM/ |PCI |See |1 ATM OC12 | |www.imagestream.com/] |OC12 |Mezzanine |ImageStream's |port (32/ | |ImageStream | |Card (PMC)|web site |64-bit PMC) | +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S514/ |PCI |[ftp:// |1.54Mbps | |Sangoma |FT1 | |ftp.sangoma.com|(T1). The | | | | |/linux/ |card can be | | | | |current_wanpipe|configured | | | | |/] Wanpipe |to support | | | | | |from 64kbps | | | | | |to 1.54Mbps.| +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S5141 |PCI |[ftp:// |RS232/V.35/ | |Sangoma | | |ftp.sangoma.com|X.21on dual | | | | |/linux/ |ports. Main | | | | |current_wanpipe|port is | | | | |/] Wanpipe |4Mpbs, | | | | | |secondary is| | | | | |512kbps. | +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S5142 |PCI |[ftp:// |RS232/V.35/ | |Sangoma | | |ftp.sangoma.com|X.21on four | | | | |/linux/ |ports. Main | | | | |current_wanpipe|ports are | | | | |/] Wanpipe |4Mpbs, | | | | | |secondaries | | | | | |are 512kbps.| | | | | |Functionally| | | | | |identical to| | | | | |two separate| | | | | |S5141 cards.| +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S508/ |ISA |[ftp:// |1.54Mbps | |Sangoma |FT1 | |ftp.sangoma.com|(T1). The | | | | |/linux/ |card can be | | | | |current_wanpipe|configured | | | | |/] Wanpipe |to support | | | | | |from 64kbps | | | | | |to 1.54Mbps.| +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S508 |ISA |[ftp:// |4Mbps, RS232| |Sangoma | | |ftp.sangoma.com|/V.35/X.21 | | | | |/linux/ | | | | | |current_wanpipe| | | | | |/] Wanpipe | | +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S503 |ISA |[ftp:// |64kbps, | |Sangoma | | |ftp.sangoma.com|RS232/V.35/ | | | | |/linux/ |X.21 | | | | |current_wanpipe| | | | | |/] Wanpipe | | +--------------------------+-------+----------+---------------+------------+ |[http://www.sangoma.com/] |S502 |ISA |[ftp:// |obsolete | |Sangoma | | |ftp.sangoma.com|card | | | | |/linux/ | | | | | |current_wanpipe| | | | | |/] Wanpipe | | +--------------------------+-------+----------+---------------+------------+ ----------------------------------------------------------------------------- 13.1.4. Wireless   * ZCOM WL2420 ISA Product information can be found [http://www.zcom.com.tw /] here. Object file kernel drivers are available [http://www.boerde.de/ ~matthias/airnet/zcom_v12] here. ----------------------------------------------------------------------------- 13.1.5. Frame Relay, X.25, Synchronous PPP, Cisco HDLC See WAN cards section. ----------------------------------------------------------------------------- 13.1.6. Pocket and portable adapters   * For more information on Linux and use of the parallel port, go to the [http://www.torque.net/linux-pp.html] Linux Parallel Port Home Page ([http://www.torque.net/parport/] alternate location). Check Appendix A for a complete list of supported parallel port devices (excluding printers). ----------------------------------------------------------------------------- 13.1.7. Slotless   * SLIP/CSLIP/PPP (serial port)   * EQL (serial IP load balancing)   * PLIP (parallel port) - using ``LapLink cable'' or bi-directional cable ----------------------------------------------------------------------------- 13.1.8. ARCnet   * Works with all ARCnet cards ----------------------------------------------------------------------------- 13.1.9. TokenRing Take a look at the token ring web site [http://www.linuxtr.net/] here.   * 3Com 3C619/B/C Tokenlink 16/4 (ibmtr)   * 3Com 3C319 Velocity ISA (ibmtr)   * IBM PCI token ring adapter   * IBM Wake on Lan TR adapter   * IBM 16/4 TR PCI Adapter 2, Adapter 2 Wake on Lan, Adapter 2 Wake on Lan Special   * IBM High Speedd 100/16/4 token ring   * IBM ISA 16/4, MCA 16/4 (ibmtr)   * IBM Tropic chipset cards   * Olicom RapidFire 3139, 3140, 3141, 3540 [http://www.olicom.com/] (more info)   * Olicom OC-3136, OC-3137, OC-3138, OC-3129 [http://www.olicom.com/] (more info)   * Madge Smart 100/16/4 PCI, 16/4 PCI Mk3, 16/4 PCI Mk2 [http:// www.madge.com/] (more info)   * Madge Presto PCI, 16/4 CardBus [http://www.madge.com/] (more info)   * Syskonnect TR4/16(+) SK-4190 ISA, SK-4590 PCI, SK-4591 PCI (sktr) ----------------------------------------------------------------------------- 13.1.10. FDDI   * DEC DEFEA (EISA) / DEFPA (PCI) (kernel 2.0.24 and later) ----------------------------------------------------------------------------- 13.1.11. Amateur radio (AX.25)   * Gracilis PackeTwin   * Ottawa PI/PI2   * Most generic 8530 based HDLC boards ----------------------------------------------------------------------------- 13.1.12. PCMCIA cards   * See the PCMCIA section. ----------------------------------------------------------------------------- 13.2. Alpha, Beta drivers 13.2.1. Ethernet   * Racal-Interlan NI5210 (i82586 Ethernet chip). Improved support in kernel 2.2 and newer   * Racal-Interlan NI6510 (am7990 lance chip). Starting with kernel 1.3.66 more than 16Mb Ram is supported.   * Racal-Interlan PCI card (AMD PC net chip 97c970)?? ----------------------------------------------------------------------------- 13.2.2. ISDN   * SpellCaster's Datacomute/BRI, Telecomute/BRI (ISA) (sc) ----------------------------------------------------------------------------- 13.2.3. ATM The following is likely to be an incomplete list. See the [http:// linux-atm.sourceforge.net/] ATM on Linux project web site for more information.   * Efficient Networks ENI155p-MF and ENI155p-U5 155 Mbps ATM adapter   * SMC ATM Power155 9741D/F and 9746D/F 155 Mbps ATM adapter (uses the ENI driver)   * TI TNETA1570-based 155 Mbps ATM adapter by TU Chemnitz (also known as "UniNET 1570")   * ZeitNet ZN1221 and ZN1225 155 Mbps ATM adapter   * IDT NICStAR 77901/77903 155 and 25 Mbps ATM adapter (77201/77211 SAR)   * Marconi - ForeRunnerLE (25 and 155 Mbps; uses the IDT driver)   * Madge (Collage 25 and 155 Client/Server)   * All Interphase PCI (i)Chip ATM NICs (x575, x525, and x531)   * Marconi - ForeRunner PCA-200E   * IBM - TurboWays 25 (under developement)   * Interphase - 5515 (under development)   * Marconi - ForeRunnerHE (155 and 622 Mbps) (under development) ----------------------------------------------------------------------------- 13.2.4. Wireless   * Proxim RangeLan2 7100 (ISA) / 630x (OEM mini-ISA) [http://www.komacke.com /distribution.html] (driver) ----------------------------------------------------------------------------- 13.3. Unsupported This section is likely to be out of date.   * 3Com 3C359 Velocity XL PCI   * 3Com 3C339 Velocity PCI   * IBM PCI LANStreamer, MCA LANStreamer token ring   * Intel TokenExpress PRO, TokenExpress 16/4   * Sysconnect / Schneider & Koch Token Ring cards (all of them) ----------------------------------------------------------------------------- 14. Sound cards More information on sound drivers and sound cards can be found on [http:// www.linux.org.uk/OSS/] Alan Cox's OSS page, [http://www.alsa-project.org/] ALSA, and the Linux Sound HOWTO. ----------------------------------------------------------------------------- 14.1. Supported   * 4Front Technology Virtual Mixer (includes SoftOSS)   * 4Front Technology Virtual Synth (SoftOSS)   * 6850 UART MIDI   * A-Plus Sound of Music (OPL3-SA)   * A-Trend Harmony 3Ds751 (PCI)   * AcerMagic S23   * Adlib FM synthesizer card   * Adlib MSC 16 PnP (CS4235)   * AMD Interwave reference card   * ARC Probook   * Audio Excell DSP16   * Avance Logic ALS-007 chip based cards. Code for this chip is integrated in the Sound Blaster 16 driver. Isapnptools should be used for configuration.   * AW32 Pro (R2.2-W2)   * AW35 (CS4237)   * AW37 Pro (CS4235)   * Aztech Sound Galaxy NX Pro, NX Pro 16, WaveRider 32+   * Aztech Washington   * BTC Mozart Sound System   * BTC-1831 Sound Card (Opti 1688)   * Bravo Sound Card (Opti 82C930)   * Bull PowerPc builtin audio   * CDR4235-6/-8   * CS32-3DI   * Compaq Deskpro XL integrated Business Audio   * Creative EMU8000 add on (PnP)   * Creative Phone Blaster 28.8/33.6   * Creative Sound Blaster 1.0 to 2.0   * Creative Sound Blaster Pro   * Creative Sound Blaster 16   * Creative Sound Blaster 16 ASP   * Creative Sound Blaster 16 PnP (type-1 up to type-10)   * Creative Sound Blaster 16 Vibra   * Creative Sound Blaster 2.x   * Creative Sound Blaster 32/AWE   * Creative Sound Blaster 32/AWE PnP (type-1 up to type-10)   * Creative Sound Blaster AWE64 (type-1 up to type-7)   * Creative Sound Blaster AWE64 Gold (type-1 and type-2)   * Creative Sound Blaster PCI64/128   * Creative Sound Blaster AWE64/Gold and 16/32/AWE PnP cards need to be activated using isapnptools   * Creative ViBRA16C/CL/S (type-1 and type-2) PnP   * Creative ViBRA16X PnP (half duplex only)   * CrystaLake Crystal Clear Series 100   * Crystal Audio (CS4235)   * Crystal CRD4236B-1E   * Crystal CRD4237B-5/-8   * Crystal CSC0B35 (CS4236B)   * Crystal CX4237B-SIDE   * Crystal Onboard PnP Audio (CS4235)   * Dell Latidude builtin audio   * Diamond Crystal MM PC/104   * Digital AXP builtin audio   * ECHO-PSS cards (Orchid SoundWave32, Cardinal DSP16)   * ESS 1868, 1869 (type-1 and type-2), 1878, 1879, 1968 PnP AudioDrive   * Ensoniq AudioPCI (ES1371)   * Ensoniq AudioPCI / SoundBlaster PCI (ES1370)   * Ensoniq Soundscape Elite   * Ensoniq Soundscape PnP (model 1 and 2)   * Ensoniq Soundscape S-2000   * Ensoniq Soundscape VIVO, VIVO90   * Ensoniq ActionNote 880 C/CX   * Gallant's sound card (SC-6000 and SC-66000 based)   * Generic AD1815 based soundcard (PnP)   * Generic CMI8330 based soundcard (PnP)   * Generic Crystal CS4232 based soundcard or motherboard (non PnP)   * Generic Crystal CS4232 by Acer (PnP mode)   * Generic Crystal CS4232 type-1 up to type-3 (PnP mode)   * Generic Crystal CS4235 type-1   * Generic Crystal CS4236 (type-1 up to type-3)   * Generic Crystal CS4236 based soundcard or motherboard (non PnP)   * Generic Crystal CS4236A (type-1 and type-2), CS4236B   * Generic Crystal CS4237 based soundcard or motherboard (non PnP)   * Generic Crystal CS4237B (type-1 and type-2)   * Generic Crystal CS4238 based soundcard or motherboard (non PnP)   * Generic ESS ES688, ES1688, ES1788, ES1868, ES1869, ES1887, ES1888 based soundcard or motherboard   * Generic Jazz16 based soundcard   * Generic MAD16 (OPTi 82C928), MAD16 Pro, MAD16 Pro (duplex) (OPTi 82C929)   * Generic Mozart soundcard (OAK OTI-601 chip)   * Generic OPTi 82C924, 82C925 based sound card (PnP)   * Generic OPTi 82C924 soundcard (non PnP mode). Use the MSS driver and the isapnp tools   * Generic OPTi 82C930   * Generic OPTi 82C931 [http://www.sequel.demon.co.uk/opti.html] (more info)   * Generic Soundscape based soundcard   * Generic Windows Sound System compatible   * Generic Yamaha OPL3-SA1 (YMF701) based soundcard   * Generic Yamaha OPL3-SA2 (YMF711) based soundcard (type-1, type-3, type-4)   * Generic Yamaha OPL3-SA3 (YMF715) based soundcard   * Generic Yamaha OPL3-SAx (YMF715/YMF719) non-PnP   * Gravis Ultrasound   * Gravis Ultrasound Extreme   * Gravis Ultrasound 16-bit sampling daughterboard   * Gravis Ultrasound MAX   * Gravis Ultrasound ACE   * Gravis Ultrasound PnP (with RAM), PnP Pro   * HP OmniBook 2100 (CS4236)   * Home Studio 64 (analog audio only)   * IBM Audio Feature (CS423x)   * Logitech SoundMan Games (SBPro, 44kHz stereo support)   * Logitech SoundMan Wave (Jazz16/OPL4)   * Logitech SoundMan 16 (PAS-16 compatible)   * MED3201 audio card   * Maxi Sound 32 PnP (analog audio only)   * Maxi Sound 64 Dynamic 3D (analog audio only)   * Media Sound SW/32 (non PnP mode)   * MediaTriX AudioTriX Pro, 3D XG   * Media Vision Premium 3D (Jazz16)   * Media Vision Pro Sonic 16 (Jazz)   * Media Vision Pro Audio Spectrum 16 (PAS-16)   * Media Vision Pro Audio Studio 16   * Media Vision Thunderboard   * Microsoft Windows Sound System board (AD1848)   * MiroSound PCM!-pro   * MultiWave AudioWave Green 16   * Music Quest MIDI connector card (MCC)   * Music Quest MQX-16, MQX-16S MIDI adapter   * Music Quest MQX-32, MQX-32M MIDI adapter   * Music Quest PC MIDI card   * NEC Harmony   * Orchid SoundDrive 16EZ   * Pine PT201   * Primax SoundStorm FM 16, SoundStorm Wave   * Pro Audio Spectrum 16, Studio 16   * RME Digi32, Digi32 Pro, Digi32/8   * Reveal SC300   * Reveal WaveExtreme Pro (with RAM)   * Roland MPU IPC-T MIDI adapter   * S3 SonicVibes   * Shark Mako   * Sharp PC8800   * Shuttle Sound System 48   * Spacewalker HOT-255 PCI 3D (PCI)   * TerraTec Maestro 32/96   * Terratec EWS64XL (audio only)   * Terratec Sound System Base 1 (AD1816)   * Terratec Sound System Base 64 (AD1816)   * Tomato Sound System (OPTi 82C930)   * Trust Sound Expert De Luxe Wave 32   * Turtle Beach Classic/Tahiti/Monterey   * Turtle Beach Maui   * Turtle Beach Monte Carlo 928, Monte Carlo 929   * Turtle Beach Pinnacle/Fiji   * Turtle Beach Tropez, Tropez Plus (audio only)   * Turtle Beach Daytona (audio only)   * Wearnes Classic 16   * Yamaha Sound Edge SW20-PC   * Zefiro Acoustics ZA2 (NOT RECOMMENDED)   * Zenith Z-Player   * AWE32/64 supports is started in kernel series 2.1.x (check the [http:// www.tldp.org/HOWTO/Soundblaster-AWE.html] SoundBlaster AWE 32/64 HOWTO by Marcus Brinkmann for installation details)   * MPU-401 MIDI Intelligent mode (don't enable blindly)   + MPU IPC-T   + MQX-32M   * MPU-401 MIDI UART only dumb port (don't enable blindly)   * Yamaha FM synthesizers (OPL2, OPL3, OPL3-SAx (since kernel series 2.1.x) and OPL4) OSS supports all MIDI daughter cards including Wave Blaster, TB Rio and Yamaha DB50XG. The only requirement is that the "host" card is supported by OSS. Note that only the "host" card needs to be configured using soundconf. The daughter card will be automatically accessible through the MIDI of the "host" card. ----------------------------------------------------------------------------- 14.2. Alpha, Beta drivers   * 4Front Tech. Waveloop loopback audio device   * Acer FX-3D (AD1816 based)   * AVM Apex Pro card (AD1816 based)   * Aztech AZT1008, AZT2320, AZT3000   * Aztech SC-16 3D (AD1816 based)   * Creative Sound Blaster Vibra16x   * Creative Sound Blaster Live! and Live! Value Edition Creative Labs has beta driver for this card. They work with kernels 2.0.36 and 2.2.5 (and most probably newer kernels in these series). The drivers can be downloaded under the software download area at [http://www.creative.com/] Creative's web site.   * Highscreen Sound-Boostar 32 Wave 3D (AD1816 based)   * Highscreen Sound-Boostar 16 (AD1816 based)   * HP Kayak (AD1816 based)   * IBM MWave   * Newcom SC-16 3D (AD1816 based)   * PC speaker / Parallel port DAC [ftp://ftp.informatik.hu-berlin.de/pub/os/ linux/hu-sound/] (driver)   * Rockwell WaveArtist chipset   * Sonorus STUDI/O   * SY-1816 (AD1816 based)   * Terratec Base 1, Base 64 (AD1816 based)   * Terratec EWS64S (AD1816 based)   * Turtle Beach Malibu [ftp://ftp.cs.colorado.edu/users/mccreary/archive/ tbeach/multisound/] (driver) For the AD1816 sound chip based sound cards isapnptools is needed for configuration. ----------------------------------------------------------------------------- 14.3. Unsupported Please note that this section has not been updated recently. It is most likely incorrect.   * A-Trend Harmony 3DS724 (PCI)   * Actech PCI 388-A3D q   * Adaptec AME-1570   * Aureal Vortex (PCI)   * Cardinal DSP 16   * Contributed lowlevel drivers   * Crystal CS4614 (PCI)   * Cyrix MediaGX builtin audio   * Diamond Monster Sound MX300   * Diamond Sonic Impact   * Dream 94PnP Home Studio   * EON Bach SP901 (A3D)   * ESS (PCI)   * ESS Maestro-1 (PCI), Maestro-2 (PCI)   * ESS Solo-1 (PCI)   * Echo Personal Sound System   * Generic ALS007, ALS100 based soundcard   * Orchid NuSound 3D   * Orchid SoundWave 32   * Paradise DSP-16   * Quicknet Internet LineJACK   * Terratec XLerate (A3D)   * Turtle Beach Montego   * Turtle Beach TBS-2000   * Videologic SonicStorm   * Wearnes Beethoven ADSP-16   * Western Digital Paradise DSP-16   * Yamaha YMF724 (PCI) The ASP chip on Sound Blaster 16 series is not supported. AWE32's onboard E-mu MIDI synthesizer is not supported. Nathan Laredo < [mailto:laredo@gnu.ai.mit.edu] laredo@gnu.ai.mit.edu> is willing to write AWE32 drivers if you send him a complimentary card. He is also willing to write drivers for almost any hardware if you send him free samples of your hardware. Sound Blaster 16's with DSP 4.11 and 4.12 have a hardware bug that causes hung/stuck notes when playing MIDI and digital audio at the same time. The problem can happen with either Wave Blaster daughterboards or MIDI devices attached to the MIDI port. There is no known fix. ----------------------------------------------------------------------------- 15. Hard drives All hard drives should work if the controller is supported. Users of large Western Digital IDE hard drives (40GB up to 200GB at least) manufactured before 2003-03-25 should look at [http://wdc.custhelp.com/ cgi-bin/wdc.cfg/php/enduser/std_adp.php?p_faqid=913&p_created=1047068027] this FAQ for an update that fixes a serious bug in those drives. (From the SCSI HOWTO) All direct access SCSI devices with a block size of 256, 512, or 1024 bytes should work. Other block sizes will not work (Note that this can often be fixed by changing the block and/or sector sizes using the MODE SELECT SCSI command). Large IDE (EIDE) drives work fine with newer kernels. The boot partition must lie in the first 1024 cylinders due to PC BIOS limitations. Some Conner CFP1060S drives may have problems with Linux and ext2fs. The symptoms are inode errors during e2fsck and corrupt file systems. Conner has released a firmware upgrade to fix this problem, contact Conner at 1-800-4CONNER (US) or +44-1294-315333 (Europe). Have the microcode version (found on the drive label, 9WA1.6x) handy when you call. Many Maxtor and Western Digital IDE drives are reported to not happily co-exist on the same IDE cable with the other manufacturers drive. Usually one of the drives will fail during operation. Solution is to put them on different IDE cables. Certain Micropolis drives have problems with Adaptec and BusLogic cards, contact the drive manufacturers for firmware upgrades if you suspect problems.   * Multiple device driver (RAID-0, RAID-1) [ftp:// sweet-smoke.ufr-info-p7.ibp.fr/public/Linux/] (driver) ----------------------------------------------------------------------------- 15.1. Unsupported The following hard drives are mentioned as not supported by Linux. Read the bug report available.   * NEC D3817, D3825, D3827, D3847 "These drives are slightly non-SCSI-2 compliant in the values reported in Mode Sense Page 3. In Mode Sense Page 3 all NEC D38x7 drives report their sector size as zero. The NEC drives are the first brand of drive we have ever encountered that reported the sector size as zero. Unfortunately, that field in Mode Sense Page 3 is not modifiable and there is no way to update the firmware on the D38x7 drives to correct this problem." Problems are mentioned for D3825 and D3827 (both revision 0407). Revision 0410 of these two hard drives seems to solve this problem. ----------------------------------------------------------------------------- 16. Tape drives 16.1. Supported   * SCSI tape drives (From the SCSI HOWTO) Drives using both fixed and variable length blocks smaller than the driver buffer length (set to 32k in the distribution sources) are supported. Virtually all drives should work. (Send mail if you know of any incompatible drives.)   + Seagate Sidewinder 50 AIT (on ICP 6527 RAID-controller)   * QIC-02 drives   * Iomega Ditto internal (ftape 3.04c and newer) ----------------------------------------------------------------------------- 16.2. Alpha, Beta drivers   * QIC-117, QIC-40/80, QIC-3010/3020 (QIC-WIDE) drives Most tape drives using the floppy controller should work. Various dedicated controllers (Colorado FC-10/FC-20, Mountain Mach-2, Iomega Tape Controller II) are also supported [ftp://ftp.ibiblio.org/pub/Linux/kernel/tapes] here   * ATAPI tape drives For these an alpha driver (ide-tape.c) is available in the kernel. ATAPI tape drives supported are   + Seagate TapeStor 8000   + Conner CTMA 4000 IDE ATAPI Streaming tape drive ----------------------------------------------------------------------------- 16.3. Unsupported   * Emerald and Tecmar QIC-02 tape controller cards - Chris Ulrich < [mailto: insom@math.ucr.edu] insom@math.ucr.edu >   * Drives that connect to the parallel port (eg: Colorado Trakker)   * Some high speed tape controllers (Colorado TC-15)   * Irwin AX250L/Accutrak 250 (not QIC-80)   * IBM Internal Tape Backup Unit (not QIC-80)   * COREtape Light ----------------------------------------------------------------------------- 17. CD-ROM drives For more information on CD-ROM drives check the [http://www.tldp.org/HOWTO/ CDROM-HOWTO.html] CDROM-HOWTO. ----------------------------------------------------------------------------- 17.1. Supported Common CD-ROM drives   * SCSI CD-ROM drives (From the CD-ROM HOWTO) Any SCSI CD-ROM drive with a block size of 512 or 2048 bytes should work under Linux; this includes the vast majority of CD-ROM drives on the market.   * EIDE (ATAPI) CD-ROM drives (IDECD) Almost all double, quad and six speed drives are supported, including   + Mitsumi FX400   + Nec-260   + Sony 55E Proprietary CD-ROM drives   * Aztech CDA268-01A, Orchid CDS-3110, Okano/Wearnes CDD-110, Conrad TXC, CyCDROM CR520ie/CR540ie/CR940ie (AZTCD)   * Creative Labs CD-200(F) (SBPCD)   * Funai E2550UA/MK4015 (SBPCD)   * GoldStar R420 (GSCD)   * IBM External ISA (SBPCD)   * Kotobuki (SBPCD)   * Lasermate CR328A (OPTCD)   * LMS Philips CM 206 (CM206)   * Longshine LCS-7260 (SBPCD)   * Matsushita/Panasonic CR-521/522/523/562/563 (SBPCD)   * MicroSolutions Backpack parallel portdrive (BPCD)   * Mitsumi CR DC LU05S (MCD/MCDX)   * Mitsumi FX001D/F (MCD/MCDX)   * Optics Storage Dolphin 8000AT (OPTCD)   * Sanyo CDR-H94A (SJCD)   * Sony CDU31A/CDU33A (CDU31A)   * Sony CDU-510/CDU-515 (SOMYCD535)   * Sony CDU-535/CDU-531 (SONYCD535)   * Teac CD-55A SuperQuad (SBPCD) ----------------------------------------------------------------------------- 17.2. Alpha, Beta drivers   * LMS/Philips CM 205/225/202 [ftp://ftp.ibiblio.org/pub/Linux/kernel/ patches/cdrom/cm205cd.0.5a.tar.gz] here   * NEC CDR-35D (old) [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/cdrom/ linux-neccdr35d.patch] here   * Sony SCSI multisession CD-XA [ftp://tsx-11.mit.edu/pub/linux/patches/ sony-multi-0.00.tar.gz] here   * Parallel Port Driver [http://www.torque.net/parport/] here ----------------------------------------------------------------------------- 17.3. Notes All CD-ROM drives should work similarly for reading data. There are various compatibility problems with audio CD playing utilities. (Especially with newer low-end NEC drives.) Some alpha drivers may not have audio support yet. Early (single speed) NEC CD-ROM drives may have trouble with currently available SCSI controllers. PhotoCD (XA) is supported. The hpcdtoppm program by Hadmut Danisch converts PhotoCD files to the portable pixmap format. The program can be obtained from [ftp://ftp.gwdg.de/pub/linux/hpcdtoppm] here or as part of the PBM utilities. Also, reading video CD is supported in kernel series 2.1.3x and later. A patch is available for kernel 2.0.30. Finally, most IDE CD-ROM Changers are supported. ----------------------------------------------------------------------------- 18. CD-Writers Many CD-Writers are supported by Linux now. For an up to date list of CD-Writers supported check the [http://www.tldp.org/HOWTO/ CD-Writing-HOWTO.html] CD-Writing HOWTO, check [http://www.shop.de/cgi-bin/ winni/lsc.pl] here or check [http://www.guug.de:8080/cgi-bin/winni/lsc.pl] here. [ftp://ftp.ibiblio.org/pub/Linux/utils/disk-management/] Cdwrite, [http://cdrecord.berlios.de/] cdrecord, [http://debburn.alioth.debian.org/] cdrkit, [http://icculus.org/burn/] Libburn, and other tools can be used for writing CD's. The X-CD-Roast package for Linux is a graphical front-end for using CD writers. The package can be found at [http://www.xcdroast.org/] xcdroast.org. Other graphical front-ends include [http://www.k3b.org/] K3b and [http://perso.orange.fr/bonfire/] Brasero.   * Grundig CDR 100 IPW   * HP CD-Writer+ 7100   * HP SureStore 4020i   * HP SureStore 6020es/i   * JVC XR-W2010   * Kodak PCD 225   * Mitsubishi CDRW-226   * Mitsumi CR-2600TE   * Olympus CDS 620E   * Philips CDD-521/10,522,2000,2600,3610   * Pinnacle Micro RCD-5020/5040   * Plextor CDR PX-24CS   * Ricoh MP 1420C   * Ricoh MP 6200S/6201S   * Sanyo CRD-R24S   * Smart and Friendly Internal 2006 Plus 2.05   * Sony CDU 920S/924/926S   * Taiyo Yuden EW-50   * TEAC CD-R50S   * WPI(Wearnes) CDR-632P   * WPI(Wearnes) CDRW-622   * Yamaha CDR-100   * Yamaha CDR-200/200t/200tx   * Yamaha CDR-400t/400tx ----------------------------------------------------------------------------- 19. DVD drives Most, if not all, ATAPI and SCSI DVD-ROM and writable DVD drives are supported. Use [http://www.nongnu.org/dvdrtools/] dvdrtools to write DVDs. Use [http://www.dtek.chalmers.se/groups/dvd/] Ogle, [http:// xine.sourceforge.net/] xine, [http://mplayerhq.hu/] MPlayer, or [http:// www.videolan.org/] VideoLAN to play DVD movies. Note that most of the notes in the CD-ROM section apply to DVD-ROM drives as well as CD-ROM drives. ----------------------------------------------------------------------------- 20. Removable drives All SCSI drives should work if the controller is supported, including optical (MO), WORM, floptical, Bernoulli, Zip, Jaz, SyQuest, PD, and others.   * Panasonic MO (combines a CD-ROM drive and an optical removable disk). You have to set a switch when configuring the kernel to get both part work at the same time.   * Parallel port Zip drives [ftp://gear.torque.net/pub/] here   * Parallel port Avatar Shark-250 [http://www.torque.net/parport/] here Removable drives work like hard disks and floppies, just fdisk / mkfs and mount the disks. Linux provides drive locking if your drives support it. mtools can also be used if the disks are in MS-DOS format. CD-R drives require special software to work. Read the CD-R Mini-HOWTO. Linux supports both 512 and 1024 bytes/sector disks. Starting with kernel 2.1.32 Linux also supports 2048 bytes/sector. A patch to kernel 2.0.30 is available at [http://liniere.gen.u-tokyo.ac.jp/2048.html] here. The 2048 bytes/sector support is needed for   * Fujitsu magneto-optical disk drives M2513 Starting with pre-patch-2.0.31-3 IDE/ATAPI internal Zip drives, flopticals and PD's are supported.   * LS-120 floptical   * PD-CD ----------------------------------------------------------------------------- 21. Mice 21.1. Supported   * Microsoft serial mouse   * Mouse Systems serial mouse   * Logitech Mouseman serial mouse   * Logitech serial mouse   * ATI XL Inport busmouse   * C&T 82C710 (QuickPort) (Toshiba, TI Travelmate)   * Microsoft busmouse   * Logitech busmouse   * PS/2 (auxiliary device) mouse ----------------------------------------------------------------------------- 21.2. Alpha, Beta drivers   * Sejin J-mouse [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/console/ jmouse.1.1.70-jmouse.tar.gz] here ----------------------------------------------------------------------------- 21.3. Notes Touchpad devices like Alps Glidepoint also work, so long they're compatible with another mouse protocol. Newer Logitech mice (except the Mouseman) use the Microsoft protocol and all three buttons do work. Eventhough Microsoft's mice have only two buttons, the protocol allows three buttons. The mouse port on the ATI Graphics Ultra and Ultra Pro use the Logitech busmouse protocol. (See the [http://www.ibiblio.org/pub/Linux/docs/HOWTO/ unmaintained/Busmouse-HOWTO] Busmouse HOWTO for details.) ----------------------------------------------------------------------------- 22. Modems All external modems connected via a RS-232 serial port should work. This includes external ISDN adapters, although some of the extended features of external ISDN adapaters (such as multilink) may or may not work. Internal modems are another story, however. There are many so-called "winmodems" available now. In fact, it seems that most PCI modems are winmodems. Some of them do have drivers for Linux now, but many of the drivers are often binary-only. (See the note on binary-only drivers.) See [http://www.linmodems.org/] Linmodems.org for more information on Linux-supported winmodems. Note that there are external USB winmodems on the market now, so be very careful when shopping for external modems. Furthermore, many flash upgradable modems only have flash programs for Win95/ NT. These modems cannot be upgraded under Linux. A small number of modems come with DOS software that downloads the control program at runtime. These can normally be used by loading the program under DOS and doing a warm boot. Such modems are probably best avoided as you won't be able to use them with non PC hardware in the future. Most 16-bit PCMCIA modems should work with the PCMCIA drivers. CardBus modems are usually winmodems much like PCI modems. Your best bet for now is to find a card that lists compatibility with DOS and Windows 3.1. All that said, if a modem is known to have a real UART (or hardware UART emulation), whether it is ISA, PCMCIA, etc., it should work under Linux. Fax modems need appropriated fax software to operate. Also be sure that the fax part of the modem supports Class 2 or Class 2.0. It seems to be generally true for any fax software on unix that support for Class 1.0 is not available. An exception to this is the Linux efax program which supports both Class 1 and Class 2 fax modems. In some cases there can be a few (minor) technical problems with Class 1 modems. If you have a choice it is recommend to get a Class 2 modem. See Appendix B Linux Incompatible Hardware for specific cards known not to work with Linux. The following are other good resources for finding Linux-compatible modems:   * Rob Clark's "Winmodems are not modems" page   * Andrew Comech's "PCI modems and Linux" page   * Andrew Comech's "Cheap /Linux/ Box" section on modems   * Linmodems.org Most of the information below is from those sites. Other useful documents include the following:   * Modem HOWTO   * Linmodem HOWTO   * Winmodems and Linux HOWTO (may be superceded by the Linmodem HOWTO) Below is a very incomplete list of modems currently known to work under Linux. +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |Manufacturer |Model name |Chipset|Bus|Driver|Notes| +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |[http://www.actiontec.com/] Actiontec |[http:// |  |PCI|  |  | | |www.actiontec.com| | | | | | |/support/modems/ | | | | | | |cwi.html] | | | | | | |PCI56012-01CW | | | | | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |[http://www.multitech.com/] Multitech |[http:// |  |PCI|  |  | | |www.multitech.com| | | | | | |/PRODUCTS/ | | | | | | |MultiModemZPX/] | | | | | | |MultiModem | | | | | | |MT5634ZPX-PCI | | | | | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |IBM |33L4618 |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |Topic |FM-56PCI-TP |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |3Com |3CP5610 |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |3Com |3CP5613 Internet |  |PCI|  |  | | |Gaming Modem | | | | | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |3Com |3CP2976 |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |3Com |3CP2977 |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |Archtek |Smartlink 5634PCV|  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |Zoom |2920 |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ |Well Communications |FM-56PCI-TP |  |PCI|  |  | +------------------------------------------------------------------+-----------------+-------+---+------+-----+ The following is old information and may not be entirely correct. It may be removed in a future revision of this document.   * Digicom Connection 96+/14.4+ - DSP code downloading program [ftp:// ftp.ibiblio.org/pub/Linux/apps/serialcomm/modem/smdl-linux.1.02.tar.gz] here   * Motorola ModemSURFR internal 56K. Add a couple of line to RC.SERIAL to account for IRQ and ports if they are non-standard.   * ZyXEL U-1496 series - ZyXEL 1.4, modem/fax/voice control program [http:// pe1chl.xs4all.nl/] here   * ZyXEL Elite 2864 series - modem/fax/voice control program [http:// pe1chl.xs4all.nl/] here   * ZyXEL Omni TA 128 - modem/fax/voice control program [http:// pe1chl.xs4all.nl/] here Also multimodem cards are supported by Linux.   * Moreton Bay RAStel multimodem card Check [http://www.moreton.com.au/ linux.htm] here for Linux drivers. The following modem is mentioned not to be supported   * Aztech MDP3858 56.6 (PCI) ----------------------------------------------------------------------------- 23. Printers/Plotters The following is a list of printers from the [http://www.linuxprinting.org] linuxprinting.org database. See their web site and the Linux Printing HOWTO for more information. +------------+------------------------------------------+-------------+ |Manufacturer|Model Number |Functionality| +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-1000] |perfectly | | |MD-1000 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-1300] |perfectly | | |MD-1300 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Alps-MD-1500] | | | |MD-1500 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-2000] |perfectly | | |MD-2000 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-2010] |perfectly | | |MD-2010 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-2300] |perfectly | | |MD-2300 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Alps-MD-4000] | | | |MD-4000 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Alps-MD-5000] |perfectly | | |MD-5000 | | +------------+------------------------------------------+-------------+ |Alps |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Alps-MD-5500] | | | |MD-5500 | | +------------+------------------------------------------+-------------+ |Anitech |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Anitech-M24] M24 |perfectly | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-1200] |perfectly | | |P-1200 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apollo-P-1220_Barbie] P-1220 Barbie | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-1250] |perfectly | | |P-1250 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2100] |perfectly | | |P-2100 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2150] |perfectly | | |P-2150 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2200] |perfectly | | |P-2200 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2250] |perfectly | | |P-2250 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2500] |perfectly | | |P-2500 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2550] |perfectly | | |P-2550 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2600] |perfectly | | |P-2600 | | +------------+------------------------------------------+-------------+ |Apollo |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apollo-P-2650] |perfectly | | |P-2650 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_1500] Color | | | |StyleWriter 1500 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_2200] Color | | | |StyleWriter 2200 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_2400] Color | | | |StyleWriter 2400 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_2500] Color | | | |StyleWriter 2500 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_4100] Color | | | |StyleWriter 4100 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_4500] Color | | | |StyleWriter 4500 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-Color_StyleWriter_6500] Color | | | |StyleWriter 6500 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apple-Dot_Matrix] |perfectly | | |Dot Matrix | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apple-ImageWriter]|perfectly | | |ImageWriter | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-ImageWriter_II] ImageWriter II | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-ImageWriter_LQ] ImageWriter LQ | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Apple-12_640ps] |perfectly | | |LaserWriter 12/640ps | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_16_600] LaserWriter 16/ | | | |600 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_4_600] LaserWriter 4/600| | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_IINTX] LaserWriter IINTX| | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_IIg] LaserWriter IIg | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-LaserWriter_NT] LaserWriter NT | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_Pro_630] LaserWriter Pro| | | |630 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Apple-LaserWriter_Select_360] LaserWriter | | | |Select 360 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-StyleWriter_1200] StyleWriter 1200 | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-StyleWriter_I] StyleWriter I | | +------------+------------------------------------------+-------------+ |Apple |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Apple-StyleWriter_II] StyleWriter II | | +------------+------------------------------------------+-------------+ |Avery |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Avery-Personal_Label_Printer] Personal | | | |Label Printer | | +------------+------------------------------------------+-------------+ |Avery |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Avery-Personal_Label_Printerplus] Personal| | | |Label Printer+ | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Brother-4550] 4550|Paperweight | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-DCP-1200] |partially | | |DCP-1200 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-DCP-8045D]|perfectly | | |DCP-8045D | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HJ-400] | | | |HJ-400 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1020] |perfectly | | |HL-1020 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HL-1030] | | | |HL-1030 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1040] |perfectly | | |HL-1040 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HL-1050] | | | |HL-1050 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HL-1060] | | | |HL-1060 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1070] |perfectly | | |HL-1070 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-10V] |perfectly | | |HL-10V | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-10h] |perfectly | | |HL-10h | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HL-1230] | | | |HL-1230 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-HL-1240] | | | |HL-1240 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1250] |perfectly | | |HL-1250 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1260] |perfectly | | |HL-1260 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1270N] |perfectly | | |HL-1270N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1430] |perfectly | | |HL-1430 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Brother-HL-1435] |Paperweight | | |HL-1435 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1440] |perfectly | | |HL-1440 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1450] |perfectly | | |HL-1450 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1470N] |perfectly | | |HL-1470N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1650] |perfectly | | |HL-1650 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1660e] |perfectly | | |HL-1660e | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1670N] |perfectly | | |HL-1670N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1850] |perfectly | | |HL-1850 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-1870N] |perfectly | | |HL-1870N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-2060] |perfectly | | |HL-2060 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Brother-HL-2400CeN] HL-2400CeN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-2460] |perfectly | | |HL-2460 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-2460N] |perfectly | | |HL-2460N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-2600CN]|perfectly | | |HL-2600CN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-3260N] |perfectly | | |HL-3260N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-3400CN]|perfectly | | |HL-3400CN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-3450CN]|perfectly | | |HL-3450CN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-4000CN]|perfectly | | |HL-4000CN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-4Ve] |perfectly | | |HL-4Ve | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5030] |perfectly | | |HL-5030 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5040] |perfectly | | |HL-5040 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5050] |perfectly | | |HL-5050 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5070N] |perfectly | | |HL-5070N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5140] |perfectly | | |HL-5140 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5150D] |perfectly | | |HL-5150D | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-5170DN]|perfectly | | |HL-5170DN | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-630] |perfectly | | |HL-630 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-660] |perfectly | | |HL-660 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-7050] |perfectly | | |HL-7050 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-7050N] |perfectly | | |HL-7050N | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-720] |perfectly | | |HL-720 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-730] |perfectly | | |HL-730 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-760] |perfectly | | |HL-760 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-8] HL-8|perfectly | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-820] |perfectly | | |HL-820 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-HL-960] |perfectly | | |HL-960 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MC-3000] |partially | | |MC-3000 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC_7150C]|partially | | |MFC 7150C | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-4350] |partially | | |MFC-4350 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Brother-MFC-6550MC] MFC-6550MC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-8300] |partially | | |MFC-8300 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-9050] |partially | | |MFC-9050 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-9100c]|partially | | |MFC-9100c | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-9500] |partially | | |MFC-9500 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-9600] |partially | | |MFC-9600 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-MFC-P2500]|partially | | |MFC-P2500 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Brother-MP-21C] |Paperweight | | |MP-21C | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-1500PC]|partially | | |PT-1500PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-18R] |partially | | |PT-18R | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-1950] |partially | | |PT-1950 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-1950VP]|partially | | |PT-1950VP | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-1960] |partially | | |PT-1960 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-2420PC]|partially | | |PT-2420PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-2450DX]|partially | | |PT-2450DX | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-2500PC]|partially | | |PT-2500PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-2600] |partially | | |PT-2600 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-2610] |partially | | |PT-2610 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-3600] |partially | | |PT-3600 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-550A] |partially | | |PT-550A | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-9200DX]|partially | | |PT-9200DX | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-9200PC]|partially | | |PT-9200PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-9400] |partially | | |PT-9400 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-9500PC]|partially | | |PT-9500PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Brother-PT-9600] |partially | | |PT-9600 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Brother-PT-PC] |Paperweight | | |PT-PC | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-QL-500] | | | |QL-500 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-QL-550] | | | |QL-550 | | +------------+------------------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Brother-QL-650TD] | | | |QL-650TD | | +------------+------------------------------------------+-------------+ |CItoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=CItoh-M8510] M8510|perfectly | +------------+------------------------------------------+-------------+ |CalComp |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |CalComp-Artisan_1023_penplotter] Artisan | | | |1023 penplotter | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-100] |perfectly | | |BJ-100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-10e] |perfectly | | |BJ-10e | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-10v] |perfectly | | |BJ-10v | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-15v] |perfectly | | |BJ-15v | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-20] BJ-20|perfectly | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-200] |perfectly | | |BJ-200 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-30] BJ-30|perfectly | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-300] |partially | | |BJ-300 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-330] |perfectly | | |BJ-330 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-35v] |perfectly | | |BJ-35v | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJ-5] BJ-5 |perfectly | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-1000] | | | |BJC-1000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-2000] | | | |BJC-2000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-2010] | | | |BJC-2010 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-210] |perfectly | | |BJC-210 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-2100] | | | |BJC-2100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-210SP] |partially | | |BJC-210SP | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-2110] | | | |BJC-2110 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-240] | | | |BJC-240 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-250] |perfectly | | |BJC-250 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-250ex] |perfectly | | |BJC-250ex | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-255SP] |perfectly | | |BJC-255SP | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-265SP] |perfectly | | |BJC-265SP | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-3000] | | | |BJC-3000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4000] |perfectly | | |BJC-4000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4100] |perfectly | | |BJC-4100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4200] |perfectly | | |BJC-4200 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4300] |perfectly | | |BJC-4300 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-4310SP] | | | |BJC-4310SP | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4400] |perfectly | | |BJC-4400 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-4550] |perfectly | | |BJC-4550 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-50] | | | |BJC-50 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-BJC-5000] |Paperweight | | |BJC-5000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-BJC-5100] |Paperweight | | |BJC-5100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-55] | | | |BJC-55 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-600] |perfectly | | |BJC-600 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-6000] | | | |BJC-6000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-610] |perfectly | | |BJC-610 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-6100] |partially | | |BJC-6100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-620] |perfectly | | |BJC-620 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-6200] |partially | | |BJC-6200 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-6500] |partially | | |BJC-6500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-680J] |perfectly | | |BJC-680J | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-70] |perfectly | | |BJC-70 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-7000] |partially | | |BJC-7000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-7004] | | | |BJC-7004 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-7100] |partially | | |BJC-7100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-80] | | | |BJC-80 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-800] |perfectly | | |BJC-800 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-8200] | | | |BJC-8200 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-BJC-85] | | | |BJC-85 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-BJC-8500] |Paperweight | | |BJC-8500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-BJC-880J] |perfectly | | |BJC-880J | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-CP-100] | | | |CP-100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-CP-200] | | | |CP-200 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-CP-220] | | | |CP-220 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-CP-300] | | | |CP-300 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-CP-330] | | | |CP-330 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-GP_335] GP |perfectly | | |335 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-GP_405] GP |perfectly | | |405 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-1000] |perfectly | | |LBP-1000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-LBP-1120] | | | |LBP-1120 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-1260] |perfectly | | |LBP-1260 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-1760] |perfectly | | |LBP-1760 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-310] |perfectly | | |LBP-310 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-320_Pro]|perfectly | | |LBP-320 Pro | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-350] |perfectly | | |LBP-350 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-4plus] |perfectly | | |LBP-4+ | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-430] |perfectly | | |LBP-430 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-LBP-460] | | | |LBP-460 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-470] |perfectly | | |LBP-470 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-4U] |perfectly | | |LBP-4U | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-LBP-4sx] | | | |LBP-4sx | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-LBP-600] |Paperweight | | |LBP-600 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-LBP-660] | | | |LBP-660 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-LBP-800] |Paperweight | | |LBP-800 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-LBP-810] | | | |LBP-810 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LBP-8A1] |perfectly | | |LBP-8A1 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LIPS-IIplus]|perfectly | | |LIPS-II+ | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LIPS-III] |perfectly | | |LIPS-III | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LIPS-IV] |perfectly | | |LIPS-IV | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-LIPS-IVv] |perfectly | | |LIPS-IVv | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Canon-MultiPASS_C2500] MultiPASS C2500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Canon-MultiPASS_C3000] MultiPASS C3000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Canon-MultiPASS_C3500] MultiPASS C3500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Canon-MultiPASS_C5000] MultiPASS C5000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Canon-MultiPASS_C5500] MultiPASS C5500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-Multipass_L6000] Multipass L6000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-S100] S100 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-S200] S200 |Paperweight | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S300] S300 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-S400] S400 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S450] S450 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S4500] S4500|partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S500] S500 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S600] S600 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S630] S630 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Canon-S800] S800 |partially | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-SELPHY-CP-400] SELPHY-CP-400 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-SELPHY-CP-500] SELPHY-CP-500 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-SELPHY-CP-510] SELPHY-CP-510 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-SELPHY-CP-600] SELPHY-CP-600 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-SELPHY-CP-710] SELPHY-CP-710 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Canon-iP4000] | | | |iP4000 | | +------------+------------------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Canon-imageRunner_330s] imageRunner 330s | | +------------+------------------------------------------+-------------+ |Casio |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Casio-KL-E11] | | | |KL-E11 | | +------------+------------------------------------------+-------------+ |Casio |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Casio-KL-P1000] | | | |KL-P1000 | | +------------+------------------------------------------+-------------+ |Casio |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Casio-KP-C10] | | | |KP-C10 | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Citizen-ProJet_II]|perfectly | | |ProJet II | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Citizen-ProJet_IIc] ProJet IIc | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Citizen-printiva1700] printiva1700 | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Citizen-printiva600C] printiva600C | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Citizen-printiva600U] printiva600U | | +------------+------------------------------------------+-------------+ |Citizen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Citizen-printiva700] printiva700 | | +------------+------------------------------------------+-------------+ |Compaq |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Compaq-IJ1200] | | | |IJ1200 | | +------------+------------------------------------------+-------------+ |Compaq |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Compaq-IJ300] |partially | | |IJ300 | | +------------+------------------------------------------+-------------+ |Compaq |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Compaq-IJ750] | | | |IJ750 | | +------------+------------------------------------------+-------------+ |Compaq |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Compaq-IJ900] |partially | | |IJ900 | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=DEC-1800] 1800 | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |DEC-DECWriter_500i] DECWriter 500i | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |DEC-DECwriter_110i] DECwriter 110i | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |DEC-DECwriter_520ic] DECwriter 520ic | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LA50] LA50 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LA70] LA70 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LA75] LA75 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LA75_Plus] |perfectly | | |LA75 Plus | | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LJ250] LJ250 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LN03] LN03 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=DEC-LN07] LN07 |perfectly | +------------+------------------------------------------+-------------+ |DEC |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=DEC-LN17] LN17 | | +------------+------------------------------------------+-------------+ |Dell |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dell-M5200] M5200 |perfectly | +------------+------------------------------------------+-------------+ |Dell |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dell-S2500] S2500 |perfectly | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-ASCII_250] ASCII 250 | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-ASCIIplus] ASCII+ | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dymo-CoStar-EL40] |perfectly | | |EL40 | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dymo-CoStar-EL60] |perfectly | | |EL60 | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-LabelWriter_II] LabelWriter II| | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-LabelWriter_XL] LabelWriter XL| | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-LabelWriter_XLplus] | | | |LabelWriter XL+ | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dymo-CoStar-SE250]|perfectly | | |SE250 | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Dymo-CoStar-SE250plus] SE250+ | | +------------+------------------------------------------+-------------+ |Dymo-CoStar |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Dymo-CoStar-Turbo]|perfectly | | |Turbo | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-ActionLaser_1100] ActionLaser 1100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-ActionLaser_II] ActionLaser II | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-ActionPrinter_3250] ActionPrinter | | | |3250 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-AcuLaser_C1000] AcuLaser C1000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C1900] AcuLaser C1900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C1900PS] AcuLaser C1900PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C2000] AcuLaser C2000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C2000PS] AcuLaser C2000PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C4000] AcuLaser C4000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C4000PS] AcuLaser C4000PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C4100] AcuLaser C4100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C4100PS] AcuLaser C4100PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C8500] AcuLaser C8500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C8500PS] AcuLaser C8500PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C8600] AcuLaser C8600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C8600PS] AcuLaser C8600PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-AcuLaser_C900] AcuLaser C900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-AcuLaser_C9100] AcuLaser C9100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-CL_700] CL |perfectly | | |700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-CL_750] CL |perfectly | | |750 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-CL_760] CL | | | |760 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Dot_Matrix] |perfectly | | |Dot Matrix | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-E_100] E 100|perfectly | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EM_900C] EM |perfectly | | |900C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EM_900CN] EM|perfectly | | |900CN | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EM_930C] EM |perfectly | | |930C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EM_930CN] EM|perfectly | | |930CN | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5200] |perfectly | | |EPL-5200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-EPL-5200plus] EPL-5200+ | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Epson-EPL-5500W] |Paperweight | | |EPL-5500W | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-EPL-5700] | | | |EPL-5700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-EPL-5700L] | | | |EPL-5700L | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5700PS] |perfectly | | |EPL-5700PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5800] |perfectly | | |EPL-5800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-EPL-5800L] | | | |EPL-5800L | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5800PS] |perfectly | | |EPL-5800PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5900] |perfectly | | |EPL-5900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5900L] |perfectly | | |EPL-5900L | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-5900PS] |perfectly | | |EPL-5900PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-6100] |perfectly | | |EPL-6100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-EPL-6100L] | | | |EPL-6100L | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-6100PS] |perfectly | | |EPL-6100PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-EPL-6200L] | | | |EPL-6200L | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-7100] |perfectly | | |EPL-7100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N1600] |perfectly | | |EPL-N1600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N1600PS]|perfectly | | |EPL-N1600PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2050] |perfectly | | |EPL-N2050 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-EPL-N2050plus] EPL-N2050+ | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2050PS]|perfectly | | |EPL-N2050PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-EPL-N2050PSplus] EPL-N2050PS+ | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2120] |perfectly | | |EPL-N2120 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2500] |perfectly | | |EPL-N2500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2500PS]|perfectly | | |EPL-N2500PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2750] |perfectly | | |EPL-N2750 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-EPL-N2750PS]|perfectly | | |EPL-N2750PS | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-L-1000] |perfectly | | |L-1000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP_8000] LP |perfectly | | |8000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-1800] |perfectly | | |LP-1800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-1900] |perfectly | | |LP-1900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-2000] |perfectly | | |LP-2000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-2200] |perfectly | | |LP-2200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-2400] |perfectly | | |LP-2400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-2500] |perfectly | | |LP-2500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-3000] |perfectly | | |LP-3000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-3000C] |perfectly | | |LP-3000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-7000] |perfectly | | |LP-7000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-7000G] |perfectly | | |LP-7000G | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-7500] |perfectly | | |LP-7500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-7700] |perfectly | | |LP-7700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-7900] |perfectly | | |LP-7900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8000C] |perfectly | | |LP-8000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8100] |perfectly | | |LP-8100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8200C] |perfectly | | |LP-8200C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8300C] |perfectly | | |LP-8300C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8300F] |perfectly | | |LP-8300F | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8400F] |perfectly | | |LP-8400F | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8500C] |perfectly | | |LP-8500C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8600] |perfectly | | |LP-8600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8600F] |perfectly | | |LP-8600F | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8700] |perfectly | | |LP-8700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8800C] |perfectly | | |LP-8800C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-8900] |perfectly | | |LP-8900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9000B] |perfectly | | |LP-9000B | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9000C] |perfectly | | |LP-9000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9100] |perfectly | | |LP-9100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9200B] |perfectly | | |LP-9200B | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9200C] |perfectly | | |LP-9200C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9300] |perfectly | | |LP-9300 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9400] |perfectly | | |LP-9400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9500C] |perfectly | | |LP-9500C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9600] |perfectly | | |LP-9600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9600S] |perfectly | | |LP-9600S | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-9800C] |perfectly | | |LP-9800C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-S4500] |perfectly | | |LP-S4500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-S6500] |perfectly | | |LP-S6500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LP-xx00] |perfectly | | |LP-xx00 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LQ-24] LQ-24|perfectly | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LQ-2550] |perfectly | | |LQ-2550 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LQ-500] |perfectly | | |LQ-500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LQ-570plus] |perfectly | | |LQ-570+ | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LQ-850] |perfectly | | |LQ-850 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-LX-1050] |perfectly | | |LX-1050 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MC_10000] MC|partially | | |10000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MC_2000] MC |partially | | |2000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-MC_5000] MC | | | |5000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MC_7000] MC |perfectly | | |7000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MC_9000] MC |partially | | |9000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-MJ_5100C] MJ| | | |5100C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-MJ_520C] MJ | | | |520C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MJ_6000C] MJ|perfectly | | |6000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MJ_8000C] MJ|perfectly | | |8000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MJ_930C] MJ |perfectly | | |930C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-MachJet] |perfectly | | |MachJet | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_10000] PM|partially | | |10000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_2000C] PM|perfectly | | |2000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_2200C] PM|perfectly | | |2200C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_3000C] PM|perfectly | | |3000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_3300C] PM|perfectly | | |3300C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_3500C] PM|perfectly | | |3500C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_3700C] PM|perfectly | | |3700C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_4000PX] | | | |PM 4000PX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_5000C] PM| | | |5000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_7000C] PM|perfectly | | |7000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_700C] PM |perfectly | | |700C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_730C] PM |perfectly | | |730C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_740C] PM |perfectly | | |740C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_750C] PM |perfectly | | |750C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_760C] PM |perfectly | | |760C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_770C] PM |perfectly | | |770C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_780C] PM |perfectly | | |780C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_790PT] PM|perfectly | | |790PT | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_800C] PM |perfectly | | |800C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_820C] PM |perfectly | | |820C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_850PT] PM|perfectly | | |850PT | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_870C] PM | | | |870C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_880C] PM |perfectly | | |880C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_9000C] PM|partially | | |9000C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Epson-PM_930C] PM |Paperweight | | |930C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_940C] PM | | | |940C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_950C] PM |partially | | |950C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_970C] PM |partially | | |970C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PM_980C] PM |partially | | |980C | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_A900] PM | | | |A900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_D1000] PM| | | |D1000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_D750] PM | | | |D750 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_D770] PM | | | |D770 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_G700] PM | | | |G700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_G720] PM | | | |G720 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_G800] PM | | | |G800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PM_G820] PM | | | |G820 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_5500] PX | | | |5500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PX_7000] PX |partially | | |7000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PX_9000] PX |partially | | |9000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_A650] PX | | | |A650 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_G5000] PX| | | |G5000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_G900] PX | | | |G900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_G920] PX | | | |G920 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_V500] PX | | | |V500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-PX_V600] PX | | | |V600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-PictureMate]|perfectly | | |PictureMate | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-PictureMate_Deluxe] PictureMate | | | |Deluxe | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-SQ_1170] SQ |perfectly | | |1170 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus] |perfectly | | |Stylus | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_800] |perfectly | | |Stylus 800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C20] |perfectly | | |Stylus C20 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C20SX] Stylus C20SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C20UX] Stylus C20UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C40] |perfectly | | |Stylus C40 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C40SX] Stylus C40SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C40UX] Stylus C40UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C41] |perfectly | | |Stylus C41 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C41SX] Stylus C41SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C41UX] Stylus C41UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C42] |perfectly | | |Stylus C42 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C42SX] Stylus C42SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C42UX] Stylus C42UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C43] |perfectly | | |Stylus C43 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C43SX] Stylus C43SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C43UX] Stylus C43UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C44] |perfectly | | |Stylus C44 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C44SX] Stylus C44SX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_C44UX] Stylus C44UX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C45] |perfectly | | |Stylus C45 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C46] |perfectly | | |Stylus C46 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C48] |perfectly | | |Stylus C48 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C50] | | | |Stylus C50 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C60] |perfectly | | |Stylus C60 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C61] |perfectly | | |Stylus C61 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C62] |perfectly | | |Stylus C62 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C63] | | | |Stylus C63 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C64] | | | |Stylus C64 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C65] | | | |Stylus C65 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C66] | | | |Stylus C66 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C68] | | | |Stylus C68 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C70] |perfectly | | |Stylus C70 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C80] |perfectly | | |Stylus C80 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Epson-Stylus_C82] |perfectly | | |Stylus C82 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C83] | | | |Stylus C83 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C84] | | | |Stylus C84 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C85] | | | |Stylus C85 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C86] | | | |Stylus C86 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_C88] | | | |Stylus C88 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_CX1500] Stylus CX1500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_CX3100] Stylus CX3100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_CX3200] Stylus CX3200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3500] Stylus CX3500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3600] Stylus CX3600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3650] Stylus CX3650 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3700] Stylus CX3700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3800] Stylus CX3800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3805] Stylus CX3805 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX3810] Stylus CX3810 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4100] Stylus CX4100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4200] Stylus CX4200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4500] Stylus CX4500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4600] Stylus CX4600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4700] Stylus CX4700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX4800] Stylus CX4800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX5100] Stylus CX5100 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_CX5200] Stylus CX5200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX5300] Stylus CX5300 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX5400] Stylus CX5400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX5700] Stylus CX5700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX5800] Stylus CX5800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX6300] Stylus CX6300 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX6400] Stylus CX6400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX6500] Stylus CX6500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX6600] Stylus CX6600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX7700] Stylus CX7700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX7800] Stylus CX7800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX8300] Stylus CX8300 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_CX8400] Stylus CX8400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color] Stylus Color | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_1160] Stylus Color 1160| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_1500] Stylus Color 1500| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_1520] Stylus Color 1520| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Color_200] Stylus Color 200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Color_300] Stylus Color 300 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_3000] Stylus Color 3000| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_400] Stylus Color 400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_440] Stylus Color 440 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_460] Stylus Color 460 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_480] Stylus Color 480 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_500] Stylus Color 500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_580] Stylus Color 580 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_600] Stylus Color 600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_640] Stylus Color 640 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_660] Stylus Color 660 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_670] Stylus Color 670 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_680] Stylus Color 680 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_740] Stylus Color 740 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_760] Stylus Color 760 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_777] Stylus Color 777 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_8_3] Stylus Color 8 3 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_800] Stylus Color 800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_850] Stylus Color 850 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_860] Stylus Color 860 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_880] Stylus Color 880 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_900] Stylus Color 900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_980] Stylus Color 980 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_I] Stylus Color I | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Color_II] Stylus Color II | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Color_IIs] Stylus Color IIs | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Color_PRO] Stylus Color PRO | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_D68] | | | |Stylus D68 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Epson-Stylus_D88] | | | |Stylus D88 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_DX3800] Stylus DX3800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_DX3850] Stylus DX3850 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_DX4200] Stylus DX4200 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_DX4250] Stylus DX4250 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_DX4800] Stylus DX4800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo] Stylus Photo | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_1200] Stylus Photo 1200| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_1270] Stylus Photo 1270| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_1280] Stylus Photo 1280| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_1290] Stylus Photo 1290| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_1290S] Stylus Photo | | | |1290S | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Photo_2000P] Stylus Photo | | | |2000P | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_2100] Stylus Photo 2100| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_2200] Stylus Photo 2200| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_700] Stylus Photo 700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_720] Stylus Photo 720 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_750] Stylus Photo 750 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_780] Stylus Photo 780 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_785] Stylus Photo 785 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_790] Stylus Photo 790 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_810] Stylus Photo 810 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_820] Stylus Photo 820 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_825] Stylus Photo 825 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_830] Stylus Photo 830 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_870] Stylus Photo 870 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_875] Stylus Photo 875 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_890] Stylus Photo 890 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_895] Stylus Photo 895 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_900] Stylus Photo 900 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_915] Stylus Photo 915 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_925] Stylus Photo 925 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_935] Stylus Photo 935 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_950] Stylus Photo 950 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_960] Stylus Photo 960 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_EX] Stylus Photo EX | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Photo_EX3] Stylus Photo EX3 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R1800] Stylus Photo | | | |R1800 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Photo_R200] Stylus Photo R200| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R210] Stylus Photo R210| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R220] Stylus Photo R220| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R2400] Stylus Photo | | | |R2400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Photo_R300] Stylus Photo R300| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R310] Stylus Photo R310| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R320] Stylus Photo R320| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R340] Stylus Photo R340| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_R800] Stylus Photo R800| | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX400] Stylus Photo | | | |RX400 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX420] Stylus Photo | | | |RX420 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX425] Stylus Photo | | | |RX425 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX430] Stylus Photo | | | |RX430 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Photo_RX500] Stylus Photo | | | |RX500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX510] Stylus Photo | | | |RX510 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Photo_RX600] Stylus Photo | | | |RX600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX620] Stylus Photo | | | |RX620 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX630] Stylus Photo | | | |RX630 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Photo_RX700] Stylus Photo | | | |RX700 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Pro_10000] Stylus Pro 10000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Pro_5000] Stylus Pro 5000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Pro_5500] Stylus Pro 5500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Pro_7000] Stylus Pro 7000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Pro_7500] Stylus Pro 7500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Pro_7600] Stylus Pro 7600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Pro_9000] Stylus Pro 9000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Pro_9500] Stylus Pro 9500 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Epson-Stylus_Pro_9600] Stylus Pro 9600 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Epson-Stylus_Pro_XL] Stylus Pro XL | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Scan_2000] Stylus Scan 2000 | | +------------+------------------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Epson-Stylus_Scan_2500] Stylus Scan 2500 | | +------------+------------------------------------------+-------------+ |Fujifilm |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Fujifilm-Printpix-CX-400] Printpix-CX-400 | | +------------+------------------------------------------+-------------+ |Fujifilm |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Fujifilm-Printpix-CX-550] Printpix-CX-550 | | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Fujitsu-1200] 1200|perfectly | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Fujitsu-2400] 2400|perfectly | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Fujitsu-3400] 3400|perfectly | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Fujitsu-FMLBP2xx_Page_Printer] FMLBP2xx | | | |Page Printer | | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Fujitsu-FMPR] FMPR|perfectly | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Fujitsu-PrintPartner_10V] PrintPartner 10V| | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Fujitsu-PrintPartner_16DV] PrintPartner | | | |16DV | | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Fujitsu-PrintPartner_20W] PrintPartner 20W| | +------------+------------------------------------------+-------------+ |Fujitsu |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Fujitsu-PrintPartner_8000] PrintPartner | | | |8000 | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-ESC_P_Dot_Matrix_Printer] ESC/P | | | |Dot Matrix Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Generic-GDI_Printer] GDI Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-IBM-Compatible_Dot_Matrix_Printer]| | | |IBM-Compatible Dot Matrix Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_3_Printer] PCL 3 Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_4_Printer] PCL 4 Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_5_Printer] PCL 5 Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_5c_Printer] PCL 5c Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_5e_Printer] PCL 5e Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PCL_6_PCL_XL_Printer] PCL 6/PCL XL| | | |Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Generic-PostScript_Printer] PostScript | | | |Printer | | +------------+------------------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Generic-ZjStream_Printer] ZjStream Printer| | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-10512] |perfectly | | |10512 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-2212] |perfectly | | |2212 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-2712] |perfectly | | |2712 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-3212] |perfectly | | |3212 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-3502] |perfectly | | |3502 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-3532_4235g] 3532/4235g | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-4502] |perfectly | | |4502 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-4532_4245g] 4532/4245g | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-6002] |perfectly | | |6002 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-7502] |perfectly | | |7502 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-9002] |perfectly | | |9002 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7010] |perfectly | | |C7010 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7116] |perfectly | | |C7116 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7416] |perfectly | | |C7416 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7417] |perfectly | | |C7417 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7425dn]|perfectly | | |C7425dn | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7435n] |perfectly | | |C7435n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7521n] |perfectly | | |C7521n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7526dn]|perfectly | | |C7526dn | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7528n] |perfectly | | |C7528n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7531dn]|perfectly | | |C7531dn | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7535n] |perfectly | | |C7535n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-C7640nD]|perfectly | | |C7640nD | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-CS555] |perfectly | | |CS555 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc224] |perfectly | | |DSc224 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc232] |perfectly | | |DSc232 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc328] |perfectly | | |DSc328 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc332] |perfectly | | |DSc332 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc338] |perfectly | | |DSc338 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc38] |perfectly | | |DSc38 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc38u] |perfectly | | |DSc38u | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc424] |perfectly | | |DSc424 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc428] |perfectly | | |DSc428 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc432] |perfectly | | |DSc432 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc435] |perfectly | | |DSc435 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc445] |perfectly | | |DSc445 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc460] |perfectly | | |DSc460 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc524] |perfectly | | |DSc524 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSc532] |perfectly | | |DSc532 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm415] |perfectly | | |DSm415 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm615] |perfectly | | |DSm615 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm616] |perfectly | | |DSm616 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm618] |perfectly | | |DSm618 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm618d]|perfectly | | |DSm618d | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm620] |perfectly | | |DSm620 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm620d]|perfectly | | |DSm620d | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm622] |perfectly | | |DSm622 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm627] |perfectly | | |DSm627 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-DSm635_635G] DSm635/635G | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-DSm645_645G] DSm645/645G | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm651] |perfectly | | |DSm651 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm660] |perfectly | | |DSm660 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm675] |perfectly | | |DSm675 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm725] |perfectly | | |DSm725 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-DSm730] |perfectly | | |DSm730 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-DSm735_735G] DSm735/735G | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-DSm745_745G] DSm745/745G | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-F9199_9199nf] F9199/9199nf | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP_161_DSm416] MP 161/DSm416 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP_2510_DSm725e] MP 2510/DSm725e| | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP_3010_DSm730e] MP 3010/DSm730e| | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP1100_DSm7110] MP1100/DSm7110 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP1350_DSm7135] MP1350/DSm7135 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP1600_DSm716] MP1600/DSm716 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP2000_DSm721d] MP2000/DSm721d | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP3500_DSm735e] MP3500/DSm735e | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP4500_DSm745e] MP4500/DSm745e | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP5500_DSm755] MP5500/DSm755 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP6500_DSm765] MP6500/DSm765 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP7500_DSm775] MP7500/DSm775 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MP9000_DSm790] MP9000/DSm790 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MPC1500_GS106] MPC1500/GS106 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MPC2500_DSc525] MPC2500/DSc525 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MPC3000_DSc530] MPC3000/DSc530 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MPC3500_DSc535] MPC3500/DSc535 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Gestetner-MPC4500_DSc545] MPC4500/DSc545 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7026] |perfectly | | |P7026 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7026n] |perfectly | | |P7026n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7032] |perfectly | | |P7032 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7126] |perfectly | | |P7126 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7126n] |perfectly | | |P7126n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7132n] |perfectly | | |P7132n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7145] |perfectly | | |P7145 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7245] |perfectly | | |P7245 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7325] |perfectly | | |P7325 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7325n] |perfectly | | |P7325n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7431cn]|perfectly | | |P7431cn | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7527] |perfectly | | |P7527 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7527n] |perfectly | | |P7527n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7535n] |perfectly | | |P7535n | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7575] |perfectly | | |P7575 | | +------------+------------------------------------------+-------------+ |Gestetner |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Gestetner-P7675] |perfectly | | |P7675 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-2000C] 2000C |perfectly | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-2500C] 2500C |perfectly | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-2500CM] 2500CM |perfectly | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-2563] 2563 |perfectly | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_1000] Business Inkjet | | | |1000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_1100] Business Inkjet | | | |1100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_1200] Business Inkjet | | | |1200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2200] Business Inkjet | | | |2200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2230] Business Inkjet | | | |2230 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2250] Business Inkjet | | | |2250 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2250TN] Business Inkjet| | | |2250TN | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2280] Business Inkjet | | | |2280 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2300] Business Inkjet | | | |2300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2600] Business Inkjet | | | |2600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_2800] Business Inkjet | | | |2800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Business_Inkjet_3000] Business Inkjet | | | |3000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_Inkjet_Printer_CP1160] Color | | | |Inkjet Printer CP1160 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_Inkjet_Printer_CP1700] Color | | | |Inkjet Printer CP1700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |HP-Color_LaserJet_1500] Color LaserJet | | | |1500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-Color_LaserJet_1600] Color LaserJet | | | |1600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_2500] Color LaserJet | | | |2500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_2550] Color LaserJet | | | |2550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-Color_LaserJet_2600n] Color LaserJet | | | |2600n | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_2605] Color LaserJet | | | |2605 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_2700] Color LaserJet | | | |2700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_2800] Color LaserJet | | | |2800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3000] Color LaserJet | | | |3000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3500] Color LaserJet | | | |3500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3550] Color LaserJet | | | |3550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3600] Color LaserJet | | | |3600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3700] Color LaserJet | | | |3700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_3800] Color LaserJet | | | |3800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4500] Color LaserJet | | | |4500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4550] Color LaserJet | | | |4550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4600] Color LaserJet | | | |4600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4610] Color LaserJet | | | |4610 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4650] Color LaserJet | | | |4650 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4700] Color LaserJet | | | |4700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_4730_MFP] Color LaserJet| | | |4730 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_5] Color LaserJet 5 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_5000] Color LaserJet | | | |5000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_5500] Color LaserJet | | | |5500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_5550] Color LaserJet | | | |5550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_5M] Color LaserJet 5M | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_8500] Color LaserJet | | | |8500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_8550GN] Color LaserJet | | | |8550GN | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_9500] Color LaserJet | | | |9500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_CM1015] Color LaserJet | | | |CM1015 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_CM1017] Color LaserJet | | | |CM1017 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_CP4005] Color LaserJet | | | |CP4005 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-Color_LaserJet_9500_MFP] ColorLaserJet | | | |9500 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_100] | | | |DesignJet 100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-DesignJet_100plus] DesignJet 100plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DesignJet_230] |perfectly | | |DesignJet 230 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DesignJet_2500CP] DesignJet 2500CP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_250C]| | | |DesignJet 250C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DesignJet_3500CP] DesignJet 3500CP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_350C]| | | |DesignJet 350C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DesignJet_430] |perfectly | | |DesignJet 430 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_450C]| | | |DesignJet 450C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-DesignJet_455CA] DesignJet 455CA | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-DesignJet_488CA] DesignJet 488CA | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_500] | | | |DesignJet 500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_5000]| | | |DesignJet 5000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-DesignJet_500ps] DesignJet 500ps | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_5500]| | | |DesignJet 5500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DesignJet_5500ps] DesignJet 5500ps | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_650C]| | | |DesignJet 650C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DesignJet_700] |perfectly | | |DesignJet 700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_750] | | | |DesignJet 750C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-DesignJet_750C_Plus] DesignJet 750C | | | |Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DesignJet_800] | | | |DesignJet 800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DesignJet_ColorPro_CAD] DesignJet | | | |ColorPro CAD | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet] |perfectly | | |DeskJet | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1000C] |perfectly | | |DeskJet 1000C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1100C] |perfectly | | |DeskJet 1100C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1120C] |perfectly | | |DeskJet 1120C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1125C] |perfectly | | |DeskJet 1125C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1200C] |perfectly | | |DeskJet 1200C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1220C] |perfectly | | |DeskJet 1220C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1280] |perfectly | | |DeskJet 1280 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1600C] |perfectly | | |DeskJet 1600C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_1600CM]|perfectly | | |DeskJet 1600CM | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_200] |perfectly | | |DeskJet 200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_310] |perfectly | | |DeskJet 310 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_320] |perfectly | | |DeskJet 320 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3320] | | | |DeskJet 3320 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3325] | | | |DeskJet 3325 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_340C] |perfectly | | |DeskJet 340C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3420] | | | |DeskJet 3420 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3425] | | | |DeskJet 3425 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_350C] | | | |DeskJet 350C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3520] | | | |DeskJet 3520 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3528] | | | |DeskJet 3528 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3535] | | | |DeskJet 3535 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3550] | | | |DeskJet 3550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3558] | | | |DeskJet 3558 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3650] | | | |DeskJet 3650 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3658] | | | |DeskJet 3658 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3668] | | | |DeskJet 3668 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3740] | | | |DeskJet 3740 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_3810] |perfectly | | |DeskJet 3810 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_3816] |perfectly | | |DeskJet 3816 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_3820] |perfectly | | |DeskJet 3820 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_3822] |perfectly | | |DeskJet 3822 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3840] | | | |DeskJet 3840 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3845] | | | |DeskJet 3845 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3920] | | | |DeskJet 3920 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_3940] | | | |DeskJet 3940 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_400] |perfectly | | |DeskJet 400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_420C] | | | |DeskJet 420C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_450] |perfectly | | |DeskJet 450 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_460] |perfectly | | |DeskJet 460 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_500] |perfectly | | |DeskJet 500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_500C] |perfectly | | |DeskJet 500C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DeskJet_505J_Plus] DeskJet 505J Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_510] |perfectly | | |DeskJet 510 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5150] |perfectly | | |DeskJet 5150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5158] |perfectly | | |DeskJet 5158 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5160] |perfectly | | |DeskJet 5160 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_520] | | | |DeskJet 520 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_540C] |perfectly | | |DeskJet 540C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5440] |perfectly | | |DeskJet 5440 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_550C] |perfectly | | |DeskJet 550C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5550] |perfectly | | |DeskJet 5550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5551] |perfectly | | |DeskJet 5551 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_560C] | | | |DeskJet 560C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5650] |perfectly | | |DeskJet 5650 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5652] |perfectly | | |DeskJet 5652 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5670] |perfectly | | |DeskJet 5670 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5740] |perfectly | | |DeskJet 5740 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5850] |perfectly | | |DeskJet 5850 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_5940] |perfectly | | |DeskJet 5940 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_600] |perfectly | | |DeskJet 600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_610C] |perfectly | | |DeskJet 610C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_610CL] |perfectly | | |DeskJet 610CL | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6122] |perfectly | | |DeskJet 6122 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6127] |perfectly | | |DeskJet 6127 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_612C] |perfectly | | |DeskJet 612C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_630C] |perfectly | | |DeskJet 630C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_632C] |perfectly | | |DeskJet 632C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_640C] |perfectly | | |DeskJet 640C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_648C] |perfectly | | |DeskJet 648C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6520] |perfectly | | |DeskJet 6520 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6540] |perfectly | | |DeskJet 6540 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_656C] |perfectly | | |DeskJet 656C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6600] |perfectly | | |DeskJet 6600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_660C] |perfectly | | |DeskJet 660C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_670C] |perfectly | | |DeskJet 670C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_670TV] |perfectly | | |DeskJet 670TV | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_672C] |perfectly | | |DeskJet 672C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6800] |perfectly | | |DeskJet 6800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_680C] |perfectly | | |DeskJet 680C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_682C] |perfectly | | |DeskJet 682C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6840] |perfectly | | |DeskJet 6840 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_690C] |perfectly | | |DeskJet 690C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_692C] |perfectly | | |DeskJet 692C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_693C] |perfectly | | |DeskJet 693C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6940] |perfectly | | |DeskJet 6940 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_694C] |perfectly | | |DeskJet 694C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_695C] |perfectly | | |DeskJet 695C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_697C] |perfectly | | |DeskJet 697C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_6980] |perfectly | | |DeskJet 6980 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_710C] |perfectly | | |DeskJet 710C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_712C] |perfectly | | |DeskJet 712C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_720C] |perfectly | | |DeskJet 720C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_722C] |perfectly | | |DeskJet 722C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_810C] |perfectly | | |DeskJet 810C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_812C] |perfectly | | |DeskJet 812C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_815C] |perfectly | | |DeskJet 815C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_816C] |perfectly | | |DeskJet 816C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_820C] |perfectly | | |DeskJet 820C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_825C] |perfectly | | |DeskJet 825C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_830C] |perfectly | | |DeskJet 830C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_832C] |perfectly | | |DeskJet 832C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_840C] |perfectly | | |DeskJet 840C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_841C] |perfectly | | |DeskJet 841C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_842C] |perfectly | | |DeskJet 842C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_843C] |perfectly | | |DeskJet 843C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_845C] |perfectly | | |DeskJet 845C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_850C] |perfectly | | |DeskJet 850C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_855C] |perfectly | | |DeskJet 855C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_870C] |perfectly | | |DeskJet 870C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_880C] |perfectly | | |DeskJet 880C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_882C] |perfectly | | |DeskJet 882C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_890C] |perfectly | | |DeskJet 890C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_895C] |perfectly | | |DeskJet 895C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_916C] |perfectly | | |DeskJet 916C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_920C] |perfectly | | |DeskJet 920C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_9300] |perfectly | | |DeskJet 9300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_930C] |perfectly | | |DeskJet 930C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_932C] |perfectly | | |DeskJet 932C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_933C] |perfectly | | |DeskJet 933C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_934C] |perfectly | | |DeskJet 934C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_935C] |perfectly | | |DeskJet 935C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_940C] |perfectly | | |DeskJet 940C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_948C] |perfectly | | |DeskJet 948C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_950C] |perfectly | | |DeskJet 950C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_952C] |perfectly | | |DeskJet 952C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_955C] |perfectly | | |DeskJet 955C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_957C] |perfectly | | |DeskJet 957C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_959C] |perfectly | | |DeskJet 959C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_9600] |perfectly | | |DeskJet 9600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_960C] |perfectly | | |DeskJet 960C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_970C] |perfectly | | |DeskJet 970C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_975C] |perfectly | | |DeskJet 975C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_9800] |perfectly | | |DeskJet 9800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_980C] |perfectly | | |DeskJet 980C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_990C] |perfectly | | |DeskJet 990C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_995C] |perfectly | | |DeskJet 995C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D1300] | | | |DeskJet D1300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D1400] | | | |DeskJet D1400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D2300] | | | |DeskJet D2300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D2400] | | | |DeskJet D2400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D4100] | | | |DeskJet D4100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_D4200] | | | |DeskJet D4200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_F2100] | | | |DeskJet F2100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_F300] | | | |DeskJet F300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-DeskJet_F4100] | | | |DeskJet F4100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-DeskJet_Plus] |perfectly | | |DeskJet Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-DeskJet_Portable] DeskJet Portable | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet] |perfectly | | |LaserJet | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1000] | | | |LaserJet 1000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1005] | | | |LaserJet 1005 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1010] | | | |LaserJet 1010 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1012] | | | |LaserJet 1012 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1015] | | | |LaserJet 1015 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1018] | | | |LaserJet 1018 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1020] | | | |LaserJet 1020 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1022] |perfectly | | |LaserJet 1022 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1100] |perfectly | | |LaserJet 1100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1100A]|perfectly | | |LaserJet 1100A | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1150] | | | |LaserJet 1150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1160] |perfectly | | |LaserJet 1160 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1200] |perfectly | | |LaserJet 1200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_1220] |perfectly | | |LaserJet 1220 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1300] | | | |LaserJet 1300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_1320] | | | |LaserJet 1320 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2] |perfectly | | |LaserJet 2 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_2_w_PS] LaserJet 2 w/PS | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2100] |perfectly | | |LaserJet 2100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2100M]|perfectly | | |LaserJet 2100M | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2200] |perfectly | | |LaserJet 2200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2300] |perfectly | | |LaserJet 2300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2410] |perfectly | | |LaserJet 2410 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2420] |perfectly | | |LaserJet 2420 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2430] |perfectly | | |LaserJet 2430 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_2D] | | | |LaserJet 2D | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_2P] |perfectly | | |LaserJet 2P | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_2P_Plus] LaserJet 2P Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3] |perfectly | | |LaserJet 3 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3015] | | | |LaserJet 3015 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3020] | | | |LaserJet 3020 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3030] | | | |LaserJet 3030 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3050] |perfectly | | |LaserJet 3050 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3052] |perfectly | | |LaserJet 3052 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3055] |perfectly | | |LaserJet 3055 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=HP-LaserJet_3100] |Paperweight | | |LaserJet 3100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=HP-LaserJet_3150] |Paperweight | | |LaserJet 3150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3200] | | | |LaserJet 3200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3200m]| | | |LaserJet 3200m | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-LaserJet_3200se] LaserJet 3200se | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3300_MFP] LaserJet 3300 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3310_MFP] LaserJet 3310 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3320_MFP] LaserJet 3320 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3320N_MFP] LaserJet 3320N MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-LaserJet_3330_MFP] LaserJet 3330 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-LaserJet_3380] | | | |LaserJet 3380 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3390] |perfectly | | |LaserJet 3390 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3392] |perfectly | | |LaserJet 3392 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_3D] |perfectly | | |LaserJet 3D | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3P_w_PCL5] LaserJet 3P w/ PCL5| | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_3P_w_PS] LaserJet 3P w/PS | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4] |perfectly | | |LaserJet 4 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_4_Plus] LaserJet 4 Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4000] |perfectly | | |LaserJet 4000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4050] |perfectly | | |LaserJet 4050 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4100] |perfectly | | |LaserJet 4100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4200] |perfectly | | |LaserJet 4200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4240] |perfectly | | |LaserJet 4240 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4250] |perfectly | | |LaserJet 4250 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4300] |perfectly | | |LaserJet 4300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_4345_MFP] LaserJet 4345 mfp | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4350] |perfectly | | |LaserJet 4350 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4L] |perfectly | | |LaserJet 4L | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4M] |perfectly | | |LaserJet 4M | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4ML] |perfectly | | |LaserJet 4ML | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4P] |perfectly | | |LaserJet 4P | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4Si] |perfectly | | |LaserJet 4Si | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_4V] |perfectly | | |LaserJet 4V | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_4V_4LJ_Pro] LaserJet 4V/4LJ | | | |Pro | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5] |perfectly | | |LaserJet 5 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5000] |perfectly | | |LaserJet 5000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5100] |perfectly | | |LaserJet 5100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5200] |perfectly | | |LaserJet 5200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5200L]|perfectly | | |LaserJet 5200L | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5L] |perfectly | | |LaserJet 5L | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5M] |perfectly | | |LaserJet 5M | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5MP] |perfectly | | |LaserJet 5MP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5P] |perfectly | | |LaserJet 5P | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_5Si] |perfectly | | |LaserJet 5Si | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_6] |perfectly | | |LaserJet 6 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_6L] |perfectly | | |LaserJet 6L | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_6MP] |perfectly | | |LaserJet 6MP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_6P] |perfectly | | |LaserJet 6P | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_8000] |perfectly | | |LaserJet 8000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_8100] |perfectly | | |LaserJet 8100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_8150] |perfectly | | |LaserJet 8150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_9000] |perfectly | | |LaserJet 9000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_9000_MFP] LaserJet 9000 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_9040] |perfectly | | |LaserJet 9040 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_9040_MFP] LaserJet 9040 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_9050] |perfectly | | |LaserJet 9050 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_9050_MFP] LaserJet 9050 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_9055_MFP] LaserJet 9055 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_9065_MFP] LaserJet 9065 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-LaserJet_M1005_MFP] LaserJet M1005 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_M3027_MFP] LaserJet M3027 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_M3035_MFP] LaserJet M3035 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_M4345_MFP] LaserJet M4345 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_M5025_MFP] LaserJet M5025 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-LaserJet_M5035_MFP] LaserJet M5035 MFP | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_P2015]|perfectly | | |LaserJet P2015 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_P3004]|perfectly | | |LaserJet P3004 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_P3005]|perfectly | | |LaserJet P3005 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-LaserJet_Plus] |perfectly | | |LaserJet Plus | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-Mopier_240] |perfectly | | |Mopier 240 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-Mopier_320] |perfectly | | |Mopier 320 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet] | | | |OfficeJet | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_300] | | | |OfficeJet 300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_330] | | | |OfficeJet 330 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_350] | | | |OfficeJet 350 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4100]| | | |OfficeJet 4100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4105]| | | |OfficeJet 4105 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4110]| | | |OfficeJet 4110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4115]| | | |OfficeJet 4115 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4200]| | | |OfficeJet 4200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_4300]| | | |OfficeJet 4300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_500] | | | |OfficeJet 500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_5105]| | | |OfficeJet 5105 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_5110]| | | |OfficeJet 5110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_5110xi] OfficeJet 5110xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_520] | | | |OfficeJet 520 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_5500]| | | |OfficeJet 5500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_5600]| | | |OfficeJet 5600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_570] | | | |OfficeJet 570 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_580] | | | |OfficeJet 580 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_590] | | | |OfficeJet 590 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_600] | | | |OfficeJet 600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_610] | | | |OfficeJet 610 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6100]| | | |OfficeJet 6100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6105]| | | |OfficeJet 6105 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6110]| | | |OfficeJet 6110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6150]| | | |OfficeJet 6150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6200]| | | |OfficeJet 6200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_625] | | | |OfficeJet 625 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_630] | | | |OfficeJet 630 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_6300]| | | |OfficeJet 6300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_635] | | | |OfficeJet 635 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_700] | | | |OfficeJet 700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_710] | | | |OfficeJet 710 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7100]| | | |OfficeJet 7100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7110]| | | |OfficeJet 7110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7130]| | | |OfficeJet 7130 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7140]| | | |OfficeJet 7140 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_720] | | | |OfficeJet 720 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7200]| | | |OfficeJet 7200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_725] | | | |OfficeJet 725 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7300]| | | |OfficeJet 7300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_7400]| | | |OfficeJet 7400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_9100]| | | |OfficeJet 9100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_D125]| | | |OfficeJet D125 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_D135]| | | |OfficeJet D135 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_D145]| | | |OfficeJet D145 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_D155]| | | |OfficeJet D155 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_G55] | | | |OfficeJet G55 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_G85] | | | |OfficeJet G85 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_G95] | | | |OfficeJet G95 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_J5700] OfficeJet J5700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_K60] | | | |OfficeJet K60 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_K60xi] OfficeJet K60xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_K80] | | | |OfficeJet K80 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_K80xi] OfficeJet K80xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_LX] | | | |OfficeJet LX | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_Pro_1150C] OfficeJet Pro | | | |1150C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_Pro_1170C] OfficeJet Pro | | | |1170C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_Pro_1175C] OfficeJet Pro | | | |1175C | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_K5300] OfficeJet Pro | | | |K5300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_K5400] OfficeJet Pro | | | |K5400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_K550] OfficeJet Pro K550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_K850] OfficeJet Pro K850 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_L7300] OfficeJet Pro | | | |L7300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_L7500] OfficeJet Pro | | | |L7500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_L7600] OfficeJet Pro | | | |L7600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-OfficeJet_Pro_L7700] OfficeJet Pro | | | |L7700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_R40] | | | |OfficeJet R40 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_R45] | | | |OfficeJet R45 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_R60] | | | |OfficeJet R60 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_R65] | | | |OfficeJet R65 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_R80] | | | |OfficeJet R80 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_T45] | | | |OfficeJet T45 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_T65] | | | |OfficeJet T65 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-OfficeJet_V40] | | | |OfficeJet V40 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |HP-OfficeJet_V40xi] OfficeJet V40xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1100] PSC | | | |1100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1110] PSC | | | |1110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1200] PSC | | | |1200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1205] PSC | | | |1205 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1210] PSC | | | |1210 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1300] PSC | | | |1300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1310] PSC | | | |1310 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_1400] PSC | | | |1400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_1500] PSC |perfectly | | |1500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_1510] PSC |perfectly | | |1510 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_1600] PSC |perfectly | | |1600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2110] PSC |perfectly | | |2110 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2150] PSC |perfectly | | |2150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2170] PSC |perfectly | | |2170 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2175] PSC |perfectly | | |2175 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2210] PSC |perfectly | | |2210 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2300] PSC |perfectly | | |2300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2350] PSC |perfectly | | |2350 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2400] PSC |perfectly | | |2400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_2500] PSC |perfectly | | |2500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_370] PSC |perfectly | | |370 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_380] PSC |perfectly | | |380 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_500] PSC |perfectly | | |500 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_750] PSC |perfectly | | |750 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PSC_750xi] PSC |perfectly | | |750xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_950] PSC | | | |950 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=HP-PSC_950xi] PSC | | | |950xi | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PaintJet] |perfectly | | |PaintJet | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PaintJet_XL] |perfectly | | |PaintJet XL | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PaintJet_XL300]|perfectly | | |PaintJet XL300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=HP-PhotoSmart] |Paperweight | | |PhotoSmart | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_140]|perfectly | | |PhotoSmart 140 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_240]|perfectly | | |PhotoSmart 240 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_2570] PhotoSmart 2570 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_2600] PhotoSmart 2600 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_2700] PhotoSmart 2700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_3100] PhotoSmart 3100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_320]|perfectly | | |PhotoSmart 320 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_3200] PhotoSmart 3200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_330]|perfectly | | |PhotoSmart 330 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_3300] PhotoSmart 3300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_370]|perfectly | | |PhotoSmart 370 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_380]|perfectly | | |PhotoSmart 380 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_420]|perfectly | | |PhotoSmart 420 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-PhotoSmart_470]|perfectly | | |PhotoSmart 470 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7150] PhotoSmart 7150 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7260] PhotoSmart 7260 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7268] PhotoSmart 7268 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7345] PhotoSmart 7345 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7350] PhotoSmart 7350 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7400] PhotoSmart 7400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7550] PhotoSmart 7550 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7660] PhotoSmart 7660 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7760] PhotoSmart 7760 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7800] PhotoSmart 7800 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_7960] PhotoSmart 7960 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_8000] PhotoSmart 8000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_8100] PhotoSmart 8100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_8200] PhotoSmart 8200 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_8400] PhotoSmart 8400 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_8700] PhotoSmart 8700 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_A310] PhotoSmart A310 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_A430] PhotoSmart A430 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_A510] PhotoSmart A510 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_A610] PhotoSmart A610 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_A710] PhotoSmart A710 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_C3100] PhotoSmart C3100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_C4100] PhotoSmart C4100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_C5100] PhotoSmart C5100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_C6100] PhotoSmart C6100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_C7100] PhotoSmart C7100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_D5060] PhotoSmart D5060 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_D5100] PhotoSmart D5100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_D6100] PhotoSmart D6100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_D7100] PhotoSmart D7100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_D7300] PhotoSmart D7300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P100] PhotoSmart P100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1000] PhotoSmart P1000 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1100] PhotoSmart P1100 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1115] PhotoSmart P1115 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1215] PhotoSmart P1215 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1218] PhotoSmart P1218 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P130] PhotoSmart P130 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P1315] PhotoSmart P1315 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_P230] PhotoSmart P230 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |HP-PhotoSmart_Pro_B8300] PhotoSmart Pro | | | |B8300 | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-ThinkJet] |partially | | |ThinkJet | | +------------+------------------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=HP-e-printer_e20] |perfectly | | |e-printer e20 | | +------------+------------------------------------------+-------------+ |Heidelberg |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Heidelberg-Digimaster_9110] Digimaster | | | |9110 | | +------------+------------------------------------------+-------------+ |Hitachi |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Hitachi-DDP_70_with_MicroPress] DDP 70 | | | |(with MicroPress) | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |IBM-3853_JetPrinter] 3853 JetPrinter | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-4019] 4019 |perfectly | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |IBM-4029_030_LaserPrinter_10] 4029 030 | | | |LaserPrinter 10 | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-4029_10P] 4029|perfectly | | |10P | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |IBM-4303_Network_Color_Printer] 4303 | | | |Network Color Printer | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-4312] 4312 |perfectly | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-Execjet_4072] |perfectly | | |Execjet 4072 | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-Infoprint_12] |perfectly | | |Infoprint 12 | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |IBM-Page_Printer_3112] Page Printer 3112 | | +------------+------------------------------------------+-------------+ |IBM |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=IBM-ProPrinterII] |perfectly | | |ProPrinterII | | +------------+------------------------------------------+-------------+ |Imagen |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Imagen-ImPress] |perfectly | | |ImPress | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-4353_MF] |perfectly | | |4353 MF | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-4452_MF] |perfectly | | |4452 MF | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-4651_MF] |perfectly | | |4651 MF | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IP_280] IP|perfectly | | |280 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IPC_2525] |perfectly | | |IPC 2525 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Infotec-IPC_2525DN] IPC 2525DN | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IPC_2525e]|perfectly | | |IPC 2525e | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Infotec-IPC_3030DN] IPC 3030DN | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IPC_3535] |perfectly | | |IPC 3535 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Infotec-IPC_4040DN] IPC 4040DN | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IPC1036] |perfectly | | |IPC1036 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IPC2838] |perfectly | | |IPC2838 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2015] |perfectly | | |IS 2015 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2018] |perfectly | | |IS 2018 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2018D] |perfectly | | |IS 2018D | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2060] |perfectly | | |IS 2060 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2075] |perfectly | | |IS 2075 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2122] |perfectly | | |IS 2122 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2127] |perfectly | | |IS 2127 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2132] |perfectly | | |IS 2132 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2135] |perfectly | | |IS 2135 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2145] |perfectly | | |IS 2145 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2151] |perfectly | | |IS 2151 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2160] |perfectly | | |IS 2160 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2175] |perfectly | | |IS 2175 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2215] |perfectly | | |IS 2215 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2216] |perfectly | | |IS 2216 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2220] |perfectly | | |IS 2220 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2220D] |perfectly | | |IS 2220D | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2225] |perfectly | | |IS 2225 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2230] |perfectly | | |IS 2230 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2235] |perfectly | | |IS 2235 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2245] |perfectly | | |IS 2245 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2255] |perfectly | | |IS 2255 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2265] |perfectly | | |IS 2265 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2275] |perfectly | | |IS 2275 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2316] |perfectly | | |IS 2316 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2320] |perfectly | | |IS 2320 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2416] |perfectly | | |IS 2416 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2425] |perfectly | | |IS 2425 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2430] |perfectly | | |IS 2430 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2435] |perfectly | | |IS 2435 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_2445] |perfectly | | |IS 2445 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_3090] |perfectly | | |IS 3090 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_3110] |perfectly | | |IS 3110 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS_3135] |perfectly | | |IS 3135 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2022] |perfectly | | |IS2022 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2027] |perfectly | | |IS2027 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2032] |perfectly | | |IS2032 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2035] |perfectly | | |IS2035 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2045] |perfectly | | |IS2045 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2090] |perfectly | | |IS2090 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-IS2105] |perfectly | | |IS2105 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_1024c]|perfectly | | |ISC 1024c | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_1032c]|perfectly | | |ISC 1032c | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2028] |perfectly | | |ISC 2028 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2428] |perfectly | | |ISC 2428 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2432] |perfectly | | |ISC 2432 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2525] |perfectly | | |ISC 2525 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2835] |perfectly | | |ISC 2835 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_2838] |perfectly | | |ISC 2838 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_3030] |perfectly | | |ISC 3030 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_3535] |perfectly | | |ISC 3535 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_3545] |perfectly | | |ISC 3545 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_4045] |perfectly | | |ISC 4045 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_4560] |perfectly | | |ISC 4560 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_5560] |perfectly | | |ISC 5560 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC_615G] |perfectly | | |ISC 615G | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC1032] |perfectly | | |ISC1032 | | +------------+------------------------------------------+-------------+ |Infotec |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Infotec-ISC824] |perfectly | | |ISC824 | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_2300_DL] | | | |magicolor 2300 DL | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_2430_DL] | | | |magicolor 2430 DL | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_2490_MF] | | | |magicolor 2490 MF | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_2530_DL] | | | |magicolor 2530 DL | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_5430_DL] | | | |magicolor 5430 DL | | +------------+------------------------------------------+-------------+ |KONICA |[http://www.linuxprinting.org/ |Works mostly | |MINOLTA |show_printer.cgi?recnum= | | | |KONICA_MINOLTA-magicolor_5440_DL] | | | |magicolor 5440 DL | | +------------+------------------------------------------+-------------+ |Kodak |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kodak-DigiSource_9110] DigiSource 9110 | | +------------+------------------------------------------+-------------+ |Kodak |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kodak-IS_70_CPII] |perfectly | | |IS 70 CPII | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-1000] |perfectly | | |F-1000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-1010] |perfectly | | |F-1010 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-1200] |perfectly | | |F-1200 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-1200S] |perfectly | | |F-1200S | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-1800] |perfectly | | |F-1800 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-2000] |perfectly | | |F-2000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-2010] |perfectly | | |F-2010 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-2200] |perfectly | | |F-2200 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-2200S] |perfectly | | |F-2200S | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-3000] |perfectly | | |F-3000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-3010] |perfectly | | |F-3010 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-3300] |perfectly | | |F-3300 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-5000] |perfectly | | |F-5000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-800] |perfectly | | |F-800 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-800T] |perfectly | | |F-800T | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-F-820] |perfectly | | |F-820 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1000] |perfectly | | |FS-1000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-1000plus] FS-1000+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1010] |perfectly | | |FS-1010 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Kyocera-FS-1016MFP] FS-1016MFP | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1050] |perfectly | | |FS-1050 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1200] |perfectly | | |FS-1200 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1500] |perfectly | | |FS-1500 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1550] |perfectly | | |FS-1550 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-1550plus] FS-1550+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1600] |perfectly | | |FS-1600 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-1600plus] FS-1600+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1700] |perfectly | | |FS-1700 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-1700plus] FS-1700+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1750] |perfectly | | |FS-1750 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1800] |perfectly | | |FS-1800 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-1800plus] FS-1800+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-1900] |perfectly | | |FS-1900 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3400] |perfectly | | |FS-3400 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-3400plus] FS-3400+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3500] |perfectly | | |FS-3500 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3600] |perfectly | | |FS-3600 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-3600plus] FS-3600+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3700] |perfectly | | |FS-3700 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-3700plus] FS-3700+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3750] |perfectly | | |FS-3750 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-3800] |perfectly | | |FS-3800 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-400] |perfectly | | |FS-400 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-5500] |perfectly | | |FS-5500 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-5800C] |perfectly | | |FS-5800C | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-5900C] |perfectly | | |FS-5900C | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-600] |perfectly | | |FS-600 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-600_KPDL-2] FS-600 (KPDL-2) | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-6500] |perfectly | | |FS-6500 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-6500plus] FS-6500+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-6700] |perfectly | | |FS-6700 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-680] |perfectly | | |FS-680 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-7000] |perfectly | | |FS-7000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Kyocera-FS-7000plus] FS-7000+ | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-800] |perfectly | | |FS-800 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-8000C] |perfectly | | |FS-8000C | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-850] |perfectly | | |FS-850 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-9000] |perfectly | | |FS-9000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-9100DN]|perfectly | | |FS-9100DN | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-FS-9500DN]|perfectly | | |FS-9500DN | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-1530] | | | |KM-1530 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-1810] | | | |KM-1810 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-2030] | | | |KM-2030 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-2530] | | | |KM-2530 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-3530] | | | |KM-3530 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-4230] | | | |KM-4230 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-4530] | | | |KM-4530 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-5230] | | | |KM-5230 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-5530] | | | |KM-5530 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Kyocera-KM-6230] | | | |KM-6230 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-P-2000] |perfectly | | |P-2000 | | +------------+------------------------------------------+-------------+ |Kyocera |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Kyocera-P-2002] |perfectly | | |P-2002 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-2132] 2132 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-2138] 2138 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-2145] 2145 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-5622] 5622 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-5627] 5627 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-5632] 5632 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-5635] 5635 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-5645] 5645 |perfectly | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LC155] |perfectly | | |LC155 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD0105] |perfectly | | |LD0105 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD015] |perfectly | | |LD015 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD024c] |perfectly | | |LD024c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD032c] |perfectly | | |LD032c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD035] |perfectly | | |LD035 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD045] |perfectly | | |LD045 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD060] |perfectly | | |LD060 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD075] |perfectly | | |LD075 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD090] |perfectly | | |LD090 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD115] |perfectly | | |LD115 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD116] |perfectly | | |LD116 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD118] |perfectly | | |LD118 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD118d] |perfectly | | |LD118d | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD120] |perfectly | | |LD120 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD120d] |perfectly | | |LD120d | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD122] |perfectly | | |LD122 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD124c] |perfectly | | |LD124c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD127] |perfectly | | |LD127 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD132] |perfectly | | |LD132 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD132c] |perfectly | | |LD132c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD135] |perfectly | | |LD135 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD145] |perfectly | | |LD145 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD151] |perfectly | | |LD151 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD160] |perfectly | | |LD160 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD160c] |perfectly | | |LD160c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD175] |perfectly | | |LD175 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD225] |perfectly | | |LD225 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD228c] |perfectly | | |LD228c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD230] |perfectly | | |LD230 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD232c] |perfectly | | |LD232c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD235] |perfectly | | |LD235 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD238c] |perfectly | | |LD238c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD245] |perfectly | | |LD245 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD328c] |perfectly | | |LD328c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD335c] |perfectly | | |LD335c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LD345c] |perfectly | | |LD345c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LF510_515e]|perfectly | | |LF510/515e | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP_020c] LP|perfectly | | |020c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP_036c] LP|perfectly | | |036c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP025_LP026] LP025/LP026 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP025N_LP026N] LP025N/LP026N | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP031c] |perfectly | | |LP031c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP032] |perfectly | | |LP032 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP116c] |perfectly | | |LP116c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP122c_LP121c] LP122c/LP121c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP125cx_LP126cn] LP125cx/LP126cn | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP127n_LP128n] LP127n/LP128n | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP128] |perfectly | | |LP128 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP135n] |perfectly | | |LP135n | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP138c] |perfectly | | |LP138c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP145n_SP_8100DN] LP145n/SP 8100DN | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP175_LP175hdn] LP175/LP175hdn | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP222cn_LP221c] LP222cn/LP221c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP226c_SP_C410] LP226c/SP C410 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP231c_SP_C411] LP231c/SP C411 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP235c] |perfectly | | |LP235c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP332c] |perfectly | | |LP332c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lanier-LP335c] |perfectly | | |LP335c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-LP440c_SP_C811DN] LP440c/SP C811DN | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_1100_LD1100] MP 1100/LD1100 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_1350_LD1135] MP 1350/LD1135 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_1600_LD316] MP 1600/LD316 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_161_LD016] MP 161/LD016 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_2000_LD320d] MP 2000/LD320d | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_2510_LD325] MP 2510/LD325 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_3010_LD330] MP 3010/LD330 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_3500_LD335] MP 3500/LD335 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_4500_LD345] MP 4500/LD345 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_5500_LD255] MP 5500/LD255 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_6500_LD265] MP 6500/LD265 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_7500_LD275] MP 7500/LD275 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_9000_LD190] MP 9000/LD190 | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_C2500_LD425c] MP C2500/LD425c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_C3000_LD430c] MP C3000/LD430c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_C3500_LD435c] MP C3500/LD435c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MP_C4500_LD445c] MP C4500/LD445c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-MPC1500_LD215c] MPC1500/LD215c | | +------------+------------------------------------------+-------------+ |Lanier |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lanier-SP_9100_LP275] SP 9100/LP275 | | +------------+------------------------------------------+-------------+ |LaserMaster |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |LaserMaster-LM_1000] LM 1000 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-1000] 1000|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-1020] 1020|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Lexmark-1020_Business] 1020 Business | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-1100] 1100|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-2030] 2030|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-2050] 2050|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-2070] 2070|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-3000] 3000| | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-3200] 3200| | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-4039_10plus] 4039 10plus | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-4076] 4076| | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-5000] 5000|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-5700] 5700|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-7000] 7000|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-7200] 7200|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-E210] E210|perfectly | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_C710] Optra C710 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Color_1200] Optra Color 1200| | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Color_1275] Optra Color 1275| | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Color_40] Optra Color 40 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Color_45] Optra Color 45 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Optra_E] |perfectly | | |Optra E | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Eplus] Optra E+ | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_E310] Optra E310 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_E312] Optra E312 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_E321] Optra E321 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Optra_Ep] |perfectly | | |Optra Ep | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_K_1220] Optra K 1220 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_M410] Optra M410 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_M412] Optra M412 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Rplus] Optra R+ | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_S_1250] Optra S 1250 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_S_1855] Optra S 1855 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_Se_3455] Optra Se 3455 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_T610] Optra T610 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_T612] Optra T612 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_T614] Optra T614 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_T616] Optra T616 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Optra_W810] Optra W810 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Lexmark-Valuewriter_300] Valuewriter 300 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Winwriter_100] Winwriter 100 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Lexmark-Winwriter_150c] Winwriter 150c | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Winwriter_200] Winwriter 200 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Lexmark-Winwriter_400] Winwriter 400 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-X125] X125|partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-X73] X73 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-X74] X74 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-X75] X75 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z11] Z11 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z12] Z12 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Lexmark-Z13] Z13 |Paperweight | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z22] Z22 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Lexmark-Z23] Z23 |Paperweight | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-Z31] Z31 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z32] Z32 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z33] Z33 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-Z42] Z42 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Lexmark-Z43] Z43 | | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z51] Z51 |partially | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z52] Z52 |perfectly | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z53] Z53 |perfectly | +------------+------------------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Lexmark-Z82] Z82 |partially | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-Color_PageWorks_Pro_L] Color | | | |PageWorks/Pro L | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Minolta-PagePro_1100] PagePro 1100 | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Minolta-PagePro_1100L] PagePro 1100L | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-PagePro_1200W] PagePro 1200W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Minolta-PagePro_1250E] PagePro 1250E | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-PagePro_1250W] PagePro 1250W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-PagePro_1300W] PagePro 1300W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-PagePro_1350W] PagePro 1350W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-PagePro_1400W] PagePro 1400W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Minolta-PagePro_6]|perfectly | | |PagePro 6 | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Minolta-PagePro_6L] PagePro 6L | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Minolta-PagePro_6e] PagePro 6e | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Minolta-PagePro_6ex] PagePro 6ex | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Minolta-PagePro_8]|perfectly | | |PagePro 8 | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Minolta-PagePro_8L] PagePro 8L | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_2200_DL] magicolor 2200 | | | |DL | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_2300_DL] magicolor 2300 | | | |DL | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_2300W] magicolor 2300W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_2400W] magicolor 2400W | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_2430_DL] magicolor 2430 | | | |DL | | +------------+------------------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Minolta-magicolor_3100] magicolor 3100 | | +------------+------------------------------------------+-------------+ |Mitsubishi |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Mitsubishi-CP50_Color_Printer] CP50 Color | | | |Printer | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-MultiWriter] |perfectly | | |MultiWriter | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-P2X] P2X |perfectly | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PC-PR1000] |perfectly | | |PC-PR1000 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PC-PR150] |perfectly | | |PC-PR150 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PC-PR2000] |perfectly | | |PC-PR2000 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PC-PR201] |perfectly | | |PC-PR201 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PICTY180] |perfectly | | |PICTY180 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PinWriter_P6] |perfectly | | |PinWriter P6 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-PinWriter_P6_plus] PinWriter P6 plus | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PinWriter_P60]|perfectly | | |PinWriter P60 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PinWriter_P7] |perfectly | | |PinWriter P7 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-PinWriter_P7_plus] PinWriter P7 plus | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-PinWriter_P70]|perfectly | | |PinWriter P70 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NEC-Pinwriter_P20]|perfectly | | |Pinwriter P20 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-SilentWriter_LC_890] SilentWriter LC | | | |890 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-Silentwriter_95f] Silentwriter 95f | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-Silentwriter2_S60P] Silentwriter2 S60P| | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-Silentwriter2_model_290] Silentwriter2| | | |model 290 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_100C] SuperScript 100C | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_1260] SuperScript 1260 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-SuperScript_1400] SuperScript 1400 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_150C] SuperScript 150C | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-SuperScript_1800] SuperScript 1800 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-SuperScript_4600N] SuperScript 4600N | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_610plus] SuperScript | | | |610plus | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_650C] SuperScript 650C | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_660] SuperScript 660 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NEC-SuperScript_660i] SuperScript 660i | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_660plus] SuperScript | | | |660plus | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_750C] SuperScript 750C | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_860] SuperScript 860 | | +------------+------------------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |NEC-SuperScript_870] SuperScript 870 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-10515_10518_10512] 10515/10518/10512 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-2205_2238_2212] 2205/2238/2212 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-2705_2738_2712] 2705/2738/2712 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-3205_3238_3212] 3205/3238/3212 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-3525_3508_3502] 3525/3508/3502 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-3545_3518_3532] 3545/3518/3532 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-4525_4508_4502] 4525/4508/4502 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-4545_4518_4532] 4545/4518/4532 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-6002_6005_6008] 6002/6005/6008 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-7502_7505_7508] 7502/7505/7508 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |NRG-9005_9008_9002] 9005/9008/9002 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7010] C7010 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7116] C7116 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7416] C7416 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7425dn] |perfectly | | |C7425dn | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7425hdn] |perfectly | | |C7425hdn | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7435n] C7435n|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7521n] C7521n|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7528n] C7528n|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-C7535hdn] |perfectly | | |C7535hdn | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-CC7417] CC7417|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-CS555] CS555 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc224] DSc224|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc232] DSc232|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc328] DSc328|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc332] DSc332|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc338] DSc338|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc38] DSc38 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc38u] DSc38u|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc424] DSc424|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc428] DSc428|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc432] DSc432|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc435] DSc435|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc445] DSc445|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSc460] DSc460|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm415] DSm415|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm615] DSm615|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm616] DSm616|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm618] DSm618|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm618d] |perfectly | | |DSm618d | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm620] DSm620|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm620d] |perfectly | | |DSm620d | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm622] DSm622|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm627] DSm627|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm632] DSm632|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm635] DSm635|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm645] DSm645|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm651] DSm651|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm660] DSm660|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm675] DSm675|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm725] DSm725|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm730] DSm730|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm735] DSm735|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-DSm745] DSm745|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_1100] MP |perfectly | | |1100 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_1350] MP |perfectly | | |1350 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_1600] MP |perfectly | | |1600 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_161] MP 161|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_2000] MP |perfectly | | |2000 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_2510] MP |perfectly | | |2510 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_3010] MP |perfectly | | |3010 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_3500] MP |perfectly | | |3500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_4500] MP |perfectly | | |4500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_5500] MP |perfectly | | |5500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_6500] MP |perfectly | | |6500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_7500] MP |perfectly | | |7500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_9000] MP |perfectly | | |9000 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_C1500sp] MP|perfectly | | |C1500sp | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_C2500] MP |perfectly | | |C2500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_C3000] MP |perfectly | | |C3000 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_C3500] MP |perfectly | | |C3500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-MP_C4500] MP |perfectly | | |C4500 | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7026] P7026 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7026N] P7026N|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7032] P7032 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7126] P7126 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7126N] P7126N|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7132N] P7132N|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7145] P7145 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7325] P7325 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7325N] P7325N|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7431cn] |perfectly | | |P7431cn | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7527] P7527 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7527n] P7527n|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7535n] P7535n|perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-P7575] P7575 |perfectly | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-SP_8100DN] SP |perfectly | | |8100DN | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-SP_9100DN] SP |perfectly | | |9100DN | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-SP_C410DN] SP |perfectly | | |C410DN | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-SP_C411DN] SP |perfectly | | |C411DN | | +------------+------------------------------------------+-------------+ |NRG |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=NRG-SP_C811DN] SP |perfectly | | |C811DN | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-3145PS] 3145 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-3155PS] 3155 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-3165PS] 3165 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-8445PS] 8445 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-8465PS] 8465 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-9050] 9050 |perfectly | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3073PS] |perfectly | | |PPC3073 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3074PS] |perfectly | | |PPC3074 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3093PS] |perfectly | | |PPC3093 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3094PS] |perfectly | | |PPC3094 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3113PS] |perfectly | | |PPC3113 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC3114PS] |perfectly | | |PPC3114 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC5115PS] |perfectly | | |PPC5115 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Oce-PPC5160PS] |perfectly | | |PPC5160 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2045PS] VarioPrint 2045 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2050PS] VarioPrint 2050 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2055PS] VarioPrint 2055 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2060PS] VarioPrint 2060 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2065PS] VarioPrint 2065 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2070PS] VarioPrint 2070 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2090PS] VarioPrint 2090 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2100PS] VarioPrint 2100 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2105PS] VarioPrint 2105 | | +------------+------------------------------------------+-------------+ |Oce |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Oce-VarioPrint_2110PS] VarioPrint 2110 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-DP_5000] |perfectly | | |DP 5000 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-ML_320] ML|perfectly | | |320 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-ML_321] ML|perfectly | | |321 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-ML_380] ML|perfectly | | |380 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Microline_182] Microline 182 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Okidata-Microline_192plus] Microline 192+ | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Microline_600CL] Microline 600CL | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Microline_620CL] Microline 620CL | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Microline_IBM_compatible_9_pin] | | | |Microline IBM compatible 9 pin | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL400] |perfectly | | |OL400 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL400e] |perfectly | | |OL400e | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL400ex] |perfectly | | |OL400ex | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Okidata-OL400w] | | | |OL400w | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Okidata-OL410e] | | | |OL410e | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL600e] |perfectly | | |OL600e | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL610e_PS]|perfectly | | |OL610e/PS | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Okidata-OL610e_S] | | | |OL610e/S | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL800] |perfectly | | |OL800 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL810e_PS]|perfectly | | |OL810e/PS | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL810ex] |perfectly | | |OL810ex | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL820] |partially | | |OL820 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Okidata-OL830Plus]|perfectly | | |OL830Plus | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Okidata-Okijet_2010] Okijet 2010 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okijet_2500] Okijet 2500 | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_10e] Okipage 10e | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_10ex] Okipage 10ex | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_12i] Okipage 12i | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_14ex] Okipage 14ex | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_20DXn] Okipage 20DXn | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_4w] Okipage 4w | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_4wplus] Okipage 4w+ | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_6e] Okipage 6e | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_6ex] Okipage 6ex | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_6w] Okipage 6w | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_8c] Okipage 8c | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Okidata-Okipage_8p] Okipage 8p | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_8w] Okipage 8w | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_8w_Lite] Okipage 8w Lite | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Okidata-Okipage_8z] Okipage 8z | | +------------+------------------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Okidata-Super_6e] | | | |Super 6e | | +------------+------------------------------------------+-------------+ |Olivetti |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Olivetti-JP350S] |perfectly | | |JP350S | | +------------+------------------------------------------+-------------+ |Olivetti |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Olivetti-JP450] |partially | | |JP450 | | +------------+------------------------------------------+-------------+ |Olivetti |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Olivetti-JP470] |perfectly | | |JP470 | | +------------+------------------------------------------+-------------+ |Olivetti |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Olivetti-PG_306] |perfectly | | |PG 306 | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-10] P-10| | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-11] P-11| | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-200] | | | |P-200 | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-300E] | | | |P-300E | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-300NE] | | | |P-300NE | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-300U] | | | |P-300U | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-330E] | | | |P-330E | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-330NE] | | | |P-330NE | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-400] | | | |P-400 | | +------------+------------------------------------------+-------------+ |Olympus |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Olympus-P-440] | | | |P-440 | | +------------+------------------------------------------+-------------+ |PCPI |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=PCPI-1030] 1030 |perfectly | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P1123] KX-P1123 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P1124] KX-P1124 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P1150] KX-P1150 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Panasonic-KX-P1180i] KX-P1180i | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Panasonic-KX-P1624] KX-P1624 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P2023] KX-P2023 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Panasonic-KX-P2123] KX-P2123 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P2135] KX-P2135 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P2150] KX-P2150 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P4410] KX-P4410 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P4450] KX-P4450 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P5400] KX-P5400 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P6100] KX-P6100 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Panasonic-KX-P6150] KX-P6150 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P6300_GDI] KX-P6300 GDI | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Panasonic-KX-P6500] KX-P6500 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P8410] KX-P8410 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P8420] KX-P8420 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Panasonic-KX-P8475] KX-P8475 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Panasonic-KX-PS600] KX-PS600 | | +------------+------------------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Panasonic-KX-Pxxxx_24-pin] KX-Pxxxx 24-pin| | +------------+------------------------------------------+-------------+ |Pentax |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Pentax-PocketJet_200] PocketJet 200 | | +------------+------------------------------------------+-------------+ |Pentax |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Pentax-PocketJet_II] PocketJet II | | +------------+------------------------------------------+-------------+ |Printrex |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Printrex-820_DL] |partially | | |820 DL | | +------------+------------------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=QMS-2425_Turbo_EX]|perfectly | | |2425 Turbo EX | | +------------+------------------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=QMS-LPK-100] |perfectly | | |LPK-100 | | +------------+------------------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=QMS-magicolor_2] |Paperweight | | |magicolor 2 | | +------------+------------------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |QMS-magicolor_2plus] magicolor 2+ | | +------------+------------------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=QMS-ps-810] ps-810| | +------------+------------------------------------------+-------------+ |Raven |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Raven-LP-410] | | | |LP-410 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-4081] 4081 |perfectly | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-4801] 4801 |perfectly | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-6000] 6000 |perfectly | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1022]|perfectly | | |Aficio 1022 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1027]|perfectly | | |Aficio 1027 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1032]|perfectly | | |Aficio 1032 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1035]|perfectly | | |Aficio 1035 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1045]|perfectly | | |Aficio 1045 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1060]|perfectly | | |Aficio 1060 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1075]|perfectly | | |Aficio 1075 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_1224C] Aficio 1224C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_1232C] Aficio 1232C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_1515]|perfectly | | |Aficio 1515 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2015]|perfectly | | |Aficio 2015 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2016]|perfectly | | |Aficio 2016 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2018]|perfectly | | |Aficio 2018 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2018D] Aficio 2018D | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2020]|perfectly | | |Aficio 2020 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2020D] Aficio 2020D | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2022]|perfectly | | |Aficio 2022 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2027]|perfectly | | |Aficio 2027 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2032]|perfectly | | |Aficio 2032 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2035]|perfectly | | |Aficio 2035 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2035e] Aficio 2035e | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2045]|perfectly | | |Aficio 2045 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2045e] Aficio 2045e | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2051]|perfectly | | |Aficio 2051 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2060]|perfectly | | |Aficio 2060 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2075]|perfectly | | |Aficio 2075 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2090]|perfectly | | |Aficio 2090 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_2105]|perfectly | | |Aficio 2105 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_220] |perfectly | | |Aficio 220 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2228C] Aficio 2228C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2232C] Aficio 2232C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_2238C] Aficio 2238C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_3025]|perfectly | | |Aficio 3025 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_3030]|perfectly | | |Aficio 3030 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_3035]|perfectly | | |Aficio 3035 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_3045]|perfectly | | |Aficio 3045 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3224C] Aficio 3224C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3228C] Aficio 3228C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3232C] Aficio 3232C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3235C] Aficio 3235C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3245C] Aficio 3245C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_3260C] Aficio 3260C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Ricoh-Aficio_401] | | | |Aficio 401 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-Aficio_700] |perfectly | | |Aficio 700 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP2000] Aficio AP2000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP2600] Aficio AP2600 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP2600N] Aficio AP2600N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP2610] Aficio AP2610 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP2610N] Aficio AP2610N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP3200] Aficio AP3200 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP3800C] Aficio AP3800C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP400] Aficio AP400 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP400N] Aficio AP400N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP410] Aficio AP410 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP410N] Aficio AP410N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP4510] Aficio AP4510 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP600N] Aficio AP600N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP610N] Aficio AP610N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_AP900] Aficio AP900 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Ricoh-Aficio_5206]| | | |Aficio Aficio 5206 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL1000N] Aficio CL1000N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL2000] Aficio CL2000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL3000] Aficio CL3000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL3000e] Aficio CL3000e | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL3100] Aficio CL3100 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL3500N] Aficio CL3500N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL4000DN] Aficio CL4000DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL4000HDN] Aficio CL4000HDN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL5000] Aficio CL5000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL7000] Aficio CL7000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL7100] Aficio CL7100 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL7200] Aficio CL7200 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_CL7300] Aficio CL7300 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_Color5560] Aficio Color5560 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_1100] Aficio MP 1100 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_1350] Aficio MP 1350 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_1600] Aficio MP 1600 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_161] Aficio MP 161 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_2000] Aficio MP 2000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_2510] Aficio MP 2510 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_3010] Aficio MP 3010 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_3500] Aficio MP 3500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_4500] Aficio MP 4500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_5500] Aficio MP 5500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_6500] Aficio MP 6500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_7500] Aficio MP 7500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_9000] Aficio MP 9000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_C2500] Aficio MP C2500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_C3000] Aficio MP C3000 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_C3500] Aficio MP C3500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_MP_C4500] Aficio MP C4500 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_SP_8100DN] Aficio SP 8100DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_SP_9100DN] Aficio SP 9100DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_SP_C410DN] Aficio SP C410DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_SP_C411DN] Aficio SP C411DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-Aficio_SP_C811DN] Aficio SP C811DN | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Ricoh-Afico_FX10] |Paperweight | | |Afico FX10 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-ColorLaser_AP828] ColorLaser AP828 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-DDP_70] DDP |perfectly | | |70 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-DDP_92] DDP |perfectly | | |92 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Ricoh-EMP_156] EMP|perfectly | | |156 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-FAX5510L_5510NF] FAX5510L/5510NF | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-LASER_AP2600] LASER AP2600 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-LASER_AP2600N] LASER AP2600N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-LASER_AP2610] LASER AP2610 | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-LASER_AP2610N] LASER AP2610N | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-MP_C1500_615C] MP C1500/615C | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-RPDL_I_Laser_Printer] RPDL I Laser | | | |Printer | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-RPDL_II_Laser_Printer] RPDL II Laser| | | |Printer | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-RPDL_III_Laser_Printer] RPDL III | | | |Laser Printer | | +------------+------------------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Ricoh-RPDL_IV_Laser_Printer] RPDL IV Laser| | | |Printer | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-CLP-300] |partially | | |CLP-300 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-CLP-500] |partially | | |CLP-500 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-CLP-510] |partially | | |CLP-510 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-CLP-600] |partially | | |CLP-600 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1000] |perfectly | | |ML-1000 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1010] |perfectly | | |ML-1010 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1020] |perfectly | | |ML-1020 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1200] |perfectly | | |ML-1200 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1210] |perfectly | | |ML-1210 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1220] |perfectly | | |ML-1220 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1250] |perfectly | | |ML-1250 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1410] |perfectly | | |ML-1410 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1430] |perfectly | | |ML-1430 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1440] |perfectly | | |ML-1440 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1450] |perfectly | | |ML-1450 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1450PS]|perfectly | | |ML-1450PS | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1510] |perfectly | | |ML-1510 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1520] |perfectly | | |ML-1520 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1610] |perfectly | | |ML-1610 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1650] |perfectly | | |ML-1650 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1651N] |perfectly | | |ML-1651N | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1710] |perfectly | | |ML-1710 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1740] |perfectly | | |ML-1740 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-1750] |perfectly | | |ML-1750 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-200] |perfectly | | |ML-200 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2010] |perfectly | | |ML-2010 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-210] |perfectly | | |ML-210 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2150] |perfectly | | |ML-2150 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2150PS]|perfectly | | |ML-2150PS | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2151N] |perfectly | | |ML-2151N | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Samsung-ML-2151NPS] ML-2151NPS | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2152W] |perfectly | | |ML-2152W | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Samsung-ML-2152WPS] ML-2152WPS | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Samsung-ML-2250] | | | |ML-2250 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2550] |perfectly | | |ML-2550 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2551N] |perfectly | | |ML-2551N | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-2552W] |perfectly | | |ML-2552W | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-4500] |perfectly | | |ML-4500 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-4600] |perfectly | | |ML-4600 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-5000a] |perfectly | | |ML-5000a | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Samsung-ML-5050G] |Paperweight | | |ML-5050G | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-5080] |perfectly | | |ML-5080 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-6000] |perfectly | | |ML-6000 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-6040] |perfectly | | |ML-6040 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-6100] |perfectly | | |ML-6100 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7000] |perfectly | | |ML-7000 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7000N] |perfectly | | |ML-7000N | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7000P] |perfectly | | |ML-7000P | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7050] |perfectly | | |ML-7050 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7300] |perfectly | | |ML-7300 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-7300N] |perfectly | | |ML-7300N | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-ML-85] |perfectly | | |ML-85 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Samsung-ML-85G] | | | |ML-85G | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-QL-5100A] |perfectly | | |QL-5100A | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-QL-6050] |perfectly | | |QL-6050 | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Samsung-QL-85G] | | | |QL-85G | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Samsung-SF_MSYS_MJ-4700_4800_4500C] SF/ | | | |MSYS/MJ-4700/4800/4500C | | +------------+------------------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Samsung-SI-630A] |perfectly | | |SI-630A | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2522] 2522 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2527] 2527 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2532] 2532 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2535_2235] |perfectly | | |2535/2235 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2545_2245] |perfectly | | |2545/2245 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2560] 2560 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-2575] 2575 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-3515] 3515 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-40105] 40105|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4015] 4015 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4018] 4018 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4018d] 4018d|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4022] 4022 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4027] 4027 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4035_4135g] |perfectly | | |4035/4135g | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Savin-4035e_4135eG] 4035e/4135eG | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4045_4145g] |perfectly | | |4045/4145g | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Savin-4045e_4145eG] 4045e/4145eG | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4051] 4051 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4060] 4060 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4075] 4075 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-4090] 4090 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8016] 8016 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8020] 8020 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8020d] 8020d|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8025] 8025 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8025e] 8025e|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8030] 8030 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8030e] 8030e|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8035_8035g] |perfectly | | |8035/8035g | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8035e] 8035e|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8045_8045g] |perfectly | | |8045/8045g | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8045e] 8045e|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8055] 8055 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8065] 8065 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8075] 8075 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8090] 8090 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8110] 8110 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-8135] 8135 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-816] 816 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-9016] 9016 |perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-9021d] 9021d|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2408] C2408|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2410] C2410|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2524] C2524|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2525] C2525|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2532] C2532|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2820] C2820|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C2824] C2824|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3030] C3030|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3210] C3210|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3210e] |perfectly | | |C3210e | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3224] C3224|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3528] C3528|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3535] C3535|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C3828] C3828|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C4535] C4535|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C4540] C4540|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-C6045] C6045|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP1036] |perfectly | | |CLP1036 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP128] |perfectly | | |CLP128 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP135] |perfectly | | |CLP135 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP1620] |perfectly | | |CLP1620 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP17] CLP17|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP18] CLP18|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP22] CLP22|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP240D] |perfectly | | |CLP240D | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP26DN] |perfectly | | |CLP26DN | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP27DN] |perfectly | | |CLP27DN | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP28] CLP28|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP31DN] |perfectly | | |CLP31DN | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP35] CLP35|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-CLP831] |perfectly | | |CLP831 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Savin-FAX3799_3799nf] FAX3799/3799nf | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP145] |perfectly | | |MLP145 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP175n] |perfectly | | |MLP175n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP25] MLP25|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP25n] |perfectly | | |MLP25n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP26] MLP26|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP26n] |perfectly | | |MLP26n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP28] MLP28|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP28n] |perfectly | | |MLP28n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP32] MLP32|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP35n] |perfectly | | |MLP35n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP45] MLP45|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-MLP75n] |perfectly | | |MLP75n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SDC555] |perfectly | | |SDC555 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SGC_1506] |perfectly | | |SGC 1506 | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SLP26] SLP26|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SLP26n] |perfectly | | |SLP26n | | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SLP32] SLP32|perfectly | +------------+------------------------------------------+-------------+ |Savin |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Savin-SLP38c] |perfectly | | |SLP38c | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP] SLP | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP_120] SLP| | | |120 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP_220] SLP| | | |220 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP_EZ30] | | | |SLP EZ30 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP_Plus] | | | |SLP Plus | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP_Pro] SLP| | | |Pro | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP-100] | | | |SLP-100 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP-200] | | | |SLP-200 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Seiko-SLP-240] | | | |SLP-240 | | +------------+------------------------------------------+-------------+ |Seiko |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Seiko-SpeedJET_200] SpeedJET 200 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sharp-AJ-1800] | | | |AJ-1800 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sharp-AJ-1805] | | | |AJ-1805 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sharp-AJ-2000] | | | |AJ-2000 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sharp-AJ-2005] | | | |AJ-2005 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Sharp-AJ-2100] |Paperweight | | |AJ-2100 | | +------------+------------------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Sharp-AR-161] |perfectly | | |AR-161 | | +------------+------------------------------------------+-------------+ |SiPix |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |SiPix-Pocket_Printer_A6] Pocket Printer A6| | +------------+------------------------------------------+-------------+ |Sony |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sony-IJP-V100] | | | |IJP-V100 | | +------------+------------------------------------------+-------------+ |Sony |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sony-UP-DP10] | | | |UP-DP10 | | +------------+------------------------------------------+-------------+ |Sony |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Sony-UP-DR150] | | | |UP-DR150 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Star-JJ-100] |perfectly | | |JJ-100 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Star-LC_90] LC 90 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Star-LC24-100] |perfectly | | |LC24-100 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Star-LC24-200] | | | |LC24-200 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Star-LS-04] LS-04 |perfectly | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Star-LaserPrinter_8] LaserPrinter 8 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Star-NL-10] NL-10 |perfectly | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Star-NX-1001] | | | |NX-1001 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Star-StarJet_48] | | | |StarJet 48 | | +------------+------------------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Star-WinType_4000]|Paperweight | | |WinType 4000 | | +------------+------------------------------------------+-------------+ |Tally |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Tally-MT908] MT908|perfectly | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-3693d_color_printer_8-bit_mode] | | | |3693d color printer, 8-bit mode | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-4693d_color_printer_2-bit_mode] | | | |4693d color printer, 2-bit mode | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-4693d_color_printer_4-bit_mode] | | | |4693d color printer, 4-bit mode | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Tektronix-4695] |perfectly | | |4695 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Tektronix-4696] |perfectly | | |4696 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Tektronix-4697] |perfectly | | |4697 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Tektronix-Phaser_350] Phaser 350 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-Phaser_780] Phaser 780 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-Phaser_850] Phaser 850 | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-Phaser_IISX] Phaser IISX | | +------------+------------------------------------------+-------------+ |Tektronix |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Tektronix-Phaser_PX] Phaser PX | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Toshiba-DP2570] | | | |DP2570 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Toshiba-GL_1010] |perfectly | | |GL 1010 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Toshiba-GL_1020] |perfectly | | |GL 1020 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_165] e-Studio 165 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_200L] e-Studio 200L | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_202L] e-Studio 202L | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_205] e-Studio 205 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_230] e-Studio 230 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_232] e-Studio 232 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_2500c] e-Studio 2500c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_280] e-Studio 280 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_281c] e-Studio 281c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_282] e-Studio 282 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_350] e-Studio 350 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_3500c] e-Studio 3500c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_3510c] e-Studio 3510c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_3511] e-Studio 3511 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_351c] e-Studio 351c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_352] e-Studio 352 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_450] e-Studio 450 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_4511] e-Studio 4511 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_451c] e-Studio 451c | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_452] e-Studio 452 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_520] e-Studio 520 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_600] e-Studio 600 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_720] e-Studio 720 | | +------------+------------------------------------------+-------------+ |Toshiba |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Toshiba-e-Studio_850] e-Studio 850 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Xerox-2700_XES] |perfectly | | |2700 XES | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Xerox-3700_XES] |perfectly | | |3700 XES | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum=Xerox-4045_XES] |perfectly | | |4045 XES | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum=Xerox-Able_1406] | | | |Able 1406 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_4508] DocuPrint 4508 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-DocuPrint_C11] DocuPrint C11 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_C20] DocuPrint C20 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_C55] DocuPrint C55 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_C6] DocuPrint C6 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-DocuPrint_C8] DocuPrint C8 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_M750] DocuPrint M750 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_M760] DocuPrint M760 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_N17] DocuPrint N17 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_N32] DocuPrint N32 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_N4512] DocuPrint N4512 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-DocuPrint_N4512PS] DocuPrint N4512PS| | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_P12] DocuPrint P12 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_P1202] DocuPrint P1202 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-DocuPrint_P8] DocuPrint P8 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works mostly | | |show_printer.cgi?recnum= | | | |Xerox-DocuPrint_P8e] DocuPrint P8e | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-DocuPrint_XJ6C] DocuPrint XJ6C | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-DocuPrint_XJ8C] DocuPrint XJ8C | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |perfectly | | |Xerox-Document_Centre_400] Document Centre| | | |400 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-Document_Homecentre] Document | | | |Homecentre | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_385] WorkCentre 385 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-WorkCentre_450cp] WorkCentre 450cp | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-WorkCentre_470cx] WorkCentre 470cx | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XD120f] WorkCentre XD120f| | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XE80] WorkCentre XE80 | | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XE90fx] WorkCentre XE90fx| | +------------+------------------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |Works | | |show_printer.cgi?recnum= |partially | | |Xerox-WorkCentre_XK35c] WorkCentre XK35c | | +------------+------------------------------------------+-------------+ The following is old information and will be removed in a future revision of this document:   * HP LaserJet 4 series - free-lj4, printing modes control program [ftp:// ftp.ibiblio.org/pub/Linux/system/printing/free-lj4-1.1p1.tar.gz] here   * BiTronics parallel port interface [ftp://ftp.ibiblio.org/pub/Linux/kernel /patches/misc/bt-ALPHA-0.0.1.module.patch.gz] here   * Epson Stylus Color 850. Use Magicfilter with either of the filters 'stylus800-filter', 'stylus_color_360dpi-filter' or 'stylus_color_720dpi-filter'. ----------------------------------------------------------------------------- 23.1. Ghostscript Many Linux programs output PostScript files. Non-PostScript printers can emulate PostScript Level 2 using Ghostscript.   * Ghostscript [ftp://ftp.cs.wisc.edu/pub/ghost/aladdin/] here ----------------------------------------------------------------------------- 23.1.1. Ghostscript 5.1 supported printers   * Apple Imagewriter   * Apple Dot Matrix printer   * Apple StyleWriter 2x00 (bjc600)   * Brother HL-660 (ljet4)   * C. Itoh M8510   * Canon BubbleJet BJ10e, BJ20 (bj10e)   * Canon BubbleJet BJ100, BJ200, BJC-210 (B/W only), BJC-240 (B/W only), BJC-250 (B/W only), BJC-70 (B/W only) (bj200)   * Canon BubbleJet BJC-600, BJC-610, BJC-4000, BJC-4100 (B/W only), BJC-4200, BJC-4300, BJC-4400, BJC-4550, BJC-210, BJC-450, MultiPASS C2500, BJC-240, BJC-70 (bjc600)   * Canon BubbleJet BJC-800, BJC-7000 (bjc800)   * Canon Bubblejet BJC-610 (uniprint)   * Canon LBP-8II, LIPS III   * DEC LA50/70/75/75plus   * DEC LN03, LJ250 (decl250)   * Epson 9 pin, 24 pin, LQ series, AP3250   * Epson Stylus Color/Color II/400/500/600/800 (stcolor)   * Epson Stylus Color/Color II/500/600/800/1520 (uniprint)   * Fujitsu 3400,2400,1200   * HP 2563B   * HP DesignJet 650C   * HP DeskJet, Deskjet Plus (deskjet)   * HP Deskjet 500, Deskjet Portable (djet500)   * HP Deskjet 500C (cdeskjet)   * HP Deskjet 550C (uniprint)   * HP DeskJet 400/500C/520C/540C/690C/693C (cdj500)   * HP DeskJet 550C/560C/600/660C/660Cse/682C/683C/693C/694C/695C/850/870Cse (cdj550)   * HP DeskJet 850/855/870Cse/870Cxi/890C/672C/680/1100C (cdj850)   * HP DeskJet 500C/510/520/5540C/693C printing black only (cdjmono)   * HP DeskJet 600 (lj4dith)   * HP DeskJet 600/870Cse, LaserJet 5/5L/6L (ljet4)   * HP Deskjet 600/1200C/1600C (pjxl300)   * HP Deskjet 500/500C/510/520/540/550C/560C/850C/855C and other PCL3 printers [ftp://ftp.pdb.sni.de/pub/utilities/misc/hpdj-2.1.tar.gz] here   * HP Deskjet 710, 720, 820 and 1000 series [http://pnm2ppa.sourceforge.net /] here   * HP Paintjet (pjtest)   * HP Paintjet XL (pjxltest)   * HP PaintJet XL300 (pjxl300)   * HP LaserJet/Plus/II/III/4/5/6   * IBM 3853 Jetprinter color   * IBM Proprinter   * Imagen ImPress   * Lexmark Optra E+ (ljet4)   * Mitsubishi CP50 color   * NEC P6/P6+/P60   * NEC Pinwriter P2X (uniprint)   * NEC SuperScript 860 (ljetplus)   * Oki OL410ex LED (ljet4)   * Okidata MicroLine 182   * Ricoh 4081/6000 (r4081)   * SPARCprinter   * StarJet 48 inkjet printer   * Tektronix 4693d color 2/4/8 bit   * Tektronix 4695/4696 inkjet plotter   * Xerox XES printers (2700, 3700, 4045, etc.) ----------------------------------------------------------------------------- 23.1.2. Alpha, Beta drivers   * Epson Stylus Color 440 ----------------------------------------------------------------------------- 24. Scanners For scanner support there is the package SANE (Scanner Access Now Easy). Information can be found at [http://www.sane-project.org/] here. It can be downloaded from [ftp://ftp.sane-project.org/pub/sane/] here. This is a universal scanner interface. It comes complete with documentation and several frontends and backends. More information on handheld scanners can be found at [http:// www.willamowius.de/scanner.html] here Many scanners also have their own, scanner specific, software packages which include drivers. ----------------------------------------------------------------------------- 24.1. Supported   * A4 Tech AC 4096 / AS 8000P (a4scan) [ftp://ftp.informatik.hu-berlin.de/ pub/local/linux/a4scan/a4scan.tgz] here   * Adara Image Star I ??? [http://fb4-1112.uni-muenster.de/ffwd/] here ??? [ftp://fb4-1112.uni-muenster.de/pub/ffwd/mtekscan-0.2.tar.gz] here   * Conrad Personal Scanner 64, P105 handheld scanners (scan-driver) [ftp:// tsx-11.mit.edu/pub/linux/ALPHA/scanner/scan-driver-0.1.8.tar.gz] here   * Epson GT-5500 (SANE epson)   * Epson GT-6000 [ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/capture/ ppic0.5.tar.gz] here   * Escom Image Scanner 256 (SANE umax)   * Fujitsu SCSI-2 scanners contact Dr. G.W. Wettstein < [mailto: greg%wind.UUCP@plains.nodak.edu] greg%wind.UUCP@plains.nodak.edu>   * Genius ColorPage-SP2 ??? [http://fb4-1112.uni-muenster.de/ffwd/] here ??? [ftp://fb4-1112.uni-muenster.de/pub/ffwd/mtekscan-0.2.tar.gz] here   * Genius GS-B105G handheld scanner (gs105) [ftp://tsx-11.mit.edu/pub/linux/ ALPHA/scanner/gs105-0.0.1.tar.gz] here   * Genius GeniScan GS-4500, GS-4500A handheld scanners (gs4500) [http:// www.willamowius.de/gs4500.html] here   * HighScreen Greyscan 256 handheld scanner (BW only) (gs4500) [http:// www.willamowius.de/gs4500.html] here   * HP ScanJet II series SCSI [ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/ capture/hpscanpbm-0.3a.tar.gz] here   * HP ScanJet IIc, IIcx, IIp, 3c, 4c, 4p, 5p, 5pse, plus [http:// www.tummy.com/xvscan/] here   * Linotype Hell Jade, Jade2 (SANE umax)   * Logitech Scanman+, Scanman 32, Scanman 256 handheld scanners (logiscan) [ftp://tsx-11.mit.edu/pub/linux/ALPHA/scanner/logiscan-0.0.4.tar.gz] here   * Microtek ScanMaker E3, E6, II, IIXE, III and 35t models ??? [http:// fb4-1112.uni-muenster.de/ffwd/] here ??? [ftp://fb4-1112.uni-muenster.de/ pub/ffwd/mtekscan-0.2.tar.gz] here E3 and E6 scanners are also supported by [http://www.tummy.com/xvscan/] here   * Mustek M105 handheld scanner (scan-driver) [ftp://tsx-11.mit.edu/pub/ linux/ALPHA/scanner/scan-driver-0.1.8.tar.gz] here   * Mustek HT800 Turbo, Matador 105, Matador 256 handheld scanners ( scan-driver) [ftp://tsx-11.mit.edu/pub/linux/ALPHA/scanner/ scan-driver-0.1.8.tar.gz] here   * Mustek Paragon 6000CX [ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/ capture/muscan-2.0.6.taz] here   * Nikon Coolscan SCSI 35mm film scanner [ftp://ftp.ibiblio.org/pub/Linux/ apps/graphics/capture/coolscan-0.2.tgz] here   * Nikon AX-210 (SANE umax)   * Pearl 256 handheld scanner (scan-driver) [ftp://tsx-11.mit.edu/pub/linux/ ALPHA/scanner/scan-driver-0.1.8.tar.gz] here   * Polaroid DMC (SANE dmc)   * Vobis/Highscreen Scanboostar Premium (SANE umax)   * UMAX SCSI scanners [ftp://tsx-11.mit.edu/pub/linux/ALPHA/scanner/ umax-0.5.5.tar.gz] here   * UMAX Vista S6, S6E, T630, Supervista S-12 (SANE umax)   * UMAX S-6E, S-6EG, S-12, S-12G (SANE umax)   * UMAX Astra 600S, 610S, 1200S, 1220S (SANE umax)   * UMAX UC 630, 840, 1200S, 1200SE (SANE umax)   * UMAX UG 80, 630 (SANE umax)   * UMAX PSD, Gemini D-16 (SANE umax) NOTE: The Mustek drivers work only with GI1904 interface cards. Eric Chang [mailto:eric.chang@chrysalis.org] eric.chang@chrysalis.org has created a patch to use them with IF960 interface cards. ----------------------------------------------------------------------------- 24.2. Alpha, Beta drivers   * Abaton Scan 300/S (SANE abaton)   * Abaton Scan 300/GS (SANE abaton)   * Agfa Focus, Focus II (SANE agfafocus)   * Agfa Focus Color, Focus Color Plus (SANE agfafocus)   * Agfa Focus Lineart (SANE agfafocus)   * Agfa Arcus II (SANE microtek)   * Agfa StudioScan II, IIsi (SANE microtek)   * Agfa SnapScan 300, 310, 600 (SANE snapscan)   * Apple Scanner, OneScanner, ColorOneScanner (SANE apple)   * Artec/Ultima AT3, AT6, AT12 (SANE artec)   * Artec A6000C+ (SANE artec)   * Canon CanoScan 300, CanoScan 600, CanoScan 2700F (SANE canon)   * Genius Colorpage-Vivid+ Info can be found on [http://thor.prohosting.com/ ~chrordig/Primax/index.html] here. The driver can also be found here.   * Genius GS-4000, ScanMate/32, ScanMate/GS handheld scanners (gs4500) [http://www.willamowius.de/gs4500.html] here   * HP ScanJet IIc, IIp, IIcx, 3c, 4c, 3p, 4p, 5p, 6100c, 6200c (SANE hp)   * HP PhotoSmart PhotoScanner (SANE hp)   * Kodak DC210 (SANE dc210)   * Kodak DC20, DC25 (SANE dc25)   * Microtek Scanmaker E2, E3, E6, II, IIG, IIHR, IISP, III, 35t+, 600Z(S), 600G(S) (SANE microtek)   * Microtek ScanMaker E3plus, 330, 630, 636, X6 (SANE microtek2)   * Microtek Phantom 636 (SANE microtek2)   * Mustek MFC-600S, MFC-600CD, MFC-800S (SANE mustek)   * Mustek MFS-6000CX, MFS-6000SP, MFS-8000SP, MFS-1200SP, MFS-12000CX (SANE mustek)   * Mustek SE-6000SP, SE-12000SP (SANE mustek)   * Mustek HT105, M800 handheld scanners (scan-driver) [ftp://tsx-11.mit.edu/ pub/linux/ALPHA/scanner/scan-driver-0.1.8.tar.gz] here   * Nework Scanny MM100 Info can be found on [http://thor.prohosting.com/ ~chrordig/Primax/index.html] here. The driver can also be found here.   * Nikon LS-20, LS-30, LS-1000 (SANE Coolscan)   * Plustek OpticPro 4830P, OpticPro 4831P, OpticPro 9630P/PL, OpticPro 600P, OpticPro FBIII, OpticPro FBIV (SANE plustek) The sane driver can be found at [http://home.t-online.de/home/g-jaeger/plustek.html] here   * Primax Colorado Direct 300, Colorado Direct 600/30bit, Storm Totalscan Info can be found on [http://thor.prohosting.com/~chrordig/Primax/ index.html] here. The driver can also be found here.   * Siemens S9036 (SANE agfafocus)   * Tamarack Artiscan 6000C, 8000C, 12000C (SANE tamarack)   * UMAX Vista-S8, UC-1260, Mirage IIse, PL-II (SANE umax)   * Vobis HighScan (SANE microtek2)   * Voelkner Personal Scanner 64 handheld scanner (scan-driver) [ftp:// tsx-11.mit.edu/pub/linux/ALPHA/scanner/scan-driver-0.1.8.tar.gz] here   * Vuego 310S (SANE snapscan) ----------------------------------------------------------------------------- 24.3. Unsupported   * Acer scanners. Acer is not releasing any programming information.   * Escom 256 (Primax Lector Premier 256) handheld scanner   * Genius ScanMate/256, ScanMate/Color, EasyScan handheld scanners   * Mustek CG 8000 handheld scanner   * Primax Colorado Direct 9600, Colorado 1200p, Colorado USB 19200 Info can be found on [http://thor.prohosting.com/~chrordig/Primax/index.html] here   * Trust Ami Scan handheld scanner   * UMAX parallel scanners ----------------------------------------------------------------------------- 25. USB USB is supported in all 2.4.x kernels, as well as 2.2.18 and higher. The kernel driver supports both the Universal Host Controller Interface (UHCI, used by Intel and Via motherboard chipsets) and the Open Host Controller Interface (OHCI, used by Compaq, Apple, SiS, OPTi, Lucent and ALi chipsets). For more information, see [http://www.linux-usb.org/] linux-usb.org. Below is a very incomplete list of USB hardware known to work with the Linux USB driver. ----------------------------------------------------------------------------- 25.1. Digital Cameras +--------------------+---------+-----------+------------------------+ |Manufacturer |Model |Driver |Notes | | |Name | | | +--------------------+---------+-----------+------------------------+ |Sony |DSC-F505V|usb-storage|Information from [http:/| | | | |/ | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux] | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux | +--------------------+---------+-----------+------------------------+ |Sony |DSC-S70 |usb-storage|Information from [http:/| | | | |/ | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux] | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux | +--------------------+---------+-----------+------------------------+ |Sony |DSC-S50 |usb-storage|Information from [http:/| | | | |/ | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux] | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux | +--------------------+---------+-----------+------------------------+ |Sony |DSC-S30 |usb-storage|Information from [http:/| | | | |/ | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux] | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux | +--------------------+---------+-----------+------------------------+ |Sony |DSC-P1 |usb-storage|Information from [http:/| | | | |/ | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux] | | | | |www.cybershotcentral.com| | | | |/oses.asp?os=Linux | +--------------------+---------+-----------+------------------------+ ----------------------------------------------------------------------------- 25.2. Miscellaneous +--------------+---------+------------+-----------+------------------------+ |Manufacturer |Model |Description |Driver |Notes | | |Name | | | | +--------------+---------+------------+-----------+------------------------+ |SanDisk |ImageMate|CompactFlash|usb-storage|  | | | |reader | | | +--------------+---------+------------+-----------+------------------------+ |Sony |MSAC-US1 |Memory Stick|usb-storage|Information from [http:/| | | |Standalone | |/ | | | |USB Adaptor | |www.cybershotcentral.com| | | | | |/oses.asp?os=Linux] | | | | | |www.cybershotcentral.com| | | | | |/oses.asp?os=Linux | +--------------+---------+------------+-----------+------------------------+ ----------------------------------------------------------------------------- 26. IEEE 1394 (FireWire/i.Link) For information on using IEEE 1394, see [http://www.linux1394.org/] linux1394.org. ----------------------------------------------------------------------------- 27. PCMCIA/Cardbus cards The following is quoted directly from [http://pcmcia-cs.sourceforge.net/ftp/ SUPPORTED.CARDS] SUPPORTED.CARDS distributed with [mailto: dahinds@users.sourceforge.net] David Hinds's [http:// pcmcia-cs.sourceforge.net/] PCMCIA package.        Linux PCMCIA Supported Device List Last updated: 2004/10/27 05:22:16 The following cards are known to work in at least one actual system. Other cards may also work -- if you can get a card to work that is not on this list, please let me know.  This list is complete to the best of my knowledge. CardBus cards are listed towards the end of each section.  All 16-bit PCMCIA drivers have names ending in "_cs".  CardBus drivers included in the pcmcia-cs package have names ending in "_cb"; for the kernel PCMCIA subsystem, the drivers for these cards are regular PCI drivers. Beware that some cards have 16-bit and CardBus versions with similar names, but completely different implementations.  If the CardBus version is not specifically listed as supported here, then you should not expect it to work. Next to each driver, I've tried to indicate which system architectures (x86,ppc,axp) are known to be supported.  This information is likely to be incomplete, and additions/corrections would be very welcome. -- David Hinds  Ethernet cards: [3c589_cs driver] [x86,ppc] 3Com 3c589, 3c589B, 3c589C, 3c589D 3Com Megahertz 3CXE589D, 3CXE589EC, 3CCE589ET, 3CCE589EC Farallon EtherWave, EtherMac Hitachi HT-4840-13 [fmvj18x_cs driver] [x86,ppc] Access/CARD Ethernet CONTEC C-NET(PC)C Eagle NE200 Ethernet Eiger Labs EPX-10BT, EPX-ET 10BT, EPX-ET 10TZ Fujitsu FMV-J181, FMV-J182, FMV-J182A Fujitsu Towa LA501, FMV-1080, FM50N-183 Hitachi HT-4840-11 EtherCard NextCom NC5310, NC5310B RATOC REX-9822, REX-5588A/W, REX-4886, REX-R280 TDK LAC-CD02x, LAK-CD021, LAK-CD022A, LAK-CD021AX, LAK-CD021BX TDK LAC-CF010 Compact Flash [nmclan_cs driver] [x86,ppc] New Media EthernetLAN New Media LiveWire [ NOT the LiveWire+ ] Portable Add-ons Ethernet+ [pcnet_cs driver] [x86,ppc,axp] 4Lan EP100 Ethernet Accton EN2212, EN2216 EtherCard Accton SOHO BASIC EN220 Actiontec FastNet PE200A Addtron Ethernet AIBrain EPCM-T Allied Telesis CentreCOM CE6001, LA-PCM, LA-PCM V2 AmbiCom AMB8002, AMB8002T, AMB8010, AMB8610 AnyCom ECO Ethernet Apollo RE450CT Archtek Ethernet Argosy EN210 Ark Sky-Link Express PA2100 Arowana RE 450 Ethernet Asante FriendlyNet [ new cards seem to not work!! ] AST 1082 Ethernet Atelco ethernet Belkin F5D5020 Billionton LNT-10TB, LNT-10TN, CFLA Buffalo LPC2-CLT, LPC3-CLT, LPC-CF-CLT CADMUS Micro LNT-10T2C California Access LAN Adapter CeLAN EPCMCIA CNet CN30BC, CN40BC Ethernet Compex/ReadyLINK Ethernet Combo Compex LinkPort Ethernet COMPU-SHACK BASEline Ethernet Connectware LANdingGear Adapter CONTEC C-NET(PC)C-10L Corega Ether PCC-T, PCM-T, EtherII PCC-TD CyQ've ELA-010 10baseT Danpex EN-6200P2 Ethernet Datatrek NetCard Dayna Communications CommuniCard E Digital DEPCM-AA, PCP78-AC Ethernet Digital EtherWORKS Turbo Ethernet D-Link DE-650, DE-660, DE-660CT, DE-660+ DynaLink L10C, L10BC Ethernet EagleTec ET-LE10BT, ET-LE10BT2 Edimax Technology Ethernet Combo EFA InfoExpress 205, 207 Combo Eiger Labs EPX-ET10T2 Combo ELECOM Laneed LD-CDWA,LD-CDX,LD-CDNIA,LD-CDY,LD-CDF,LD-CDL/T EP-210 Ethernet Epson Ethernet EtherPRIME Ethernet Explorer NE-10000 Ethernet EZLink 4109 Ethernet Fiberline FL-4680 Gateway 2000 Ethernet Genius ME3000II Ethernet Grey Cell Ethernet GVC NIC-2000P Ethernet Combo Hawking PN650TX Hypertec HyperNet IBM CreditCard Ethernet Adapter IC-Card Ethernet Infotel IN650ct Ethernet IO DATA PCLA/T, PCLA/TE iPort 10Mbps Ethernet Katron PE-520 Ethernet KingMax Technology EN10-T2 Ethernet Kingston KNE-PCM/M, KNE-PC2, KNE-PC2T, KNE-PC2BT Kingston CIO10T CF Ethernet KTI PE-520 Plus LANEED LD-CDW Ethernet LanPro EP4000A Lantech Ethernet Level One EPC-0100TB LinkPro TL-5200 Linksys EtherCard, EC2T Combo, NP10T Logitec LPM-LN10T, LPM-LN10BA, LPM-LN20T Ethernet Longshine ShineNet LCS-8534TB Ethernet Macnica ME-1 Ethernet Macsense MPC-10 Ethernet Maxtech PCN2000 Ethernet Melco LPC-TJ, LPC-TS, LPC-T, LPC2-T Microdyne NE4200 Ethernet Micronet SP122, SP125 Midori LANNER LT-PCMT NDC Instant-Link NEC PC-9801N-J12 Network General "Sniffer" Network Everywhere NP10T New Media LanSurfer Novell/National NE4100 InfoMover OvisLink Ethernet Panasonic CF-VEL211P-B Planet SmartCOM 2000, 3500, ENW-3501-T, ENW-3502-T Planex ENW-3503-T Pretec Ethernet, CompactLAN Ethernet PreMax PE-200 Ethernet Proteon Ethernet Psion Gold Card Ethernet Relia RE2408T Ethernet Reliasys 2400A Ethernet RPTI EP400, EP401, 1625B Ethernet SCM Ethernet Sky Link Express Skymaster DPP216 SMC 8022 EZCard-10, 8040TX Socket Communications EA LAN Adapter Socket Communications LP-E Ethernet Socket Communications LP-E CF+ Ethernet SOHOware ND5120-E Ethernet SuperSocket RE450T Surecom Ethernet SVEC PN605C Target 24007 Ethernet TDK LAK-CD031 Thomas-Conrad Ethernet TRENDnet Ethernet Trust Ethernet Combo UNEX NexNIC MA010 Vegas Technology Ethernet Volktek NPL-402CT Ethernet W-LINX LinxPRO Ethernet Xircom CompactCard CFE-10 [smc91c92_cs driver] [x86,ppc] Farallon Enet Megahertz XJ10BT, XJ10BC, CC10BT Ethernet New Media BASICS Ethernet Ositech Four of Diamonds SMC 8020BT EtherEZ [ NOT the EliteCard! ] [xirc2ps_cs driver] [x86,axp] Compaq Ethernet Adapter Xircom CreditCard CE2, CE IIps, RE-10 Fast Ethernet (10/100baseT) adapters: [3c574_cs driver] [x86,ppc] 3Com 3c574TX 3Com Megahertz 3CCFE574BT, 3CXFE574BT, 3C3FE574BT 3Com Megahertz 3CCSH572BT, 3CXSH572BT [axnet_cs driver] Accton EN-2228 AmbiCom AMB8110 Billionton LNA-100B Buffalo LPC3-CLX, LPC4-TX, LPC4-CLX CNet CNF301 Corega FEther PCC-TXD, FEtherII PCC-TXD Dynalink L100C16 EagleTec ET-LE100BT2 Edimax EP-4101 FEP501 Fast Ethernet KingMax Fast Ethernet Linksys NP100 Network Everywhere v2 Linksys PCMPC100 EtherFast v3 Melco LPC3-TX New Media LiveWire 10/100 Planex FNW-3700-T Repotec RP-1638 SinglePoint Fast Ethernet Surecom EP-427X Topcom Xplorer 2700 W-Linx FE1500 [pcnet_cs driver] [x86,ppc,axp] Abocom LinkMate FE1000, FE1500 Allied Telesis CentreCOM LA100-PCM-T V2 Alloy FE-6305M AnyCom ECO Ethernet 10/100 Apollo Fast Ethernet Aprotech Fast Ethernet Argosy EN-225 Ark Sky Link Express PA2600 Belkin F5D5020 COMPU-SHACK FASTline 10/100 Corega FastEther PCC-TX, FEther PCC-TXF CyQ've ELA-110E 10/100 Digicom Palladio, Palladio Dongless D-Link DFE-650, DFE-670-TXD, DRP-16TX EXP ThinLan 100 Fiberline Fast Ethernet Hamlet FE1000, FE1500 10/100 Hawking PN652TX Highscreen Profinet IO DATA PCET/TX iPort 10/100 Ethernet KTI KF-C16 Laneed LD-10/100CD LevelOne FPC-0100TX Linksys PCMPC100 EtherFast Linksys PCM100H1 HomeLink 10/100 Linksys NP100 Network Everywhere Logitec LPM-LN100TX Melco LPC2-TX Microcom TravelCard 10/100 Micronet EtherFast Adapter Micronet SP162A NetGear FA410TXC, FA411 Net-Lynx 10/100 Fast Ethernet New Media LiveWire 10/100 Planex FNW-3600T, FNW-3600TX Roline Fast Ethernet Sitecom FastEthernet SMC 8041TX Socket CF+ 10/100 WiseCom iPort 10/100 ZONET Fast Ethernet [smc91c92_cs driver] [x86,ppc] Argosy EN220 dit Co., Ltd. PC Card-10/100BTX Dynalink L100C EXP ThinLan-110 Lantech FastNet/TX Melco/SMC LPC-TX Ositech Seven of Diamonds Psion Gold Card NetGlobal 10/100 WiseCom WC-PC400 [xirc2ps_cs driver] [x86,axp] [ not recommended: no active maintainer, some problems have been reported, and fixes are not forthcoming ] Accton Fast EtherCard-16 Compaq Netelligent 10/100 Intel EtherExpress PRO/100 Mobile Adapter 16-bit Toshiba IPC5008A, Advanced Network 10/100 Xircom CreditCard CE3-100, CE3B, RE-100, R2E-100BTX, XE2000 [pcmcia-cs driver: 3c575_cb] [x86] [2.4+ kernel driver: 3c59x] 3Com 3c575TX 3Com Megahertz 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT 3Com Megahertz 3C3FE575CT [no pcmcia-cs driver] [2.4+ kernel driver: 8139too] D-Link 690TXD [pcmcia-cs driver: eepro100_cb] [x86] [2.4+ kernel driver: eepro100] Fujitsu FMV-J185 Intel EtherExpress PRO/100 CardBus II [pcmcia-cs driver: epic_cb] [x86] [2.4+ kernel driver: epic100] Ositech Seven of Spades CardBus [pcmcia-cs driver: tulip_cb] [x86,ppc] [2.4+ kernel driver: tulip] Accton EN2220 CardBus Allied Telesyn AT-2800 AmbiCom AMB8100, CB100-EZ EzPort Apollo FE2000 Asante FriendlyNET CardBus Billionton LND-100B Compex Linkport TX Corega FEther CB-TXL D-Link DFE-660TX, DFE-680TX Farallon EtherTX Fujitsu FMV-J184 Genius MF3000 Gericom Fast Ethernet Kingston KNE-CB4TX Laneed LD-10/100CB LevelOne FPC-0101TX, FPC-0103TX 10/100Mbps CardBus Linksys PCMPC200 EtherFast CardBus Macsense MPC-200 NDC Communications Sohoware NCB100 Neteasy DRP-32TXD NetGear FA510C, FA511 OvisLink LFS PCM 32 PLANET ENW-3502-FC PrimeXpress Fast Ethernet RATOC REX-CB80 Siemens SpeedStream SS1012 Silicom Fast Ethernet SMC 8036TX, EZ CardBus 10/100 Ethernet SVEC FD606 10/100 Ethernet TDK NetworkFlyer LAK-CB100X, LAK-CB100AX CardBus TRENDnet TE100-PCBUSR UMAX Technologies UMAX250 ZEUS CardBus 10/100 LAN [2.4+ kernel driver: xircom_cb] [ Not recommended: support is experimental and unreliable ] IBM 10/100 EtherJet CardBus Intel EtherExpress PRO/100 CardBus Xircom CBE2-100BTX, RBE-100BTX, R2BE-100BTX Token-ring adapters: [ibmtr_cs driver] [x86] 3Com 3c389 TokenLink Velocity 3Com 3c689 TokenLink III IBM Token Ring Adapter IBM Token Ring 16/4 Credit Card Adapter IBM Token Ring Auto 16/4 Credit Card Adapter IBM Turbo 16/4 Token Ring PC Card Wireless network adapters: [airo_cs driver] [x86] Aironet PC4500, PC4800 Cisco 340, 350 Xircom Wireless Ethernet Adapter [netwave_cs driver] [x86] Breezenet SA-PX Xircom CreditCard Netwave [ray_cs driver] [x86,axp] BUSlink Wireless LAN Adapter Raytheon Raylink WebGear Aviator 2.4, Aviator Pro [wavelan_cs driver] [x86,smp] AT&T / NCR / Lucent WaveLAN version 2.0 DEC RoamAbout/DS [orinoco_cs driver] [x86,axp,ppc,smp] [ this driver supports multiple chipsets and some features may not be supported for all cards ] 3Com AirConnect 1stWave 1ST-PC-DSS11IS, DSS11IG, DSS11ES, DSS11EG Actiontec HWC01170-01/802C12 Adaptec ANW-8030 Addtron AWP-100 Airvast WN-100 Ambicom WL1100 PC ARtem Onair ComCard STD & EMB versions, 128- & 64-bit ASUS SpaceLink WL-100 Avaya World Card Belkin F5D6020 [only Version 1] Buffalo WLI-PCM-S11 Cabletron/Enterasys RoamAbout 802.11 DS Compaq WL100, HNW-100 Conceptronic CON11Cpro Corega PCCA-11, PCC-11 Dell TrueMobile 1150 Series D-Link DRC-650, DCF-650W, DWL-660, DCF-660W D-Link DWL-650 [older version, NOT new CardBus ones or 650+] EagleTec ET-WL300NE-CC Efficient SpeedStream SS1021 [old 16-bit, NOT new CardBus ones] ELSA AirLancer MC-11 Ericsson WLAN Card C11 Farallon SkyLINE HP F2136B HyperLink Wireless IBM High Rate Wireless LAN Intel PRO/Wireless 2011 LA4111 Spectrum24 Wireless LAN Linksys WPC11 Instant Wireless [ NOT the CardBus v4 card ] Linksys WCF12 Wireless CompactFlash Lucent Orinoco WaveLAN/IEEE 802.11(b) Melco WLI-PCM-L11, WLI-PCM-L11G Microsoft MN-520 NCR WaveLAN/IEEE 802.11 Netgear MA401RA Nortel Networks eMobility Planet WL-3550 PLANEX GeoWave GW-CF110, RoadLannerWave GW-NS11H Proxim Harmony 802.11b Safeway Wireless Samsung 11Mbps WLAN Sandisk Connect SDWCFB-000 Seg Communications XI325H SMC2632W, SMC2532W-B Sohoware NCP110 Netblaster II Tekram AIR.mate PCF 200 ZCOMAX AirRunner/XI=300 Modem and serial cards: [ Virtually all modem cards, simple serial port cards, and digital cellular modems should work.  The only exceptions are so-called "WinModems" that require special drivers.  ISDN modems that emulate a standard UART are also supported.  Some Winmodem drivers do exist (i.e., the ltmodem driver for Lucent chipsets).  For more information about WinModems, drivers, etc, see http://start.at/modem, http://www.linmodems.org, or http://linmodems.technion.ac.il ] [serial_cs driver] [x86,axp,ppc,smp] Advantech COMpad-32/85 dual port, COMpad-32/85B-4 quad port Anycom ECO II dual serial Argosy dual serial Black Box I114A RS-422/485 Brain Boxes 2-Port RS-232 Brain Boxes BL-500 Bluetooth Adapter National Instruments PCMCIA-232, PCMCIA-232/2, PCMCIA-232/4 National Instruments PCMCIA-485, PCMCIA-485/2 Omega Engineering QSP-100 Quatech, IOTech dual RS-232 cards Quatech quad RS-232 card, dual and quad RS-422 cards Socket Communications dual RS-232 card Trimble Mobile GPS [pcmcia-cs driver: serial_cb] [x86] [2.4+ kernel driver: serial] Xircom RBM56G, CBM56G [ The following cards are WinModems and are NOT supported by   the serial drivers included in the PCMCIA package ] 3Com/Megahertz 3CXM356/3CCM356, 3CXM656/3CCM656 3Com/Megahertz XJ/CC2560, 3013, 3014 3Com/USRobotics 3014A, 3056, 3057 Abocom FM560CB ActionTec CM560LH Billionton 56K HSP Com1 Platinum MC221 Discovery 56K Compaq 192 IBM 10L7393, 10L7394 Lucent LT Winmodem Motorola Montana New Media WinSurfer Paradise CW56K HSP Xircom R2BM56W, R2BM56WB Parallel port cards: [parport_cs driver] [x86] [requires a 2.2 or later kernel] Quatech SPP-100 IOtech DBK35, WBK20A Trans Digital Trans PC Card Memory cards: [ All SRAM cards should work.  Unsupported flash cards can be read but not written. ] [memory_cs driver] [x86,axp,ppc] Intel Series 2, Series 2+, and Value Series 100 Flash Maxtor MobileMax 16MB Flash IBM 8MB Flash TDK Flash Memory SFM20W/C 20MB SCSI adapters: [ Be careful.  Many vendors. particularly CD-ROM vendors, seem to switch controller chips more or less at will.  Generally, they'll use a different product code, but not always.  Older New Media Bus Toaster cards use the aha152x_cs driver; medium old ones use the sym53c500_cs driver; and new ones are not supported at all. ] [aha152x_cs driver] [x86] Adaptec APA-1460, APA-1450A, APA-1460A/B/C/D SlimSCSI Iomega Zip and Jaz Cards New Media Bus Toaster SCSI [ older cards ] New Media Toast 'n Jam [ SCSI only ] Noteworthy Bus Toaster SCSI Sony CD-ROM Discman PRD-250 Toshiba HandyCard SCSI [fdomain_cs driver] [x86] Future Domain SCSI2GO IBM SCSI Simple Technologies SCSI [qlogic_cs driver] [x86] Eiger Labs SCSI [ only cards w/FCC ID LXL... ] Epson SC200 MACNICA mPS110, mPS110-LP SCSI Melco IFC-SC2, IFC-DC Midori CN-SC43 NEC PC-9801N-J03R Qlogic FastSCSI Panasonic KXL-D740, KXL-DN740A, KXL-DN740A-NB 4X CD-ROM Panasonic KXL-D745, KXL-810AN, KXL-783A Pioneer PCP-PR2W Raven CD-Note 4X RATOC REX-9530 SCSI-2 Toshiba NWB0107ABK, SCSC200A, SCSC200B IO DATA PCSC-II, PCSC-II-L [not sure which driver] Digital SCSI II adapter IO DATA CDG-PX44/PCSC CD-ROM Logitec LPM-SCSI2 Logitec LCD-601 CD-ROM Pioneer PCP-PR1W, PCP-PR2W CD-ROM Taxan ICD-400PN [pcmcia-cs driver: apa1480_cb] [x86,ppc,smp] [2.4+ kernel driver: aic7xxx] [ recommend 2.2 or later kernels.  With 2.4.19 or later kernels, you must use the kernel PCMCIA subsystem and the hot plug PCI aic7xxx driver ] Adaptec SlimSCSI 1480 CardBus IEEE 1394 (FireWire) cards: [ These only work for a limited range of 2.2 and 2.4 kernel versions, due to kernel driver API drift.  With 2.4.19 or later kernels, use the hot plug PCI IEEE1394 drivers (and the kernel PCMCIA subsystem) instead. ] [pcmcia-cs driver: pcilynx_cb] [x86,ppc] [2.4+ kernel driver: pcilynx] Newer Technology FireWire 2 Go [pcmcia-cs driver: ohci1394_cb] [x86,ppc] [2.4+ kernel driver: ohci1394] Belkin F5U512 Cherri IEEE-1394 Evergreen Technologies fireLINE CardBus Kit Good Man VT6306 Margi 1394-to-Go Adapter Orange Micro OrangeLink Western Digital 1394 Adapter Multifunction ethernet/modem cards: [3c589_cs driver] [x86] 3Com 3c562, 3c562B/C/D, 3c563B/C/D 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B Motorola Marquis [3c574_cs driver] [x86,ppc] 3Com Megahertz 3CCFEM556B, 3C3FEM556C [axnet_cs driver] [x86] Psion 10/100 LANGLOBAL Combine iT [fmvj18x_cs driver] [x86,ppc] TDK Global Networker 3410/3412 [pcnet_cs driver] [x86,axp] Accton EN2218, UE2218 ActionTec ComNet 33.6 AnyCom Fast Ethernet + 56K Combo Asus combo card Azia LM560 Billionton LM5LT-10B Dayna Communicard D-Link DME-336T, DMF-560TX, DMF-560TXD Dynalink L1433 VQC 33.6K Grey Cell GCS3400 GVC LAN modem Hamlet LM560 IBM Home and Away IBM Home and Away 28.8 IO DATA PCEM-336T Linksys LANmodem 28.8 (PCMLM28), 33.6 (PCMLM336) Linksys EtherFast LANmodem 56K (PCMLM56) Net-Lynx LM560 New Media LANSurfer 10+56 Combo PLANET ENW-3503 PREMAX LAN modem Psion V.34 Gold Card Rover ComboCard 33.6 SMC 8034TX-56K 10/100 Socket Communications ES-1000 (E-I/O) Ethernet/RS-232 TDK 3000/3400/5670 TDK DFL5610WS Fast Ethernet/Modem Telecom Device SuperSocket LM336 [smc91c92_cs driver] [x86] Gateway Telepath Combo Megahertz/U.S. Robotics EM1144, EM3288, EM3336, XJEM3336 Motorola Mariner Ositech Jack of Diamonds, Jack of Hearts Psion Gold Card Netglobal 56K+10Mb  [xirc2ps_cs driver] [x86] Compaq Microcom CPQ550 Modem + 10/100 LAN Intel EtherExpress PRO/100 16-bit LAN/Modem Xircom CreditCard CEM28, CEM33, CEM56, XEM5600 Xircom RealPort REM10BT, REM56G-100 [pcmcia-cs driver: 3c575_cb] [x86] [2.4+ kernel driver: 3c59x] [ ethernet only: the modem is a WinModem! ] 3Com 3CCFEM656B, 3CXFEM656C [pcmcia-cs driver: eepro100_cb] [x86] [2.4+ kernel driver: eepro100] Intel EtherExpress PRO/100 CardBus LAN/Modem [pcmcia-cs driver: epic_cb] [x86] [2.4+ kernel driver: epic100] Ositech Jack of Spades CardBus Psion Gold Card Netglobal 56K+10/100Mb [pcmcia-cs driver: tulip_cb] [x86,ppc] [2.4+ kernel driver: xircom_cb] [ ethernet only ] Silicom FEM56 Fast Ethernet [ Not recommended: support is experimental and unreliable ] IBM EtherJet CardBus with 56K Modem Xircom RBEM56G-100BTX, CBEM56G-100BTX, R2BEM56G-100 ATA/IDE card drives: [ide-cs driver] [x86,ppc,smp] Most cards should work fine, including adapters for external IDE devices.  Both Flash-ATA cards and  rotating-media cards are supported, including "Smartmedia" flash and Compact flash cards. The very old Western Digital 40MB drives are not supported, because they do not conform to the PCMCIA ATA specification. ATA/IDE Interface Cards: [ide-cs driver] [x86,ppc,smp] Apricorn ATA card, EZ-GIG transfer kit Archos Zip100 MiniDrive Argosy PnPIDE card, HD530 HardDisk ATronics IDEal Porter Microtech International XpressDock DataStor Technology PCMCIA ATA/ATAPI Card Creo DNBoy GREYSTONE DD-25 IBM Portable Drive Bay [ only CD-ROM tested ] Iomega Zip-250 MCE DataShuttle Shining Technology CitiDISK 250PE, PMIDE-ASC Shuttle Technology IDE/ATAPI adapter Sicon Periperal Micro Mate Sony MSAC-PC2 Memory Stick Adapter ATA/IDE CD-ROM and DVD adapters: [ide-cs driver] [x86,ppc,smp] Archos 24x MiniCD Argosy EIDE CD-ROM Caravelle CD-36N CNF CARDport CD-ROM [ 6/10/20/32X, but NOT 2X! ] Creative Technology CD-ROM Digital Mobile Media CD-ROM EXP CD940 CD-ROM [ Some work, some do NOT! ] EXP Traveler 620, 3220 CD-ROM Freecom IQ Traveller CD-ROM H45 Technologies Quick 2X CD-ROM H45 Technologies QuickCD 16X IBM Max 20X CD-ROM IO DATA CDP-TX4/PCIDE, CDP-TX6/PCIDE, CDV-HDN6/PCIDE IO DATA CDP-TX10/PCIDE, CDP-FX24/CBIDE, MOP-230/PCIDE IO DATA HDP-1G/PCIDE, HDP-1.6G/PCIDE MCD601p CD-ROM Microtech International MicroCD Microtech Mii Zip 100 NOVAC NV-CD410, DVD Powerstation Panasonic KXL-807A, KXL-808A Sony PCGA-CD5, PCGA-CD51, CRX50A CD-ROM Sony CRX75A [ 16-bit mode only! ] TEAC IDE Card/II Toshiba PA2673UJ CD-ROM The following cards have contributed drivers which are distributed as separate packages.  The drivers are not included in the base PCMCIA package for maintenance reasons: they are for less common cards and I cannot test them.  Most are available on the Linux PCMCIA FTP site, at http://pcmcia-cs.sourceforge.net/ftp/pub/pcmcia-cs/contrib; some have their own web sites. [asplus_cs driver] Netwave AirSurfer Plus wireless network adapter   http://ipoint.vlsi.uiuc.edu/wireless/asplus.html   (Jay Moorman ) [brzcom_cs driver] BreezeCOM BreezeNet SA-PCR Pro.11 Series wireless adapter   http://www.breezecom.com, support@breezecom.com [cs89x0_cs driver] IBM EtherJet   (Danilo Beuche ) [daqcard700_cs] National Instruments DAQcard700   ftp://fsmlabs.com/pub/rtlinux/   (Steve Rosenbluth ) [das16s driver] Computer Boards PCM-DAS16s/16 ADC   ftp://fsmlabs.com/pub/rtlinux/   (Steve Rosenbluth ) [elsa_cs driver] Elsa MicroLink ISDN adapter   (Klaus Lichtenwalder ) [floppy_cs driver] Y-E Data FlashBuster floppy drive adapter   (David Bateman ) [imperxcve_cs driver] Imperx Video Capture Essentials Imperx VCE-B5A01   http://www.inhandelectronics.com/opensource.asp [iscc_cs driver] IBM Smart Capture RATOC REX-9590   (Koji Okamura ) [mpsuni_cs driver] MPS ISLINEnote ISDN adapter   (Detlef Glaschick ) [nsp_cs driver] IO Data PCSC-F SCSI adapter IO Data CBSC-II in 16-bit mode   http://www.workbit.co.jp/workbit/products/nscsi-3.html   (Yokota Hiroshi ) [pcdio48 driver] Measurement Computing PC-DIO-CARD48   http://sourceforge.net/projects/pcdio48-linux   (Phillip Bruce ) [sedl_cs driver] Sedlbauer Speed Star ISDN adapter   (Marcus Niemann ) [spectrum24_cs] Symbol Technologies Spectrum24 2 Mbps wireless adapter   (Lee Keyser-Allen ) [spectrum24t_cs] 3Com 3CRWE737A AirConnect Intel PRO/Wireless Symbol Technologies Spectrum24 11 Mbps wireless adapter   (Tim Gardner ) [ss5136dn_cs driver] SST 5136-DN-PC DeviceNet Interface   http://www.spectra-one.com/dn5136man.html   (Mark Sutton ) [sym53c500_cs driver] New Media Bus Toaster SCSI [ new version ] New Media BASICS SCSI SIMA TECH SCSI9000   (Tim Corner  or Bob Tracy ) [teles_cs driver] Teles ISDN adapter   http://home.wtal.de/petig/ISDN/index.html   (Christof Petig ) [wavelan2_cs driver] Lucent WaveLAN/IEEE wireless network adapter   http://www.wavelan.com   (Lucent Technologies ) [xircce_cs driver] Xircom CE-10BC Ethernet (maybe also CE-10BT)   (Stanislav Meduna ) The following drivers have their own web sites.  For more information about wireless network adapters, see the Wireless-HOWTO at http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/. GemPlus GPR400 Smart Card Reader   http://www.linuxnet.com/smartcard/code.html   (Wolf Geldmacher ) [ Ines GPIB IEEE-488 cards ]   http://www.inesinc.com/linux/htm [ Intersil PrismI wireless cards ] Harris PRISM/AM79C930 IEEE 802.11 wireless LAN Nokia/InTalk ST-500A Nokia C020 Samsung MagicWave SWL-1000N Zoom Telephonics ZoomAir 4000   http://www.linux-wlan.com   (Mark Mathews ) [ Intersil PrismII wireless cards ] Addtron AWP-100 Ambicom WL1100 PC Compaq WL100 D-Link DWL-650 [older 16-bit ones, NOT the Cardbus ones] Linksys WPC11 Instant Wireless Samsung MagicLAN SMC2632W   http://www.magiclan.com   http://www.linux-wlan.com Proxim RangeLAN2 and Symphony wireless LAN cards   http://www.komacke.com/distribution.html   (Dave Koberstein ) Silicom SPE ethernet, SEM EtherModem, SES EtherSerial   http://www.silicom.co.il/linux.htm Winnov Videum Traveler camera   http://www.eecs.umich.edu/~bnoble/group/wnv-pcmcia   (Jim Zajkowski ) People are working on the following cards: Roland SCP-55 MIDI (Toshiaki Nakatsu ) CyberRom CD-ROM (David Rowntree ) DAQCard-AI-16E-4 (Shao Zhang ,   Cyrus Patel ) Quatech DAQP-308 (Michael Richards ) IO DATA PCSC-II (Katayama Nobuhiro ) Macnica mPS-1x0 (Katayama Nobuhiro ) Proxim RangeLAN/2 (Jim Duchek    http://students.ou.edu/D/James.R.Duchek-1/rangelan2.html The following cards are NOT supported.  This list is not meant to be comprehensive: I list these cards because people frequently ask about them.  In general, there are no technical reasons why a card is not supported: simply put, as far as I know, no one is working on these cards, therefore, drivers will not be written.  Most cards on this list have been there for a very long time, so please do not send me email just to ask if their status has changed. Adaptec/Trantor APA-460 SlimSCSI Eiger Labs SCSI w/FCC ID K36... New Media .WAVjammer and all other sound cards New Media LiveWire+ Nikon CoolPix100 Panasonic KXL-D720 RATOC SMA01U SmartMedia Adapter SMC 8016 EliteCard Xircom CEM II Ethernet/Modem Xircom CE-10BT Ethernet [ but try xircce_cs contrib driver ] Xircom CBE-10/100 CardBus The following vendors have assisted in the development of the Linux PCMCIA driver package by contributing hardware and/or technical documentation about their products.  It could be inferred that since these vendors support Linux development and have provided technical help, that their cards are likely to be better supported under Linux. 3Com/Megahertz  [ ethernet and multifunction cards ] Adaptec [ SCSI adapter cards ] Intel [ linear flash memory cards ] Linksys [ ethernet and multifunction cards ] Ositech [ ethernet/modem combo cards ] Sandisk [ ATA/IDE flash cards ] Quatech [ parallel port, data acquisition cards ] Xircom [ ethernet and multifunction cards ]      ----------------------------------------------------------------------------- 28. Other hardware 28.1. Amateur Radio The following cards etc. are supported:   * KISS based Terminal Node Controllers   * Ottawa PI card   * Gracilis PacketTwin card   * Other Z8530 SCC based cards   * Parallel and serial port Baycom modems   * Soundblaster cards   * Soundcards based on the Crystal chipset ----------------------------------------------------------------------------- 28.2. VESA Power Savings Protocol (DPMS) monitors Support for power savings is included in the Linux kernel. Use setterm to enable support in the Linux console, and xset to enable support under X. ----------------------------------------------------------------------------- 28.3. Touch screens The Metro-X X-server is supporting the following touch screen controllers:   * Carrol Touch serial touch screen [http://www.carrolltouch.com/] here   * EloGraphics   * Lucas Deeco   * MicroTouch ----------------------------------------------------------------------------- 28.4. Terminals on serial port Old terminals can easily be used under Linux by connecting them to the serial port of your system. At least the following terminals will be supported:   * VT52   * VT100   * VT220   * VT320   * VT420 ----------------------------------------------------------------------------- 28.5. Joysticks Joysticks are now supported as input devices in the new Linux console project . For a list of supported hardware, see the Linux Input Drivers Supported hardware list (alternate site [http://atrey.karlin.mff.cuni.cz/~vojtech/input /hardware.html] here). The following is outdated. Please see the link above for up-to-date information. Joystick support is in recent XFree86 distributions (3.3.x and higher) and in kernel versions 2.1.x and higher. For older kernels the links below are useful.   * Joystick driver For information check [http://atrey.karlin.mff.cuni.cz/ ~vojtech/joystick] here. An FTP archive can be found at [ftp:// atrey.karlin.mff.cuni.cz/pub/linux/joystick] here. Currently supported joysticks are:   * Amiga joysticks on Amiga   * CH Flightstick Pro compatibles with additional two hats and two buttons   * DirectPad Pro parallel port joystick interfaces ([http://www.ziplabel.com /dpadpro/index.html] here)   * FP Gaming Assasin 3D   * Gamepads with 6 and 8 buttons   * Genius Flight2000 Digital F-23 ([http://www.genius.kye.de/english/product /game.html] here)   * Gravis Blackhawk Digital   * Gravis GamePad Pro   * Gravis Xterminator GamePad   * Logitech CyberMan 2 ([http://www.cyberman2.de/] here)   * Logitech ThunderPad Digital   * Logitech WingMan Extreme Digital ([http://www.logitech.ch/ Game+Controllers/WingManExtremeDigital.html] here)   * MadCatz Panther   * MadCatz Panther XL   * Microsoft SideWinder 3D Pro   * Microsoft SideWinder Force Feedback Pro   * Microsoft SideWinder GamePad   * Microsoft SideWinder Precision Pro   * Multisystem joysticks (Atari, Amiga, Commodore, Amstrad)   * Multisystem joysticks using 0.8.0.2 hw interface   * Nintendo Entertainment System (and clone - SVI, Pegasus ...) gamepads   * PDPI Lightning L4 gamecard ([http://www.pdpi.net/] here)   * Sega Genesis (MegaDrive) gamepads   * Sega Master System gamepads   * Sega Saturn gamepads   * SNESKey parallel port joystick interfaces   * Sony PlayStation gamepads   * Standard joysticks with 2, 3 or 4 axes, and up to 4 buttons   * Super Nintendo Entertainment System gamepads   * ThrustMaster FCS compatibles with additional hat   * ThrustMaster Millenium 3D Inceptor ([http://www.thrustmaster.com/products /millennium.htm] here)   * ThrustMaster Rage 3D ([http://www.thrustmaster.com/products/rage3d.htm] here)   * TurboGraFX parallel port joystick interface ([http://www2.burg-halle.de/ ~schwenke/parport.html] here) ----------------------------------------------------------------------------- 28.6. Video devices (capture boards, frame grabbers, TV tuners, etc.) These devices are all supported by the Video for Linux (v4l)/[http:// linux.bytesex.org/v4l2/] Video for Linux Two (V4L2) subsystem. For more information, see the Video for Linux resources page. Bt848/849/878/879-based TV tuner cards are supported by the [http:// bytesex.org/bttv/] bttv driver. For a full list of cards supported by this driver, see [http://lxr.linux.no/source/Documentation/video4linux/bttv/Cards] Documentation/video4linux/bttv/Cards in the Linux kernel source tree. saa7130/34-based capture/TV boards are supported by the [http://bytesex.org/ saa7134/] saa7134 driver. Cards supported by this driver include the following:   * Proteus Pro (Philips reference design)   * LifeView FlyVIDEO3000   * LifeView FlyVIDEO2000   * EMPRESS   * SKNet Monster TV   * Tevion MD 9717   * KNC One TV-Station RDS   * Terratec Cinergy 400 TV   * Medion 5044   * Kworld/KuroutoShikou SAA7130-TVPCI   * Terratec Cinergy 600 TV The Logitech (formerly Connectix) Color QuickCam is supported by the c-qcam driver. See [http://lxr.linux.no/source/Documentation/video4linux/CQcam.txt] Documentation/video4linux/CQcam.txt in the Linux kernel source or the Logitech QuickCam color and Linux mini-HOWTO for more information. The cpia driver supports many parallel and USB webcams, including the following:   * Aiptek HyperVcam Fun USB (Note: some use the OV511, which is not supported)   * Creative Video Blaster WebCam II (parallel or USB)   * Digicom Galileo USB   * Dynalink Digital Camera (USB)   * Ezonics EZCam (USB - Note: not Pro or Plus)   * Intel Play QX3 Microscope (USB)   * Microtek EyeStar (USB)   * Pace Colour Video Camera (USB)   * SuperCam WonderEye (USB)   * TCE Netcam 310 USB   * Terracam USB (Note: not Pro)   * Trust SpaceC@m Lite (USB)   * Utobia USB Camera   * ZoomCam (parallel or USB)   * CVideo-Mail Express (parallel)   * CU-SeeMe Cam Kit (parallel)   * Digicom Galileo Plus (parallel) For more information, see the CPiA webcam driver for Linux site. The following information is likely to be out of date. All cards with Bt848/Bt848a/Bt849/Bt878/Bt879 and normal Composite/S-VHS inputs are supported. Teletext and Intercast support (PAL only) via VBI samples decoding in software.   * Adlink 7200 Digital I/O device [ftp://ftp.ibiblio.org/pub/Linux/science/ lab/adl7200-0.60.tar.gz] here   * Adlink 7300A Digital I/O device [ftp://ftp.systemy.it/pub/develop/ adl7300-0.04.tar.gz] here   * CMOS Video Conferencing Kit. The video capture card has a Bt849 chipset. It comes with a CCD camera.   * Data Translation DT2803   * Data Translation DT2851 Frame Grabber [ftp://ftp.ibiblio.org/pub/Linux/ apps/video/dt2851-2.01.tar.gz] here   * Data Translation DT3155 [http://krusty.eecs.umich.edu/people/ncowan/linux /welcome.html] here   * Diamond DTV2000 (based on Bt848)   * Dipix XPG1000/FPG/PPMAPA (based on TI C40 DSP). Most add-on cards are supported. [http://www.thp.Uni-Koeln.DE/~rjkm/linux/bttv.html] here or [http://www.atlantek.com.au/~wes/linux/frame/] here. The driver can be found at [ftp://ftp.atlantek.com.au/pub/ldipix] here   * Epix SVM   * Epix Silicon Video MUX series of video frame grabbing boards [http:// www.linuxjournal.com/article/2680#N0x850ca10.0x8573bb4] here   * FAST Screen Machine II [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ ScreenMachineII.2.0.tgz] here   * Hauppage Wincast TV PCI (based on Bt848) [http://www.thp.Uni-Koeln.DE/ ~rjkm/linux/bttv.html] here   * Imaging Technology ITI/IC-PCI [ftp://ftp.gom-online.de/pub/IC-PCI/ icpci-0.3.2.tar.gz] here   * ImageNation Cortex I [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ cortex.drv.1.1.tgz] here   * ImageNation CX100 [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ cxdrv-0.86.tar.gz] here   * ImageNation PX500 [ftp://ftp.systemy.it/pub/develop] here   * ImageNation PXC200 [ftp://ftp.systemy.it/pub/develop] here   * Imaging Technology Inc. IC-PCI frame grabber board [ftp:// gandalf.expmech.ing.tu-bs.de/pub/driver/icpci-0.2.0.tar.gz] here   * Matrix Vision MV-Delta [http://www.matrix-vision.de/] here   * Matrox Meteor [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ meteor-1.4a.tgz] here   * Matrox PIP-1024 [http://www.powerup.com.au/~sobeyp/pip_tar.gz] here   * MaxiTV/PCI (based on ZR36120) [ftp://ftp.ibiblio.org/pub/Linux/kernel/ misc-cards/zr36120-971127.tgz] here   * Miro PCTV (based on Bt848) [http://www.thp.Uni-Koeln.DE/~rjkm/linux/ bttv.html] here   * MuTech MV1000 PCI [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ mv1000drv-0.33.tgz] here   * MuTech MV200 [http://www.powerup.com.au/~sobeyp/mu_tar.gz] here   * Philips PCA10TV (not in production anymore) [ftp://ftp.il.ft.hse.nl/pub/ tv1000/pctv1000.02.tgz] here   * Pinnacle PCTV (based on Bt848)   * Pro Movie Studio [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ PMS-grabber.3.0.tgz] here   * Quanta WinVision B&W video capture card [ftp://ftp.ibiblio.org/pub/Linux/ apps/video/fgrabber-1.0.tgz] here   * Quickcam [ftp://ftp.ibiblio.org/pub/Linux/apps/video/qcam-0.7c-5.tar.gz] here   * Nomadic Technologies Sensus 700 [http://www.robots.com/] here for common information. Alas, Nomadic Technologies has removed the page about the Sensus 700.   * Smart Video Recoder III (based on Bt848) [http://www.thp.Uni-Koeln.DE/ ~rjkm/linux/bttv.html] here   * STB TV PCI Television Tuner (based on Bt848) [http://www.thp.Uni-Koeln.DE /~rjkm/linux/bttv.html] here   * Tekram C210 (based on ZR36120) [ftp://ftp.ibiblio.org/pub/Linux/kernel/ misc-cards/zr36120-971127.tgz] here   * Video Blaster, Rombo Media Pro+ [ftp://ftp.ibiblio.org/pub/Linux/apps/ video/vid_src-0.7.tgz] here   * VT1500 TV cards [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ vt1500-1.0.9.tar.gz] here ----------------------------------------------------------------------------- 28.7. Digital Camera Currently there are five programs which can be used in combination with digital cameras.   * Camediaplay ([http://www.itojun.org/itojun.html] here) You can download it from [ftp://ftp.itojun.org/pub/digicam/C-400L/unix/] here   * Photopc ([http://www.average.org/digicam/] here) It can be downloaded from [ftp://ftp.average.org/pub/photopc/] here   * Qvplay ([http://www.asahi-net.or.jp/~XG2K-HYS/index-e.html] here) It can be downloaded from [http://www.asahi-net.or.jp/~XG2K-HYS/ qvplay-0.93.tar.gz] here   * JCAM, a Java application which allows digital camera owners to access and download pictures from a wide variety of popular digital cameras ([http:/ /www.jcam.com/] here) It can be downloaded from [http://www.jcam.com/jcam /download.shtml] here   * gPhoto ([http://www.gphoto.org/] here) It can be downloaded from [http:// www.gphoto.org/download/] here Photopc can be extended with a graphical Tk frontend. This can be found at [http://www.mediacity.com/~pwhite/Phototk/phototk.html] here. Also Qvplay cab be extended with a graphical Tk frontend, which can be found at [http:// www.bekkoame.or.jp/~tormato/pub/qvplaytk-0.73c.tar.gz] here ----------------------------------------------------------------------------- 28.7.1. Supported   * Agfa ePhoto line of cameras (photopc, camediaplay, JCAM)   * Apple QuickTake 200 (JCAM)   * Casio QV10, QV-10A, QV-11, QV-30, QV-70, QV-100, QV-200, QV-300, QV-700, QV-770 (qvplay) [http://www.casio.com/digitalimaging/digital-results.cfm? ObjectGroup_ID=171] here   * Casio QV-10A, QV-11, QV-30, QV-70, QV-100, QV-300, QV-700, QV-770 (JCAM)   * Chinon ES-1000 (same hardware, protocol and image format as Kodak DC20) ( JCAM) [http://www.planet-interkom.de/oliver.hartmann/dc20secr.htm] here   * Epson "Colorio Photo" CP-100 (PhotoPC) (photopc, camediaplay) [http:// www.epson.com/cam_scan/] here   * Epson "Colorio Photo" CP-200 (PhotoPC 500) (photopc, camediaplay, JCAM) [http://www.epson.com/cam_scan/] here   * Epson "Colorio Photo" CP-200 (PhotoPC 550) (JCAM)   * Epson "Colorio Photo" CP-500 (PhotoPC 600) (photopc, camediaplay, JCAM) [http://www.epson.com/cam_scan/] here   * Epson "Colorio Photo" CP-500 (PhotoPC 700) (JCAM)   * Epson PhotoPC 550 (photopc, camediaplay) [http://www.epson.com/cam_scan/] here   * Fuji DS-7, DX-5 (DS-10), DX-7 (DS-20), DX-9 (DS-30), DS-300, MX-700 (JCAM )   * HP Photo Smart Digital Camera (Some people say it is supported, others say it isn't !!??)   * Kodak DC-20, DC-25, DC-200/210 (JCAM) [http://www.planet-interkom.de/ oliver.hartmann/dc20secr.htm] here   * Olympus C-300L, C-320L, C-420L, C-800L, C-840L, C-1000L, C-1400L (JCAM) [http://www.olympusamerica.com/digital/dhome.html] here   * Olympus "Camedia" C-400L (D-200L) (photopc, camediaplay, JCAM) [http:// www.olympusamerica.com/digital/dhome.html] here   * Olympus "Camedia" C-820L (D-320L) (photopc, camediaplay, JCAM) [http:// www.olympusamerica.com/digital/dhome.html] here   * Olympus C2000Z (photocd)   * Sanyo VPC-G200/G200EX (photopc, camediaplay) [http://www.sanyo.co.jp/AV/ CEmedia_e/products/digicam/digicam.html] here   * Sanyo DSC-V1 (VPC-G200E) (photopc, camediaplay) [http://www.sanyo.co.jp/ AV/CEmedia_e/products/digicam/digicam.html] here   * Sanyo DSC-X1 (VPC-X300) (JCAM)   * Sanyo DSC-X300 (photopc, camediaplay) [http://www.sanyo.co.jp/AV/ CEmedia_e/products/digicam/digicam.html] here   * Nikon Coolpix 600/900 (Coolpix 600 untested) (photopc) [http:// www.nikonusa.com/products/products.taf?id=128] here and [http:// www.nikonusa.com/products/products.taf?id=129] here   * Sierra Imaging SD640 (photopc) [http://www.sierraimaging.com/support/ supchimgex.html] here   * Toshiba PDR-2 (not sure: photopc) [http://www.toshiba.com/taisisd/dsc/ indexj.htm] here ----------------------------------------------------------------------------- 28.7.2. Unsupported   * Casio QV-120, QV-5000SX, QV-7000SX   * Kodak DC40, DC50, DC120 ----------------------------------------------------------------------------- 28.8. UPS Various other UPS's are supported, read the [http://www.tldp.org/HOWTO/ UPS-HOWTO.html] UPS HOWTO or see the [http://www.networkupstools.org/] Network UPS Tools site (specifically their compatibility list).   * APC SmartUPS [http://www.apcupsd.org/] here   * APC-BackUPS 400/600, APC-SmartUPS SU700/1400RM [http://www.apcupsd.org/] here   * Fenton PowerPal (Web site information can be found [http://www.metapo.com /products/ups/] here)   * Fenton Tele-UPS (Web site information can be found [http://www.metapo.com /products/ups/] here)   * Fenton PowerOn (Web site information can be found [http://www.metapo.com/ products/ups/] here)   * UPS's with RS-232 monitoring port (genpower package) [ftp:// ftp.ibiblio.org/pub/Linux/system/ups/genpower-1.0.1.tgz] here   * MGE UPS's [http://www.mgeups.com/download/softlib.htm] here and [http:// www.mgeups.com/download/software/linux/upsp.tgz] here   * A daemon to shut down and up computers connected to ups's. It's network aware and allows server- and client-mode [ftp://ftp.ibiblio.org/pub/Linux /system/ups/powerd-2.0.tar.gz] here ----------------------------------------------------------------------------- 28.9. Multifunction boards   * Pro Audio Spectrum 16 SCSI / Sound interface card ----------------------------------------------------------------------------- 28.10. Data acquisition The Linux Lab Project site collects drivers for hardware dealing with data acquisition, they also maintain some mailing lists dealing with the subject. I have no experience with data acquisition so please check the site for more details.   * Linux Lab Project [http://www.llp.fu-berlin.de/] here   * CED 1401   * DBCC CAMAC   * IEEE-488 (GPIB, HPIB) boards   * Keithley DAS-1200   * National Instruments AT-MIO-16F / Lab-PC+   * Analog Devices RTI-800/815 ADC/DAC board contact Paul Gortmaker < [mailto:gpg109@anu.edu.au] gpg109@anu.edu.au > ----------------------------------------------------------------------------- 28.11. Watchdog timer interfaces   * Berkshire Products PC Watchdog Card (ISA cards rev. A and C) - A driver is included in recent kernels. More information on this product can be found at [http://www.berkprod.com/wdog.htm] here   * ICS WDT500-P   * ICS WDT501-P (with and without fan tachometer)   * Outsource Engineering & Manufacturing Inc. Basic Watchdog Timer Board (ISA) ----------------------------------------------------------------------------- 28.12. Miscellaneous   * Mattel Powerglove   * AIMS Labs RadioTrack FM radio card [ftp://ftp.ibiblio.org/pub/Linux/apps/ sound/radio/radiotrack-1.1.tgz] here   * Reveal FM Radio card [ftp://magoo.uwsuper.edu/docs/radio.html] here   * Videotext cards [ftp://ftp.ibiblio.org/pub/Linux/apps/video/ videoteXt-0.6.tar.gz] here ----------------------------------------------------------------------------- 29. Appendix A. Supported Parallel Port devices More and more, the parallel port is used to connect other devices than printers. To support this parallel port drivers are written for the devicesto work. This appendix presents devices for which parallel port support is written. To be clear: printers are not presented in this appendix as they are not supported by parallel port support projects. Also, check the Linux Parallel Port support pages for more information [http: //www.torque.net/parport] here. Here you can find   * paride subsystem for parallel port IDE devices ([http://www.torque.net/ parport/paride.html] here)   * support for parallel port SCSI devices ([http://www.torque.net/parport/ parscsi.html] here) ----------------------------------------------------------------------------- 29.1. Ethernet   * Accton EtherPocket adapter   * AT-Lan-Tec/RealTek parallel port ethernet adapter   * D-Link DE600/DE620 parallel port ethernet adapter ----------------------------------------------------------------------------- 29.2. Hard drives   * H45 Quick HD   * KingByte IDE/ATAPI disks   * KT Technologies PHd portable hard disk   * MicroSolutions backpack hard-drives   * SyQuest EZ-135   * SyQuest EZ-230   * SyQuest SparQ   * ValueStor external hard-drive ----------------------------------------------------------------------------- 29.3. Tape drives   * Hewlett-Packard Colorado Tracker 250 tape drive (all except the T1000e)   * Hewlett-Packard HP Colorado 5GB tape drive   * Iomega Ditto tape drive   * MicroSolutions backpack 8000t, 8000td tape drives ----------------------------------------------------------------------------- 29.4. CD-ROM drives   * Freecom Power CD   * Freecom Traveller CD-ROM   * H45 Quick CD   * Hewlett-Packard HP 7100e/7200e CD-R   * KingByte IDE/ATAPI CD-ROMs   * MicroSolutions backpack CD-ROM. Models 163550 and later are supported by the paride driver. For models 160550 and 162550 seperate drivers are availavble.   * MicroSolutions backpack PD/CD drive   * SyQuest SyJet ----------------------------------------------------------------------------- 29.5. Removable drives   * Avatar Shark 250   * Imation Superdisk   * Iomega ZIP, ZIP Plus drives ----------------------------------------------------------------------------- 29.6. IDE Adapter   * Arista ParaDrive products   * DataStor Commuter disks   * Fidelity International Technologies TransDisk products   * Freecom IQ Cable Parallel   * Shuttle Technology EPAT/EPEZ parallel port IDE adapter   * Shuttle Technology EPIA parallel port IDE adapter ----------------------------------------------------------------------------- 29.7. SCSI Adapters   * Adaptec APA-348 mini-SCSI plus adapter cable Driver available at [http:// www.torque.net/parport/parscsi.html] here   * Adaptec APA-358 mini-SCSI EPP adapter cable Driver available at [http:// www.torque.net/parport/parscsi.html] here   * Shuttle Technology EPSA-2 parallel port SCSI adapter Driver available at [http://www.torque.net/parport/parscsi.html] here   * Shuttle Technology EPST parallel port SCSI adapter Driver available at [http://www.torque.net/parport/parscsi.html] here ----------------------------------------------------------------------------- 29.8. Digital Camera   * Connectix QuickCam ----------------------------------------------------------------------------- 29.9. PCMCIA parallel port cards The parport_cs driver requires kernel 2.2.x or later   * Quatech SPP-100   * IOtech DBK35, WBK20A ----------------------------------------------------------------------------- 30. Appendix B. Linux incompatible Hardware Some hardware manufacturers have created devices which are compatible with MS-DOS or certain versions of Windows only. They seem to emulate part of the normally available hardware in the devices by software packages sold together with the device. Specification on these devices are not presented to the world so it is almost impossible to write drivers for these devices. Below a list of devices reported as being Linux incompatible will be given. Simply put, it is best to avoid hardware which states things like "Needs Windows" or "Windows only". For a list of incompatible hardware maintained by the Linux community, see the [http://leenooks.com/1] Linux Incompatibility List.   * Printers +------------+-----------------------------------+-------------+ |Manufacturer|Model Number |Functionality| +------------+-----------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Brother-4550] 4550 | | +------------+-----------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Brother-HL-1435] HL-1435 | | +------------+-----------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Brother-MP-21C] MP-21C | | +------------+-----------------------------------+-------------+ |Brother |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Brother-PT-PC] PT-PC | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-BJC-5000] BJC-5000 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-BJC-5100] BJC-5100 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-BJC-8500] BJC-8500 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-LBP-600] LBP-600 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-LBP-800] LBP-800 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Canon-Multipass_L6000] Multipass | | | |L6000 | | +------------+-----------------------------------+-------------+ |Canon |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum=Canon-S200]|Paperweight | | |S200 | | +------------+-----------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-AcuLaser_C1000] AcuLaser | | | |C1000 | | +------------+-----------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-AcuLaser_C900] AcuLaser C900 | | +------------+-----------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-EPL-5500W] EPL-5500W | | +------------+-----------------------------------+-------------+ |Epson |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Epson-PM_930C] PM 930C | | +------------+-----------------------------------+-------------+ |Generic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Generic-GDI_Printer] GDI Printer | | +------------+-----------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |HP-Color_LaserJet_1500] Color | | | |LaserJet 1500 | | +------------+-----------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |HP-LaserJet_3100] LaserJet 3100 | | +------------+-----------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |HP-LaserJet_3150] LaserJet 3150 | | +------------+-----------------------------------+-------------+ |HP |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |HP-PhotoSmart] PhotoSmart | | +------------+-----------------------------------+-------------+ |LaserMaster |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |LaserMaster-LM_1000] LM 1000 | | +------------+-----------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Winwriter_100] Winwriter | | | |100 | | +------------+-----------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Winwriter_200] Winwriter | | | |200 | | +------------+-----------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Z13] Z13 | | +------------+-----------------------------------+-------------+ |Lexmark |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Lexmark-Z23] Z23 | | +------------+-----------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Minolta-PagePro_1100L] PagePro | | | |1100L | | +------------+-----------------------------------+-------------+ |Minolta |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Minolta-PagePro_6L] PagePro 6L | | +------------+-----------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_610plus] | | | |SuperScript 610plus | | +------------+-----------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_660] SuperScript | | | |660 | | +------------+-----------------------------------+-------------+ |NEC |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |NEC-SuperScript_660plus] | | | |SuperScript 660plus | | +------------+-----------------------------------+-------------+ |Okidata |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Okidata-Okijet_2010] Okijet 2010 | | +------------+-----------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P6100] KX-P6100 | | +------------+-----------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P6300_GDI] KX-P6300 | | | |GDI | | +------------+-----------------------------------+-------------+ |Panasonic |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Panasonic-KX-P8410] KX-P8410 | | +------------+-----------------------------------+-------------+ |QMS |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |QMS-magicolor_2] magicolor 2 | | +------------+-----------------------------------+-------------+ |Ricoh |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Ricoh-Afico_FX10] Afico FX10 | | +------------+-----------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Samsung-ML-5050G] ML-5050G | | +------------+-----------------------------------+-------------+ |Samsung |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Samsung-SF_MSYS_MJ-4700_4800_4500C]| | | |SF/MSYS/MJ-4700/4800/4500C | | +------------+-----------------------------------+-------------+ |Sharp |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Sharp-AJ-2100] AJ-2100 | | +------------+-----------------------------------+-------------+ |Star |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Star-WinType_4000] WinType 4000 | | +------------+-----------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-DocuPrint_P8] DocuPrint P8 | | +------------+-----------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_385] WorkCentre | | | |385 | | +------------+-----------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XD120f] WorkCentre| | | |XD120f | | +------------+-----------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XE80] WorkCentre | | | |XE80 | | +------------+-----------------------------------+-------------+ |Xerox |[http://www.linuxprinting.org/ |None - | | |show_printer.cgi?recnum= |Paperweight | | |Xerox-WorkCentre_XE90fx] WorkCentre| | | |XE90fx | | +------------+-----------------------------------+-------------+ The following is old information and will be removed in a future version of this document:   + Canon LBP-465 printer   + Sharp JX-9210 printer   * Modems   + 3Com 3CXM356/3CCM356 and 3CXM656/3CCM656 PCMCIA   + AOpen FM56-P and FM56-H   + Boca Research 28.8 internal modem (model MV34AI)   + Boca Research 33.6 internal modem (model MV34)(Joe Harjung has succeeded in configuring the modem under Win95 and then soft booting into Linux with the modem still working. Filippo is using this modem under Linux directly without any problems and without soft booting from Windows. I definitely need more info on these Boca Research modems.) The Boca Research 33.6 modem (model M336I) is mentioned to work with Linux. The only thing that needed to be done was diabling Plug and Play. Here are the specs of the modem   o Three stickers saying "MC2920A-3.3", "E6030D 4035-01" and "1721 8011 A"   o Chips etc on the board   # Cirrus Logic CL-MD3450D-SC-B   # Cirrus Logic MD1724-11VC-D   # Datatronic VLM301-1??   # Omron G5V-1 (2 of them)   # AST (?) M628032-20E1   # Cirrus Logic CL-MD4450C-SC-A   # Abracon 23-040-20   # two empty places for additional chips, one of which might be a Cirrus Logic CL-MD1724D   o 4 jumpers for COM port selection   o 10 jumpers for IRQ selection   o other unknown jumpers   + Compaq 192 PCMCIA modem/serial card   + HP Fastmodem D4810B   + Multiwave Innovation CommWave V.34 modem   + Megahertz XJ/CC2560 PCMCIA   + New Media Winsurfer PCMCIA modem/serial card   + Rockwell SoftK56   + US Robotics WinModem series   + Zoltrix 33.6 Win HSP Voice/Speaker Phone modem ----------------------------------------------------------------------------- 31. Glossary AGP Accelerated Graphics Port. A bus interconnect mechanism designed to improve performance of 3D graphics applications. AGP is a dedicated bus from the graphics subsystem to the core-logic chipset. [http:// www.euro.dell.com/intl/euro/r+d/r+dnews/vectors/vect_2-1/v2-1_agp.htm] here ATAPI AT Attachment Packet Interface. A new protocol for controlling mass storage devices similar to SCSI protocols. It builds on the ATA (AT Attachment) interface, the official ANSI Standard name for the IDE interface developed for hard disk drives. ATAPI is commonly used for hard disks, CD-ROM drives, tape drives, and other devices. ATM Asynchronous Transfer Mode CDDA Compact Disk Digital Audio. Capability of CD-ROM/Writer to read out audio tracks. DMA Direct Memory Access EGA Enhanced Graphics Adapter EIDE Enhanced IDE EISA Extended Industry System Architecture FDDI Fiber Distributed Data Interface. High-speed ring local area network. IDE Integrated Drive Electronics. Each drive has a built-in controller. ISA Industry System Architecture ISDN Integrated Services Digital Network MCA MicroChannel Architecture MFM Modified Frequency Modulation MMX Multimedia Extensions. Extra instructions meant to speed multimedia. PCI Pheripheral Component Interconnect. 32-bit bus designed by Intel. Information can be found [http://www.pcisig.com/] here. RAID Redudant Arrays of Inexpensive Disks. The basic idea of RAID is to combine multiple small, inexpensive disk drives into an array of disk drives which yields performance exceeding that of a single large expensive drive. There are five types of redundant array Architectures; RAID-1 through RAID-5. A non-redudant array of disk drives is referred to as RAID-0. Some RAID systems can mix formats. [http://www.uni-mainz.de/ ~neuffer/scsi/what_is_raid.html] (more info) PPA Printing Performance Architecture. Protocol developed by Hewlett Packard for their series of Deskjet printers. In essence, the protocol moves the low-level processing of the data to the host computer rather than the printer. This allows for a low-cost printer with a small amount of memory and computing power and a flexible driver. However, this comes at the price of compatibility. HP's decision was to develop drivers only for Windows 95 for this printer. RLL Run Length Limited SATA Serial ATA. Basically IDE over a much smaller cable. See [http:// www.serialata.org/] SerialATA.Org for more information. SCSI Small Computer Systems Interface. A standerd interface defined for all devices in a computer. It make it possible to use a single adapter for all devices. [http://www.uni-mainz.de/~neuffer/scsi/what_is_scsi.html] (more info) SVGA Super Video Graphics Adapter UART Universal Asynchronous Receiver Transmitter USB Universal Serial Bus. VGA Video Graphics Adapter VLB VESA Local Bus. Used in some 486 PC's. WORM Write Once Read Many