public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* How to I print to a TCP/IP Port.
@ 2005-01-12 20:23 linux
  2005-01-13  2:37 ` Ray Olszewski
       [not found] ` <200501142223.02445.edgaralwers@gmx.de>
  0 siblings, 2 replies; 4+ messages in thread
From: linux @ 2005-01-12 20:23 UTC (permalink / raw)
  To: linux-newbie

I recently migrated from WinXP to Linux (SuSE 9.2 Pro). I need some help
setting up my new linux box to print.  My old WinXP box printed to a network
printer.  If I open my printer properties dialog in WinXP I would see the
printer listed with an IP address.   How do I set up my SuSE linux to print to
this same printer.  I guess what I am asking is, how to I print to a TCP/IP
Port.  Thanks,

Ed
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to I print to a TCP/IP Port.
  2005-01-12 20:23 How to I print to a TCP/IP Port linux
@ 2005-01-13  2:37 ` Ray Olszewski
       [not found] ` <200501142223.02445.edgaralwers@gmx.de>
  1 sibling, 0 replies; 4+ messages in thread
From: Ray Olszewski @ 2005-01-13  2:37 UTC (permalink / raw)
  To: linux-newbie

At 03:23 PM 1/12/2005 -0500, linux wrote:

>I recently migrated from WinXP to Linux (SuSE 9.2 Pro). I need some help
>setting up my new linux box to print.  My old WinXP box printed to a network
>printer.  If I open my printer properties dialog in WinXP I would see the
>printer listed with an IP address.   How do I set up my SuSE linux to print to
>this same printer.  I guess what I am asking is, how to I print to a TCP/IP
>Port.  Thanks,


The answer depends a bit on what the printer expects in the way of input. 
Usually (in my experience), networked printers include embedded "lp" 
servers (listening on port 515/tcp). If you have one like that, you can 
access it by running an lp daemon on your Linux system, and configuring it 
to access a remote printer.

I don't know SuSE specifically, so I don't know which of several lpd 
implementations it runs. The package I use here is lprng. Using it, you 
configure access to the remote printer via an entry in /etc/printcap, for 
example one like this:

         caxton|caxton|raw:\
                 :lp=:\
                 :rm=caxton:\
                 :rp=raw:\
                 :sd=/var/spool/lpd/caxton-raw:\
                 :sh:sf

The "rm=" line supplies the printer's address (in the example, "caxton" is 
a hostname that the Linux host can resolve).




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 1/10/2005


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to I print to a TCP/IP Port.
@ 2005-01-14 21:14 Dr.Edgar Alwers
  0 siblings, 0 replies; 4+ messages in thread
From: Dr.Edgar Alwers @ 2005-01-14 21:14 UTC (permalink / raw)
  To: linux-newbie

On Wednesday 12 January 2005 21:23, you wrote:
> I recently migrated from WinXP to Linux (SuSE 9.2 Pro). I need some help
> setting up my new linux box to print.  My old WinXP box printed to a
> network printer.  If I open my printer properties dialog in WinXP I would
> see the printer listed with an IP address.   How do I set up my SuSE linux
> to print to this same printer.  I guess what I am asking is, how to I print
> to a TCP/IP Port.  Thanks,

In addition to Ray's answer:
linux SuSE works with Cups as printing system. You should be able - I asume
cups was installed by SuSE as the standard- to call http://localhost:631
through a browser ( if not, cups is not running ). This will give you a menu
which allows you to install a new printer as a remote one, just giving the ip
address of the network printer. Install it, as Ray suggest, as a row printer.
Hope this will help
Edgar
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to I print to a TCP/IP Port.
       [not found]   ` <20050114222158.M25348@celticblues.com>
@ 2005-01-15 10:37     ` Dr.Edgar Alwers
  0 siblings, 0 replies; 4+ messages in thread
From: Dr.Edgar Alwers @ 2005-01-15 10:37 UTC (permalink / raw)
  To: linux; +Cc: Newbies-Linux

On Friday 14 January 2005 23:21, you wrote:
> No objections at all....
>
> .... i just don't understand what to do
> yet.  I am REALLY new to linux so I am make very slow progress.  Thanks for
> your help.
>
> Ed

slow progress is better than none ;-)
Enter "localhost:631" administration and go through "printers" -> add printer. 
You will be asked for a description and a localtion - information data only - 
and for a device URI. This is the ip address of your remote printer. You also 
will probably have to choose the driver for your printer from the list of 
printers. Try in a shell "gs --help", this will show you the list of all 
printers suported by your software.

I would start trying to connect the printer to your box directly in the first 
approach, and later connecting the printer as a remote one. Is your remote 
printer a standalone device or is it connected to a server ? 

A very good start is the cups documentation in the "help" of the 
localhost:631.
Remember: try and error !
Good luck
BTW.: follow up through "newbies", not directly, as more persons may help you 
and others may also have a benefit from this emails.
Regards,
Edgar 
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-15 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 20:23 How to I print to a TCP/IP Port linux
2005-01-13  2:37 ` Ray Olszewski
     [not found] ` <200501142223.02445.edgaralwers@gmx.de>
     [not found]   ` <20050114222158.M25348@celticblues.com>
2005-01-15 10:37     ` Dr.Edgar Alwers
  -- strict thread matches above, loose matches on Subject: below --
2005-01-14 21:14 Dr.Edgar Alwers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox