Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Printers and Linux

  1. #1
    MarkA Guest

    Printers and Linux

    As me and Winged were discussing in another thread, I wonder why there is such a big problem with printers and Linux... many printers are not detected and supported by Linux.. is there a logical explanation for this?

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Sure, every device has a communication protocol that it follows. For example: to print an image on a printer, you will have to tell the printer what pixels to paint what colors. Depending on the printer, the instructions you have to send it will vary. Some old dot-matrix printers needed to be told to shift between text mode and graphics mode, for example, while modern printers essentially function in graphics mode at all times.

    The precise codes are handled by the drivers (created by the manufacturers), which are generally made available for Mac and Windows, but are NOT always provided for Linux. Because creating a driver is different for each system, some manufacturers make the decision that providing a driver on Linux isn't worth the time their developers would spend creating it. As a result, no driver. It's then up to the Linux community to attempt to build drivers for those items, a VERY tedious process.

    Some companies are better than others about providing assistance/drivers for their printers, but you really have to do some research before you buy, or you could get a very expensive paperweight. OpenPrinting - The Linux Foundation has a lot of additional resources for looking up and configuring printers.

  4. #3
    MarkA Guest
    Hmm... ok. but then why does Linux detect many other devices? I mean, this huge problem seems to be with printers... with other devices it doesn't seem to be such a huge problem.

  5. #4
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    You can't use generic drivers on your EEE PC to get the lexmark to work?

  6. #5
    PenguinLover is offline Learning Programmer
    Join Date
    Jan 2008
    Posts
    53
    Rep Power
    0
    What difference is there between the actual drivers and the generic ones?

  7. #6
    MarkA Guest
    I think it differs maybe in the printing quality and even the colors.. they might not be printed exactly... although I can't understand how they work! Because of all the codes and stuff like that that Winged mentioned...

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    The lexmark refuses the work. If you think about something like a video card, there are two things in it's favor:
    1) the VGA protocol is pretty universally supported and well documented. So getting basic functionality working is easy.
    2) there aren't that many video cards on the market.

    Compare that with a printer:
    1) There are a variety of protocols for even CONNECTING to the printer (USB, Firewire, LPT, etc)
    2) There is no standard for basic printer communication
    3) There are thousands of different printers when you look at the major players
    4) Microsoft loves to add new "functionality" for connecting devices that enables some very strange connection methods (maybe the printer is some funky "hard drive")

    Even a company like HP, which is working to provide Linux support for its printers, has difficulty getting all its products supported on Linux.

  9. #8
    najaubais is offline Learning Programmer
    Join Date
    Jan 2009
    Posts
    56
    Rep Power
    0
    Quote Originally Posted by MarkA View Post
    As me and Winged were discussing in another thread, I wonder why there is such a big problem with printers and Linux... many printers are not detected and supported by Linux.. is there a logical explanation for this?
    Logical explanation is very simple. Most of the manufacturers just Ignore Linux because they know Linux has a pool of talent which is available for free would develop the drivers themselves. Linux is free. Windows hijacked the PC market and it becomes a must to come with a drivers. But Linux is fast gaining recognitions. An open source OS is competing with Premium OS like Windows Vista and beating it in the quality. People must be educated.

  10. #9
    racerman Guest
    True.. but let's face it.. Linux is not as friendly as windows is.. by far!

  11. #10
    MarkA Guest
    Well, and besides that it has much more computability issues... and to fix them it can take hours for noobs like me..

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linux CBT Nuggets: Linux+
    By Tor in forum Linux/Unix General
    Replies: 1
    Last Post: 06-27-2008, 05:35 AM
  2. Printers campatible with Linux?
    By LinuxBomber in forum Linux Hardware
    Replies: 8
    Last Post: 06-18-2008, 06:50 AM
  3. Setup and Installing Printers
    By Grub in forum Linux Applications
    Replies: 2
    Last Post: 10-23-2007, 09:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts