Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Epson Stylus Photo 750 on USB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
niai
n00b
n00b


Joined: 05 May 2003
Posts: 25

PostPosted: Mon May 05, 2003 3:27 pm    Post subject: Epson Stylus Photo 750 on USB Reply with quote

Following the Gentoo Print Guide, when I get to Code Listing 1.6

Quote:
# touch test.txt
# echo "Hello World" > test.txt
# cat test.txt > /dev/usb/lp0


The printer doesn't print. I have checked lp0 appears when i plug in the printer, but nothing is printed.
Back to top
View user's profile Send private message
irasnyd
Apprentice
Apprentice


Joined: 16 Feb 2003
Posts: 286
Location: Placentia, CA

PostPosted: Mon May 05, 2003 6:40 pm    Post subject: Reply with quote

I have the same problem, but I still got printing working ok on my Epson C82.

Code:

emerge cups
emerge -C gimp-print-cups
emerge -C gimp-print
emerge ghostscript


You may or may not need the Epson drivers....your printer might work okay without them.
http://www.epkowa.co.jp/english/linux_e/linux.html, extract and install them

Code:

tar -xvfz pips-*.i386.tar.gz
cd pips-*
./configure
make all
make install


It still won't print using the cat file.txt > /dev/usb/lp0 method, but this is how I got my printer to work (after much pain and suffering :-p)

Also, in the line
Code:

foomatic-configure -s cups -p $printer_model_number -c $print_device_path -n queue name -d driver

$print_device_path should be "file:/dev/usb/lp0" The file: was vital to get this to work.

Post some more if you have other troubles.
irasnyd
Back to top
View user's profile Send private message
ejahn1
n00b
n00b


Joined: 04 Mar 2003
Posts: 66

PostPosted: Thu Jun 12, 2003 2:27 am    Post subject: Reply with quote

I've got an Epson C80 for which I want to use the Epson PIPS drivers instead of the gimp-print drivers (which are not really good for the C80, despite what linuxprinting.org says). So I downloaded and compiled the C80 PIPS driver (using gcc 2.95) which isn't a CUPS-compatibe version, to my knowledge. So I removed gimp-print-cups and cups and installed and added lprng and ekpd to the default runlevel. Then I ran the PIPC C80 setup script and tried a test print and this is what I get:

Code:
A print error occured. Error message received from system:

/usr/bin/lpr -P 'sc80s' '-#1' '/usr/kde/3.1/share/apps/kdeprint/testprint.ps' : execution failed with message:
Status Information: sending job 'ejahn@localhost+258' to sc80s@localhost connecting to 'localhost', attempt 1 connected to 'localhost' requesting printer sc80s@localhost job 'ejahn@localhost+258' transfer to sc80s@localhost failed error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL' sending str '^Bsc80s' to sc80s@localhost error msg: 'spool queue for 'sc80s' does not exist on server localhost' error msg: ' non-existent printer or you need to run 'checkpc -f''


I though I installed the lprng spooler fine, so what gives? Any help with this would be appreciated. It would have been a ton easier for me if they just made a CUPS version for the C80 like they did for the C82. I guess you have to prioritze your latest and greatest printer models. :?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum