Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Print to cups printer from Windows - any good instructions?
Date: Sun, 21 Dec 2008 18:57:47
Message-Id: 5bdc1c8b0812211057l2cb401cchd4d54d01f9c94e43@mail.gmail.com
In Reply to: Re: [gentoo-user] Print to cups printer from Windows - any good instructions? by Peter Humphrey
1 On Sun, Dec 21, 2008 at 2:25 AM, Peter Humphrey
2 <peter@××××××××××××××.org> wrote:
3 > On Saturday 20 December 2008 20:53:48 Mark Knecht wrote:
4 >
5 >> I did uncomment lines in /etc/cups/mime.convs and mime.types as per
6 >> the numerous wikis around on configuring cups. If you need the
7 >> specific lines let me know but all the wikis say to do it.
8 >
9 > That would be helpful - thanks. Off-list might be best. Thanks also for the
10 > cups config files.
11 >
12 >> I can't think of what else to suggest at this point but ...
13 >
14 > It looks as though the problem is in network access. I'm going to start
15 > delving into snmp and ldap to see if I can find it. I'll start a new thread
16 > then, as this is getting away from the subject.
17 >
18 > --
19 > Rgds
20 > Peter
21
22 Hi Peter,
23 Sorry for the delay. Just getting logged in for the first time on
24 this somewhat cold & dreary Sunday.
25
26 Again, I don't imagine ANY of what we're talking about here will
27 work for a Windows machine printing to a Linux cups server if a Linux
28 machine on the same network cannot print to that server. Possibly this
29 at least partially an issue about the printer being 'published'? On
30 the Administration page of the cups server I've got the first two
31 options checked and the last 4 unchecked, basically saying to share
32 with others any printers on this machine. I tried to copy the text but
33 it didn't work and xsnap seems to be failing which stops me from
34 taking a small screen shot. If I can get that fixed with an emerge
35 I'll send along a little png file.
36
37 The other two changes are fairly simple. I apologize for not
38 including them before. My bad for being lazy.
39
40 In /etc/cups/mime.types near the end:
41
42 ########################################################################
43 #
44 # Raw print file support...
45 #
46 # Comment the following type to prevent raw file printing.
47 #
48
49 application/octet-stream
50
51 #
52 # End of "$Id: mime.types 6649 2007-07-11 21:46:42Z mike $".
53
54
55 In mime.convs near the end:
56
57 # pstoraster is part of GPL Ghostscript...
58 application/vnd.cups-postscript application/vnd.cups-raster 100
59 pstoraster
60
61 ########################################################################
62 #
63 # Raw filter...
64 #
65 # Uncomment the following filter to allow printing of arbitrary files
66 # without the -oraw option.
67 #
68
69 application/octet-stream application/vnd.cups-raw 0 -
70
71 #
72 # End of "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $".
73
74
75 Again, very sorry for the delay if this turns out to be the important factor.
76
77 Cheers,
78 Mark

Replies

Subject Author
Re: [gentoo-user] Print to cups printer from Windows - any good instructions? Willie Wong <wwong@×××××××××.edu>