LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-02-2002, 05:03 PM   #1
joel1
Member
 
Registered: Jun 2002
Posts: 31

Rep: Reputation: 15
APSFilter Epson 760 Gimp drivers


I am trying yet again to get printing working under Slack

I have tried to set APSfilter but whichever printer I choose it just prints out pages of code when I test, and if I try to print after accepting this I get the same code.

Under Ghost my printer is not listed, however under gimp the Epson 760 is listed but if I choose it, it tells me that gimp wsa compiled without my driver. Do I just download gimp source and compile over the top (or remove gimp first), or is there a way to just add the driver!
 
Old 12-03-2002, 12:05 AM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You don't need to download gimp, you need to download gimp-print.
 
Old 12-03-2002, 01:00 AM   #3
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
Thanks bern, actually my lazy typing I meant gimp-print
 
Old 12-03-2002, 01:10 AM   #4
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
After installing gimp-print and reinstalling ghostprint with "--with-gimp-print" I still get:

"Enter number: 48

Error: Your gs version doesn't have driver "stp" compiled in...
Select another driver or build a new gs version with complete or customized
driver support.

Now you'll see a list of drivers supported by your gs version...

Press <RETURN> to continue"


When I get a list 48 (epson 760) is there but even after isntalling gimp-print, it still gives me the message above in APSFilter setup.

Last edited by joel; 12-03-2002 at 01:36 AM.
 
Old 12-03-2002, 01:56 AM   #5
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What driver options are you passing to ghostscript when you run configure?
 
Old 12-03-2002, 02:05 AM   #6
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
none the README for gimp just said to do

"configure --with-gimp-print"

so I did that!
 
Old 12-03-2002, 02:32 AM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What version of GNU-ghostscript are you using?
 
Old 12-03-2002, 04:59 AM   #8
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
8.0
 
Old 12-03-2002, 05:38 AM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Well, GNU Ghostscript only goes up to 7.05, if you have version 8.0 then you have AFPL Ghostscript, but I think you should try ESP Ghostscript, which has more up-to date gimp-print support.
Have a look here for some more info on all three flavours of ghostscript.
 
Old 12-03-2002, 06:02 AM   #10
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
Ok thanks again Bern I will give GNU version 7.05 a try....
 
Old 12-03-2002, 06:37 AM   #11
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
OK some progression, it finds the printer driver now but when I print the Test page I get the following:

"Creating test page...
Error: /invalidfont in findfont
Operand stack:
f1 (Times-Roman) (Times-Roman) Font (Times-Roman) 358023 (Times-Roman) --nostringval-- Courier NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu (NimbusMonL-Regu) NimbusMonL-Regu
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- 3 3 %oparray_pop 4 3 %oparray_pop --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 7 4 %oparray_pop --nostringval-- --nostringval-- --nostringval-- 5 -1 1 --nostringval-- %for_neg_int_continue --nostringval-- --nostringval--
Dictionary stack:
--dict:1057/1123(ro)(G)-- --dict:0/20(G)-- --dict:100/200(L)-- --dict:17/17(ro)(G)-- --dict:1057/1123(ro)(G)--
Current allocation mode is local
Last OS error: 2
Current file position is 5546
ESP Ghostscript 7.05.5: Unrecoverable error, exit code 1

real 0m0.091s
user 0m0.070s
sys 0m0.020s

Printing test page...
ls: /tmp/apsfilter10210/test_page.aps: No such file or directory
cat: /tmp/apsfilter10210/test_page.aps: No such file or directory

real 0m0.002s
user 0m0.000s
sys 0m0.000s
"

Also KDE doesn't "see" any print device!
 
Old 12-03-2002, 06:47 AM   #12
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Have you tried cups yet? I've never had any luck with apsfilter and my usb printer, as for the font problem do you have the MS core fonts installed?
 
Old 12-03-2002, 06:50 AM   #13
joel
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
CUPS has other problems, all appears to work fine, but when I print nothing happens, I may have to go back to trying cups!

And no haven't installed the MS core fonts yet!

Though to test the printer in KDE, what do I set its location as, I tried '/dev/lp0' and get a message about no rights to write to '.'

P.S. My printer is uses lpt1 not a usb printer... printing under slackware has always been the most difficult task for me

Last edited by joel; 12-03-2002 at 06:52 AM.
 
Old 12-03-2002, 07:57 AM   #14
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try "chmod 666 /dev/lp0".
My printer is a HP810c USB and I use cups-1.14 with foomatic and the hpijs driver.
 
Old 12-03-2002, 04:35 PM   #15
joel1
Member
 
Registered: Jun 2002
Posts: 31

Original Poster
Rep: Reputation: 15
tried that, I might reinstall Slackware 8.1 tonight, only just reinstalled it the other day after trying gentoo so no biggy....

Restarting with APSFilter may help as I have probably made a mess putting cups, EPS trial, and various forms of ghostscript on...
 
  


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
printing on HP PhotoSmart from Gimp 2.2, gimp-print drivers needed? pearman Debian 2 08-05-2005 04:19 AM
Epson C66 doesn't work with Epson drivers (print/pips-sc65_66s port) josealexandre Linux - Hardware 1 06-26-2005 11:51 AM
drivers for Epson CX5400 ???? ehdwuld Linux - Software 9 02-25-2005 03:07 PM
fast printing with Epson Stylus COLOR 760 aep Linux - Hardware 0 05-04-2002 04:24 PM
epson 760 redhat 7.2 el topo Linux - Newbie 0 02-13-2002 06:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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