Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-22-2004, 05:28 PM
|
#16
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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?
|
|
|
07-22-2004, 06:29 PM
|
#17
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
comprookie2000: I notice you misspell "etc". Make sure your spelliing is correct.
|
|
|
07-22-2004, 08:01 PM
|
#18
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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.
|
|
|
07-22-2004, 08:24 PM
|
#19
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
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.
|
|
|
07-22-2004, 09:05 PM
|
#20
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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
|
|
|
07-22-2004, 09:30 PM
|
#21
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
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
|
|
|
07-22-2004, 10:05 PM
|
#22
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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.
|
|
|
07-22-2004, 10:24 PM
|
#23
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
Try: chmod a+x /etc/rc.d/rc.cups
then try a test page. Watch your spelling...
|
|
|
07-22-2004, 11:04 PM
|
#24
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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?
|
|
|
07-22-2004, 11:21 PM
|
#25
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
If you haven't rebooted, try restarting cups:
killall -HUP cupsd
/etc/rc.d/rc.cups restart
Then try a test print.
|
|
|
07-23-2004, 04:16 AM
|
#26
|
LQ Guru
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552
|
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.
|
|
|
07-23-2004, 05:50 AM
|
#27
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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.
|
|
|
07-23-2004, 06:35 AM
|
#28
|
LQ Guru
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552
|
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.
|
|
|
07-23-2004, 10:18 AM
|
#29
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
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#
|
|
|
07-23-2004, 10:33 AM
|
#30
|
LQ Guru
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552
|
Do you have espgs package installed ?
Try with :
/usr/sbin/lpadmin -p Stylus_Color2 -E -v usb:/dev/usb/lp0 -m stcolor.ppd
|
|
|
All times are GMT -5. The time now is 01:42 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|