LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Epson stylus color 740 Printer (https://www.linuxquestions.org/questions/slackware-14/epson-stylus-color-740-printer-208436/)

comprookie2000 07-22-2004 03:51 PM

Epson stylus color 740 Printer
 
At the begining localhost:631 would refuse me,so I started looking around and the advice I found was to uninstall cups and all its files and folders so that I did.I reinstalled cups and gimp-print and tried again using kde's wizard and my printer is there [usb] the driver I have used before is there,looks good,but still will not print,I looked for cups in dmesg and I don't see it starting.What should I try next,thanks david

keefaz 07-22-2004 03:56 PM


chmod +x /etc/rc.d/rc.cups
/etc/rc.d/rc.cups start

Browse to http://localhost:631, login with root password
Add a printer class, add a printer then choose epson gimp driver for color 740

comprookie2000 07-22-2004 04:18 PM

No such file or directory,I tried it from / I can see it,it is a shell script.thanks

keefaz 07-22-2004 04:21 PM

From which command do you get this output please ?

comprookie2000 07-22-2004 04:26 PM

david@thrasher:~$ su
Password:
root@thrasher:/home/david# su
root@thrasher:/home/david# cd
root@thrasher:~# chmod +x /ect/rc.d/rc.cups
chmod: cannot access `/ect/rc.d/rc.cups': No such file or directory
root@thrasher:~#

keefaz 07-22-2004 04:30 PM

install cups package so.

[edit]
just an idea : have you a file named rc.cups.new in /etc/rc.d directory ?

comprookie2000 07-22-2004 04:34 PM

O.K thanks
No just the /ect/rc.d/rc.cups

comprookie2000 07-22-2004 04:52 PM

Do you know where I can find it?

keefaz 07-22-2004 04:57 PM

You have it (rc.cups) so try to do the steps I mentioned and see if it works...

comprookie2000 07-22-2004 05:01 PM

Same thing,wonder why It won't show up,I'm lost!
I right clicked on the file in konqurer and I can view the permissions?

keefaz 07-22-2004 05:03 PM

No pages at http://localhost:631 ?

comprookie2000 07-22-2004 05:07 PM

I go throught the whole setup,seems ok to me,but I can't start cups same thing no /ect/rc.d/rc.cups when I try to start it,I'm new at this so bear with me,thanks again keefaz

keefaz 07-22-2004 05:15 PM

It is simple, on a terminal, type :

chmod +x /etc/rc.d/rc.cups
/etc/rc.d/rc.cups start


[edit]
Hey ;) my mistake (stupid typo error), it was /etc directory not /ect of course

comprookie2000 07-22-2004 05:17 PM

david@thrasher:~$ su
Password:
root@thrasher:/home/david# cd
root@thrasher:~# chmod +x /ect/rc.d/rc.cups
chmod: cannot access `/ect/rc.d/rc.cups': No such file or directory
root@thrasher:~#

keefaz 07-22-2004 05:20 PM

Yes, it was wrong directory name, see my edit above

comprookie2000 07-22-2004 05:28 PM

Da,well I did that but still can't print at localhost,have to go out,I'll try later,thanks again for your help,could be the driver?

north49er 07-22-2004 06:29 PM

comprookie2000: I notice you misspell "etc". Make sure your spelliing is correct.

comprookie2000 07-22-2004 08:01 PM

Ok I did
chmod +x /etc/rc.d/rc.cups
/etc/rc.d/rc.cups start
cups: started scheduler.

Then went to localhost and set up my printer but it still will not print.

north49er 07-22-2004 08:24 PM

Can you tell us what you do to try to print. If you're doing it from an application, check if the output is to the cups spooler.

comprookie2000 07-22-2004 09:05 PM

I just try to print a text file in my home dir,the driver it says it is using is EPSON CL-700 cups+gimp-print v4.2.7 sending it to the printer.this is a different driver than I use in debian,I think I am close just missing something.I haven't booted in over a month,do I need to reboot to get cups started.When my prenter works it will startup when I boot other dist.If I don't hear it starting it won't print.Thanks again david

gbonvehi 07-22-2004 09:30 PM

You don't have to reboot. Did u try to print the test page using the web interface? It's a good point to start :)

