LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-13-2005, 06:57 AM   #1
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Rep: Reputation: 32
printer sharing questions


i have a printer hooked up through usb on my ubuntu breezy pc and id like to share printer with FC4 pc. is there a such thing as an printer share for dummies how-to out there and what is the easiest "program" to share printers. also i was looking at samba but they are saying something about using the same kernel and im thinking fc4 and breezy are different kernels. and im guessing it doesnt help that i dont know my ip as it is dynamic and changes every so often. anyway im looking for a dumbass guide to do this is there a such thing?

both pcs have the same name if that makes a difference.

Last edited by boxerboy; 09-13-2005 at 08:18 AM.
 
Old 09-14-2005, 03:24 AM   #2
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
You should look at CUPS which is probably already installed in ubuntu. You would need to install it in fc4 as well. Then bring up a browser in fc4 and do http://localhost:631 and then install the printer as a network printer.
 
Old 09-14-2005, 04:36 AM   #3
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
Code:
 [14/Sep/2005:05:33:54 -0400] Adding start banner page "none" to job 1.
I [14/Sep/2005:05:33:54 -0400] Adding end banner page "none" to job 1.
I [14/Sep/2005:05:33:54 -0400] Job 1 queued on 'epson' by 'root'.
I [14/Sep/2005:05:33:54 -0400] Started filter /usr/lib/cups/filter/pstops (PID 17569) for job 1.
I [14/Sep/2005:05:33:54 -0400] Started filter /usr/lib/cups/filter/foomatic-rip (PID 17570) for job 1.
I [14/Sep/2005:05:33:54 -0400] Started backend /usr/lib/cups/backend/ipp (PID 17571) for job 1.
thats what i got after setting it up i think something isnt right as server i put the name of the pc because nothing on those pages told me what to do with server. also on the ubuntu pc the printer is local is that ok or do i need to change that one to network also?
 
Old 09-14-2005, 05:07 AM   #4
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
the errors forget about i fixed them i forgot the drivers. ok got driverws in and ready and when it asked for server i had boxer in there cause both pcs are named boxer but it says cant find host boxer. what server should i use than nothing tells me
 
Old 09-14-2005, 10:14 AM   #5
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Use the ip address instead
 
Old 09-14-2005, 12:17 PM   #6
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
Code:
[root@ boxerboy]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:12:17:53:BB:85
          inet addr:192.168.10.2  Bcast:192.168.10.255  Mask:255.255.255.0
          inet6 addr: fe80::212:17ff:fe53:bb85/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9413 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11132 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2335942 (2.2 MiB)  TX bytes:1308075 (1.2 MiB)
          Interrupt:10 Base address:0x8000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2977 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2977 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3056706 (2.9 MiB)  TX bytes:3056706 (2.9 MiB)

[root@ boxerboy]#
thats what i got on this pc the other one is same cept "inet addr is 192.168.10.4 i tried 192.168.10.2 /192.168.10.4/127.0.0.1 and now it says
Code:
I [14/Sep/2005:13:13:16 -0400] Adding start banner page "none" to job 4.
I [14/Sep/2005:13:13:16 -0400] Adding end banner page "none" to job 4.
I [14/Sep/2005:13:13:16 -0400] Job 4 queued on 'epson' by 'root'.
im not real sure what else it would need also its set for ipp and shoulld i have local or network set on pc with printer attached?
 
Old 09-14-2005, 02:36 PM   #7
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
The address is the ip address of the box to which the printer is attached. The printer is left as a usb printer on the host that it is attached to. Basically you are routing printing via the ip address to the printer.
 
Old 09-14-2005, 03:32 PM   #8
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
ok there are wayyyyyyyyyy too damn many ip addresseds to remember ok i tried all those and i tried my routers ip and now instead of banner errors and crap i am getting this error:

Code:
lpr: error-unable to print file: server-error-service-unavailable
i have it named epson just for ease and here are rest of settings:
Code:
Queue type:networked CUPS (IPP)      server:192.168.10.1  path:/printers/queue1    printer driver for epson c64:gimp-print-ijs
im not sure what else to do im thinking everything is set right oh i have pc with printer attached as a local printer i heard that was good?????????? i dont have a clue anymore i always concidered myself good with pcs but i guess that was windozes crap.
 
Old 09-15-2005, 01:18 AM   #9
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Which desktop manager do you have on the fc4 box?
 
Old 09-15-2005, 04:09 AM   #10
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
KDE and gnome
 
Old 09-15-2005, 05:36 AM   #11
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Under kde go K -> Settings -> Printing manager. At the bottom right it should say CUPS. At the top left is Add select this and go through the wizard and on the next screen select network printer via tcp and just follow the wizard.
 
Old 09-15-2005, 01:42 PM   #12
boxerboy
Member
 
Registered: Jul 2005
Distribution: ubuntu5.04, ubuntu5.10, suse9.3, mandrake10.1, mandriva2006(beta), FC1-4, redhat9.0, debian sarge
Posts: 519

Original Poster
Rep: Reputation: 32
thank you i was using wrong kprinter thing the test page printer finally
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
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 rhraz Linux - Newbie 2 02-15-2004 11:19 AM
sharing a printer juanb Linux - Networking 1 01-02-2003 07:40 AM
Sharing a Printer fiburglas Linux - General 1 12-17-2002 10:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:22 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