Today I had time to install open SUSE 11.0. I just followed your instructions and it went smoothly.
There is a small hitch, however.
The printer does not work properly. I tried everything. When I write a letter using open office, I need to print out. I have an old HP printer. It works fine.
I don’t have a network of computers at the moment. Just a single computer.
Your help is appreciated.
The following are from the folder cups.
linux-j5q7:/etc # cd cups
linux-j5q7:/etc/cups # ls
classes.conf command.types interfaces mime.types printers.conf.O ssl
classes.conf.O cupsd.conf lpoptions ppd pstoraster.convs yes
client.conf cupsd.conf.default mime.convs printers.conf snmp.conf
linux-j5q7:/etc/cups # cat printers.conf
# Printer configuration file for CUPS v1.3.7
# Written by cupsd on 2008-07-26 21:45
<DefaultPrinter deskjet5600>
Info hp deskjet 5600
Location USB printer on //hp/deskjet%205600?serial=MY3CC4P5ZH89
DeviceURI usb://hp/deskjet%205600?serial=MY3CC4P5ZH89
State Idle
StateTime 1217097497
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat printers.conf.O
# Printer configuration file for CUPS v1.3.7
# Written by cupsd on 2008-07-26 21:45
<DefaultPrinter deskjet5600>
Info hp deskjet 5600
Location USB printer on //hp/deskjet%205600?serial=MY3CC4P5ZH89
DeviceURI usb://hp/deskjet%205600?serial=MY3CC4P5ZH89
State Idle
StateTime 1217097497
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat classes.conf
# Class configuration file for CUPS v1.3.7
# Written by cupsd on 2008-07-26 21:45
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat classes.conf.O
# Class configuration file for CUPS v1.3.7
# Written by cupsd on 2008-07-26 21:07
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat client.conf
# Sample client configuration file for the Common UNIX Printing System
# (CUPS).
#
# Copyright 1997-2005 by Easy Software Products, all rights reserved.
# Klaus Singvogel <kssingvo@suse.de> modified it for SUSE distribution.
#
# These coded instructions, statements, and computer programs are the
# property of Easy Software Products and are protected by Federal
# copyright law. Distribution and use rights are outlined in the file
# "LICENSE.txt" which should have been included with this file. If this
# file is missing or damaged please contact Easy Software Products
# at:
#
# Attn: CUPS Licensing Information
# Easy Software Products
# 44141 Airport View Drive, Suite 204
# Hollywood, Maryland 20636 USA
#
# Voice: (301) 373-9600
# EMail: cups-info@cups.org
# WWW: http://www.cups.org
#
########################################################################
# #
# This is the CUPS client configuration file. This file is used to #
# define client-specific parameters, such as the default server or #
# default encryption settings. #
# #
# Put this file on /etc/cups/client.conf (system use) or #
# ~/.cups/client.conf (personal use). #
# #
# more information in the manual page client.conf(5)
########################################################################
#
# Encryption: directive specifies the default encryption settings for
# the client.
#
# Possible values:
#
# IfRequested
# Never
# Required
# Always
#
# The default value is "IfRequested".
# This parameter can also be set # using the CUPS_ENCRYPTION environment
# variable.
#
#Encryption IfRequested
#Encryption Never
#Encryption Required
#Encryption Always
#
# ServerName: directive specifies sets the remote server that is to be
# used for all client operations. That is, it redirects all client
# requests to the remote server.
#
# By default CUPS will use the domain socket /var/run/cups/cups.sock or
# local server ("localhost"), if so configured. The value can be
# overwritten by the CUPS_SERVER environment variable.
#
# The default port number is 631 but can be overridden by adding a colon
# followed by the desired port number to the value.
#
# ONLY ONE SERVER NAME MAY BE SPECIFIED AT A TIME. To use more than one
# server you must use a local scheduler with browsing and possibly
# polling.
#
#ServerName /domain/socket
#ServerName foo.bar.com
#ServerName 11.22.33.444
#ServerName foo.bar.com:8631
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat command.types
#
# "$Id: command.types,v 1.1.78.1 2007/12/23 17:30:03 easysw Exp $"
#
# MIME types file for the CUPS drivers.
#
# Copyright 1993-2000 by Easy Software Products.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Define the new application/vnd.cups-command filetype...
application/vnd.cups-command string(0,'#CUPS-COMMAND')
#
# End of "$Id: command.types,v 1.1.78.1 2007/12/23 17:30:03 easysw Exp $".
#
linux-j5q7:/etc/cups #
linux-j5q7:/etc/cups # cat cupsd.conf
#
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $"
#
# Sample configuration file for the Common UNIX Printing System (CUPS)
# scheduler. See "man cupsd.conf" for a complete description of this
# file.
#
# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel info
# Administrator user group...
SystemGroup sys root
# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Restrict access to the server...
<Location />
Order Deny,Allow
Allow From 127.0.0.2
</Location>
# Restrict access to the admin pages...
<Location /admin>
Encryption Required
Order allow,deny
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
# Set the default printer/job policies...
<Policy default>
# Job-related operations must be done by the owner or an administrator...
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
# All administration operations require an administrator to authenticate...
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
BrowseAddress @LOCAL
#
# End of "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $".
#
linux-j5q7:/etc/cups #