Link to home
Start Free TrialLog in
Avatar of Netlink2
Netlink2

asked on

how to setup a printer in gnome centos 5.3

I can't find a menu option, nor a command line command which helps me to set up a printer. Where's the icon or what command do I use ?
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

are you trying to setup network printer or local printer ??

if its network printer then you will have to install cups

or

if its local printer then you can add the printer : system->administration->printer->

let me know then i will sent you some article
Avatar of Netlink2
Netlink2

ASKER

I want to install an Epson ESC/2 TCP/IP printer. I could use USB as well. I don't have "Printer" in the section under "administration"
then isntall cups

yum install cups


then reboot the pc or login and logout

I do "yum install cups" and get
cups-1.3.7-8.el5_3.6.i386 already installed and latest version
so what do I do next ?
BTW I still have no printer in the administration section
show me the output of

rpm -qa | grep cups

also

press
alt + f2
in Gui mood

then type

system-config-printer

see if it opens your cups
that gives me a message
could not open location 'fiile:///system-config-printer'
I did a locate for system-config-printer, but all I saw was folders under /usr/share, /usr/share/doc and /usr/share/doc
ASKER CERTIFIED SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
rpm -qa | grep cups

gives

hal-cups-utils-0.6.2-5.2.el5
libgnomecups-0.2.2-8
cups-libs-1.3.7-8.el5_3.6
cups-1.3.7-8.el5_3.6

after
yum groupinstall printing
installed the system-config-printer

so the printer is now showing
so your problem solved ??
Technically speaking you've answered my question, but it still doesn't print using ipp.

Do you want me to answer this as completed (so you can get the points) and start a new question or continue here ?
I installed a driver from openprinting.org, which seems to be writing to the printer. I think I just need to find the right driver now.
yes, just get the driver of that printer should fix the problem ..