LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-05-2006, 02:21 PM   #1
idk666
Member
 
Registered: Aug 2005
Posts: 39

Rep: Reputation: 15
Trouble printing from network printer


I'm having trouble printing from a network printer on FC5 (defined as "networked jetdirect" in "Printing menu"). The same configuration worked fine on FC3...When attempting to print I get:

lpr: Error - scheduler not responding

From 'grep Listen /etc/cups/cupsd.conf':

# You can have multiple Port/Listen lines to listen to more than one
# Listen hostname
# Listen hostname:80
# Listen hostname:631
# Listen 1.2.3.4
# Listen 1.2.3.4:631
# must have at least one Port or Listen line that allows access from the
Listen *:631


...and from the end of the file:

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1

#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.17 2005/01/03 19:29:45 mike Exp $".
#
# Lines below are automatically generated - DO NOT EDIT
<Location /printers/Brown>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/Woosnam>
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


Thanks in advance for any help !.

Cheers !.
 
Old 06-07-2006, 04:31 AM   #2
jayakrishnan
Member
 
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 992

Rep: Reputation: 30
Your question is a bit confusing , "printing from network printer"? you mean to say u have a printer attached to ur fedora system and you are not able to print to the printer from other PCs
 
Old 06-07-2006, 10:36 AM   #3
idk666
Member
 
Registered: Aug 2005
Posts: 39

Original Poster
Rep: Reputation: 15
By "network printer" I mean that it is not locally connected to my fedora system. I am printing from it remotely. Does that make sense ?.

Sorry for the confusion.
 
Old 06-07-2006, 06:32 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
It is a printer with a LPR network printserver built in or attached..

What does your printers.conf look like ? here is mine

Code:
debian:/etc/cups# more printers.conf
# Printer configuration file for CUPS v1.1.23
# Written by cupsd on Fri Apr 28 22:32:51 2006
<DefaultPrinter HPLaser>
Info HPLaserjet4p
Location Desk
DeviceURI lpd://192.168.2.3/PORT1
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
For an HP laserjet jetdirect printer, where my config says PORT1 yours would be either raw or text. or auto
raw means the info that is sent to the printer is unchanged before it's printed and is what I normally use for HP Jet directs..
http://h20000.www2.hp.com/bizsupport...pj02836#N10107



but all of this was easily configured through the cups web interface, I never had to touch the config file at all.. have you tried using the cups web interface to configure your printer ?

http://localhost:631

Last edited by farslayer; 06-07-2006 at 06:36 PM.
 
Old 06-08-2006, 01:36 PM   #5
idk666
Member
 
Registered: Aug 2005
Posts: 39

Original Poster
Rep: Reputation: 15
Here's the printers.conf:

<DefaultPrinter Brown>
DeviceURI socket://10.4.2.3:9100
Location
Info
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
<Printer Woosnam>
DeviceURI socket://10.4.2.1:9100
Location
Info
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>


I can't seem to connect to the CUPS web interface....("Unable to connect" message in Firefox)
 
Old 06-08-2006, 07:37 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Are you sure cups is running ?

ps -aux | grep cupsd

maybe

/etc/init.d/cupsd start
 
Old 06-12-2006, 04:13 PM   #7
idk666
Member
 
Registered: Aug 2005
Posts: 39

Original Poster
Rep: Reputation: 15
/etc/init.d/cupsd start did the trick. Curious, does CUPS not run automatically from boot ?.

Thanks everyone for your replies !
 
Old 06-12-2006, 05:12 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Apparently yours isnt set to run at boot time you can fix that easily.. hrm Fedora I believe that would be chkconfig..

** googles for chkconfig command partameters.. **

http://www.die.net/doc/linux/man/man8/chkconfig.8.html
chkconfig --level 345 cupsd on
now cups should start at boot

or you could use the GUI tool for redhat redhat-config-services
http://www.die.net/doc/linux/man/man...ervices.8.html

Screenshot
http://fedora.redhat.com/projects/co...g-services.png
http://fedora.redhat.com/projects/co...-services.html

enjoy !!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
CUPS error - trouble printing to windows printer vr6stress Linux - Newbie 13 12-23-2004 08:46 AM
Printing to a network printer jrdioko Linux - Newbie 20 09-10-2004 04:21 PM
Printing to network printer KHAAAN Linux - Networking 1 07-05-2004 07:34 PM
trouble printing to networked epson 440 printer Pete Dogg Linux - Hardware 0 12-01-2003 11:16 PM
Trouble printing from Win2K to printer on linux box cboyd Linux - Networking 0 03-03-2002 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:35 PM.

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