You are not logged in.
:? I had this thing working, shutdown, and the next day it wasn't.
I have downloaded and installed all the proper files-- used the cups set up in Arch Wiki. I downloaded cups, foomatic, gimp-print, HPIJS,the ppd files for the printer, set up on localhost 631. Everything seems fine, but again, run a test and the printer does nothing.
All the drivers were listed in the set up utilities. it's a HP-DeskJet 3650.
It's not recognized by hwd, but so what, hwd doesn't recognize the USB ports. It was not recognized in tail /varlog/messages.
I know it works, I just set up another OS the other day, used the set up printer icon in KDE, and it worked perfectly.
I think there is something I'm doing wrong or missing, but what????
I also have the proper modules and daemons in rc.conf.
Anybody know what's going on??? -- I did have it working at one time!
Thanks --Larry
Offline
You probably already checked if cupsd was running when printing was failing
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
The only thing I get from cupsd is: Child exited with status 98!.
I don't have the foggiest idea what that means.
Thanks for the reply -- Larry
Offline
From /etc/cups/cupsd.conf:
# Log level (LogLevel)
#
# Controls the number of messages logged to the ErrorLog
# file and can be one of the following:
#
# debug2: Log everything.
# debug: Log almost everything.
# info: Log all requests and state changes.
# warn: Log errors and warnings.
# error: Log only errors.
# none: Log nothing.
#
# ex: info
#
#LogLevel info
LogLevel info
If you put the loglevel into debug or debug2 maybe you'll get a clue what is going on.
Cheers.
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
From /etc/cups/cupsd.conf:
# Log level (LogLevel) # # Controls the number of messages logged to the ErrorLog # file and can be one of the following: # # debug2: Log everything. # debug: Log almost everything. # info: Log all requests and state changes. # warn: Log errors and warnings. # error: Log only errors. # none: Log nothing. # # ex: info # #LogLevel info LogLevel info
If you put the loglevel into debug or debug2 maybe you'll get a clue what is going on.
Cheers.
Sorry to sound stupid, but how do I put the loglevel into debug??
Offline
Edit the conf file and modify the LogLevel line to:
LogLevel debug
. Restart cups and look at the logfiles to see what they say. It should give more information now.
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
Edit the conf file and modify the LogLevel line to:
LogLevel debug
. Restart cups and look at the logfiles to see what they say. It should give more information now.
I tried /var/log/cups/error_log - I got permission denied.
I tried chown A+x i got invalid user??
Sorry if I'm being a pain in the neck-- Larry
Offline
Probably already done but do you have ghostscript installed?
Skeeter
Rule #1: There are NO RULES!
Offline
Yes, I just checked
Offline
I tried /var/log/cups/error_log - I got permission denied.
Try it as root user
I tried chown A+x i got invalid user??
chown is change owner, not chmod, but you should not need it .
Sorry if I'm being a pain in the neck-- Larry
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
I am in root! -- Larry
Offline
Guess what puntmuts, I got the printer working. This is common, I totally forgot that it might be necesssary. I rebooted and it now works fine!
Thanks for the assistance -- Larry
Offline