Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 1999 13:47:57 +1100
From:      Harry Woodward-Clarke <Harry.Woodward-Clarke@S1.com>
To:        "Michael G." <mikegoe@ibm.net>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Help w/WFW print server
Message-ID:  <386AC7DD.8227DF82@S1.com>
References:  <19991230023935.E123A15123@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
G'day Michael,
> 
>         I have a 486/66 that I was using for some Virtual Reality
> stuff and at the moment it has taken on the role as a print server
> for my home LAN.  It is running WFW 3.11 and DOS 6.2.  I've
> searched the archives and I only found references to Win95 or NT
> setups...the handbook didn't appear to help in this particular case
> as well.  ..it could be I missed it....  Does anyone have any
> experience or pointers with this?

I've no experience, but I suspect that if you use smbclient to connect
to the shared printer in the same way as with a 95 mchine, this should
work.

E.g. \\myw4w\printer - except that, I think smbclient wants
"//myw4w/printer" rather than the "\"s. Or perhaps use a "\" to 'escape'
the '\' - thus "\\\\myw4w\\printer" on the command line.

So, something like "% smbclient //myw4w/printer" or "% smbclient
\\\\myw4w\\printer" - check the man page for smbclient to check for
further details. I did this a while back for a Sun box to win-nt shared
printer, I just forget off hand which magical incantation it was ;') My
fBSD box prints directly to the IP address of the laser printer :')

> 
> Thanks.
> 
> Michael G.
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>  ICQ #24517082    Live FreeBSD...Or Die!
> 
>  PIC          X  10    VALUE "YES! COBOL"

[debugged version]

01 Filler	pic x(10) value is "Yes! COBOL".

reg's,

haxxa


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?386AC7DD.8227DF82>