View previous topic :: View next topic |
Author |
Message |
windz Tux's lil' helper
Joined: 07 May 2006 Posts: 89
|
Posted: Sun May 07, 2006 3:45 pm Post subject: Lexmark Z617: Cannot process raster [SOLVED] |
|
|
I have a lexmark Z617 printer. Everytime I try to print something, I get the error "Cannot Process Raster". I have tried 2 ways in order to install the driver:
1. Using the ebuild and following instructions from the Gentoo Wiki.
2. Using the tar CJLZ35LE-CUPS-2.0-1.TAR.GZ and following instructions from the forum here https://forums.gentoo.org/viewtopic.php?t=118732.
I read in this forum http://www.linuxprinting.org/pipermail/lexmark-list/2005q3/003194.html that I have to set some permissions to certain directories, namely:
chmod -R +rX /usr/local/z600llpddk/
chmod -R +rX /usr/include/lexmark/
chmod -R +rX /usr/lib/cups/backend/
chmod -R +rX /usr/lib/cups/filter/
chmod -R +rX /usr/share/cups/model/
So, I did just that and I am still having the 'Raster'-error. I have ran out of ideas now. Anyone has any other suggestions, other than to dump this printer for a new one, which I am sorely tempted to do?
Last edited by windz on Mon May 08, 2006 3:06 am; edited 1 time in total |
|
Back to top |
|
|
lazywally n00b
Joined: 07 May 2006 Posts: 7
|
Posted: Sun May 07, 2006 8:29 pm Post subject: |
|
|
HI
chmod 755 has to be done to all /usr/share/cups*
while u r at it, do it to all cups related folders
try - ls -l /usr/share/cups/<all folders> and make sure all files are rwxr-xr-x
see if u have ghostscript-gnu installed.
if u do unmerge it and emerge ghostscript-esp
restart cups - /etc/init.d/cupsd restart
delete printer from http://localhost:631 and create a new one
let me know how it works out
good luck. |
|
Back to top |
|
|
windz Tux's lil' helper
Joined: 07 May 2006 Posts: 89
|
Posted: Mon May 08, 2006 3:01 am Post subject: |
|
|
Oh my goodness... thank you so much!!! The printer works now.
The permission for the files and folders in /usr/share/cups were already set to 755. It still didn't work then.
After I unmerged ghostscript-gnu and emerged ghostscript-esp, the printer works.
Thanks again. |
|
Back to top |
|
|
|