LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-03-2005, 06:33 AM   #1
unimow
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Rep: Reputation: 0
FC3 printing problem


Hi,
for about some time i have a problem with my printer under fedora core 3. suddenly it won't print anymore. I have googled for some time but can't find anything usefull.
The problem is i can not print from any application. I tried the printconf-gui tool but no effect.
If I try some commands like "lpinfo -m" or lpstat there's allways the same message: "lpstat: Unable to connect to server: Connection refused" even if I am locked in as root.
When I am trying to print a testpage, it says this: "lpr: error - unable to print file: server-error-service-unavailable". But the cups daemon is running. I checked that: [root@mow ~]# ps -A|grep cups
3830 ? 00:00:03 cupsd
4023 ? 00:00:00 cups-config-dae
4839 ? 00:00:00 eggcups
[root@mow ~]#
I also tried the web interface. There is no printer listed. So I tried to set up a new one. I only get to the point, where i have to select a device but the drop down list is empty.

I have no clue what to do next. Thanks for any comment.
 
Old 03-03-2005, 10:53 PM   #2
nonzero
Member
 
Registered: Feb 2005
Distribution: Debian FC4 LFS Slackware
Posts: 174

Rep: Reputation: 31
Make and model of printer? How did you originally install it?

nz
 
Old 03-04-2005, 03:45 AM   #3
unimow
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
It's a HP Deskjet 815C and I installed CUPS with the distribution as an rpm and further with the printconf-gui tool. I even installed the ppd of the printer but no effect.
 
Old 03-04-2005, 06:51 PM   #4
nonzero
Member
 
Registered: Feb 2005
Distribution: Debian FC4 LFS Slackware
Posts: 174

Rep: Reputation: 31
For some reason FC2 and FC3 want you to use the system-config-whatever scripts. I tried that initially and had mixed results with off-brand printers, though yours is not off-brand and was working. I would suggest trying the CUPS admin tool. Bring up your browser and got to http://localhost:631 or http://xxx.xxx.xxx.xxx:631 (the IP of the host you are on) and try it there. To do admin stuff you will need to supply the root pasword.

nz
 
Old 03-05-2005, 12:41 PM   #5
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Neat access that 'localhost:631' link. Are there any other addresses like that to configure system settings?
 
Old 03-05-2005, 02:09 PM   #6
unimow
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
I allready tried to access "127.0.0.1:631" but I can't creat a new printer because I can't select a device.
 
Old 12-15-2005, 03:06 AM   #7
Aristarque
LQ Newbie
 
Registered: Sep 2003
Location: Brussels, Belgium
Distribution: fedora, RedHat, Suse and much more
Posts: 4

Rep: Reputation: 0
Unhappy

Has anyone a solution for this?
I have exactly the same problem.
 
Old 12-15-2005, 10:41 AM   #8
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Is the printer connected and turned on? (I know it sounds silly, but it's happened before)
Have you checked printer compatibility in HCL?
Have you tried booting the system with the printer connected and turned on? (autodetect might pick it up)
 
Old 12-15-2005, 11:20 AM   #9
azucaro
Member
 
Registered: Jan 2005
Location: Washington, D.C.
Distribution: Arch (Custom), CentOS
Posts: 239

Rep: Reputation: 30
I have had that happen with CUPS running and the printer turned on. My solution was to go into the admin web interface and actually start the printer. I believe it is under administration-> printers -> start printer (I'm not at my Linux box at the moment).

If you turn off your printer when CUPS is running, it sometimes stops the printer for you (I couldn't tell you why, though) but isn't really an error, per se. Hopefully if you've had it working up until now that is the issue.
 
Old 12-19-2005, 02:44 AM   #10
Aristarque
LQ Newbie
 
Registered: Sep 2003
Location: Brussels, Belgium
Distribution: fedora, RedHat, Suse and much more
Posts: 4

Rep: Reputation: 0
Question

In fact, using Cups web inteface I could not add the printer. There were no classes available.
But I added it using the GUI, but it does not work.
The printer is always up and running, but i Double checked it anayway.
 
Old 12-20-2005, 07:51 AM   #11
azucaro
Member
 
Registered: Jan 2005
Location: Washington, D.C.
Distribution: Arch (Custom), CentOS
Posts: 239

Rep: Reputation: 30
So did you find the ppd for your printer? Usually you need a file for your printer for CUPS to read off of, and you drop that file (ppd extension) into the CUPS directory. Check out linuxprinting.org, and it will give you much better instructions than I ever can. Setting up printing is a whole different world in Linux, I know.

I went to linuxprinting.org and looked up your printer driver. Maybe this will help: http://www.linuxprinting.org/show_pr...P-DeskJet_815C
 
Old 01-09-2006, 04:54 AM   #12
Aristarque
LQ Newbie
 
Registered: Sep 2003
Location: Brussels, Belgium
Distribution: fedora, RedHat, Suse and much more
Posts: 4

Rep: Reputation: 0
Hello,

This is how my problem was resolved. I hope it will help others:

Apparently, something nasty (maybe an oracle client I installed) remove a line abouth the 127.0.0.1 my /etc/hosts file. I added it back, and no more cups problem.

Please correct your /etc/hosts.

The following lines should be preserved in it:
--snip--
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
--snip--

Regards,

Philippe
 
  


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
Partition problem with Qtparted in Knoppix variety & mp3 support problem in FC3 eypros Linux - Software 1 06-01-2005 07:12 PM
Printing problem FC3 wjacobusse Fedora 4 03-06-2005 09:49 AM
Cups Printing problem, Linux to Linux Printing problem folken718 Slackware 2 11-08-2004 10:10 AM
problem while printing mphreddy Linux - Hardware 0 10-27-2003 12:15 AM
printing problem Chijtska Linux - General 0 03-13-2002 08:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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