Linux and printing

Status
Not open for further replies.

mrdinkel

Daemon Poster
Messages
584
Alright, so far this is what i've got working in Linux

- all networking aspects
- editing debian menus
- installing debian software.

But what I haven't quite figured out (and quite frankly it may be impossible) is how to get linux to print to my printer. Its done over a USB port, which i know my kernel and everything talk WELL with my USB HDD, my USB mouse.

My printer is a Lexmark X1100 Series, which has all of the devices.

All I've found so far is Linux LPR mode, which is printing over TCP/IP.

Any insight, as I have no drivers for it nor knowledge of print monitor techniques in Linux, would be helpful.
 
check lexmark for drivers(good luck)

like everything else in linux printing is handled in a sort of client server relationship, unfortunately for us users that also means postscript is the native printer language, so if your printer doesnt speak postscript then filtering and other voodoo is needed

LPR is a spooler, so is LP, and CUPS.

CUPS is the easiest to deal with and can administrated via a browser, it also supports a decent number of printers as well as network printing, just make sure if you have CUPS installed you dont have any other printer daemons like LPR running.

goto http://www.linuxprinting.org and have a look around
 
Status
Not open for further replies.
Back
Top Bottom