LinuxQuestions.org
Review your favorite Linux distribution.
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, 03:51 PM   #1
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
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
 
Old 07-22-2004, 03:56 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872

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

Original Poster
Blog Entries: 5

Rep: Reputation: 58
No such file or directory,I tried it from / I can see it,it is a shell script.thanks
 
Old 07-22-2004, 04:21 PM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
From which command do you get this output please ?
 
Old 07-22-2004, 04:26 PM   #5
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# 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:~#
 
Old 07-22-2004, 04:30 PM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
install cups package so.

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

Last edited by keefaz; 07-22-2004 at 04:35 PM.
 
Old 07-22-2004, 04:34 PM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
O.K thanks
No just the /ect/rc.d/rc.cups

Last edited by comprookie2000; 07-22-2004 at 04:36 PM.
 
Old 07-22-2004, 04:52 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
Do you know where I can find it?
 
Old 07-22-2004, 04:57 PM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
You have it (rc.cups) so try to do the steps I mentioned and see if it works...
 
Old 07-22-2004, 05:01 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

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

Last edited by comprookie2000; 07-22-2004 at 05:04 PM.
 
Old 07-22-2004, 05:03 PM   #11
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
No pages at http://localhost:631 ?
 
Old 07-22-2004, 05:07 PM   #12
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291

Original Poster
Blog Entries: 5

Rep: Reputation: 58
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
 
Old 07-22-2004, 05:15 PM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

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

Last edited by keefaz; 07-22-2004 at 05:17 PM.
 
Old 07-22-2004, 05:17 PM   #14
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# 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:~#
 
Old 07-22-2004, 05:20 PM   #15
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Yes, it was wrong directory name, see my edit above
 
  


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 06:38 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