LinuxQuestions.org
Review your favorite Linux distribution.
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 07-23-2005, 07:36 AM   #1
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Rep: Reputation: 15
after KDE reinstall, printer stoped working (how to set it up?)


Hi,
my distro is Gentoo, a few days ago i installed KDE 3.4, after that my HP DeskJet 3650 stopped printing. I have tried to install the printer via KDE print tool, as i did it before, but it still doesn't work! I've also tried to reinstall cups, foomatic, hpijs and even kdeprint packages, but it didn't helped. CUPS seems to be working fine.. It's really strange because in history all jobs is marked as aborted. And here is my /var/log/cups/error_log content (hope it helps to clear the situation):

I [23/Jul/2005:15:06:23 +0300] Loaded configuration file "/etc/cups/cupsd.
conf"
I [23/Jul/2005:15:06:23 +0300] Configured for up to 100 clients.
I [23/Jul/2005:15:06:23 +0300] Allowing up to 100 client connections per h
ost.
I [23/Jul/2005:15:06:23 +0300] Full reload is required.
I [23/Jul/2005:15:06:24 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 332 PP
Ds...
I [23/Jul/2005:15:06:24 +0300] LoadPPDs: No new or changed PPDs...
I [23/Jul/2005:15:06:24 +0300] Full reload complete.
I [23/Jul/2005:15:11:51 +0300] Adding start banner page "none" to job 7.
I [23/Jul/2005:15:11:51 +0300] Adding end banner page "none" to job 7.
I [23/Jul/2005:15:11:51 +0300] Job 7 queued on 'dj3650' by 'mistreated'.
I [23/Jul/2005:15:11:51 +0300] Started filter /usr/lib/cups/filter/pstops
(PID 7177) for job 7.
I [23/Jul/2005:15:11:51 +0300] Started filter /usr/lib/cups/filter/foomati
c-rip (PID 7178) for job 7.
I [23/Jul/2005:15:11:51 +0300] Started backend /usr/lib/cups/backend/usb (
PID 7179) for job 7.
E [23/Jul/2005:15:11:51 +0300] PID 7178 stopped with status 22!
I [23/Jul/2005:15:11:51 +0300] Hint: Try setting the LogLevel to "debug" t
o find out more.

Any suggestions to my problem?
Thank You!
 
Old 07-24-2005, 03:58 AM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Post lsusb
and
tail /var/log/cups/error_log

Last edited by comprookie2000; 07-24-2005 at 03:59 AM.
 
Old 07-24-2005, 11:29 AM   #3
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
With USB everything is fine, here's lsusb result:

Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 03f0:7204 Hewlett-Packard DeskJet 36xx
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

And tail /var/log/cups/error_log i've already listed in previous post. But.. ok, here it is:
I [24/Jul/2005:18:28:37 +0300] LoadPPDs: No new or changed PPDs...
I [24/Jul/2005:18:28:37 +0300] Full reload complete.
I [24/Jul/2005:19:33:31 +0300] Adding start banner page "none" to job 10.
I [24/Jul/2005:19:33:31 +0300] Adding end banner page "none" to job 10.
I [24/Jul/2005:19:33:31 +0300] Job 10 queued on 'dj3650' by 'mistreated'.
I [24/Jul/2005:19:33:31 +0300] Started filter /usr/lib/cups/filter/pstops (PID 7 247) for job 10.
I [24/Jul/2005:19:33:31 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7248) for job 10.
I [24/Jul/2005:19:33:31 +0300] Started backend /usr/lib/cups/backend/usb (PID 72 49) for job 10.
E [24/Jul/2005:19:33:31 +0300] PID 7248 stopped with status 22!
I [24/Jul/2005:19:33:31 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
 
Old 07-24-2005, 11:39 AM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
You could install the newer drivers;
For printing support, you must have the ppds USE flag enabled.
emerge hplip
Then go back to http://localhost:631 and reconfigure
 
Old 07-24-2005, 12:22 PM   #5
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
When i was emerging cups, hpijs and foomatic, i set USE variable to
USE="kde qt kdeenablefinal kdexdeltas cups foomaticdb ppds usb hpijs"

And what is hplip? Is it some kind of an alternative to hpijs, or just a new version of it with a different name?
 
Old 07-24-2005, 12:25 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Here it is;
http://www.gentoo.org/doc/en/printing-howto.xml
 
Old 07-24-2005, 01:28 PM   #7
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
Thanks for help, but hplip is masked..

!!! All ebuilds that could satisfy "hplip" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-print/hplip-0.9.3 (masked by: ~x86 keyword)

Should i merge it anyway?
I've also merged pnm2ppa, but no changes..

Why it's not working?! Everything was just fine!
Am i the only one who have got the HP printer???
 
Old 07-24-2005, 02:29 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I have the same printer deskjet 3650, and it works fine.I have not used kde to set up a printer in a while, I do it with localhost.You will get it working, just need to find out why.I would go into the kde printer set-up and remove what ever is there so it is Blank.Add that driver to /etc/portage/package.keywords and emerge it.It may pull in something you need. to see what will happen do a emerge -pv <package name> I would emerge it all again, sometimes that is all it takes.Just follow the guide all the way through, may get lucky, it should work. good luck If you want I could give you the pid file from mine but it is on a server here at the house but I could e-mail it to you.
look at /etc/cups/cups.conf
and /etc/cups/ppd there should be the ppd there
 
Old 07-25-2005, 01:28 PM   #9
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
I don't know, what to do! I've tried to install it in many different ways: by my own, according to Gentoo Handbook, via KDE Print, via http://localhost:631.. I was trying to configure it with hpijs and with hplip.. I've also used different USE variable values, and used it with the PPD file from the LinuxPrinting.org, but result is the same, as i described it before! Nothing changed! Maybe i messed up with configuration file update after emerge -Du world...
Could you please send me all possible printer configuration files, and tell what software and what versions are you currently using with your printer.
Thank you!
 
Old 07-25-2005, 03:05 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
See if these are the same as yours;
http://abbottdavid.no-ip.info/printer/
 
Old 07-26-2005, 05:14 PM   #11
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
Thanks, for supplying me with config files! But it didn't work, neither with hpijs of hplip.
Then i've tried to unmerege hpijs, cups, foomatic, etc, delete all config files and install those packages again from scratch. The result was the same!
Maybe you know, how to set the LogLevel to "debug"? I would like to see what exactly is error 22 and maybe there will be some other information. Maybe it'll spread some light on me problem.
 
Old 07-28-2005, 04:16 PM   #12
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15
I have fixed the printer, now everything is ok, and it's working fine! I accidentally noticed, that file /usr/bin/foomatic-rip is absent! This file is part of package foomatic-filters, and i think it's most important of all filters. And there is a lot of symbolic links in the system directories to this file.
So if someone is having the same problem as i had, just reinstall foomatic-filters package!


Thanks for help, comprookie2000! Sorry for bugging you!
 
Old 07-28-2005, 04:32 PM   #13
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Glad you got it fixed, your not bothering me. It took me a while to get a epson printer working one time then it started printing garbage and I couldn't turn it off.Even when I rebooted and went to print something it would do it all over again.Used up all the ink.I put the printer on the driveway and droped a block on it so I know your frustration.
 
Old 07-28-2005, 04:39 PM   #14
Mistreated
Member
 
Registered: Aug 2004
Location: Latvia, Riga
Distribution: Gentoo
Posts: 109

Original Poster
Rep: Reputation: 15

Thanks for understanding!
 
  


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
Apache stoped working letsinstalllinu Linux - General 2 01-18-2005 05:07 PM
How can I set up a printer with CUPS in KDE? enigma Z Linux - Software 3 09-03-2004 09:43 AM
Wireless stoped working Nuke361 Linux - Newbie 1 05-19-2004 04:43 PM
CD-ROMS stoped working..... J.T. Mandriva 19 11-13-2003 01:23 AM
mozilla stoped working allohakdan Linux - Newbie 4 10-30-2003 11:49 AM

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

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