I used this web page on setting up the Windows print services in order
to share my printer on windows XP with a FreeBSD box running Cups. The
windows side should be identical.
http://www.asu.edu/clas/pscs/printing/lpd.htm
Admin for Cups once it is up and running is on locahost:631
Documentation is on the "On-Line Help" link and then click on "Do
Administration Tasks" and follow the wizard for adding a printer.
I use lpr -P <cups_printername> <filename> in FreeBSD.
It's easier to stick it in a bash script called "print" as
lpr -P <cups_printername> $1
The alternative lp command is lp -d <cups_printername> <filename>
Good luck,
Martin.
On 29 Jul 2005 08:44:51 -0700, "(E-Mail Removed)"
<(E-Mail Removed)> wrote:
>I have a printer on my network which is installed on a win2000 system.
>I want to access and print documents from my linux box to the remote
>printer on the Win200.
>I've tried usin samba but its givin problem I also tried usin webmin
>printer set-up (cups) but didn't succeed. Can anybody help?