I set up my brand new color laser printer as a networked printer using Windows 2k pro. (I chose it because linuxprinting.org recommended it.) I was able to print a test page. Now I want to set it up for Fedora Core 3. I followed the explicit instructions in the reference guide provided by Minolta--to a point.
When I first set it up, I accidently reversed 168 and 192 (Do'h). I went back in and modified this. When that didn't work, I deleted the printer and started over. I can ping 192.168.2.200 and the printer responds just fine, but no test page ever prints. It just sits there in the queue. The green ready light on the printer blinks and the display says "energy saving".
Here are the settings according to the CUPS html page when I click on "Manage Printers":
Description: minolta
Location: 192.168.2.200
Printer State: processing, accepting jobs.
"Network host '192.168.2.200' is busy; will retry in 30 seconds..."
Device URI: socket://192.168.2.200:9100
Here's /etc/cups/ppd/minolta.ppd (edited for length):
Code:
*PPD-Adobe: "4.3"
*% Adobe Systems Printer Description File
*% For "KONICA MINOLTA magicolor 2430 DL"
*% Copyright (c) KONICA MINOLTA BUSINESS TECHNOLOGIES, INC.
*% Created : 06/22/04
*% Modified: 04/29/05
*% Platform: Linux/Mac OS X
*FormatVersion: "4.3"
*FileVersion: "1.3.0"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "KM2430DL.PPD"
*Manufacturer: "KONICA MINOLTA"
*Product: "(magicolor 2430 DL)"
*cupsVersion: 1.1
*cupsManualCopies: False
*cupsFilter: "application/vnd.cups-raster 0 rastertokm2430dl"
*cupsModelNumber: 0
*ModelName: "KONICA MINOLTA magicolor 2430 DL"
*ShortNickName: "magicolor 2430 DL"
*NickName: "KONICA MINOLTA magicolor 2430 DL"
*PSVersion: "(3010.000) 550"
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK
*FileSystem: False
*Throughput: "16"
*%AccurateScreensSupport: True
*%SuggestedJobTimeOut: 0
*%SuggestedWaitTimeOut: 300
*LandscapeOrientation: Plus90
*VariablePaperSize: True
*TTRasterizer: Type42
*cupsFlipDuplex: True
*% ===General Information and Defaults ======================
*% ===Installable Options ==================================
I cut a huge amount of stuff here....
*%---Copyright (c) 2005 by KONICA MINOLTA BUSINESS TECHNOLOGIES, INC. All Rights Reserved.---
*% end of PPD file for magicolor 2430 DL
Here's the stripped out version of cupsd.conf:
Code:
LogFilePerm 0600
MaxLogSize 2000000000
LogLevel info
Printcap /etc/printcap
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /printers/minolta>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631
Another potential problem is 192.168.2.200 is a dynamically assigned IP address, but I'll cross that bridge later. (I'd like to be able to turn the thing off most of the time. This could be a problem if another computer grabbed the printer's IP address while it was powered down.)