John Mann's Weblog (on sng) | |||||
String around my finger
Index
Flavours
Links
Subscribe
Click to call me FWD# 61159 |
Sun, 12 Sep 2004
Windows to CUPS
On the other hand hand, in the Windows world, each application calls a print driver to create the binary print stream that the destination printer needs, and the print system blindly shuffles the bytes to the correct place. So, a Unix print system given a application/octet-stream doesn't understand what format it is, and doesn't know how to translate it into what the printer needs. You must configure CUPS to accept the pre-formatted output by uncommenting the following line from /etc/cups/mime.convs: application/octet-stream application/vnd.cups-raw 0 -Also uncomment the following line from /etc/cups/mime.types: application/octet-streamAnd then print via Samba Also, http://networking.earthweb.com/netsecur/print.php/10951_2236011_2 it should be possible to directly print to a CUPS printer from Windows via a URL like http://192.168.1.2:631/printers/hplaserjet |
||||