LinuxQuestions.org
Help answer threads with 0 replies.
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 07-22-2004, 05:28 PM   #16
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58

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?
 
Old 07-22-2004, 06:29 PM   #17
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
comprookie2000: I notice you misspell "etc". Make sure your spelliing is correct.
 
Old 07-22-2004, 08:01 PM   #18
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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.
 
Old 07-22-2004, 08:24 PM   #19
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
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.
 
Old 07-22-2004, 09:05 PM   #20
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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
 
Old 07-22-2004, 09:30 PM   #21
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
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
 
Old 07-22-2004, 10:05 PM   #22
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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

Last edited by comprookie2000; 07-22-2004 at 10:16 PM.
 
Old 07-22-2004, 10:24 PM   #23
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

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

then try a test page. Watch your spelling...
 
Old 07-22-2004, 11:04 PM   #24
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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?
 
Old 07-22-2004, 11:21 PM   #25
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
If you haven't rebooted, try restarting cups:

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

Then try a test print.
 
Old 07-23-2004, 04:16 AM   #26
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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)

Last edited by keefaz; 07-23-2004 at 04:25 AM.
 
Old 07-23-2004, 05:50 AM   #27
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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

Last edited by comprookie2000; 07-23-2004 at 05:57 AM.
 
Old 07-23-2004, 06:35 AM   #28
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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.
 
Old 07-23-2004, 10:18 AM   #29
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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#
 
Old 07-23-2004, 10:33 AM   #30
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Do you have espgs package installed ?

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


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
Epson Stylus 740 Printer installation Chrysalid Linux - Hardware 1 08-02-2005 09:05 AM
Epson stylus color 440 printer doesnt work lnthai2002 Linux - Hardware 0 02-21-2005 08:28 AM
how install usb printer (epson stylus color 480sxu) ? Xavius Slackware 10 10-15-2004 05:29 PM
how install usb printer (epson stylus color 480sxu) ? Xavius Linux - Hardware 1 08-10-2004 12:56 PM
Printer Problems with CUPS and Epson Stylus Color 740 MG-Cloud Linux - Newbie 0 02-06-2004 03:34 PM

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

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