LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-05-2006, 01:36 PM   #1
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Rep: Reputation: 30
Sharing a printer on Suse 10


I have Suse 10 and I have a HP 6110 on it and it prints fine. As I have a home network I would like to set up the printer as a shared printer so that my other computers can print to it. How do I 'tell' Suse to share the printer? It seemed to be pretty easy in Red Hat but I can't seem to find out how to do it in Suse. I'm sure that I am (as usual) missing something very simple. Thanks.

Todd
 
Old 02-05-2006, 02:54 PM   #2
card-suse
Member
 
Registered: Dec 2005
Location: Ohio, USA
Distribution: OpenSuSE 10.2
Posts: 74

Rep: Reputation: 15
It's been about 2 months since I've done it, but it's pretty straightforward with YaST. If you are only connecting printers to the one computer, set it up as a CUPS server. Then set all your other systems up as clients. Basically, with the one computer as a server, it broadcasts all the printers connected to it (I believe on port 691) and all the clients pick it up. It works really well. If you add more printers to your server, all the clients pick it up automatically and they also don't need the drivers locally installed for that printer. I'll see if I can find detailed procedures in my notes. In the meantime, the SuSE documentation did a pretty good job covering this I think.
 
Old 02-05-2006, 04:01 PM   #3
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
Appreciate the response. I am having difficulty determining how to set up Suse as a CUPS server. I went all through Yast but I could not find any tool with which to do that. I looked through the documentation but all that I could find was info on setting up a local printer or setting up a network printer that was installed on another server, can't seem to figure on how to make this computer the print server and then share the printer. Thanks.

Todd
 
Old 02-05-2006, 10:21 PM   #4
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I may be confused on this but I believe when you configure your printer, cupsd server is enabled and port 631 on your firewall is also open. I'm in the process of building a second box to experiment with LAN configuration so I haven't set up the other box with a client. If you go into YaST and look at services, you will see CUPS is enabled.
 
Old 02-06-2006, 12:33 AM   #5
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
I found a little info about it. I'm still workin on it myself.
Go to Root shell and type "lppasswd -a root" this will let you create a root account for your CUPS server.
Go to web browser and type "localhost:631" and login w/ the account you just created in your shell.
Check out Admin / Manage Printers to see if your printer is there.

That should at least get you to where I am.
 
Old 02-06-2006, 03:18 AM   #6
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I did as crazibri suggested. I knew about localhost:631 but didn't know how to set a password -- now I do -- Thanks. My printer, a HP PSC 1410 is working correctly and got to see what I expected. Interesting though, this method listed a full bleed printing mode I don't remember seeing with YaST.
 
Old 02-06-2006, 10:20 PM   #7
card-suse
Member
 
Registered: Dec 2005
Location: Ohio, USA
Distribution: OpenSuSE 10.2
Posts: 74

Rep: Reputation: 15
I posted something on the SuSE Linux Forum at:

http://forums.suselinuxsupport.de/in...opic=31346&st=

I hope this helps. Let me know if it works. It's basically how I have mine setup.
 
Old 02-08-2006, 08:03 PM   #8
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
OK, I got to the CUPS web based admin and found my printer on there but I see nothing in there that allows me to 'share' the printer. Should I even be looking for something like that?
 
Old 02-08-2006, 11:16 PM   #9
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
If I'm not mistaken, permeations and group membership are the controlling factor as they are for everything else. By default all users are members of group lp. The PC with the printer is the cups server and all others are clients. Access is via host/IP and port 631 that cups uses.
 
Old 02-09-2006, 07:03 AM   #10
card-suse
Member
 
Registered: Dec 2005
Location: Ohio, USA
Distribution: OpenSuSE 10.2
Posts: 74

Rep: Reputation: 15
Quote:
Originally Posted by leupi
OK, I got to the CUPS web based admin and found my printer on there but I see nothing in there that allows me to 'share' the printer. Should I even be looking for something like that?
Leupi,

Did you check(i.e. click on) the link I posted a few days ago? You don't need to use the web based admin tool for CUPS in SuSE. You can set everything up through the print manager. The person I responded to on that post got everything working a.o.k. with the directions I posted. Hope it helps you.

Last edited by card-suse; 02-09-2006 at 07:05 AM.
 
Old 02-10-2006, 07:34 PM   #11
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I did not have KDE installed so I installed it (is there a way to do what you are describing via Gnome?). When I tried to access the 'print server' tab in 'Printing Manager' I got the message:

Quote:
Unable to retrieve the printer list. Error message received from manager:
Connection to CUPS server failed. Check that the CUPS server is correctly installed and running. Error: connection refused.
How can I tell if the CUPS server in installed and running in SUSE 10?

Thanks
 
Old 02-10-2006, 07:53 PM   #12
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I think that I must have screwed something up. When I try to use the CUPS web interface I get the message:
Quote:
Not Found
The requested resource was not found on this server.
It work a day or two ago...
 
Old 02-10-2006, 08:56 PM   #13
card-suse
Member
 
Registered: Dec 2005
Location: Ohio, USA
Distribution: OpenSuSE 10.2
Posts: 74

Rep: Reputation: 15
Sorry. Didn't realize you weren't running KDE. Here are two ways to check what services are running.

From a Konsole (login as root):

Code:
 chkconfig
That will list all services and show whether they are on or off. The GUI way is to:

K Menu -> System -> Control Center (YaST)

After you launch YaST, go to:

System -> System Services (Runlevel)

You can start the services from there. Let me know what you find.
 
Old 02-11-2006, 11:04 AM   #14
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I did as you suggested and saw that the CUPS printer daemon is enabled. I tried again to use the web browser to access the CUPS server with the address:
localhost:631
but again I got the message:
Quote:
Not Found
The requested resource was not found on this server.
I appreciate the help. I really do need to get this printer issue taked care of. Thanks.

Todd
 
Old 02-11-2006, 10:58 PM   #15
card-suse
Member
 
Registered: Dec 2005
Location: Ohio, USA
Distribution: OpenSuSE 10.2
Posts: 74

Rep: Reputation: 15
Is your Firewall setup to allow IPP client and IPP server services?

Go to:

YaST -> Security and Users -> Firewall -> Allowed Services

Make sure you have IPP Client and IPP Server in the list.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Printer-sharing with FreeBSD; cannot se icon for the printer hemmelig *BSD 7 05-13-2005 03:44 PM
Printer sharing Rowie Linux - Networking 9 04-08-2005 04:07 AM
how to get primary logon network, Access control,File sharing & printer sharing info dileepkk Linux - Networking 2 07-06-2004 06:54 AM
sharing a printer juanb Linux - Networking 1 01-02-2003 07:40 AM
printer sharing doublefailure Linux - Hardware 1 12-17-2002 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration