From: Tim F. <nai...@ea...> - 2004-12-01 18:52:43
|
Hi Bruce, Did you make sure to restart cups before you entered the cups web interface? Unless you restart cups, you won't see the ptal option under the device section, and you won't be able to print. (You probably know this already, but I thought I'd mention it just in case.) Tim |
From: Tim F. <tf...@ti...> - 2004-12-02 06:12:33
|
Hi Bruce, Sorry, I forget which distribution you are using. In debian (which I'm using) you open a console, become root, and type: /etc/init.d/cupsys restart, but depending on your distribution one of the following may be appropriate (without the quotes): "/etc/init.d/cups restart" "/etc/init.d/cupsd restart" "killall -HUP cupsd" Ater you have successfully restarted cups (which should only take a second or two) open up a web browser, and in the address field type: http://localhost:631 This will open up the cups web interface. (You will be prompted for your username and password--enter root for username and then type your root password.) Click on "manage printers" and in the next window select "add printer." In the next window you'll be asked to name your printer (call it anything, as long as it's one word with no spaces) The remaining two fields are optional--you can leave them blank--but for the location you can enter the hostname of whatever computer the printer is connected to, and in the description you can enter printer, or any other indentifying comment that you choose. Click continue and in the device field in the new window that opens you will see ptal as one option among many. You must choose ptal. Click continue again. In the next window choose a driver--you can check the sourceforge hpoj web site for the suggested driver for your printer: http://hpoj.sourceforge.net/suplist.shtml Click continue one more time and you're done. You can then go back to the main cups web page and try printing a test page. Hope this helps. Tim On Wednesday 01 December 2004 10:29 pm, bbales wrote: > And from Tim. > > On Wednesday 01 December 2004 12:51, Tim Folger wrote: > > Hi Bruce, > > > > Did you make sure to restart cups before you entered the cups web > > interface? Unless you restart cups, you won't see the ptal option > > under the device section, and you won't be able to print. (You > > probably know this already, but I thought I'd mention it just in > > case.) > > > > Tim > > I tried to restart cups: > /usr/local/sbin/ptal-cups restart > > and I got the following: > ptal-connect: connecting to device "mlc:usb:psc_1200_series"... > successful. > > And never got a prompt back until I copied it with control-c. > > I don't know what you are referring to with "ptal option under > device section in the cups web interface." I see no device > section. > bruce |
From: bbales <bb...@co...> - 2004-12-02 09:33:40
|
On Thursday 02 December 2004 00:10, you wrote: > "/etc/init.d/cups restart" > "/etc/init.d/cupsd restart" > "killall -HUP cupsd" Apparently on RH 9 we use /etc/rc.d/init.d/cups restart. It returned "stopping cups" and then "starting cups" Then I did the http://localhost:631 and added a printer. Everything went well and now on the localhost:631 printers page I have two printers named pcs1200 and pcs1210. Printing a test page with either one gets me the message "Could not connect to remote server" 'lpr goodmen' prints the file goodmen. A picture in gimp doesn't print, even though gimp seems to think it is doing something -- no error messages. kwrite shows psc1210 idle (accepting jobs) -- using cups. And then it prints the page. Hooray! kmail prints too! So now two projects -- (1) see how gimp print fits into this and what ails it. and (2) move the printer to the other machine and do this all there. again. Many thanks, bruce |
From: Tim F. <tf...@ti...> - 2004-12-02 20:31:38
|
I'm glad you've got things (mostly) working. To print with Gimp, you should install cupsys-driver-gimpprint, and a few other gimp printing packages, I can't remember all their names--maybe they're available on your RedHat installation cds. You should probably also install cupsys-bsd, which will make it easier for you to print in non-kde apps. Good luck. Tim On Thursday 02 December 2004 01:02 am, bbales wrote: > On Thursday 02 December 2004 00:10, you wrote: > > "/etc/init.d/cups restart" > > "/etc/init.d/cupsd restart" > > "killall -HUP cupsd" > > Apparently on RH 9 we use /etc/rc.d/init.d/cups restart. > It returned "stopping cups" and then "starting cups" > > Then I did the http://localhost:631 > and added a printer. Everything went well and now on the > localhost:631 printers page I have two printers named pcs1200 and > pcs1210. Printing a test page with either one gets me the message > "Could not connect to remote server" > > 'lpr goodmen' prints the file goodmen. > > A picture in gimp doesn't print, even though gimp seems to think it > is doing something -- no error messages. > > kwrite shows psc1210 idle (accepting jobs) -- using cups. And then > it prints the page. Hooray! > > kmail prints too! > > So now two projects -- (1) see how gimp print fits into this and > what ails it. and (2) move the printer to the other machine and do > this all there. again. > > Many thanks, > bruce |