comprookie2000 07-22-2004 10:05 PM

When I tried to print a test page at localhost I checked Jobs it says error client-error-not-possible?

Printer

Default Destination: home

home EPSON Stylus Color 740 - CUPS+Gimp-Print v4.2.7
Description: Epson stylux color 740
Location: USB
Printer State: idle, accepting jobs.
Device URI: usb://EPSON/Stylus%20COLOR%20740
home-20 Test Page root 15k cancelled at
Thu Jul 22 23:02:33 2004
home-21 Test Page root 15k cancelled at
Thu Jul 22 23:04:20 2004
home-22 Test Page root 15k cancelled at
Thu Jul 22 23:13:59 2004



Copyright 1993-2003 by Easy Software

north49er 07-22-2004 10:24 PM

Try: chmod a+x /etc/rc.d/rc.cups

then try a test page. Watch your spelling...

comprookie2000 07-22-2004 11:04 PM

No Luck,I booted into debian and checked the settings and tested worked great only difference was the driver was 4.2.6 and this one is 4.6.7 the only other thing was there for location ipp://thrasher:631/printers/home and here http://localhost:631/printers/home?

north49er 07-22-2004 11:21 PM

If you haven't rebooted, try restarting cups:

killall -HUP cupsd
/etc/rc.d/rc.cups restart

Then try a test print.

keefaz 07-23-2004 04:16 AM

I tried to add your epson printer in cups, I end with this adress for printer :
usb:/dev/usblp0 but as I haven't your printer I can't configure deeper.

There is a command line to manually add printer to cups (require that you figure out what device in /dev your usb printer use):
/usr/sbin/lpadmin -p Stylus_Color -E -v printer_device -m stcolor.ppd

(Type it as one single line)

comprookie2000 07-23-2004 05:50 AM

ID Name User Size State Control
home-2 Test Page root 15k aborted Something is stoping it from connecting to the printer Could it be in fstab?
Also it is /dev/usb/lp0
here is /dev/fstab
/dev/hda5 swap swap defaults 0 0
/dev/hda1 / reiserfs defaults 1 1
/dev/hda6 /home reiserfs defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

keefaz 07-23-2004 06:35 AM

try as root :
/usr/sbin/lpadmin -p Stylus_Color2 -E -v /dev/usb/lp0 -m stcolor.ppd

Then from a text editor, try to print and select Stylus_Color2 as printer.

comprookie2000 07-23-2004 10:18 AM

david@thrasher:~$ su
Password:
root@thrasher:/home/david# /usr/sbin/lpadmin -p Stylus_Color2 -E -v /dev/usb/lp0 -m stcolor.ppd
lpadmin: add-printer (set device) failed: client-error-not-possible
root@thrasher:/home/david#

keefaz 07-23-2004 10:33 AM

Do you have espgs package installed ?

Try with :
/usr/sbin/lpadmin -p Stylus_Color2 -E -v usb:/dev/usb/lp0 -m stcolor.ppd

comprookie2000 07-23-2004 10:51 AM

Yes I installed the tar.gz yesterday everything seemed to go ok,no error messages during the install had some doing ./configure but make went through and make install did its thing.

keefaz 07-23-2004 10:57 AM

What is your output for :
tail -50 /var/log/cups/error_log

comprookie2000 07-23-2004 10:58 AM

You did it that was a success,thanks again,what should I do to save this wonderful printer?

gbonvehi 07-23-2004 12:24 PM

Quote:

Originally posted by comprookie2000
No Luck,I booted into debian and checked the settings and tested worked great only difference was the driver was 4.2.6 and this one is 4.6.7 the only other thing was there for location ipp://thrasher:631/printers/home and here http://localhost:631/printers/home?
If you're accesing your printer locally (it's connected to the same machine), why don't you use the local port ie: parallel:/dev/lp0 in your case it should be something like: usb:/dev/usb/lp0

keefaz 07-23-2004 12:26 PM

hep, he said that his prob is fixed ;)

gbonvehi 07-23-2004 12:32 PM

I know, just wondering... :)

comprookie2000 07-23-2004 02:55 PM

Thanks again keefaz your the bomb works like a champ,david


All times are GMT -5. The time now is 09:08 AM.